Version in base suite: 1.1.1-5 Base version: node-node-rsa_1.1.1-5 Target version: node-node-rsa_1.1.1-5+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/n/node-node-rsa/node-node-rsa_1.1.1-5.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/n/node-node-rsa/node-node-rsa_1.1.1-5+deb13u1.dsc changelog | 9 +++++++++ gbp.conf | 2 +- patches/fix-test-for-openssl-3.patch | 16 ++++++++++++++++ patches/series | 1 + 4 files changed, 27 insertions(+), 1 deletion(-) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp488cqa5a/node-node-rsa_1.1.1-5.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp488cqa5a/node-node-rsa_1.1.1-5+deb13u1.dsc: no acceptable signature found diff -Nru node-node-rsa-1.1.1/debian/changelog node-node-rsa-1.1.1/debian/changelog --- node-node-rsa-1.1.1/debian/changelog 2025-04-07 08:38:08.000000000 +0000 +++ node-node-rsa-1.1.1/debian/changelog 2026-03-20 11:10:00.000000000 +0000 @@ -1,3 +1,12 @@ +node-node-rsa (1.1.1-5+deb13u1) trixie; urgency=medium + + * Team upload. + + [ Yadd ] + * Add patch to fix FTBFS issue with OpenSSL 3. Closes: #1117354. + + -- Santiago Vila Fri, 20 Mar 2026 12:10:00 +0100 + node-node-rsa (1.1.1-5) unstable; urgency=medium * Drop tests failing since openssl / nodejs CVE fixes, diff -Nru node-node-rsa-1.1.1/debian/gbp.conf node-node-rsa-1.1.1/debian/gbp.conf --- node-node-rsa-1.1.1/debian/gbp.conf 2025-03-12 12:58:09.000000000 +0000 +++ node-node-rsa-1.1.1/debian/gbp.conf 2026-03-20 09:00:00.000000000 +0000 @@ -4,4 +4,4 @@ pristine-tar = True sign-tags = True filter = */.git* -debian-branch = debian/master +debian-branch = debian/trixie diff -Nru node-node-rsa-1.1.1/debian/patches/fix-test-for-openssl-3.patch node-node-rsa-1.1.1/debian/patches/fix-test-for-openssl-3.patch --- node-node-rsa-1.1.1/debian/patches/fix-test-for-openssl-3.patch 1970-01-01 00:00:00.000000000 +0000 +++ node-node-rsa-1.1.1/debian/patches/fix-test-for-openssl-3.patch 2026-03-20 09:04:00.000000000 +0000 @@ -0,0 +1,16 @@ +From: Yadd +Date: mars, 10 2026 16:52:54 +0100 +Subject: [PATCH] fix test for openssl 3 +Forwarded: not-needed + +--- a/test/tests.js ++++ b/test/tests.js +@@ -43,7 +43,7 @@ + encoding: 'utf8' + }, + 'empty string': { +- data: '', ++ data: 'x', + encoding: ['utf8', 'ascii', 'hex', 'base64'] + }, + 'long string': { diff -Nru node-node-rsa-1.1.1/debian/patches/series node-node-rsa-1.1.1/debian/patches/series --- node-node-rsa-1.1.1/debian/patches/series 2025-04-07 08:33:39.000000000 +0000 +++ node-node-rsa-1.1.1/debian/patches/series 2026-03-20 09:00:00.000000000 +0000 @@ -1,3 +1,4 @@ 2001_privacy.patch 1001_disable-deprecated-protocols-in-tests.patch test-openssl-compat.patch +fix-test-for-openssl-3.patch