Your message dated Thu, 29 Feb 2024 01:08:14 +0000
with message-id <e1rfuue-008md6...@fasolo.debian.org>
and subject line Bug#1064251: fixed in nodejs 18.19.1+dfsg-3.1
has caused the Debian Bug report #1064251,
regarding nodejs: NMU diff for 64-bit time_t transition
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1064251: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064251
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nodejs
Version: 18.19.0+dfsg-6
Severity: important
Tags: patch pending sid trixie
User: debian-...@lists.debian.org
Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet!
Dear maintainer,
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
nodejs as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).
To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.
Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time. Therefore I have prepared a 0-day NMU for nodejs
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.
Please find the patch for this NMU attached.
If you have any concerns about this patch, please reach out ASAP. Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru nodejs-18.19.0+dfsg/debian/changelog
nodejs-18.19.0+dfsg/debian/changelog
--- nodejs-18.19.0+dfsg/debian/changelog 2023-12-03 21:41:14.000000000
+0000
+++ nodejs-18.19.0+dfsg/debian/changelog 2024-02-19 00:19:51.000000000
+0000
@@ -1,3 +1,10 @@
+nodejs (18.19.0+dfsg-6.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Mon, 19 Feb 2024 00:19:51 +0000
+
nodejs (18.19.0+dfsg-6) unstable; urgency=medium
* patch: remove useless and badly done icu_74 patch
diff -Nru nodejs-18.19.0+dfsg/debian/control nodejs-18.19.0+dfsg/debian/control
--- nodejs-18.19.0+dfsg/debian/control 2023-11-30 08:54:40.000000000 +0000
+++ nodejs-18.19.0+dfsg/debian/control 2024-02-19 00:19:51.000000000 +0000
@@ -55,7 +55,7 @@
Depends: ${misc:Depends},
libssl-dev (>= 1.1.1~),
libuv1-dev (>= 1.33.0~),
- libnode108 (= ${binary:Version})
+ libnode108t64 (= ${binary:Version})
Breaks: nodejs-dev (<< 10.0.0~dfsg1-3)
Replaces: libv8-dev,
nodejs-dev (<< 10.0.0~dfsg1-3)
@@ -68,7 +68,7 @@
efficient, perfect for data-intensive real-time applications that run
across distributed devices.
.
- This package provides development headers for libnode108
+ This package provides development headers for libnode108t64
Package: nodejs
Architecture: amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips
mips64el mips64r6el mipsel powerpc ppc64 ppc64el riscv64 s390x
@@ -78,7 +78,7 @@
${misc:Depends},
sse2-support [i386],
armv6k-support [armel], vfpv2-support [armel],
- libnode108 (= ${binary:Version})
+ libnode108t64 (= ${binary:Version})
Recommends: ca-certificates,
nodejs-doc
Suggests: npm
@@ -105,7 +105,8 @@
System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
-Package: libnode108
+Package: libnode108t64
+Provides: ${t64:Provides}
Section: libs
Architecture: amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips
mips64el mips64r6el mipsel powerpc ppc64 ppc64el riscv64 s390x
Multi-Arch: same
@@ -116,10 +117,10 @@
node-acorn (>= 6.2.1~) <!pkg.nodejs.nobuiltin>,
node-cjs-module-lexer (>= 1.2.2~) <!pkg.nodejs.nobuiltin>,
node-undici (>= 5.0.0~) <!pkg.nodejs.nobuiltin>
-Breaks: node-modern-syslog (<< 1.1.4-2),
+Breaks: libnode108 (<< ${source:Version}), node-modern-syslog (<< 1.1.4-2),
libnode64 (<< 10.24.1~),
libnode72 (<< 13)
-Replaces: nodejs-legacy, libnode72, libnode83, libnode93
+Replaces: libnode108, nodejs-legacy, libnode72, libnode83, libnode93
Conflicts: nodejs-legacy
Description: evented I/O for V8 javascript - runtime library
Node.js is a platform built on Chrome's JavaScript runtime for easily
diff -Nru nodejs-18.19.0+dfsg/debian/libnode108.install
nodejs-18.19.0+dfsg/debian/libnode108.install
--- nodejs-18.19.0+dfsg/debian/libnode108.install 1970-01-01
00:00:00.000000000 +0000
+++ nodejs-18.19.0+dfsg/debian/libnode108.install 2024-02-19
00:19:51.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/libnode.so.* usr/lib/x86_64-linux-gnu/
diff -Nru nodejs-18.19.0+dfsg/debian/libnode108t64.lintian-overrides
nodejs-18.19.0+dfsg/debian/libnode108t64.lintian-overrides
--- nodejs-18.19.0+dfsg/debian/libnode108t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ nodejs-18.19.0+dfsg/debian/libnode108t64.lintian-overrides 2024-02-19
00:19:51.000000000 +0000
@@ -0,0 +1 @@
+libnode108t64: package-name-doesnt-match-sonames libnode108
diff -Nru nodejs-18.19.0+dfsg/debian/rules nodejs-18.19.0+dfsg/debian/rules
--- nodejs-18.19.0+dfsg/debian/rules 2023-11-30 15:59:46.000000000 +0000
+++ nodejs-18.19.0+dfsg/debian/rules 2024-02-19 00:19:51.000000000 +0000
@@ -10,7 +10,7 @@
builtins := /usr/share/nodejs/node
# source equivalent of nodejs -e 'console.log(process.versions.modules)'
-ABI = $(shell awk '/^#define NODE_MODULE_VERSION/ {print $$3}'
src/node_version.h)
+ABI = $(shell awk '/^#define NODE_MODULE_VERSION/ {print $$3}'
src/node_version.h)t64
# archs
ARCHS := amd64 arm64 armel armhf i386 kfreebsd-i386 kfreebsd-amd64 mips
mips64el mips64r6el mipsel ppc64 ppc64el riscv64 s390x
--- End Message ---
--- Begin Message ---
Source: nodejs
Source-Version: 18.19.1+dfsg-3.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
nodejs, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1064...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated nodejs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Feb 2024 22:55:34 +0000
Source: nodejs
Architecture: source
Version: 18.19.1+dfsg-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-devel@alioth-lists.debian.net>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1064251
Changes:
nodejs (18.19.1+dfsg-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1064251
Checksums-Sha1:
c734bfac009985295fcd3d749ae57dbb7ebcb896 4367 nodejs_18.19.1+dfsg-3.1.dsc
676a5a61d197922580ca40399dcbf98f8362c781 163768
nodejs_18.19.1+dfsg-3.1.debian.tar.xz
a690a2357b78cf12521b4b720da9245809a5bde2 9807
nodejs_18.19.1+dfsg-3.1_source.buildinfo
Checksums-Sha256:
23b7eb08b0c1d309e0ecbbe9ebbb0effcfd35a9b943938286d4d9f2a6186c08d 4367
nodejs_18.19.1+dfsg-3.1.dsc
f404f224fb9b87674dd5ba1953adfca283db43d08706b60294875fb1558aafcb 163768
nodejs_18.19.1+dfsg-3.1.debian.tar.xz
58c7177e634ad35bd046e51280564bca387e9a9b86e9d1752b6ba07b9033f5d3 9807
nodejs_18.19.1+dfsg-3.1_source.buildinfo
Files:
e94f7132093cd63cc21435610b37f7dd 4367 javascript optional
nodejs_18.19.1+dfsg-3.1.dsc
61ac9b269ccf38b0797784e5cef86680 163768 javascript optional
nodejs_18.19.1+dfsg-3.1.debian.tar.xz
5dfbb5c51534930278a5729d4b58325b 9807 javascript optional
nodejs_18.19.1+dfsg-3.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfxRYACgkQFZ61xO/I
d0wJKQ/+If2Puq76dpc0Bw7vaQOe51nP3c8yzER/HjhI1vOSjsovAOERmDCwIZ7L
vUQ/JieAOYZ35hSB4DMkCZy/lMQ32cDPwmDiWTKGyGDcmjg/Y9wdQm2TKyXnmZXF
E3m7qK1q+JtV7fD1ZghxeghWdhO7YU8ZcVNIRh2ljcIE4beqRT+O9IyKt0kqxMRP
JWmJiMeSVLG+qQwAEhyW4erUzhzIEQGLdgT5opaw45SlmiBWRjW3ykkJWE5pjN17
S7sVw5WijX3UyK4qBT71n2ofxRbyeBr+u/QAqcNd6FRlXtnlnstREKkZFGy5iSQc
6nSsAXi5acu/BrhSsfl0k2I6PAw6rr4eFYaGxmd5pXsEhQu5EwF2CC76N8fAYQqP
bNZctm+/coFHNp6YonywyBqTPySAufVuWl9fDvU2E9oGct0ZvkJVUzfBGILg7GDC
M9LFszixKTogkQ+/lrXFYN7P7oMyOlKbgeMSUyVVAiotKkc4yfzrVgXK+zCNYI2G
wPmsCMRaN1zKZ/n1kecNmPvq5omWIpu8T+F7KPVNUXSGZrwGgQO2j6utOAba29x3
sbd0d4beUIStV98gpWPHAVRg/dENJOy/q+ZHumJ7naXDMhbgi3XkMjq3Njb/S6xy
QAXfzS1aWMbqufE4Svb/LvcjLAxmKqKmBcqUt7Nys/QugdxmbU4=
=d5gR
-----END PGP SIGNATURE-----
pgpruGOMWNp0z.pgp
Description: PGP signature
--- End Message ---
--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel