/games/p5-Games-AlphaBeta/

Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/security/cryptopp
Commit message (Collapse)AuthorAgeFilesLines
* - Update security/cryptopp to 5.6.5jhale2016-12-078-149/+182
| | | | | | | | | | | | | | | | | | | | | | - Add LICENSE (BSL) - Add CPE data - Remove STATIC option and always install the shared library; no reason not to. - Remove GCC option and use USES=compiler framework - Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying to use it. It will allow the asserts to be enabled which could be a security risk. The standard DEBUG option is now safe to use. - Add SIMD option for i386 and amd64 - requires a recent clang or gcc - Don't install the cryptest binary; it is really only used for regression testing, so only build it for the TEST_TARGET. It is useless without the data files anyways. - Take maintainership - Bump PORTREVISON on dependent ports due to shared library bump PR: 215015 Reported by: <fcsk.aim@gmail.com> MFH: 2016Q4 Security: eab68cff-bc0c-11e6-b2ca-001b3856973b
* Set library SONAME, this makes pkg correctly detect provided packagepawel2016-12-011-1/+2
| | | | | | | | functionality and fixes pkg check -d. PR: 214857 Submitted by: myself Approved by: delphij no longer maintainer
* Release this back to pool.delphij2016-11-28