aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/nettle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nettle: 3.5.1 -> 3.6Vladimír Čunát2020-04-291-2/+2
| | | | | https://lists.lysator.liu.se/pipermail/nettle-bugs/2020/008967.html Ed448 should now just work in knot-{dns,resolver}.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* nettle: runtime selection of HW-accelerated codeVladimír Čunát2020-02-181-0/+2
| | | | | | | | | | | | | | | | | | | | > Include multiple versions of certain functions in the library, > and select the ones to use at run-time, depending on available > processor features. Supported for ARM and x86_64. The current version seems to accelerate AES and SHA families. Size increase on x86_64 is <10k in our case. It can make quite some performance difference; I tried $ time ./result-dev/bin/nettle-hash -a sha256 /some/file/around/2G And the total CPU time went down from 8.5s to 2s (single thread). Now it matches the time of openssl $ time openssl sha256 /some/file/around/2G Of course, in real life it will be much harder to notice a difference... Platforms without support for this (e.g. i686) seem to still build fine, and ARMv7 cross-build also succeeds for me, so hopefully all is OK.
* nettle: 3.4.1 -> 3.5.1Aaron Andersen2019-09-241-2/+2
|
* treewide: remove redundant recvolth2019-08-281-1/+1
|
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-261-1/+0
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* nettle: 3.4 -> 3.4.1 (security)Will Dietz2018-12-071-2/+2
| | | | https://lists.gnu.org/archive/html/info-gnu/2018-12/msg00001.html
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-301-2/+2
| | | | It is deprecated and will be removed after 18.09.
* nettle: cleanup cross changesWill Dietz2018-02-131-4/+3
| | | | | reviewer feedback + minor other things I noticed while revisiting.
* nettle: Enable cross-compilationBen Gamari2018-02-131-3/+5
|
* nettle: remove at 3.3Vincent Laporte2017-12-061-10/+0
|
* ocamlnet: fixup build by bringing back nettle-3.3Vladimír Čunát2017-11-301-0/+10
|
* nettle: 3.3 -> 3.4Lancelot SIX2017-11-201-2/+2
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-11/msg00007.html for release information
* nettle: 3.2 -> 3.3Lancelot SIX2016-11-291-2/+2
| | | | | | | This is a bugfix release. See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00003.html for release announcement.
* nettle: 3.1.1 -> 3.2Graham Christensen2016-09-241-2/+2
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-291-1/+1
| | | | Make either 'bin' or 'out' the first output.
* gmp: split into multiple outputsVladimír Čunát2015-10-281-1/+1
|
* nettle: split a "dev" outputVladimír Čunát2015-10-131-0/+3
| | | | Referrers look OK; seems too easy again.
* nettle27: remove uneeded package superseeded by 3.xDomen Kožar2015-08-311-10/+0
| | | | | (cherry picked from commit b4b6b914c45061b403e1d0db2858f44d7776e65e) Signed-off-by: Domen Kožar <domen@dev.si>
* nettle: Disable static librariesEelco Dolstra2015-08-131-3/+0
|
* nettle: 3.1 -> 3.1.1William A. Kennington III2015-04-251-2/+2
|
* nettle: 3.0 -> 3.1William A. Kennington III2015-04-202-6/+6
|
* nettle: Add version 3.0 as the defaultWilliam A. Kennington III2015-04-031-62/+5
|
* nettle: Refactor to be genericWilliam A. Kennington III2015-04-032-0/+78
|
* unmaintain a bunch of packagesLudovic Courtès2015-01-131-1/+1
|
* Fix many package descriptionsBjørn Forsman2014-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
|
* gnutls: update to 3.2.1Lluís Batlle i Rossell2013-06-031-2/+5
| | | | | | Required also: nettle: update to 2.7.1 I tested that wget works.
* Revert "gnutls: update to 3.2.0"Lluís Batlle i Rossell2013-05-171-4/+2
| | | | | | | Hydra found that the i686 tests fail. I'll work on this later. http://hydra.nixos.org/build/4980459 This reverts commit c1708440bd92ad2a3142fe709b853234c65de60f.
* gnutls: update to 3.2.0Lluís Batlle i Rossell2013-05-171-2/+4
| | | | It required a nettle update to 2.7 too.
* some tests for nettle and gnutls donot seem to work on OS XAristid Breitkreuz2013-01-211-1/+1
|
* nettle: update to 2.5.Ludovic Courtès2012-10-191-4/+5
|
* nettle: allow GMP to be found on OpenSolarisLudovic Courtès2012-08-091-1/+11
|
* GNU Nettle 2.4.Ludovic Courtès2011-09-041-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=29008
* GNU Nettle 2.2.Ludovic Courtès2011-08-221-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=28746
* Move the gmp dependency to nettle, where it originates.Karn Kallio2011-04-131-1/+2
| | | | | | As pointed out by Ludovic Courtès. svn path=/nixpkgs/trunk/; revision=26812
* Build GNU Nettle.Ludovic Courtès2010-08-231-0/+1
| | | | svn path=/nixpkgs/trunk/; revision=23363
* GNU Nettle 2.1.Ludovic Courtès2010-08-201-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=23284
* Nettle: Disable tests on Cygwin.Ludovic Courtès2009-09-181-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=17262
* GNU Nettle: Tentative patch for Cygwin.Ludovic Courtès2009-09-182-0/+15
| | | | svn path=/nixpkgs/trunk/; revision=17250
* Fix GNU Nettle.Ludovic Courtès2009-09-161-1/+3
| | | | svn path=/nixpkgs/trunk/; revision=17194
* Nettle: Add `meta.homepage'.Ludovic Courtès2009-07-011-0/+2
| | | | svn path=/nixpkgs/trunk/; revision=16128
* Add GNU Nettle, a cryptographic library.Ludovic Courtès2009-07-011-0/+44
svn path=/nixpkgs/trunk/; revision=16127