Merge pull request #51999 from r-ryantm/auto-update/stunnel
stunnel: 5.49 -> 5.50
This commit is contained in:
commit
a29d0ca423
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "stunnel-${version}";
|
name = "stunnel-${version}";
|
||||||
version = "5.49";
|
version = "5.50";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.stunnel.org/downloads/${name}.tar.gz";
|
url = "https://www.stunnel.org/downloads/${name}.tar.gz";
|
||||||
sha256 = "0plmdnwmhjjganhprsw9a8w3h5w43hyirpizy8cmq5w278hl2rix";
|
sha256 = "0j811iakljjxw39qchmqf235jdkwixb0i4xxjyi55f08558947cm";
|
||||||
# please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256",
|
# please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256",
|
||||||
# not the output of `nix-prefetch-url`
|
# not the output of `nix-prefetch-url`
|
||||||
};
|
};
|
||||||
@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
|
|||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
# remove legacy compatibility-wrapper that would require perl
|
||||||
|
rm $out/bin/stunnel3
|
||||||
|
'';
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"sysconfdir=\${out}/etc"
|
"sysconfdir=\${out}/etc"
|
||||||
"localstatedir=\${TMPDIR}"
|
"localstatedir=\${TMPDIR}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user