- Sep 03, 2024
- Jul 29, 2024
-
- Jul 10, 2024
-
-
Pea Nut authored
- provider is bitmask - version is current main, as testing latest stable in the CI after each commit does not have a real benefit - Added a new directory ArchLinux (there is already a for directory debian) - There is a new target `package_arch` to create the Arch package - There is a check before if we are on a Arch System - I did not add the `package_arch` to the `packages` target (we can not be an Debian and Arch on the same time) - `make clean` deletes temporary build files - Updated .gitignore
-
- Jun 29, 2024
-
- Jun 20, 2024
- Apr 26, 2024
-
-
atanarjuat tfr authored
-
- Mar 20, 2024
-
-
jkito authored
-
- Mar 16, 2024
-
- Mar 07, 2024
-
-
jkito authored
-
- Mar 05, 2024
-
-
jkito authored
- this updates the .desktop template file to support multiple provider icons - adds a .png instead of the .svg icon file and adds it to sources/include-binaries
-
- Mar 01, 2024
-
-
jkito authored
instead of using the helper to launch openvpn we can use the upstream openvpn service which is available in the official installer for some reason the commit that introduced it earlier was partially reverted, in my testing it is working as expected
-
jkito authored
-
jkito authored
this path is used for storing the git-archive output of this repo the relative path works across platforms and provides working path for both powershell and cygwin based git whereas `pwd` output differs in powershell vs cygwin
-
jkito authored
-
jkito authored
on linux Qt Installer Framework is not used for packagin so this check in the makefile can be skipped for linux
-
- Feb 09, 2024
-
-
Pea Nut authored
`bitmask-root` needs to be in in the path (/usr/local/bin did not work). Maybe I overlook something here, but this seems required to get the dev environment up and running. This is currently how I run/debug things: ``` make vendor (required only once) make build && make install_dev_linux && DEBUG=1 LEAP_DRYRUN=1 build/qt/release/riseup-vpn --no-systray ```
-
- Nov 13, 2022
-
-
jkito authored
-
- Nov 08, 2022
-
-
windows doesn't need to download and pack the openvpn binary as we it uses the windows provided VPN service
-
-
-
-
the installation path depends on how sigcheck was installed, in case it is installed from choco its put in another location this assumes sigcheck.exe will be available on path
-
this changes the symlinking to instead copy the vendor files same as done for when detecting platform is mingw
-
-
-
- Aug 11, 2022
-
-
Kali Kaneko authored
-
- Jul 05, 2022
-
-
- Resolves: #339
-
- Apr 22, 2022
-
-
kwadronaut authored
It changes the transifex urls that are used for localization, updates to related documentation as well. Related: #614
-
- Mar 15, 2022
-
-
Sam Whited authored
Signed-off-by:
Sam Whited <sam@samwhited.com>
-
- Feb 28, 2022
-
-
Removes some GNUisms in favor of POSIX-make or generally more portable make constructs. Signed-off-by:
Sam Whited <sam@samwhited.com>
-
- Dec 15, 2021
-
-
A vulnerability in QtIFW produces improper ACLs to be set when installing in custom locations. This can lead to privilege escalation if a non-privileged user overwrites the openvpn binary. Thanks to researchers at Tenable for finding and reporting this! Impact is considered low-medium, since an installation outside of the suggested path is needed to trigger the issue. Privileged execution of openvpn should be abandoned in next release, in favor of the interactive service. A bug upstream should be filed since other projects could be affected by this vulnerability too. -Resolves: #569
-
- Dec 14, 2021
-
-
- Dec 09, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Nov 30, 2021
-
-
- Nov 29, 2021
-
-
Kali Kaneko authored
-