From de7b302aae0b7946e4ad7df7f0ad9c687fabda66 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 May 2026 12:05:15 +0800 Subject: libnet-dns-sec-perl: upgrade 1.26 -> 1.27 Changelog: Provide deprecation status for RSA and DSA (per RFC9904) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libnet/libnet-dns-sec-perl_1.26.bb | 46 ---------------------- .../libnet/libnet-dns-sec-perl_1.27.bb | 46 ++++++++++++++++++++++ 2 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.26.bb create mode 100644 meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.27.bb (limited to 'meta-perl/recipes-perl/libnet') diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.26.bb b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.26.bb deleted file mode 100644 index d0e46783d5..0000000000 --- a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.26.bb +++ /dev/null @@ -1,46 +0,0 @@ -DESCRIPTION = "DNSSEC extensions to Net::DNS" -HOMEPAGE = "http://www.net-dns.org/" -SECTION = "libs" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2b7e4176275d57d0b036bdccbc01a0e7" - -SRC_URI = "${CPAN_MIRROR}/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-${PV}.tar.gz" -SRC_URI[sha256sum] = "88592c65487fb7b4d05134f2f9c48e649a9cd533a8493c50189b649b4ea711a6" - -DEPENDS += "openssl" - -UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P(\d+\.\d+))(?!_\d+).tar" - -S = "${UNPACKDIR}/Net-DNS-SEC-${PV}" - -EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_BASELIBDIR} -lcrypto'" - -inherit cpan ptest-perl - -RDEPENDS:${PN} = " \ - libnet-dns-perl \ - libcrypto \ - perl-module-dynaloader \ - perl-module-file-find \ - perl-module-file-spec \ - perl-module-io-file \ - perl-module-mime-base64 \ - perl-module-test-more \ -" - -do_install_ptest_perl:append(){ - cp ${D}${PTEST_PATH}/t/TestToolkit.pm ${D}${PTEST_PATH} - - # This test reconciles the perl module's MANIFEST file with the actual files - # in the module. This might be useful for package integrity check, but not so - # much for runtime testing - and it also requires the whole source tree to - # be installed. Rather just remove it. - rm ${D}${PTEST_PATH}/t/00-install.t -} - -RDEPENDS:${PN}-ptest += "\ - libnet-dns-perl \ - perl-module-extutils-mm-unix \ - perl-module-file-spec-functions \ - perl-module-perlio" diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.27.bb b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.27.bb new file mode 100644 index 0000000000..9c1aa2cbb9 --- /dev/null +++ b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.27.bb @@ -0,0 +1,46 @@ +DESCRIPTION = "DNSSEC extensions to Net::DNS" +HOMEPAGE = "http://www.net-dns.org/" +SECTION = "libs" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2b7e4176275d57d0b036bdccbc01a0e7" + +SRC_URI = "${CPAN_MIRROR}/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-${PV}.tar.gz" +SRC_URI[sha256sum] = "a64482584ef3ba8f84aced78d696048b87e25ca7fb3c91a50df391157212c4bd" + +DEPENDS += "openssl" + +UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P(\d+\.\d+))(?!_\d+).tar" + +S = "${UNPACKDIR}/Net-DNS-SEC-${PV}" + +EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_BASELIBDIR} -lcrypto'" + +inherit cpan ptest-perl + +RDEPENDS:${PN} = " \ + libnet-dns-perl \ + libcrypto \ + perl-module-dynaloader \ + perl-module-file-find \ + perl-module-file-spec \ + perl-module-io-file \ + perl-module-mime-base64 \ + perl-module-test-more \ +" + +do_install_ptest_perl:append(){ + cp ${D}${PTEST_PATH}/t/TestToolkit.pm ${D}${PTEST_PATH} + + # This test reconciles the perl module's MANIFEST file with the actual files + # in the module. This might be useful for package integrity check, but not so + # much for runtime testing - and it also requires the whole source tree to + # be installed. Rather just remove it. + rm ${D}${PTEST_PATH}/t/00-install.t +} + +RDEPENDS:${PN}-ptest += "\ + libnet-dns-perl \ + perl-module-extutils-mm-unix \ + perl-module-file-spec-functions \ + perl-module-perlio" -- cgit v1.2.3-54-g00ecf