FreeBSD Bugzilla – Attachment 256833 Details for
Bug 284097
dns/powerdns-recursor: Update 5.1.3 → 5.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update PowerDNS Recursor to 5.2.0
powerdns-recursor-5.2.0.patch (text/plain), 14.63 KB, created by
Ralf van der Enden
on 2025-01-20 06:45:21 UTC
(
hide
)
Description:
Update PowerDNS Recursor to 5.2.0
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2025-01-20 06:45:21 UTC
Size:
14.63 KB
patch
obsolete
>From 9618367a627f3d7f7acdbf528c0c3d18e467a4b1 Mon Sep 17 00:00:00 2001 >From: Ralf van der Enden <tremere@cainites.net> >Date: Wed, 27 Nov 2024 22:12:33 +0100 >Subject: [PATCH] dns/powerdns-recursor: update to 5.2.0 > >PR: 284097 >Reported by: Jordan Ostreff <jordan@ostreff.info> >Approved by: maintainer >--- > dns/powerdns-recursor/Makefile | 5 +- > dns/powerdns-recursor/Makefile.crates | 58 ++++++------ > dns/powerdns-recursor/distinfo | 122 ++++++++++++++------------ > 3 files changed, 98 insertions(+), 87 deletions(-) > >diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile >index f0f2b6c0fc..785bec4f6d 100644 >--- a/dns/powerdns-recursor/Makefile >+++ b/dns/powerdns-recursor/Makefile >@@ -1,8 +1,7 @@ > PORTNAME= recursor >-DISTVERSION= 5.1.3 >-PORTREVISION= 3 >+DISTVERSION= 5.2.0 > CATEGORIES= dns >-MASTER_SITES= http://downloads.powerdns.com/releases/ >+MASTER_SITES= https://downloads.powerdns.com/releases/ > PKGNAMEPREFIX= powerdns- > DISTNAME= pdns-${PORTNAME}-${DISTVERSION} > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >diff --git a/dns/powerdns-recursor/Makefile.crates b/dns/powerdns-recursor/Makefile.crates >index eff227d1f3..15c8bb517c 100644 >--- a/dns/powerdns-recursor/Makefile.crates >+++ b/dns/powerdns-recursor/Makefile.crates >@@ -1,37 +1,41 @@ >-CARGO_CRATES= base64-0.21.7 \ >- cc-1.0.98 \ >+CARGO_CRATES= anyhow-1.0.87 \ >+ base64-0.22.1 \ >+ cc-1.1.18 \ > codespan-reporting-0.11.1 \ >- cxx-1.0.122 \ >- cxx-build-1.0.122 \ >- cxxbridge-flags-1.0.122 \ >- cxxbridge-macro-1.0.122 \ >+ cxx-1.0.128 \ >+ cxx-build-1.0.128 \ >+ cxxbridge-flags-1.0.128 \ >+ cxxbridge-macro-1.0.128 \ > equivalent-1.0.1 \ > hashbrown-0.14.5 \ >- indexmap-2.2.6 \ >- ipnet-2.9.0 \ >+ indexmap-2.5.0 \ >+ ipnet-2.10.0 \ > itoa-1.0.11 \ >+ libyml-0.0.5 \ > link-cplusplus-1.0.9 \ >+ memchr-2.7.4 \ > once_cell-1.19.0 \ >- proc-macro2-1.0.84 \ >- quote-1.0.36 \ >+ proc-macro2-1.0.86 \ >+ quote-1.0.37 \ > ryu-1.0.18 \ > scratch-1.0.7 \ >- serde-1.0.203 \ >- serde_derive-1.0.203 \ >- serde_yaml-0.9.34+deprecated \ >- syn-2.0.66 \ >+ serde-1.0.210 \ >+ serde_derive-1.0.210 \ >+ serde_yml-0.0.12 \ >+ shlex-1.3.0 \ >+ syn-2.0.77 \ > termcolor-1.4.1 \ > unicode-ident-1.0.12 \ >- unicode-width-0.1.12 \ >- unsafe-libyaml-0.2.11 \ >- winapi-util-0.1.8 \ >- windows-sys-0.52.0 \ >- windows-targets-0.52.5 \ >- windows_aarch64_gnullvm-0.52.5 \ >- windows_aarch64_msvc-0.52.5 \ >- windows_i686_gnu-0.52.5 \ >- windows_i686_gnullvm-0.52.5 \ >- windows_i686_msvc-0.52.5 \ >- windows_x86_64_gnu-0.52.5 \ >- windows_x86_64_gnullvm-0.52.5 \ >- windows_x86_64_msvc-0.52.5 >+ unicode-width-0.1.13 \ >+ version_check-0.9.5 \ >+ winapi-util-0.1.9 \ >+ windows-sys-0.59.0 \ >+ windows-targets-0.52.6 \ >+ windows_aarch64_gnullvm-0.52.6 \ >+ windows_aarch64_msvc-0.52.6 \ >+ windows_i686_gnu-0.52.6 \ >+ windows_i686_gnullvm-0.52.6 \ >+ windows_i686_msvc-0.52.6 \ >+ windows_x86_64_gnu-0.52.6 \ >+ windows_x86_64_gnullvm-0.52.6 \ >+ windows_x86_64_msvc-0.52.6 >diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo >index d4c0b6d942..d843444760 100644 >--- a/dns/powerdns-recursor/distinfo >+++ b/dns/powerdns-recursor/distinfo >@@ -1,77 +1,85 @@ >-TIMESTAMP = 1730928437 >-SHA256 (pdns-recursor-5.1.3.tar.bz2) = c34ee31f522d93997e04ab2ed0fb58de6569c13ed2a2cb0d371cef49a585356a >-SIZE (pdns-recursor-5.1.3.tar.bz2) = 1718665 >-SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 >-SIZE (rust/crates/base64-0.21.7.crate) = 82576 >-SHA256 (rust/crates/cc-1.0.98.crate) = 41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f >-SIZE (rust/crates/cc-1.0.98.crate) = 76780 >+TIMESTAMP = 1736894589 >+SHA256 (pdns-recursor-5.2.0.tar.bz2) = 69e390b40a2228964a1d4db85a067065fd4513d26318c858d24b4972f6b73010 >+SIZE (pdns-recursor-5.2.0.tar.bz2) = 1729913 >+SHA256 (rust/crates/anyhow-1.0.87.crate) = 10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8 >+SIZE (rust/crates/anyhow-1.0.87.crate) = 46831 >+SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 >+SIZE (rust/crates/base64-0.22.1.crate) = 81597 >+SHA256 (rust/crates/cc-1.1.18.crate) = b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476 >+SIZE (rust/crates/cc-1.1.18.crate) = 83315 > SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e > SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 >-SHA256 (rust/crates/cxx-1.0.122.crate) = bb497fad022245b29c2a0351df572e2d67c1046bcef2260ebc022aec81efea82 >-SIZE (rust/crates/cxx-1.0.122.crate) = 274986 >-SHA256 (rust/crates/cxx-build-1.0.122.crate) = 9327c7f9fbd6329a200a5d4aa6f674c60ab256525ff0084b52a889d4e4c60cee >-SIZE (rust/crates/cxx-build-1.0.122.crate) = 86704 >-SHA256 (rust/crates/cxxbridge-flags-1.0.122.crate) = 688c799a4a846f1c0acb9f36bb9c6272d9b3d9457f3633c7753c6057270df13c >-SIZE (rust/crates/cxxbridge-flags-1.0.122.crate) = 5312 >-SHA256 (rust/crates/cxxbridge-macro-1.0.122.crate) = 928bc249a7e3cd554fd2e8e08a426e9670c50bbfc9a621653cfa9accc9641783 >-SIZE (rust/crates/cxxbridge-macro-1.0.122.crate) = 60451 >+SHA256 (rust/crates/cxx-1.0.128.crate) = 54ccead7d199d584d139148b04b4a368d1ec7556a1d9ea2548febb1b9d49f9a4 >+SIZE (rust/crates/cxx-1.0.128.crate) = 268642 >+SHA256 (rust/crates/cxx-build-1.0.128.crate) = c77953e99f01508f89f55c494bfa867171ef3a6c8cea03d26975368f2121a5c1 >+SIZE (rust/crates/cxx-build-1.0.128.crate) = 86674 >+SHA256 (rust/crates/cxxbridge-flags-1.0.128.crate) = 65777e06cc48f0cb0152024c77d6cf9e4bdb4408e7b48bea993d42fa0f5b02b6 >+SIZE (rust/crates/cxxbridge-flags-1.0.128.crate) = 5313 >+SHA256 (rust/crates/cxxbridge-macro-1.0.128.crate) = 98532a60dedaebc4848cb2cba5023337cc9ea3af16a5b062633fabfd9f18fb60 >+SIZE (rust/crates/cxxbridge-macro-1.0.128.crate) = 60417 > SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 > SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 > SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 > SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 >-SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 >-SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 >-SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 >-SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 >+SHA256 (rust/crates/indexmap-2.5.0.crate) = 68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5 >+SIZE (rust/crates/indexmap-2.5.0.crate) = 85919 >+SHA256 (rust/crates/ipnet-2.10.0.crate) = 187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4 >+SIZE (rust/crates/ipnet-2.10.0.crate) = 28372 > SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b > SIZE (rust/crates/itoa-1.0.11.crate) = 10563 >+SHA256 (rust/crates/libyml-0.0.5.crate) = 3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980 >+SIZE (rust/crates/libyml-0.0.5.crate) = 97931 > SHA256 (rust/crates/link-cplusplus-1.0.9.crate) = 9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9 > SIZE (rust/crates/link-cplusplus-1.0.9.crate) = 7484 >+SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 >+SIZE (rust/crates/memchr-2.7.4.crate) = 96670 > SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 > SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 >-SHA256 (rust/crates/proc-macro2-1.0.84.crate) = ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6 >-SIZE (rust/crates/proc-macro2-1.0.84.crate) = 48922 >-SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 >-SIZE (rust/crates/quote-1.0.36.crate) = 28507 >+SHA256 (rust/crates/proc-macro2-1.0.86.crate) = 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 >+SIZE (rust/crates/proc-macro2-1.0.86.crate) = 48958 >+SHA256 (rust/crates/quote-1.0.37.crate) = b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af >+SIZE (rust/crates/quote-1.0.37.crate) = 28558 > SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f > SIZE (rust/crates/ryu-1.0.18.crate) = 47713 > SHA256 (rust/crates/scratch-1.0.7.crate) = a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152 > SIZE (rust/crates/scratch-1.0.7.crate) = 7997 >-SHA256 (rust/crates/serde-1.0.203.crate) = 7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094 >-SIZE (rust/crates/serde-1.0.203.crate) = 77935 >-SHA256 (rust/crates/serde_derive-1.0.203.crate) = 500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba >-SIZE (rust/crates/serde_derive-1.0.203.crate) = 55867 >-SHA256 (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 >-SIZE (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 65290 >-SHA256 (rust/crates/syn-2.0.66.crate) = c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5 >-SIZE (rust/crates/syn-2.0.66.crate) = 264855 >+SHA256 (rust/crates/serde-1.0.210.crate) = c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a >+SIZE (rust/crates/serde-1.0.210.crate) = 78338 >+SHA256 (rust/crates/serde_derive-1.0.210.crate) = 243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f >+SIZE (rust/crates/serde_derive-1.0.210.crate) = 56020 >+SHA256 (rust/crates/serde_yml-0.0.12.crate) = 59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd >+SIZE (rust/crates/serde_yml-0.0.12.crate) = 125859 >+SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 >+SIZE (rust/crates/shlex-1.3.0.crate) = 18713 >+SHA256 (rust/crates/syn-2.0.77.crate) = 9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed >+SIZE (rust/crates/syn-2.0.77.crate) = 268784 > SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 > SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 > SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b > SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 >-SHA256 (rust/crates/unicode-width-0.1.12.crate) = 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 >-SIZE (rust/crates/unicode-width-0.1.12.crate) = 24062 >-SHA256 (rust/crates/unsafe-libyaml-0.2.11.crate) = 673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861 >-SIZE (rust/crates/unsafe-libyaml-0.2.11.crate) = 62101 >-SHA256 (rust/crates/winapi-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b >-SIZE (rust/crates/winapi-util-0.1.8.crate) = 12416 >-SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d >-SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 >-SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb >-SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 >-SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 >-SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 >-SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 >-SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 >-SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 >-SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 >-SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 >-SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 >-SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf >-SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 >-SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 >-SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 >-SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 >-SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 >-SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 >-SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 >+SHA256 (rust/crates/unicode-width-0.1.13.crate) = 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d >+SIZE (rust/crates/unicode-width-0.1.13.crate) = 457228 >+SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a >+SIZE (rust/crates/version_check-0.9.5.crate) = 15554 >+SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb >+SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 >+SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b >+SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 >+SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 >+SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 >+SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 >+SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 >+SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 >+SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 >+SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b >+SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 >+SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 >+SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 >+SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 >+SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 >+SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 >+SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 >+SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d >+SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 >+SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec >+SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 >-- >2.48.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tremere
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 284097
: 256833