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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/cdcat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/cdcat/Makefile b/deskutils/cdcat/Makefile index 6daf318cc353..1ca4b5853a1b 100644 --- a/deskutils/cdcat/Makefile +++ b/deskutils/cdcat/Makefile @@ -3,7 +3,7 @@ PORTNAME= cdcat PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |