Your message dated Thu, 29 Feb 2024 10:20:50 +0000
with message-id <[email protected]>
and subject line Bug#1063223: fixed in wpewebkit 2.42.5-1.1
has caused the Debian Bug report #1063223,
regarding wpewebkit: 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 [email protected]
immediately.)
--
1063223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063223
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: wpewebkit
Version: 2.42.4-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
wpewebkit 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 wpewebkit
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 wpewebkit-2.42.4/debian/changelog wpewebkit-2.42.4/debian/changelog
--- wpewebkit-2.42.4/debian/changelog 2023-12-14 15:43:01.000000000 +0000
+++ wpewebkit-2.42.4/debian/changelog 2024-02-05 16:06:23.000000000 +0000
@@ -1,3 +1,10 @@
+wpewebkit (2.42.4-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Mon, 05 Feb 2024 16:06:23 +0000
+
wpewebkit (2.42.4-1) unstable; urgency=high
* New upstream release.
diff -Nru wpewebkit-2.42.4/debian/control wpewebkit-2.42.4/debian/control
--- wpewebkit-2.42.4/debian/control 2023-12-14 15:43:01.000000000 +0000
+++ wpewebkit-2.42.4/debian/control 2024-02-05 16:06:23.000000000 +0000
@@ -51,7 +51,7 @@
Section: libdevel
Architecture: linux-any
Multi-Arch: same
-Depends: libwpewebkit-1.1-0 (= ${binary:Version}),
+Depends: libwpewebkit-1.1-0t64 (= ${binary:Version}),
libglib2.0-dev,
libsoup-3.0-dev,
libwpe-1.0-dev,
@@ -73,7 +73,10 @@
.
This package contains the development files.
-Package: libwpewebkit-1.1-0
+Package: libwpewebkit-1.1-0t64
+Provides: ${t64:Provides}
+Replaces: libwpewebkit-1.1-0
+Breaks: libwpewebkit-1.1-0 (<< ${source:Version})
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
diff -Nru wpewebkit-2.42.4/debian/control.in wpewebkit-2.42.4/debian/control.in
--- wpewebkit-2.42.4/debian/control.in 2023-12-14 15:43:01.000000000 +0000
+++ wpewebkit-2.42.4/debian/control.in 2024-02-05 16:06:23.000000000 +0000
@@ -73,6 +73,9 @@
This package contains the development files.
Package: @LIBWPEWEBKIT_PKG@
+Provides: ${t64:Provides}
+Replaces: libwpewebkit-1.1-0
+Breaks: libwpewebkit-1.1-0 (<< ${source:Version})
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
diff -Nru wpewebkit-2.42.4/debian/libwpewebkit-1.1-0t64.lintian-overrides
wpewebkit-2.42.4/debian/libwpewebkit-1.1-0t64.lintian-overrides
--- wpewebkit-2.42.4/debian/libwpewebkit-1.1-0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ wpewebkit-2.42.4/debian/libwpewebkit-1.1-0t64.lintian-overrides
2024-02-05 16:06:23.000000000 +0000
@@ -0,0 +1 @@
+libwpewebkit-1.1-0t64: package-name-doesnt-match-sonames libwpewebkit-1.1-0
diff -Nru wpewebkit-2.42.4/debian/rules wpewebkit-2.42.4/debian/rules
--- wpewebkit-2.42.4/debian/rules 2023-12-14 15:43:01.000000000 +0000
+++ wpewebkit-2.42.4/debian/rules 2024-02-05 16:06:23.000000000 +0000
@@ -33,7 +33,7 @@
else
EXTRA_CMAKE_ARGUMENTS += -DUSE_SOUP2=OFF -DENABLE_WPE_1_1_API=ON
WK_API_VERSION = 1.1
- LIBWPEWEBKIT_PKG = libwpewebkit-1.1-0
+ LIBWPEWEBKIT_PKG = libwpewebkit-1.1-0t64
SOUPDEV_PKG = libsoup-3.0-dev
endif
@@ -137,7 +137,7 @@
libwpewebkit-1.0-dev.install
# This converts debhelper file names and contents to the soup3 versions
-WEBKIT_DH_RENAME = sed -e 's/1\.0-3/1.1-0/g' \
+WEBKIT_DH_RENAME = sed -e 's/1\.0-3/1.1-0t64/g' \
-e 's/1\.0\.so\.3/1.1.so.0/g' \
-e 's/1\.0/1.1/g'
--- End Message ---
--- Begin Message ---
Source: wpewebkit
Source-Version: 2.42.5-1.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wpewebkit, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated wpewebkit 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Feb 2024 09:23:10 +0000
Source: wpewebkit
Architecture: source
Version: 2.42.5-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian WebKit Maintainers
<[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063223
Changes:
wpewebkit (2.42.5-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063223
Checksums-Sha1:
1658ce1a3f56ebb69640c86a767915c742a171e6 3325 wpewebkit_2.42.5-1.1.dsc
bafdf7871828a9b5f0d4ed202f21d9915b323cc3 49292
wpewebkit_2.42.5-1.1.debian.tar.xz
9500d772be137f2b1fc2786459fc707732e34084 24842
wpewebkit_2.42.5-1.1_source.buildinfo
Checksums-Sha256:
a72537dfe220e2ed307b3c031de11eb601a92c1f1dd2c8aa6e986db610afb1a2 3325
wpewebkit_2.42.5-1.1.dsc
2f48758e3322abce7ad6d3ff163b9a05ffab280dc3bf61d58d30e5ec3ac6d6b1 49292
wpewebkit_2.42.5-1.1.debian.tar.xz
a09868ddfb3edfd9e6921c87a28fc6f9d75fdbe3d85250f90697f41b106f1559 24842
wpewebkit_2.42.5-1.1_source.buildinfo
Files:
928899d42b03c48a3971221aa64a9e22 3325 libs optional wpewebkit_2.42.5-1.1.dsc
003eebc164b171fb0132a1071be04477 49292 libs optional
wpewebkit_2.42.5-1.1.debian.tar.xz
c545f0c0b50bad1e9b7a60f0dd3ea333 24842 libs optional
wpewebkit_2.42.5-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgTTYSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9E7wQAMg1sd2Yc8hgOK6JbPvWeP9SN3RQSEOH
Qz5Ab4GcyeI4wYoxJg+nSDOH+Zq3h+0ounydFCEutcRUpzzisQAhpwmb9CPs7zD7
xh1KNEv8RUwY39KEjp6Ab/UOvCF9fESOGARVxGPIkf3ms3vIXvA4IyFiO1+iWIW8
XuCxTeau0o4QE/w6rzPR5usxuAJkueKCUqFzR4UWpOJekM+5VLb1vfNyDxWToabv
qKv+CtpHaQYlRyaF5ZVwecjMd3c1jyaFMwhikTtzeOG61fZxrqR/8WcM2+sxtdbn
f+PXH4G0Q64L12nfecYPjR1gnpt4d9Qf7O0VZh5kY3gSh7wc3Q4omtBeqQBDBPxK
Gy7ZXEHAcn8TirbWbenRB8cHr+rpulTe/7rYD9M+Ay9d/2tc8lkSqCieEt2AE3Sp
TPYGhyuDQZDcA3E1NELgAdNgHsArkGMVHYChMnJDP89JCrSX1nftoX99XfE0/8KI
xeFvglXypnN76FLudNBWiXt7FARcJqR3X82E9NpYYH5kl0N9XHseq2HeB330oSN1
YbjKvzjiG6VV7vWx2UgSAJ1y5lxMMd8UEVEUDbSPrQZqDAjbyh7+LfyF1mVu278L
fGe4PaSaDCCQCTERZwwcbmkI0qKmZI3q20xxhlSGhmXKtuCb3OjalVxdjxWU018n
Ga7sBrtCKya4
=/xgp
-----END PGP SIGNATURE-----
pgpkUsru_E_Y6.pgp
Description: PGP signature
--- End Message ---