summaryrefslogtreecommitdiff
path: root/gnu/packages/vpn.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: Fix synopsis in miscelaneous packages.Gabriel Wicki2024-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/astronomy.scm (calcmysky-qt5): Fix synopsis. * gnu/packages/base.scm (hello): Fix synopsis. * gnu/packages/bioinformatics.scm (vembrane): Fix synopsis. * gnu/packages/browser-extensions.scm (passff): Fix synopsis. * gnu/packages/browser-extensions.scm (noscript): Fix synopsis. * gnu/packages/c.scm (orangeduck-mpc): Fix synopsis. * gnu/packages/cran.scm (r-d3r): Fix synopsis. * gnu/packages/docbook.scm (docbook-mathml-1.0): Fix synopsis. * gnu/packages/finance.scm (flowee): Fix synopsis. * gnu/packages/firmware.scm (seabios): Fix synopsis. * gnu/packages/games.scm (pinball): Fix synopsis. (morris): Fix synopsis. * gnu/packages/gawk.scm (cppawk-egawk): Fix synopsis. * gnu/packages/gnome.scm (gssdp): Fix synopsis. * gnu/packages/gstreamer.scm (gst-plugins-espeak): Fix synopsis. * gnu/packages/heads.scm (musl-cross): Fix synopsis. * gnu/packages/irc.scm (epic5): Fix synopsis. * gnu/packages/kde-pim.scm (itinerary): Fix synopsis. * gnu/packages/kde-plasma.scm (mpvqt): Fix synopsis. * gnu/packages/lesstif.scm (motif): Fix synopsis. * gnu/packages/linux.scm (ecryptfs-utils): Fix synopsis. * gnu/packages/linux.scm (falcosecurity-libs): Fix synopsis. * gnu/packages/mail.scm (pan): Fix synopsis. * gnu/packages/messaging.scm (biboumi): Fix synopsis. * gnu/packages/ocaml.scm (ocaml-ppx-import): Fix synopsis. * gnu/packages/pascal.scm (p2c): Fix synopsis. * gnu/packages/pdf.scm (unpaper): Fix synopsis. * gnu/packages/pure.scm (pure): Fix synopsis. * gnu/packages/qt.scm (qxlsx-qt5): Fix synopsis. * gnu/packages/smalltalk.scm (smalltalk): Fix synopsis. * gnu/packages/sugar.scm (sugar): Fix synopsis. * gnu/packages/terminals.scm (roxterm): Fix synopsis. * gnu/packages/virtualization.scm (xen): Fix synopsis. * gnu/packages/vpn.scm (sshoot): Fix synopsis. * gnu/packages/web.scm (buku-run): Fix synopsis. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
* gnu: openvpn: Update to 2.6.12. [security fixes]Nicolas Graves2024-11-121-2/+2
| | | | | | | | Thix fixes CVE-2024-24974, CVE-2024-27459 and CVE-2024-27903. * gnu/packages/vpn.scm (openvpn): Update to 2.6.12. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz.Sharlatan Hellseher2024-11-091-0/+1
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/vpn.scm: Add to used golang-xyz module. Change-Id: I0c1084983440bb45b6621cd0b2d7ba8d30ee8ff7
* gnu: strongswan: Update to 5.9.14. [security fixes]Nicolas Graves2024-10-111-2/+2
| | | | | | | | 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>
* gnu: sshuttle: Refer to a fixed ‘sh’ and avoid WHICH.Tobias Geerinckx-Rice2024-09-081-3/+5
| | | | | | | * 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
* gnu: sshuttle: Install man{,ual}.Tobias Geerinckx-Rice2024-09-081-4/+32
| | | | | | | | * 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
* gnu: protonvpn-cli: Add 'bash' input for 'wrap-program'.Maxime Devos2024-08-311-3/+3
| | | | | | | | | | 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
* gnu: sshuttle: Improve package style.jgart2024-07-241-9/+8
| | | | | | * gnu/packages/vpn.scm (sshuttle) [arguments]: Use G-expressions. Change-Id: Ia8961e3382116d0f1e67a7feb181f1e0fd6a5caf
* gnu: sshuttle: Update to 1.1.2.jgart2024-07-241-6/+9
| | | | | | | | * 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
* gnu: strongswan: Skip rsa test on i686-linux.Efraim Flashner2024-05-121-1/+1
| | | | | | | * gnu/packages/vpn.scm (strongswan)[arguments]: Adjust custom 'set-up-test-environment phase to skip the rsa tests on i686-linux. Change-Id: If4aff3f710f2eb4e0dfbad58deb41838421db89f
* gnu: strongswan: Remove pre-generated files.Efraim Flashner2024-05-061-2/+20
| | | | | | | | * gnu/packages/vpn.scm (strongswan)[source]: Add snippet to remove some pre-generated files. [native-inputs]: Add bison, flex, perl. Change-Id: Ifc316a1c309f8687418455189457cee83b06bfa1
* gnu: strongswan: Fix building on non-x86 architectures.Efraim Flashner2024-05-061-3/+10
| | | | | | | | * 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
* gnu: go-golang-org-x-sys: Move to golang-build.Sharlatan Hellseher2024-02-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | * 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
* gnu: vpn-slice: Include required inputs "iproute" and "iptables".Allan Adair2024-02-121-8/+21
| | | | | | | | | | | | 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>
* gnu: openvpn: Update to 2.6.7.Sergey Trofimov2023-12-111-6/+5
| | | | | | * gnu/packages/vpn.scm (openvpn): Update to 2.6.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openfortivpn: Depend on ppp 2.4.9.Benjamin2023-11-251-1/+3
| | | | | | | | * 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>
* gnu: Add gp-saml-guiUnstable Horse2023-08-081-0/+44
| | | | | | * gnu/packages/vpn.scm (gp-saml-gui): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openconnect: Update to 9.12.Maxim Cournoyer2023-06-061-2/+2
| | | | * gnu/packages/vpn.scm (openconnect): Update to 9.12.
* gnu: openconnect: Fix indentation, remove input labels and use gexps.Maxim Cournoyer2023-06-061-30/+26
| | | | | | * gnu/packages/vpn.scm (openconnect): Fix indentation. [native-inputs, inputs, propagated-inputs]: Remove input labels. [arguments]: Use gexps.
* gnu: Make nothing depend on QtWebKit.Leo Famulari2023-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* gnu: openvpn: Update to 2.5.8.Efraim Flashner2022-12-221-2/+2
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.5.8.
* gnu: openconnect-sso: Update to 0.8.0.Efraim Flashner2022-11-021-13/+15
| | | | | | | | | | | * 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.
* gnu: Add vpn-slice.Arun Isaac2022-08-311-0/+28
| | | | * gnu/packages/vpn.scm (vpn-slice): New variable.
* gnu: openvpn: Update to 2.5.7.Tobias Geerinckx-Rice2022-08-141-3/+3
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.5.7.
* gnu: openconnect-sso: Remove input labels.Marius Bakke2022-08-111-10/+9
| | | | | | * 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.
* gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer2022-07-311-2/+2
| | | | | | | Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer2022-07-311-1/+1
| | | | | | | Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer2022-07-311-1/+1
| | | | | | | Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-311-1/+1
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-311-1/+1
| | | | | | | | 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
* gnu: openconnect: Update to 9.01.Arun Isaac2022-07-261-2/+2
| | | | * gnu/packages/vpn.scm (openconnect): Update to 9.01.
* gnu: openfortivpn: Update to 1.17.3.Arun Isaac2022-07-261-2/+3
| | | | * gnu/packages/vpn.scm (openfortivpn): Update to 1.17.3.
* gnu: xl2tpd: Update to 1.3.17.Jean-Pierre De Jesus DIAZ2022-07-181-2/+2
| | | | | | * gnu/packages/vpn.scm (xl2tpd)[version]: Update to 1.3.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xl2tpd: Fix cross-compiling.Efraim Flashner2022-07-061-13/+15
| | | | | * gnu/packages/vpn.scm (xl2tpd)[arguments]: Rewrite using gexps. Don't hard-code CC as gcc.
* gnu: vpnc: Add bsd-2 license.Jean-Pierre De Jesus DIAZ2022-07-041-1/+1
| | | | | | * gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vpnc: Fix cross-compilation.Jean-Pierre De Jesus DIAZ2022-07-041-18/+62
| | | | | | | | | | | | * 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>
* gnu: bitmask: Fix loading of GUI.Raghav Gururajan2022-07-031-0/+1
| | | | * gnu/packages/vpn.scm (bitmask)[inputs]: Add qtgraphicaleffects.
* gnu: bitmask: Update to 0.21.11.Raghav Gururajan2022-07-021-3/+4
| | | | | * gnu/packages/vpn.scm (bitmask)[version]: Update to 0.21.11. [inputs]: Add qtsvg.
* gnu: openvpn: Update to 2.5.6.Tobias Geerinckx-Rice2022-05-221-3/+3
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.5.6.
* gnu: sshoot: Update to 1.5.1.Maxim Cournoyer2022-05-121-6/+14
| | | | | | | | | * 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.
* gnu: n2n: Fix cross-compilation.Nicolas Goaziou2022-02-221-3/+4
| | | | | * gnu/packages/vpn.scm (n2n)[arguments]<#:phases>: Add (or native-inputs inputs) to SEARCH-INPUT-FILE.
* gnu: Add n2n.Lu Hui2022-02-221-0/+42
| | | | | | * gnu/packages/vpn.scm (n2n): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: protonvpn-cli: Remove sanity-check phase.Josselin Poiret2022-02-121-1/+5
| | | | | * gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Remove sanity-check phase.
* gnu: protonvpn-cli: Do not try to wrap the wrapper.Josselin Poiret2022-02-121-1/+2
| | | | | | * gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Try to wrap the original program, and not the wrapper, as wrap-program handles that properly.
* gnu: strongswan: Build with libsoup@2.Marius Bakke2022-02-031-1/+1
| | | | | * gnu/packages/vpn.scm (strongswan)[inputs]: Change from LIBSOUP to LIBSOUP-MINIMAL-2.
* gnu: openconnect-sso: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-281-1/+1
| | | | | | | 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.
* gnu: openvpn: Update to 2.5.5.Tobias Geerinckx-Rice2021-12-171-2/+2
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.5.5.
* gnu: Remove superfluous "linux-libre-headers" inputs.Marius Bakke2021-12-131-2/+2
| | | | | | | | | | | | | | | | | | | 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.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-131-3/+1
| | | | | | | | | 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.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-131-102/+72
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.