Merge pull request #81916 from r-ryantm/auto-update/libreswan
libreswan: 3.30 -> 3.31
This commit is contained in:
commit
389f5ce9f1
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
optional = stdenv.lib.optional;
|
optional = stdenv.lib.optional;
|
||||||
version = "3.30";
|
version = "3.31";
|
||||||
name = "libreswan-${version}";
|
name = "libreswan-${version}";
|
||||||
binPath = stdenv.lib.makeBinPath [
|
binPath = stdenv.lib.makeBinPath [
|
||||||
bash iproute iptables procps coreutils gnused gawk nss.tools which python
|
bash iproute iptables procps coreutils gnused gawk nss.tools which python
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.libreswan.org/${name}.tar.gz";
|
url = "https://download.libreswan.org/${name}.tar.gz";
|
||||||
sha256 = "1bww4w5r6hx0xf9xdxvkfmcv7zyas58ls1mklk6k197kv2i0p24w";
|
sha256 = "1wxqsv11nqgfj5and5xzfgh6ayqvl47midcghd5ryynh60mp7naa";
|
||||||
};
|
};
|
||||||
|
|
||||||
# These flags were added to compile v3.18. Try to lift them when updating.
|
# These flags were added to compile v3.18. Try to lift them when updating.
|
||||||
@ -83,7 +83,7 @@ stdenv.mkDerivation {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://libreswan.org;
|
homepage = "https://libreswan.org";
|
||||||
description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange";
|
description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange";
|
||||||
platforms = platforms.linux ++ platforms.darwin ++ platforms.freebsd;
|
platforms = platforms.linux ++ platforms.darwin ++ platforms.freebsd;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user