summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-30 14:44:54 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-30 23:44:54 +0200
commit30c3a7f5c6d5ca9a250dcdfce6b536c4cc9e54c3 (patch)
treeeb0d4f6b0f808b21e46a61ee1691b2426e33462b /pkgs/tools/networking
parent5c16e62d4bdea6e026ea1475878704e6642403c7 (diff)
downloadnixlib-30c3a7f5c6d5ca9a250dcdfce6b536c4cc9e54c3.tar
nixlib-30c3a7f5c6d5ca9a250dcdfce6b536c4cc9e54c3.tar.gz
nixlib-30c3a7f5c6d5ca9a250dcdfce6b536c4cc9e54c3.tar.bz2
nixlib-30c3a7f5c6d5ca9a250dcdfce6b536c4cc9e54c3.tar.lz
nixlib-30c3a7f5c6d5ca9a250dcdfce6b536c4cc9e54c3.tar.xz
nixlib-30c3a7f5c6d5ca9a250dcdfce6b536c4cc9e54c3.tar.zst
nixlib-30c3a7f5c6d5ca9a250dcdfce6b536c4cc9e54c3.zip
strongswan: 5.6.2 -> 5.6.3 (#41237)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/strongswan/versions.

These checks were done:

- built on NixOS
- /nix/store/9qicaqwg2cvmahh3hqwig5bcqpd41k9a-strongswan-5.6.3/bin/pki passed the binary check.
- /nix/store/9qicaqwg2cvmahh3hqwig5bcqpd41k9a-strongswan-5.6.3/bin/charon-cmd passed the binary check.
- Warning: no invocation of /nix/store/9qicaqwg2cvmahh3hqwig5bcqpd41k9a-strongswan-5.6.3/bin/charon-systemd had a zero exit code or showed the expected version
- /nix/store/9qicaqwg2cvmahh3hqwig5bcqpd41k9a-strongswan-5.6.3/bin/ipsec passed the binary check.
- /nix/store/9qicaqwg2cvmahh3hqwig5bcqpd41k9a-strongswan-5.6.3/bin/swanctl passed the binary check.
- 4 of 5 passed binary check by having a zero exit code.
- 1 of 5 passed binary check by having the new version present in output.
- found 5.6.3 with grep in /nix/store/9qicaqwg2cvmahh3hqwig5bcqpd41k9a-strongswan-5.6.3
- directory tree listing: https://gist.github.com/258736889db4e822d054b65e7035147b
- du listing: https://gist.github.com/478dbb4f44b4ed18b112076b17451a4e
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/strongswan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/strongswan/default.nix b/pkgs/tools/networking/strongswan/default.nix
index eb466745ef84..9ceb08ad72e9 100644
--- a/pkgs/tools/networking/strongswan/default.nix
+++ b/pkgs/tools/networking/strongswan/default.nix
@@ -16,11 +16,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "strongswan-${version}";
-  version = "5.6.2";
+  version = "5.6.3";
 
   src = fetchurl {
     url = "http://download.strongswan.org/${name}.tar.bz2";
-    sha256 = "14ifqay54brw2b2hbmm517bxw8bs9631d7jm4g139igkxcq0m9p0";
+    sha256 = "095zg7h7qwsc456sqgwb1lhhk29ac3mk5z9gm6xja1pl061driy3";
   };
 
   dontPatchELF = true;