aboutsummaryrefslogtreecommitdiff
path: root/security/cryptopp
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to build and install shared library of crypto++, andXin LI2012-07-233-5/+51
| | | | | | | | | | | | | convert to use OPTIONSng [1]. While I'm there, also add an option to build with GCC 4.6.x and newer binutils, which enables use of AES-NI. PR: ports/170045 Submitted by: Michael Gmelin <freebsd grem.de> Notes: svn path=/head/; revision=301416
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285419
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-4/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Fix clang build.Xin LI2011-09-062-0/+98
| | | | | | | | PR: ports/160509 Submitted by: h h <aakuusta gmail.com> Notes: svn path=/head/; revision=281316
* Does not compile on sparc64: unrecognized C++ options.Mark Linimon2011-07-161-1/+7
| | | | Notes: svn path=/head/; revision=277786
* crypto++ assumes that the as(1) in PATH is the one used by c++(1),Xin LI2011-01-271-2/+15
| | | | | | | | | | | | | | | which is not always true. When PATH is being configured to a non-standard sequence, we may found an as(1) newer than the base one and draw wrong conclusion which leads to failed builds. Use the result given by c++. This is also accepted to upstream. PR: ports/154325 Submitted by: swell.k gmail.com Feature safe: yes Notes: svn path=/head/; revision=268306
* Update to 5.6.1.Xin LI2011-01-223-45/+3
| | | | | | | | Submitted by: Michael Richards <hackish gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268122
* Apply a vendor fix to sha256 which prevents cryptopp from generatingXin LI2010-01-302-0/+41
| | | | | | | correct hash if input is not properly aligned. (r470). Notes: svn path=/head/; revision=248828
* Pet portlint.Xin LI2010-01-301-1/+0
| | | | | | | Pointy hat to: amdmi3 Notes: svn path=/head/; revision=248827
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-0/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* Update to 5.6.0 and mark MAKE_JOBS_SAFE.Xin LI2009-03-275-41/+29
| | | | Notes: svn path=/head/; revision=231081
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-8/+2
| | | | Notes: svn path=/head/; revision=200791
* Replace outdated master sites with new ones.Xin LI2007-01-151-2/+1
| | | | | | | Submitted by: Wei Dai <weidai at weidai dot com> Notes: svn path=/head/; revision=182440
* Update to 5.4Xin LI2007-01-134-398/+6
| | | | Notes: svn path=/head/; revision=182318
* Add a patch from vendor which will hopefully fix gcc 4.1 build.Xin LI2006-10-022-2/+394
| | | | | | | Spotted by: pointyhat via portsmon Notes: svn path=/head/; revision=174286
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Disable optimizationPatrick Li2005-06-121-1/+1
| | | | | | | | | | PR: ports/76875 Submitted by: Thomas Melzer <tmelzer@tomesoft.de> Reviewed by: pav Approved by: maintainer Notes: svn path=/head/; revision=137306
* Now builds on sparc64 and (presumably) ia64Kris Kennaway2005-04-101-4/+0
| | | | Notes: svn path=/head/; revision=132933
* - Make static library relocatablePav Lucistnik2005-01-302-7/+16
| | | | | | | Approved by: Xin LI <delphij@frontfree.net> (maintainer) Notes: svn path=/head/; revision=127699
* BROKEN on alpha 4.x: Internal compiler errorKris Kennaway2005-01-021-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125643
* - Update to 5.2.1Clement Laforet2004-12-234-28/+8
| | | | | | | | PR: 75392 Submitted by: delphij Notes: svn path=/head/; revision=124941
* Correct another typo. :-(Kris Kennaway2004-09-281-1/+1
| | | | | | | | | Spotted by: eik Approved by: portmgr (self) XL pointy hat to: self Notes: svn path=/head/; revision=118472
* Correct typo in previousKris Kennaway2004-09-281-1/+1
| | | | | | | | Approved by: portmgr (self) Pointy hat to: self Notes: svn path=/head/; revision=118469
* Now builds on amd64Kris Kennaway2004-09-271-2/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118468
* Update to 5.2Kirill Ponomarev2004-07-174-31/+36
| | | | | | | | | | | Fix build with gcc-3.4 Assign maintainership to submitter. PR: ports/69204 Submitted by: Xin LI <delphij@frontfree.net> Notes: svn path=/head/; revision=113869
* BROKEN on !i386 and !alpha: Does not compileKris Kennaway2004-03-071-1/+7
| | | | Notes: svn path=/head/; revision=103192
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.Mark Linimon2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92931
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* PR:Foxfair Hu2003-04-211-1/+2
| | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Fix bento `make package', then bump PORTREVISION. Noticed by: kris the portsguardian. Notes: svn path=/head/; revision=79410
* Upgrade cryptopp to 5.1, patch review timeout by MAINTAINER since March 26.Foxfair Hu2003-04-125-69/+60
| | | | Notes: svn path=/head/; revision=78785
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* add cryptopp, a free C++ class library of cryptographic schemesYing-Chieh Liao2001-03-056-0/+229
PR: 24432 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=39068