Commit Graph

40 Commits

Author SHA1 Message Date
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
William A. Kennington III
e074268230 stunnel: 5.14 -> 5.16 2015-04-22 14:47:09 -07:00
Austin Seipp
4a3b755cc8 nixpkgs: stunnel 5.11 -> 5.14
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-02 16:27:52 -05:00
Austin Seipp
0c1daca24a nixpkgs: stunnel 5.05 -> 5.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Aristid Breitkreuz
4d1fdb9380 stunnel 5.05 2014-10-11 14:16:37 +02:00
Austin Seipp
2241ce448e stunnel: 5.03 -> 5.04
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:09:31 -05:00
Austin Seipp
32183417fa stunnel: 5.01 -> 5.03
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-08-20 01:56:23 -05:00
Austin Seipp
dcd0e68b17 stunnel: adopt, bump to version 5.01
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 16:13:52 -05:00
Evgeny Egorochkin
d2571617c0 stunnel: update from 4.56 to 5.00, potentially fixes CVE-2014-0016 2014-03-26 13:43:51 +02:00
Rickard Nilsson
1ddfbae86a stunnel: Add explicit openssl reference (latest stunnel version did not build for me otherwise) 2013-05-30 12:12:18 +02:00
Rickard Nilsson
08f1b426bc stunnel: Update to 4.56
Note, I had to add "fips = no" to my stunnel configuration after
the update.
2013-04-09 16:34:59 +02:00
Rickard Nilsson
cae8bec490 stunnel: Update to 4.53 2012-07-31 00:11:03 +02:00
Armijn Hemel
2d1a047761 add stunnel
svn path=/nixpkgs/trunk/; revision=14301
2009-03-02 15:23:52 +00:00