aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/crypto++ (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: installTargets is a listRobin Gloster2019-12-311-1/+1
|
* cryptopp: 5.6.5 -> 8.2.0c0bw3b2019-10-303-71/+26
| | | | + add c0bw3b as maintainer
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* compilation for particular x86_64 architecturevolth2019-04-301-9/+3
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-301-3/+4
| | | | It is deprecated and will be removed after 18.09.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
|
* cryptopp: 5.6.4 -> 5.6.5Graham Christensen2016-12-281-8/+7
| | | | for CVE-2016-7420: CVE-2016-7420
* cryptopp: 5.6.2 -> 5.6.4Franz Pletz2016-09-294-37/+46
| | | | | | | | Fix CVE-2016-3995. #18856 Remove broken flag. #19040 cc #19009
* cryptopp: mark as brokenGraham Christensen2016-09-281-1/+3
| | | | https://github.com/NixOS/nixpkgs/issues/18856
* cc-wrapper: add option to skip flags for native optimizationsNikolay Amiantov2016-03-241-1/+0
|
* crypto++: fix tests by not using -O3, refactorVladimír Čunát2015-06-271-36/+30
| | | | | | | | Tests were segfaulting due to compilation with -O3, most likely since building with gcc-4.9. AFAIK it isn't generally safe/advisable to use -O3 anyway. Also do some cleanup and expression refactoring, mostly.
* crypto++: fix build issue on OSX (10.9.5 at least)Eric Merritt2015-05-082-1/+15
|
* Add some missing platformsWilliam A. Kennington III2015-04-211-2/+3
|
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-061-1/+1
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* unmaintain several packagesLudovic Courtès2013-08-161-1/+1
|
* crypto++: adding shared object targetLluís Batlle i Rossell2013-06-031-1/+1
| | | | We only built the static library, before.
* cryptopp: fix via minor updateVladimír Čunát2013-02-233-95/+7
|
* Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-291-4/+1
|
* include upstream patch for salsa validation with gcc4.6Florian Friesdorf2012-02-272-2/+66
| | | | | | http://sourceforge.net/apps/trac/cryptopp/changeset/529 svn path=/nixpkgs/branches/stdenv-updates/; revision=32638
* Updating crypto++ to 5.6.1Lluís Batlle i Rossell2012-02-071-11/+8
| | | | svn path=/nixpkgs/trunk/; revision=32098
* pkgs/development/libraries/crypto++: added todo note about removing ↵Peter Simons2010-07-281-0/+2
| | | | | | cryptotest.exe from the installed image svn path=/nixpkgs/trunk/; revision=22790
* pkgs/development/libraries/crypto++: fixed build impurityPeter Simons2010-07-281-0/+11
| | | | | | | | | | | | | * Don't build with "-march=native", because the generated binaries won't work reliably on systems with a different CPU. Instead, "--march=i686" is used on x86, and "--march=nocona" an x86_64. Otherwise, "--march" remains unset. * Compile with -O3 instead of -O2. This code is performance-critical. * Don't build with '-g'. svn path=/nixpkgs/trunk/; revision=22785
* crypto++: use stdenv.system in stead of builtins.currentSystem for patches ↵Rob Vermaas2010-07-071-2/+2
| | | | | | and buildinputs svn path=/nixpkgs/trunk/; revision=22507
* Crypto++: Fix on Darwin.Ludovic Courtès2009-09-161-2/+5
| | | | svn path=/nixpkgs/trunk/; revision=17196
* Crypto++: Fix shared library.Ludovic Courtès2009-08-111-1/+10
| | | | svn path=/nixpkgs/trunk/; revision=16664
* Crypto++ 5.6.0, with shared library and test suite.Ludovic Courtès2009-08-103-6/+62
| | | | svn path=/nixpkgs/trunk/; revision=16661
* Add Crypto++, a C++ cryptography library.Ludovic Courtès2008-07-291-0/+28
svn path=/nixpkgs/trunk/; revision=12444