Date: Fri, 6 Aug 2021 21:16:17 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8d4bdce281d1 - main - net/rpki-client: Update to 7.2 Message-ID: <202108062116.176LGHEq089055@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d4bdce281d162f1f1a9de9c16f0bb90be506060 commit 8d4bdce281d162f1f1a9de9c16f0bb90be506060 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2021-08-06 14:14:25 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2021-08-06 21:15:52 +0000 net/rpki-client: Update to 7.2 - Update to 7.2 - Adjust dependencies (ca_root_nss) Reported by: Job Snijders <job@sobornost.net> Approved by: zeising Differential Revision: https://reviews.freebsd.org/D31218 --- net/rpki-client/Makefile | 5 +++-- net/rpki-client/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/net/rpki-client/Makefile b/net/rpki-client/Makefile index c3cc46b8d76d..139abe1cd2c6 100644 --- a/net/rpki-client/Makefile +++ b/net/rpki-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= rpki-client -DISTVERSION= 7.1 +DISTVERSION= 7.2 CATEGORIES= net MAINTAINER= zeising@FreeBSD.org @@ -10,7 +10,8 @@ LICENSE= ISCL BUILD_DEPENDS= rsync>0:net/rsync LIB_DEPENDS= libexpat.so:textproc/expat2 \ libtls.so:security/libretls -RUN_DEPENDS= rsync>0:net/rsync +RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ + rsync>0:net/rsync USES= autoreconf libtool pkgconfig ssl diff --git a/net/rpki-client/distinfo b/net/rpki-client/distinfo index 4c966c76a0cf..2577d81749b0 100644 --- a/net/rpki-client/distinfo +++ b/net/rpki-client/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1625590584 -SHA256 (rpki-client-rpki-client-portable-7.1_GH0.tar.gz) = bcf24a19d9c8aaebaa74e17ac085cdf61f0b3295c021859c43ec8d0477218a32 -SIZE (rpki-client-rpki-client-portable-7.1_GH0.tar.gz) = 51679 -SHA256 (rpki-client-rpki-client-openbsd-rpki-client-7.1_GH0.tar.gz) = 501178a99922004cedebb5baae9dc3c5c45b1383c803d9ef39530b71f2940906 -SIZE (rpki-client-rpki-client-openbsd-rpki-client-7.1_GH0.tar.gz) = 629137 +TIMESTAMP = 1628259110 +SHA256 (rpki-client-rpki-client-portable-7.2_GH0.tar.gz) = 8e8ad9878a0b84b862d71f005c6fd9eca8285bf941d208bd01b9c5bc77891c45 +SIZE (rpki-client-rpki-client-portable-7.2_GH0.tar.gz) = 51833 +SHA256 (rpki-client-rpki-client-openbsd-rpki-client-7.2_GH0.tar.gz) = 8fb80ddf65fd4ced11391a6bfa4b1f42d27183671c5b1f9058b39d16ef81f6c5 +SIZE (rpki-client-rpki-client-openbsd-rpki-client-7.2_GH0.tar.gz) = 629212
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108062116.176LGHEq089055>