summaryrefslogtreecommitdiff
path: root/gnu/packages/vpn.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: strongswan: Update to 5.9.14. [security fixes]•••This fixes CVE-2021-45079, CVE-2022-40617, CVE-2023-41913. * gnu/packages/vpn.scm (strongswan): Update to 5.9.14. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Nicolas Graves2024-10-111-2/+2
* gnu: sshuttle: Refer to a fixed ‘sh’ and avoid WHICH.•••* gnu/packages/vpn.scm (sshuttle)[arguments]: Use SEARCH-INPUT-FILES for ‘env’ (rather than WHICH) and ‘sh’ (rather than whatever's in $PATH). Change-Id: Ieacae72a849cdcbef4ae9e8f24c0d95879b1dd48 Tobias Geerinckx-Rice2024-09-081-3/+5
* gnu: sshuttle: Install man{,ual}.•••* gnu/packages/vpn.scm (sshuttle)[arguments]: Add a new 'install-documentation phase. Import required modules. [native-inputs]: Add python-sphinx and texinfo. Change-Id: Ia4706c5348b38faf9e79caa41281e71f78399626 Tobias Geerinckx-Rice2024-09-081-4/+32
* gnu: protonvpn-cli: Add 'bash' input for 'wrap-program'.•••It is required for cross-compilation. * gnu/packages/vpn.scm (protonvpn-cli)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I4390f79230e25fdb64dba96c57b7f32905245bc6 Maxime Devos2024-08-311-3/+3
* gnu: sshuttle: Improve package style.•••* gnu/packages/vpn.scm (sshuttle) [arguments]: Use G-expressions. Change-Id: Ia8961e3382116d0f1e67a7feb181f1e0fd6a5caf jgart2024-07-241-9/+8
* gnu: sshuttle: Update to 1.1.2.•••* gnu/packages/vpn.scm (sshuttle): Update to 1.1.2. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-poetry-core. Change-Id: I353b8e1206d5d73bf94cb46e98ec7869fbd49fcb jgart2024-07-241-6/+9
* gnu: strongswan: Skip rsa test on i686-linux.•••* gnu/packages/vpn.scm (strongswan)[arguments]: Adjust custom 'set-up-test-environment phase to skip the rsa tests on i686-linux. Change-Id: If4aff3f710f2eb4e0dfbad58deb41838421db89f Efraim Flashner2024-05-121-1/+1
* gnu: strongswan: Remove pre-generated files.•••* gnu/packages/vpn.scm (strongswan)[source]: Add snippet to remove some pre-generated files. [native-inputs]: Add bison, flex, perl. Change-Id: Ifc316a1c309f8687418455189457cee83b06bfa1 Efraim Flashner2024-05-061-2/+20
* gnu: strongswan: Fix building on non-x86 architectures.•••* gnu/packages/vpn.scm (strongswan)[arguments]: When building for not-x86 architectures disable aesni support. Also adjust the test suite so we skip the RSA tests. Change-Id: Idbc7bb229b83b0f43f3286b94fa4da077711c0ed Efraim Flashner2024-05-061-3/+10
* gnu: go-golang-org-x-sys: Move to golang-build.•••* gnu/packages/golang.scm (go-golang-org-x-sys): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/curl.scm: Add (gnu packages golang-build) module. * gnu/packages/databases.scm: As above. * gnu/packages/docker.scm: As above. * gnu/packages/golang-build.scm: As above. * gnu/packages/golang.scm: As above. * gnu/packages/irc.scm: As above. * gnu/packages/linux.scm: As above. * gnu/packages/password-utils.scm: As above. * gnu/packages/syncthing.scm: As above. * gnu/packages/textutils.scm: As above. * gnu/packages/vpn.scm: As above. * gnu/packages/weather.scm: As above. * gnu/packages/web.scm: As above. Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7 Sharlatan Hellseher2024-02-131-0/+1
* gnu: vpn-slice: Include required inputs "iproute" and "iptables".•••vpn-slice expects commands "ip" and "iptables" to be found according to FHS paths. * gnu/packages/vpn.scm (vpn-slice)[arguments]: Include inputs "iproute" and "iptables" and patch "vpn_slice/linux.py" to use correct locations in the store. Change-Id: Ia06e2bb99f060108cc0758e89174294bcbb2848d Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Allan Adair2024-02-121-8/+21
* gnu: openvpn: Update to 2.6.7.•••* gnu/packages/vpn.scm (openvpn): Update to 2.6.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sergey Trofimov2023-12-111-6/+5
* gnu: openfortivpn: Depend on ppp 2.4.9.•••* gnu/packages/vpn.scm (openfortivpn): Update to 1.17.3. [inputs]: Remove ppp; add ppp-2.4.9. Change-Id: Ia88254afb1d7aaa9d3d6bf6c9e752d84165560b3 Co-authored-by: Ludovic Courtès <ludo@gnu.org> Benjamin2023-11-251-1/+3
* gnu: Add gp-saml-gui•••* gnu/packages/vpn.scm (gp-saml-gui): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Unstable Horse2023-08-081-0/+44
* gnu: openconnect: Update to 9.12.•••* gnu/packages/vpn.scm (openconnect): Update to 9.12. Maxim Cournoyer2023-06-061-2/+2
* gnu: openconnect: Fix indentation, remove input labels and use gexps.•••* gnu/packages/vpn.scm (openconnect): Fix indentation. [native-inputs, inputs, propagated-inputs]: Remove input labels. [arguments]: Use gexps. Maxim Cournoyer2023-06-061-30/+26
* gnu: Make nothing depend on QtWebKit.•••This is required for <https://issues.guix.gnu.org/53289>. * gnu/packages/qt.scm (python-pyqt)[inputs]: Remove qtwebkit. (python-pyqt-without-qtwebkit): Remove variable. (python-pyqtwebengine)[inputs]: Replace python-pyqt-without-qtwebkit with python-pyqt. * gnu/packages/backup.scm (vorta)[inputs]: Likewise. * gnu/packages/ebook.scm (calibre)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/education.scm (anki)[inputs]: Replace python-pyqt-without-qtwebkit with python-pyqt. * gnu/packages/kde-games.scm (kajongg)[inputs]: Likewise. * gnu/packages/maths.scm (veusz)[inputs]: Likewise. * gnu/packages/music.scm (frescobaldi)[inputs]: Likewise. (picard)[inputs]: Likewise. * gnu/packages/orange.scm (orange)[inputs]: Likewise. * gnu/packages/pdf.scm (flyer-composer)[inputs]: Likewise. * gnu/packages/python-check.scm (python-pytest-qt)[propagated-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Likewise. (python-pyqtgraph)[propagated-inputs]: Likewise. * gnu/packages/radio.scm (gnuradio)[inputs]: Likewise. * gnu/packages/video.scm (openshot)[inputs]: Likewise. * gnu/packages/vpn.scm (openconnect-sso)[inputs]: Likewise. * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Likewise. Leo Famulari2023-02-171-1/+1
* gnu: openvpn: Update to 2.5.8.•••* gnu/packages/vpn.scm (openvpn): Update to 2.5.8. Efraim Flashner2022-12-221-2/+2
* gnu: openconnect-sso: Update to 0.8.0.•••* gnu/packages/vpn.scm (openconnect-sso): Update to 0.8.0. [source]: Download using git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Don't skip tests. Remove custom 'check phase. Move custom 'wrap-qt-process-path phase to after 'check. [inputs]: Add poetry. [native-inputs]: Remove python-setuptools-scm. Add python-pytest-asyncio, python-pytest-httpserver. Efraim Flashner2022-11-021-13/+15
* gnu: Add vpn-slice.•••* gnu/packages/vpn.scm (vpn-slice): New variable. Arun Isaac2022-08-311-0/+28
* gnu: openvpn: Update to 2.5.7.•••* gnu/packages/vpn.scm (openvpn): Update to 2.5.7. Tobias Geerinckx-Rice2022-08-141-3/+3
* gnu: openconnect-sso: Remove input labels.•••* gnu/packages/vpn.scm (openconnect-sso)[arguments]: Don't attempt to use a non-existent QtWebEngine label. While at it, use SEARCH-INPUT-FILE also for openconnect and remove trailing #t's. Marius Bakke2022-08-111-10/+9
* gnu: qtwebengine: Rename to qtwebengine-5.•••Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-2/+2
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.•••Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.•••Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtdeclarative: Rename to qtdeclarative-5.•••Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtsvg: Rename variable to qtsvg-5.•••This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer2022-07-311-1/+1
* gnu: openconnect: Update to 9.01.•••* gnu/packages/vpn.scm (openconnect): Update to 9.01. Arun Isaac2022-07-261-2/+2
* gnu: openfortivpn: Update to 1.17.3.•••* gnu/packages/vpn.scm (openfortivpn): Update to 1.17.3. Arun Isaac2022-07-261-2/+3
* gnu: xl2tpd: Update to 1.3.17.•••* gnu/packages/vpn.scm (xl2tpd)[version]: Update to 1.3.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ2022-07-181-2/+2
* gnu: xl2tpd: Fix cross-compiling.•••* gnu/packages/vpn.scm (xl2tpd)[arguments]: Rewrite using gexps. Don't hard-code CC as gcc. Efraim Flashner2022-07-061-13/+15
* gnu: vpnc: Add bsd-2 license.•••* gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ2022-07-041-1/+1
* gnu: vpnc: Fix cross-compilation.•••* gnu/packages/vpn.scm (vpnc): Fix cross-compilation. [native-inputs]: Add conditional input of `this-package' (vpnc) to reuse the man page and add `pkg-config'. [arguments]: Use G-Expressions. [arguments]: Make use of `make-flags' instead of using substitutions. [arguments]: Remove unneeded deletion of `configure'. [arguments]: Use `pkg-config' to search for libgcrypt. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ2022-07-041-18/+62
* gnu: bitmask: Fix loading of GUI.•••* gnu/packages/vpn.scm (bitmask)[inputs]: Add qtgraphicaleffects. Raghav Gururajan2022-07-031-0/+1
* gnu: bitmask: Update to 0.21.11.•••* gnu/packages/vpn.scm (bitmask)[version]: Update to 0.21.11. [inputs]: Add qtsvg. Raghav Gururajan2022-07-021-3/+4
* gnu: openvpn: Update to 2.5.6.•••* gnu/packages/vpn.scm (openvpn): Update to 2.5.6. Tobias Geerinckx-Rice2022-05-221-3/+3
* gnu: sshoot: Update to 1.5.1.•••* gnu/packages/vpn.scm (sshoot): Update to 1.5.1. [phases]: Delete trailing #t. {check}: Override phase. [inputs]: Add python-pyxdg and python-toolrack. [native-inputs]: Delete python-fixtures, python-pbr and python-testtools. Add python-pytest and python-pytest-mock. Maxim Cournoyer2022-05-121-6/+14
* gnu: n2n: Fix cross-compilation.•••* gnu/packages/vpn.scm (n2n)[arguments]<#:phases>: Add (or native-inputs inputs) to SEARCH-INPUT-FILE. Nicolas Goaziou2022-02-221-3/+4
* gnu: Add n2n.•••* gnu/packages/vpn.scm (n2n): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Lu Hui2022-02-221-0/+42
* gnu: protonvpn-cli: Remove sanity-check phase.•••* gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Remove sanity-check phase. Josselin Poiret2022-02-121-1/+5
* gnu: protonvpn-cli: Do not try to wrap the wrapper.•••* gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Try to wrap the original program, and not the wrapper, as wrap-program handles that properly. Josselin Poiret2022-02-121-1/+2
* gnu: strongswan: Build with libsoup@2.•••* gnu/packages/vpn.scm (strongswan)[inputs]: Change from LIBSOUP to LIBSOUP-MINIMAL-2. Marius Bakke2022-02-031-1/+1
* gnu: openconnect-sso: Remove a transitive dependency on QtWebKit.•••See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/vpn.scm (openconnect-sso)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit. Leo Famulari2022-01-281-1/+1
* gnu: openvpn: Update to 2.5.5.•••* gnu/packages/vpn.scm (openvpn): Update to 2.5.5. Tobias Geerinckx-Rice2021-12-171-2/+2
* gnu: Remove superfluous "linux-libre-headers" inputs.•••This input is already propagated from glibc. * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise. * gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS. * gnu/packages/graphics.scm (directfb)[inputs]: Likewise. * gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise. * gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise. (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise. * gnu/packages/video.scm (tslib)[inputs]: Likewise. * gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise. * gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise. * gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise. Marius Bakke2021-12-131-2/+2
* gnu: Further simplify package inputs.•••This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès2021-12-131-3/+1
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-102/+72
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-051-5/+4
|\
| * gnu: strongswan: Update to 5.9.4.•••* gnu/packages/vpn.scm (strongswan): Update to 5.9.4. [arguments]: Don't explicitly return #t from phases. [license]: Fix typo. Tobias Geerinckx-Rice2021-11-271-7/+5
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-171-3/+0
|\|