diff options
author | jhale <jhale@FreeBSD.org> | 2016-12-07 09:00:11 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-12-07 09:00:11 +0800 |
commit | 2f6c831fa8a9a6ac474c54169b1a0eba9e0cd321 (patch) | |
tree | 38d37021d511839ae0609f2e5c4108033fe319ad /net-p2p | |
parent | ddc1e0d82df3480da7079d87c2c0cf023d2b54c0 (diff) | |
download | freebsd-ports-gnome-2f6c831fa8a9a6ac474c54169b1a0eba9e0cd321.tar.gz freebsd-ports-gnome-2f6c831fa8a9a6ac474c54169b1a0eba9e0cd321.tar.zst freebsd-ports-gnome-2f6c831fa8a9a6ac474c54169b1a0eba9e0cd321.zip |
- Update security/cryptopp to 5.6.5
- 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
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/amule/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index e1141ce5a0ed..f95e594dd06e 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 10981 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ PKGNAMESUFFIX= -devel diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 3df0bcbe438a..a6fec1275aa5 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -3,6 +3,7 @@ PORTNAME= amule PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION} DISTNAME= aMule-${PORTVERSION} |