Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2023 05:31:40 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5e3c265d1138 - main - security/cryptopp: Update to 8.8.0
Message-ID:  <202307120531.36C5VeSW047498@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e3c265d1138e3fbcb843c0673715d0be95d717d

commit 5e3c265d1138e3fbcb843c0673715d0be95d717d
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-07-12 05:28:45 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-07-12 05:31:32 +0000

    security/cryptopp: Update to 8.8.0
    
    Bump PORTREVISION on consumers due to ABI incompatibility.
    
    https://www.cryptopp.com/release880.html
---
 archivers/ccmix/Makefile           | 2 +-
 archivers/urbackup-client/Makefile | 2 +-
 archivers/urbackup-server/Makefile | 2 +-
 graphics/gdal/Makefile             | 2 +-
 multimedia/kvazaar/Makefile        | 1 +
 net-p2p/amule/Makefile             | 2 +-
 net/ceph14/Makefile                | 2 +-
 net/megacmd/Makefile               | 1 +
 security/cryptopp/Makefile         | 4 ++--
 security/cryptopp/distinfo         | 8 +++++---
 10 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/archivers/ccmix/Makefile b/archivers/ccmix/Makefile
index 3f79a0bb8e00..426d4c8b1ac5 100644
--- a/archivers/ccmix/Makefile
+++ b/archivers/ccmix/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ccmix
 PORTVERSION=	g20170612
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers games
 MASTER_SITES=	SF/xccu/XCC%20Mixer/XCC%20Mixer%201.44:dat
 DISTFILES=	XCC_Mixer-1.44.zip:dat
diff --git a/archivers/urbackup-client/Makefile b/archivers/urbackup-client/Makefile
index 1a67fc350aca..1491778394d9 100644
--- a/archivers/urbackup-client/Makefile
+++ b/archivers/urbackup-client/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	urbackup-client
 DISTVERSION=	2.5.20.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	https://hndl.urbackup.org/Client/${DISTVERSION:R}/
 
diff --git a/archivers/urbackup-server/Makefile b/archivers/urbackup-server/Makefile
index 687aaf124451..713bec18dd58 100644
--- a/archivers/urbackup-server/Makefile
+++ b/archivers/urbackup-server/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	urbackup-server
 DISTVERSION=	2.5.26
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	https://hndl.urbackup.org/Server/${DISTVERSION}/
 
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 30a1296bc05d..896b0b67029f 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gdal
 PORTVERSION=	3.7.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet
diff --git a/multimedia/kvazaar/Makefile b/multimedia/kvazaar/Makefile
index 12565522d371..167009e163a6 100644
--- a/multimedia/kvazaar/Makefile
+++ b/multimedia/kvazaar/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	kvazaar
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index eaf9f659b12f..2afbe866330f 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	amule
 PORTVERSION=	2.3.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/${PORTNAME}/aMule/${PORTVERSION}
 DISTNAME=	aMule-${PORTVERSION}
diff --git a/net/ceph14/Makefile b/net/ceph14/Makefile
index cc725fa5f7f4..22fd4194ae58 100644
--- a/net/ceph14/Makefile
+++ b/net/ceph14/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ceph
 DISTVERSIONPREFIX=	v
 DISTVERSION=	14.2.22
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	net
 PKGNAMESUFFIX=	14
 
diff --git a/net/megacmd/Makefile b/net/megacmd/Makefile
index eff0303c3dd2..3f798b6b9b36 100644
--- a/net/megacmd/Makefile
+++ b/net/megacmd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	megacmd
 DISTVERSION=	1.6.3
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	_Linux
 CATEGORIES=	net
 
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index 191a7ff0645f..bef10056452b 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cryptopp
-PORTVERSION=	8.7.0
+PORTVERSION=	8.8.0
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/weidai11/${PORTNAME}/releases/download/CRYPTOPP_${PORTVERSION:S/./_/g}/ \
 		http://www.cryptopp.com/
@@ -20,7 +20,7 @@ CPE_VENDOR=	cryptopp
 EXTRACT_BEFORE_ARGS=	-aq
 NO_WRKSUBDIR=		yes
 
-CXXFLAGS+=	-Wno-deprecated-declarations -fPIC
+CXXFLAGS+=	-fPIC
 MAKEFILE=	GNUmakefile
 ALL_TARGET=	static shared libcryptopp.pc
 
diff --git a/security/cryptopp/distinfo b/security/cryptopp/distinfo
index 012fe83214ff..cb81c5084a09 100644
--- a/security/cryptopp/distinfo
+++ b/security/cryptopp/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1663283275
-SHA256 (cryptopp870.zip) = d0d3a28fcb5a1f6ed66b3adf57ecfaed234a7e194e42be465c2ba70c744538dd
-SIZE (cryptopp870.zip) = 9277791
+TIMESTAMP = 1687891241
+SHA256 (cryptopp880.zip) = ace1c7b010a409eba5e86c4fd5a8845c43a6ac39bb6110e64ca5d7fea08583f4
+SIZE (cryptopp880.zip) = 9279806
+SHA256 (abdes-cryptopp-cmake-CRYPTOPP_8_8_0_GH0.tar.gz) = a10068ab47fb46785dfe43ebe45369008855b03f6711ac7d1af6f45aa9238290
+SIZE (abdes-cryptopp-cmake-CRYPTOPP_8_8_0_GH0.tar.gz) = 46384



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307120531.36C5VeSW047498>