summaryrefslogtreecommitdiff
path: root/gnu/packages/vpn.scm
Commit message (Collapse)AuthorAge
* gnu: wireguard-tools: Explain why we skip the test suite.Leo Famulari2020-03-03
| | | | * gnu/packages/vpn.scm (wireguard-tools): Add comment.
* gnu: WireGuard: Simplify package definitions.Leo Famulari2020-03-03
| | | | | | * gnu/packages/vpn.scm (wireguard-tools, wireguard)[arguments]: Set --directory in #:make-flags and remove the 'chdir', 'enter-source-directory' and 'reset-cwd' phases.
* gnu: Add wireguard-tools.Tobias Geerinckx-Rice2020-02-18
| | | | | | | | The ‘wireguard’ repository that included both tools and kernel patch is no longer maintained. I will add this to its description once kernel 5.6 hits Guix. * gnu/packages/linux.scm (wireguard-tools): New public variable.
* gnu: vpnc: Use HTTPS home page.Tobias Geerinckx-Rice2020-01-17
| | | | * gnu/packages/vpn.scm (vpnc)[home-page]: Use HTTPS.
* gnu: WireGuard: Update to 0.0.20191219.Leo Famulari2019-12-20
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20191219.
* gnu: wireguard: Update to 0.0.20191212.Tobias Geerinckx-Rice2019-12-12
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20191212.
* gnu: vpnc-scripts: Use WRAP-SCRIPT.Ricardo Wurmus2019-12-11
| | | | | | * gnu/packages/vpn.scm (vpnc-scripts)[arguments]: Use WRAP-SCRIPT instead of WRAP-PROGRAM. [inputs]: Add guile.
* gnu: WireGuard: Update to 0.0.20191127.Leo Famulari2019-12-01
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20191127.
* gnu: ocproxy: Don't use unstable tarball.Efraim Flashner2019-11-13
| | | | * gnu/packages/vpn.scm (ocproxy)[source]: Download using git-fetch.
* gnu: tinc: Update to 1.0.36.Tobias Geerinckx-Rice2019-11-03
| | | | * gnu/packages/vpn.scm (tinc): Update to 1.0.36.
* gnu: tinc: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-11-03
| | | | * gnu/packages/vpn.scm (tinc)[source]: Hard-code NAME.
* gnu: openvpn: Update to 2.4.8.Tobias Geerinckx-Rice2019-11-02
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.4.8.
* gnu: wireguard: Update to 0.0.20191012.Tobias Geerinckx-Rice2019-10-27
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20191012.
* gnu: xl2tpd: Update to 1.3.15.Efraim Flashner2019-10-15
| | | | * gnu/packages/vpn.scm (xl2tpd): Update to 1.3.15.
* gnu: xl2tpd: Fix install directory.Efraim Flashner2019-10-15
| | | | * gnu/packages/vpn.scm (xl2tpd)[arguments]: Unset DESTDIR, set PREFIX.
* gnu: wireguard: Update to 0.0.20190913.Rutger Helling2019-09-16
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20190913.
* gnu: openconnect: Update to 8.05 [fixes CVE-2019-16239].Tobias Geerinckx-Rice2019-09-12
| | | | * gnu/packages/vpn.scm (openconnect): Update to 8.05.
* gnu: wireguard: Update to 0.0.20190905.Rutger Helling2019-09-07
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20190905.
* gnu: openconnect: Update to 8.04.Tobias Geerinckx-Rice2019-08-11
| | | | * gnu/packages/vpn.scm (openconnect): Update to 8.04.
* gnu: ocproxy: Remove extra build phase.Efraim Flashner2019-08-07
| | | | | * gnu/packages/vpn.scm (ocproxy)[arguments]: Remove unneeded 'autogen phase.
* gnu: openconnect: Fix propagated-inputs.Efraim Flashner2019-08-07
| | | | | | * gnu/packages/vpn.scm (openconnect)[inputs]: Move libxml2, gnutls, zlib ... [propagated-inputs]: ... to here.
* gnu: wireguard: Update to 0.0.20190702.Rutger Helling2019-07-03
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20190702.
* gnu: WireGuard: Update to 0.0.20190601.Leo Famulari2019-06-02
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20190601.
* gnu: openconnect: Update to 8.03.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/vpn.scm (openconnect): Update to 8.03.
* gnu: xl2tpd: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-04-24
| | | | * gnu/packages/vpn.scm (xl2tpd)[source]: Hard-code NAME.
* gnu: xl2tpd: Update to 1.3.14.Tobias Geerinckx-Rice2019-04-24
| | | | * gnu/packages/vpn.scm (xl2tpd): Update to 1.3.14.
* gnu: wireguard: Update to 0.0.20190406.Rutger Helling2019-04-08
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20190406.
* gnu: Move nss & co. to nss.scm.Ludovic Courtès2019-04-04
| | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nspr, nss): Move to... * gnu/packages/nss.scm: ... here. New file. * gnu/packages/chromium.scm, gnu/packages/disk.scm, gnu/packages/freedesktop.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/java.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/mate.scm, gnu/packages/openldap.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/polkit.scm, gnu/packages/qt.scm, gnu/packages/sssd.scm, gnu/packages/storage.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/xml.scm: Adjust accordingly. * gnu/local.mk (GNU_SYSTEM_MODULES): Add nss.scm.
* gnu: vpnc-scripts: Update to 20190116.1000e0f.Tobias Geerinckx-Rice2019-03-23
| | | | * gnu/packages/vpn.scm (vpnc-scripts): Update to 20190116.1000e0f.
* gnu: Add xl2tpd.Tomáš Čech2019-03-22
| | | | | | * gnu/packages/vpn.scm (xl2tpd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: wireguard: Update to 0.0.20190227.Rutger Helling2019-03-07
| | | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20190227. [arguments]: Disable tests.
* gnu: Add WireGuard.Leo Famulari2019-03-01
| | | | * gnu/packages/vpn.scm (wireguard): New variable.
* gnu: openvpn: Update to 2.4.7.Tobias Geerinckx-Rice2019-02-22
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.4.7.
* gnu: sshuttle: Update to 0.78.5.Tobias Geerinckx-Rice2019-02-04
| | | | | | * gnu/packages/vpn.scm (sshuttle): Update to 0.78.5. [native-inputs]: Add python-flake8 and python-pytest-cov. Remove implied python-pytest.
* gnu: openconnect: Update to 8.02.Tobias Geerinckx-Rice2019-01-19
| | | | * gnu/packages/vpn.scm (openconnect): Update to 8.02.
* gnu: openconnect: Use HTTPS home page.Tobias Geerinckx-Rice2019-01-19
| | | | * gnu/packages/vpn.scm (openconnect)[home-page]: Use HTTPS.
* gnu: Separate Python core packages from the rest.Ricardo Wurmus2019-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm: Move hundreds of package definitions from here... * gnu/packages/python-xyz.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/benchmark.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/cluster.scm, gnu/packages/compression.scm, gnu/packages/connman.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/docker.scm, gnu/packages/ebook.scm, gnu/packages/elf.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/finance.scm, gnu/packages/fltk.scm, gnu/packages/fontutils.scm, gnu/packages/freedesktop.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/gtk.scm, gnu/packages/ham-radio.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/kde-frameworks.scm, gnu/packages/key-mon.scm, gnu/packages/libffi.scm, gnu/packages/libreoffice.scm, gnu/packages/libusb.scm, gnu/packages/lirc.scm, gnu/packages/logging.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/medical.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nutrition.scm, gnu/packages/openldap.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/polkit.scm, gnu/packages/protobuf.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/search.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/simulation.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wicd.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: Update module references.
* gnu: Add badvpn.Meiyo Peng2018-12-26
| | | | | | * gnu/packages/vpn.scm (badvpn): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gvpe: Update to 3.1.Tobias Geerinckx-Rice2018-10-27
| | | | | | * gnu/packages/vpn.scm (gvpe): Update to 3.1. [source]: Remove obsolete snippet. [native-inputs]: Add pkg-config.
* gnu: tinc: Use HTTPS for sources and home page.Tobias Geerinckx-Rice2018-10-26
| | | | * gnu/packages/vpn.scm (tinc)[source, home-page]: Use HTTPS.
* gnu: tinc: Update to 1.0.35 [fixes CVE-2018-{16737,16738,16758}].Tobias Geerinckx-Rice2018-10-24
| | | | * gnu/packages/vpn.scm (tinc): Update to 1.0.35.
* gnu: sshuttle: Rely on $PATH to find a POSIX sh.Tobias Geerinckx-Rice2018-09-30
| | | | | | | | | | | This fixes a regression introduced in commit c32863e094d3489d2e08ccb3188988d7c6410976, where the sshuttle client will try to invoke its own /gnu/store/.../bin/sh on the server. Rely on $PATH instead of regressing to upstream's hard-coded /bin/sh. * gnu/packages/vpn.scm (sshuttle)[arguments]: SUBSTITUTE* "sh" for "/bin/sh".
* gnu: sshuttle: Patch FHS assumptions.Tobias Geerinckx-Rice2018-09-28
| | | | | | | Reported-By: Nam Nguyen <namn@berkeley.edu> * gnu/packages/vpn.scm (sshuttle)[arguments]: Set correct paths to 'env' and 'sh'.
* gnu: vpnc-scripts: Update to 20180226.07c3518.Tobias Geerinckx-Rice2018-06-22
| | | | * gnu/packages/vpn.scm (vpnc-scripts): Update to 20180226.07c3518.
* gnu: vpnc-scripts: Return #t from all phases.Tobias Geerinckx-Rice2018-06-22
| | | | | * gnu/packages/vpn.scm (vpnc-scripts)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\
| * gnu: openvpn: Update to 2.4.6.Tobias Geerinckx-Rice2018-04-26
| | | | | | | | * gnu/packages/vpn.scm (openvpn): Update to 2.4.6.
| * gnu: Add ocproxy.Pierre Langlois2018-04-22
| | | | | | | | | | | | * gnu/packages/vpn.scm (ocproxy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-10
|\|
| * gnu: sshuttle: Update to 0.78.4.Tobias Geerinckx-Rice2018-04-05
| | | | | | | | * gnu/packages/vpn.scm (sshuttle): Update to 0.78.4.