Date: Tue, 9 Jul 2024 07:03:24 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cb7d716e40e9 - main - dns/powerdns-recursor: update to 5.0.7 Message-ID: <202407090703.46973Owm098741@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb7d716e40e90180a53752215608f165f5c9718d commit cb7d716e40e90180a53752215608f165f5c9718d Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2024-07-07 17:26:51 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-07-09 07:03:06 +0000 dns/powerdns-recursor: update to 5.0.7 ChangeLog: https://blog.powerdns.com/2024/07/03/powerdns-recursor-4-9-7-5-0-7-released * Remove potential double SOA records if the target of a dns64 name is NODATA. * Fix TCP case for policy tags to not produce cached tags in protobuf messages. * Count substituted remote in case of proxy protocol.¶ PR: 280121 Reported by: tremere@cainites.net (maintainer) --- dns/powerdns-recursor/Makefile | 3 +-- dns/powerdns-recursor/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index e58a7951f73e..04ec07c65797 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,6 +1,5 @@ PORTNAME= recursor -DISTVERSION= 5.0.6 -PORTREVISION= 1 +DISTVERSION= 5.0.7 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index 694f0834f7f3..45f7adc415c9 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1717596814 -SHA256 (pdns-recursor-5.0.6.tar.bz2) = d90885d2abb7ddfe9741cd8fbf5b9ba6902296c77b2f51248779066591ef3f32 -SIZE (pdns-recursor-5.0.6.tar.bz2) = 1689757 +TIMESTAMP = 1719999619 +SHA256 (pdns-recursor-5.0.7.tar.bz2) = 700a825aa087f3f37888ccb65cec6291a1aa5345838af202dc19ebe5691451b9 +SIZE (pdns-recursor-5.0.7.tar.bz2) = 1697502 SHA256 (rust/crates/cc-1.0.84.crate) = 0f8e7c90afad890484a21653d08b6e209ae34770fb5ee298f9c699fcc1e5c856 SIZE (rust/crates/cc-1.0.84.crate) = 74922 SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407090703.46973Owm098741>