summary refs log tree commit diff
path: root/pkgs/tools/networking/openvpn
AgeCommit message (Collapse)AuthorFilesLines
2021-05-29openvpn-auth-ldap: 2.0.3+deb6.1 -> 2.0.4Robert Schütz1-38/+23
2021-05-23openvpn_24: 2.4.9 -> 2.4.11Thomas Gerbet1-2/+2
Fixes CVE-2020-15078. https://community.openvpn.net/openvpn/wiki/CVE-2020-15078
2021-05-23openvpn: 2.5.0 -> 2.5.2Thomas Gerbet1-2/+2
Fixes CVE-2020-15078. https://community.openvpn.net/openvpn/wiki/CVE-2020-15078
2021-04-04iproute: deprecate aliasSandro Jäckel2-6/+6
2021-03-17openvpn: remove ? nullSandro Jäckel1-7/+4
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob2-5/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch3-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-24utillinux: rename to util-linuxGraham Christensen3-7/+7
2020-11-22openvpn: 2.4.9 -> 2.5.0Peter Hoeg1-42/+70
2020-05-21openvpn: update and wrap update-systemd-resolvedPeter Hoeg1-16/+9
The string replacement we were doing was just too brittle, so wrap the script with a modified PATH instead as it is less likely to break on new versions.
2020-04-23openvpn: 2.4.7 -> 2.4.9Martin Milata1-10/+3
Fixes CVE-2020-11736
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly5-6/+6
2019-10-01update-systemd-resolved: init at 1.3.0Edmund Wu1-0/+34
2019-08-28treewide: remove redundant recvolth2-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-20openvpn: fix pkcs11 helperlassulus1-1/+8
2019-04-28Merge pull request #58800 from peterhoeg/f/openvpnPeter Hoeg1-8/+28
openvpn: support for updating systemd-resolved with DNS servers
2019-04-03openvpn: support for updating systemd-resolved with DNS serversPeter Hoeg1-8/+28
2019-03-11openvpn: 2.4.6 -> 2.4.7R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openvpn/versions
2018-04-30treewide: http to httpsRyan Mulligan1-2/+2
2018-04-26openvpn: 2.4.5 -> 2.4.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openvpn/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.4.6 with grep in /nix/store/5hj70y409c0b01zmx4rddiicgq7jajb2-openvpn-2.4.6 - directory tree listing: https://gist.github.com/ce0bc5e31d7d26ead341febdc7bdc6ee
2018-03-09openvpn: 2.4.4 -> 2.4.5Ryan Mulligan1-2/+2
Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.4.5 with grep in /nix/store/a2wdxd4c08b1gilnj2mcvkmvpnqxw942-openvpn-2.4.5 - found 2.4.5 in filename of file in /nix/store/a2wdxd4c08b1gilnj2mcvkmvpnqxw942-openvpn-2.4.5
2018-01-06openvpn: make systemd dependency optionalKier Davis1-3/+6
systemd is a fairly large dependency, and it doesn't appear to be necessary in all circumstances - e.g. when openvpn is not run as a systemd service (as is usually the case when it is run in a Docker container). This change makes the dependency on systemd optional, controlled by a new argument `useSystemd`. The default behaviour remains the same as it was before this change: enabled only on Linux systems. For me, this change reduces the size of my container image (dominated by the closure of openvpn) from about 110 MB to 45 MB. Version 2: rename argument to `useSystemd` (was `systemdSupport`), and rebase onto master
2017-11-22openvpn-auth-ldap: rehash patchesOrivej Desh1-6/+6
2017-11-02openvpn-auth-ldap: init at 2.0.3Benjamin Staffin1-0/+76
2017-09-28openvpn: 2.4.3 -> 2.4.4 for CVE-2017-12166Franz Pletz1-2/+2
https://community.openvpn.net/openvpn/wiki/CVE-2017-12166
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-27update-resolv-conf: 2016-09-30 -> 2017-06-21Nikolay Amiantov1-3/+3
2017-06-21openvpn: 2.4.2 -> 2.4.3Franz Pletz1-3/+4
See https://community.openvpn.net/openvpn/wiki/VulnerabilitiesFixedInOpenVPN243 Fixed: * CVE-2017-7508 * CVE-2017-7520 * CVE-2017-7521 * CVE-2017-7512 * CVE-2017-7522
2017-05-12openvpn: update to version 2.4.2 to fix CVE-2017-7478 and CVE-2017-7479Peter Simons1-2/+2
2017-04-11openvpn: remove no longer correct systemd-notify.patchJörg Thalheim2-24/+0
This patch was only necessary for 2.3.x, while 2.4.0 improved its own systemd notify support. See: https://github.com/NixOS/nixpkgs/issues/24817
2017-01-02openvpn: 2.3.13 -> 2.4.0Michael Raskin2-10/+13
2016-11-24update-resolv-conf: 2016-04-24 -> 2016-09-30Nikolay Amiantov1-5/+5
2016-10-06openvpn: disable libpam support on OSX to enable buildHendrik Schaeidt1-2/+3
2016-09-23openvpn: 2.3.11 -> 2.3.12Tim Steinbach1-2/+2
2016-09-16openvpn: Optional pkcs11 supportJohn Ericson1-8/+13
2016-08-23treewide: Use makeBinPathTuomas Tynkkynen1-1/+1
2016-08-14update-resolv-conf: 20141003 -> 2016-04-24Nikolay Amiantov1-11/+16
2016-07-09openvpn: 2.3.10 -> 2.3.11Matthias Beyer1-2/+2
Taken from #15856.
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2016-05-26openvpn: --enable-password-save was removedFranz Pletz1-3/+1
2016-05-26openvpn: Fix build for systemd 230Franz Pletz1-2/+0
2016-03-27openvpn: 2.3.8 -> 2.3.10Eelco Dolstra1-2/+2
In particular, this fixes the systemd-ask-password regression re-introduced by cb1c818491c6335aefd3eb3c3e57d76d038f5259.
2015-12-03openvpn: Enable building on DarwinJohn Wiegley1-2/+0
2015-11-25openvpn: 2.3.7 -> 2.3.8John Wiegley1-2/+4
2015-11-16openvpn: Allow building on non-Linux systemsJohn Wiegley1-2/+4
2015-10-15update-resolv-conf: 2014-10-03 -> 20141003Nikolay Amiantov1-1/+1
2015-08-31openvpn: Update to 2.3.7Eelco Dolstra1-7/+2
2015-08-31Revert "openvpn: 2.3.6 -> 2.3.8"Eelco Dolstra1-2/+2
This reverts commit f547eaab44ed9f2323fcea74c2a91c6bf50e47f1 because it breaks asking passphrased via systemd.