Commit graph

20 commits

Author SHA1 Message Date
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 ef8e758e64 wolfssl: 4.0.0 -> 4.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wolfssl/versions
2019-08-06 03:03:51 -07:00
R. RyanTM 75abd6475b wolfssl: 3.15.7 -> 4.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wolfssl/versions
2019-04-05 15:44:30 +00:00
R. RyanTM 3678ff868e wolfssl: 3.15.3 -> 3.15.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wolfssl/versions
2019-01-02 13:50:35 +01:00
schneefux fdec2e16bc wolfssl: add license 2018-10-07 18:51:24 +02:00
Matthias C. M. Troffaes 66e6ee73d4 wolfssl: enable all features 2018-09-13 10:27:59 +01:00
R. RyanTM c9362d595e wolfssl: 3.15.0 -> 3.15.3 (#42670)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.15.3 in filename of file in /nix/store/64hjsmi2gzinf6qn0dfs16c3zzi4rfpx-wolfssl-3.15.3
- directory tree listing: https://gist.github.com/f48303498f02ef2dc587368e1b17a323
- du listing: https://gist.github.com/db2ab599e28e35132df0568d69c7f4c8
2018-06-30 00:07:05 +02:00
R. RyanTM 7431365662 wolfssl: 3.13.0 -> 3.15.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.15.0 in filename of file in /nix/store/gx03mc7m4r07ybly7san7xk3v17pm264-wolfssl-3.15.0
- directory tree listing: https://gist.github.com/79fbf246bbacf1d8014bee57d274625a
- du listing: https://gist.github.com/1f19919b71d52208a236a55cf066a003
2018-06-07 22:20:21 -07:00
Ryan Mulligan 29fc3496d8 wolfssl: 3.12.0 -> 3.13.0
Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.13.0 in filename of file in /nix/store/pcakgwgq8k7ad2x10ji9z054z87z1pca-wolfssl-3.13.0

cc "@mcmtroffaes"
2018-02-28 07:10:41 +00:00
Franz Pletz b06231c01b
wolfssl: 3.11.0 -> 3.12.0 2017-08-28 00:54:43 +02:00
Matthias C. M. Troffaes 20780bf33a wolfssl: 3.10.3 -> 3.11.0 2017-07-20 10:01:38 +01:00
Matthias C. M. Troffaes 88cc35f1f4 wolfssl: 3.9.10b -> 3.10.3 2017-02-21 09:42:32 +01:00
Matthias C. M. Troffaes ea743a97f5 wolfssl: 3.9.8 -> 3.9.10b (#20708) 2016-11-25 10:28:59 +00:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Matthias C. M. Troffaes ad27f0252e wolfssl: 3.9.6 -> 3.9.8 2016-08-10 11:02:55 +01:00
Matthias C. M. Troffaes c227201955 wolfssl: 3.9.0 -> 3.9.6, split package 2016-06-21 13:22:06 +01:00
Matthias C. M. Troffaes 719fceba10 wolfssl: 3.8.0 -> 3.9.0 2016-03-23 09:15:21 +00:00
Matthias C. M. Troffaes 495985ace3 wolfssl: 3.7.0 -> 3.8.0
changes by @globin: use autoreconfHook

closes #13731

Signed-off-by: Robin Gloster <mail@glob.in>
2016-03-07 10:39:14 +00:00
zimbatm 17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Matthias C. M. Troffaes b5e06b04a7 wolfssl: init at 3.7.0
Picked from #11287.
2015-11-27 11:00:40 +01:00