summary refs log tree commit diff
path: root/pkgs/development/libraries/crypto++/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-02-06cryptopp: add an option to build with OpenMPRenaud1-8/+23
and (attempt to) fix Darwin build
2022-01-09cryptopp: be graceful when removing static lib, fixing cross compilationNick Cao1-1/+1
2021-12-20cryptopp: 8.4.0 -> 8.6.0Renaud1-13/+6
Disabling fortify because it clashes with upstream optimisation flags
2021-03-02Merge pull request #114768 from SuperSandro2000/fix-collection19Sandro1-1/+1
2021-03-01cryptopp: run configure.sh before makeIvan Babrou1-0/+8
This prevents failure on `aarch64-darwin`.
2021-03-01crypto++: remove unused inputsSandro Jäckel1-1/+1
2021-01-26crypto++: Fix static build and also do multiple outputsJohn Ericson1-3/+13
2021-01-25cryptopp: 8.2.0 -> 8.4.0Thomas Gerbet1-14/+10
Fixes CVE-2019-14318.
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2019-12-31treewide: installTargets is a listRobin Gloster1-1/+1
2019-10-30cryptopp: 5.6.5 -> 8.2.0c0bw3b1-28/+26
+ add c0bw3b as maintainer
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-30compilation for particular x86_64 architecturevolth1-9/+3
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-3/+4
It is deprecated and will be removed after 18.09.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2016-12-28cryptopp: 5.6.4 -> 5.6.5Graham Christensen1-8/+7
for CVE-2016-7420: CVE-2016-7420
2016-09-29cryptopp: 5.6.2 -> 5.6.4Franz Pletz1-10/+13
Fix CVE-2016-3995. #18856 Remove broken flag. #19040 cc #19009
2016-09-28cryptopp: mark as brokenGraham Christensen1-1/+3
https://github.com/NixOS/nixpkgs/issues/18856
2016-03-24cc-wrapper: add option to skip flags for native optimizationsNikolay Amiantov1-1/+0
2015-06-27crypto++: fix tests by not using -O3, refactorVladimír Čunát1-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.
2015-05-08crypto++: fix build issue on OSX (10.9.5 at least)Eric Merritt1-1/+2
2015-04-21Add some missing platformsWilliam A. Kennington III1-2/+3
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2013-08-16unmaintain several packagesLudovic Courtès1-1/+1
2013-06-03crypto++: adding shared object targetLluís Batlle i Rossell1-1/+1
We only built the static library, before.
2013-02-23cryptopp: fix via minor updateVladimír Čunát1-11/+7
2012-11-29Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra1-4/+1
2012-02-27include upstream patch for salsa validation with gcc4.6Florian Friesdorf1-2/+4
http://sourceforge.net/apps/trac/cryptopp/changeset/529 svn path=/nixpkgs/branches/stdenv-updates/; revision=32638
2012-02-07Updating crypto++ to 5.6.1Lluís Batlle i Rossell1-11/+8
svn path=/nixpkgs/trunk/; revision=32098
2010-07-28pkgs/development/libraries/crypto++: added todo note about removing ↵Peter Simons1-0/+2
cryptotest.exe from the installed image svn path=/nixpkgs/trunk/; revision=22790
2010-07-28pkgs/development/libraries/crypto++: fixed build impurityPeter Simons1-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
2010-07-07crypto++: use stdenv.system in stead of builtins.currentSystem for patches ↵Rob Vermaas1-2/+2
and buildinputs svn path=/nixpkgs/trunk/; revision=22507
2009-09-16Crypto++: Fix on Darwin.Ludovic Courtès1-2/+5
svn path=/nixpkgs/trunk/; revision=17196
2009-08-10Crypto++ 5.6.0, with shared library and test suite.Ludovic Courtès1-6/+25
svn path=/nixpkgs/trunk/; revision=16661
2008-07-29Add Crypto++, a C++ cryptography library.Ludovic Courtès1-0/+28
svn path=/nixpkgs/trunk/; revision=12444