Commit Graph

62 Commits

Author SHA1 Message Date
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
d97ff634d7 stunnel: 5.71 -> 5.72 2024-02-06 05:55:27 +00:00
R. Ryantm
828d6846a4 stunnel: 5.70 -> 5.71 2023-10-19 22:33:53 +00:00
Pol Dellaiera
7d08c76d39
stunnel: use finalAttrs pattern 2023-08-06 19:29:32 +02:00
R. Ryantm
41d97e57cf stunnel: 5.69 -> 5.70 2023-08-06 12:34:33 +00:00
Fabian Affolter
2a68c63fc6 stunnel: 5.67 -> 5.69 2023-03-07 09:39:46 +01:00
John Ericson
1a41a44328 stunnel: Multiple outputs, parallel building 2023-02-02 14:14:17 -05:00
John Ericson
b99fc79f5d stunnel: Add optional systemd support
This allows for socket activation of stunnel itself.

Co-authored-by: Artturi <Artturin@artturin.com>
2023-02-02 14:13:52 -05:00
Mario Rodas
08e26823b8 stunnel: 5.66 -> 5.67 2022-11-02 04:20:00 +00:00
Aaron Jheng
ede624253e
stunnel: 5.65 -> 5.66 2022-11-01 10:57:34 +00:00
Sheldon Neuberger
446e0752e9 stunnel: fix compilation on darwin
stunnel 5.65 has a build error on darwin: `client.c:1514:11: error: use
of undeclared identifier 'environ'`. I think darwin is unique in that it
has unistd but doesn't define `environ`. I tested the resulting binary
for my stunnel use-case and it works on x86-darwin.

Introduced in:
f6d7bf0315

Failing build: https://hydra.nixos.org/build/187400018
2022-09-03 16:22:54 -07:00
chkno
f6d7bf0315
stunnel: 5.64 -> 5.65 (#183617)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-30 18:25:22 +02:00
Rick van Schijndel
9e9f6fc1c3
Merge pull request #152065 from chkno/stunnel-extraConfig
nixos/stunnel: Make free-form
2022-07-26 23:24:31 +02:00
Fabian Affolter
fa776fc150 stunnel: 5.63 -> 5.64 2022-05-28 12:08:30 +02:00
R. Ryantm
d3a855b9b0 stunnel: 5.62 -> 5.63 2022-03-22 17:27:01 +00:00
Scott Worley
61585d1cd7 nixos/tests/stunnel: init 2022-02-22 17:18:20 -08:00
R. RyanTM
493d141d06
stunnel: 5.61 -> 5.62
(#155644)
2022-01-24 21:36:08 +01:00
R. Ryantm
03913a1563 stunnel: 5.60 -> 5.61 2021-12-24 06:37:17 +00:00
Fabian Affolter
1156c8868f stunnel: 5.59 -> 5.60 2021-08-21 00:28:00 +02:00
Fabian Affolter
74199e111e stunnel: 5.58 -> 5.59 2021-07-04 00:31:28 +02:00
Thomas Gerbet
99f895fa25 stunnel: 5.56 -> 5.58
Fixes CVE-2021-20230.
2021-03-06 20:25:25 +01:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM
7ae932d510 stunnel: 5.55 -> 5.56 2019-11-29 06:19:53 -08:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
ff2cec38fb stunnel: 5.54 -> 5.55
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stunnel/versions
2019-06-18 17:33:19 -05:00
R. RyanTM
03c07393ba stunnel: 5.53 -> 5.54
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stunnel/versions
2019-05-24 03:58:24 -07:00
R. RyanTM
f7997e326b stunnel: 5.50 -> 5.53
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stunnel/versions
2019-04-16 18:30:34 +02:00
Jörg Thalheim
1122901b97
stunnel: remove stunnel3 wrapper 2018-12-14 08:19:39 +00:00
R. RyanTM
19e14c44f0 stunnel: 5.49 -> 5.50
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stunnel/versions
2018-12-13 23:46:34 -08:00
R. RyanTM
f7888652b8 stunnel: 5.46 -> 5.49
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
stunnel
2018-09-09 23:32:01 -05:00
R. RyanTM
db82093857 stunnel: 5.45 -> 5.46
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/9dvqa02pamz2wgzrpsjlzvf02qlmmabj-stunnel-5.46/bin/stunnel3 had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9dvqa02pamz2wgzrpsjlzvf02qlmmabj-stunnel-5.46/bin/stunnel had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 5.46 with grep in /nix/store/9dvqa02pamz2wgzrpsjlzvf02qlmmabj-stunnel-5.46
- directory tree listing: https://gist.github.com/fa7d88d4b57706beacb1a6c4ca25a0ab
- du listing: https://gist.github.com/1eb91f78f53c9d1e590c49e38c2869f3
2018-05-30 09:23:17 -05:00
R. RyanTM
3f0a7b8aed stunnel: 5.44 -> 5.45
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/7s4vc01h5glyylky8hsjfbmyxdfr44wl-stunnel-5.45/bin/stunnel3 had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/7s4vc01h5glyylky8hsjfbmyxdfr44wl-stunnel-5.45/bin/stunnel had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 5.45 with grep in /nix/store/7s4vc01h5glyylky8hsjfbmyxdfr44wl-stunnel-5.45
- directory tree listing: https://gist.github.com/4c607748a7a424c16abcadab39e0a7f7
- du listing: https://gist.github.com/d4b428776b9214e913cb8a97f7698d65
2018-05-22 18:47:05 -07:00
SLNOS
3be3c2906e stunnel: fetchurl more securely 2018-02-10 00:24:20 +00:00
adisbladis
13b203fb4f
stunnel: 5.41 -> 5.44 2018-01-04 16:34:32 +01:00
Tomas Hlavaty
6878d0661b stunnel: 5.39 -> 5.41 2017-04-20 23:37:24 +02:00
Franz Pletz
6a24c6dc32
stunnel: 5.38 -> 5.39 2017-01-26 03:52:50 +01:00
Tomas Hlavaty
d65ef03677 stunnel: 5.37 -> 5.38 2016-12-13 22:34:25 +01:00
Franz Pletz
cc925a0162
stunnel: 5.36 -> 5.37 2016-11-22 03:16:47 +01:00
Graham Christensen
90dae03cfe
stunnel: 5.31 -> 5.36 2016-09-23 22:26:25 -04:00
Robin Gloster
5185bc1773 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-15 14:41:01 +00:00
Bjørn Forsman
bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Robin Gloster
2d382f3d98 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-30 19:39:34 +00:00
Tuomas Tynkkynen
2a73de6e6c treewide: Make explicit that 'dev' output of openssl is used 2016-05-19 10:02:23 +02:00
Robin Gloster
d326ca40a8 stunnel: 5.30 -> 5.31
fixes tarball 404
2016-04-03 11:36:13 +00:00
Robin Gloster
351173c2dd stunnel: 5.29 -> 5.30 2016-02-26 15:51:08 +00:00
Yann Hodique
a4c3b433ee stunnel: 5.26 -> 5.29 2016-01-09 09:02:54 -08:00
John Wiegley
baa24bc1a2 stunnel: 5.22 -> 5.26 2015-11-25 12:46:28 -08:00
Bjørn Forsman
0279a979a5 stunnel: 5.20 -> 5.22
Changelog:
  https://www.stunnel.org/sdf_ChangeLog.html
2015-08-16 19:05:14 +02:00
Austin Seipp
4a6b7fc563 nixpkgs: stunnel 5.16 -> 5.20
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 21:50:29 -05:00