Your message dated Thu, 29 Feb 2024 00:06:00 +0000
with message-id <[email protected]>
and subject line Bug#1063046: fixed in vips 8.15.1-1.1
has caused the Debian Bug report #1063046,
regarding vips: 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.)
--
1063046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063046
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: vips
Version: 8.15.1-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
vips 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 vips
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')
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 vips-8.15.1/debian/changelog vips-8.15.1/debian/changelog
--- vips-8.15.1/debian/changelog 2024-01-03 05:58:38.000000000 +0000
+++ vips-8.15.1/debian/changelog 2024-02-04 17:47:59.000000000 +0000
@@ -1,3 +1,10 @@
+vips (8.15.1-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Sun, 04 Feb 2024 17:47:59 +0000
+
vips (8.15.1-1) unstable; urgency=medium
* New upstream release.
diff -Nru vips-8.15.1/debian/control vips-8.15.1/debian/control
--- vips-8.15.1/debian/control 2023-11-09 16:14:31.000000000 +0000
+++ vips-8.15.1/debian/control 2024-02-04 17:47:59.000000000 +0000
@@ -15,13 +15,15 @@
Rules-Requires-Root: no
Homepage: https://libvips.github.io/libvips/
-Package: libvips42
+Package: libvips42t64
+Replaces: libvips42
+Breaks: libvips42 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
-Provides: libvips
+Provides: ${t64:Provides}, libvips
Suggests: nip2
Description: image processing system good for very large ones
VIPS is an image processing system designed with efficiency in mind.
@@ -41,7 +43,7 @@
Package: libvips-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libvips42 (= ${binary:Version}), gir1.2-vips-8.0 (=
${binary:Version}),
+Depends: ${misc:Depends}, libvips42t64 (= ${binary:Version}), gir1.2-vips-8.0
(= ${binary:Version}),
libjpeg-dev, libtiff-dev, zlib1g-dev, libfftw3-dev | fftw3-dev, liblcms2-dev,
libspng-dev, libmagickcore-dev, libmagickwand-dev, libfreetype-dev,
libpango1.0-dev, libfontconfig-dev, libglib2.0-dev, libice-dev, gettext,
diff -Nru vips-8.15.1/debian/libvips42.install
vips-8.15.1/debian/libvips42.install
--- vips-8.15.1/debian/libvips42.install 2023-01-17 00:32:29.000000000
+0000
+++ vips-8.15.1/debian/libvips42.install 1970-01-01 00:00:00.000000000
+0000
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/*/libvips*.so.*
-debian/tmp/usr/lib/*/vips-modules-*/
-debian/tmp/usr/share/locale
diff -Nru vips-8.15.1/debian/libvips42.shlibs
vips-8.15.1/debian/libvips42.shlibs
--- vips-8.15.1/debian/libvips42.shlibs 2019-11-02 22:36:19.000000000 +0000
+++ vips-8.15.1/debian/libvips42.shlibs 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-libvips 42 libvips42 (>> 8.0.2-1~)
-libvips-cpp 42 libvips42 (>> 8.0.2-1~)
diff -Nru vips-8.15.1/debian/libvips42t64.install
vips-8.15.1/debian/libvips42t64.install
--- vips-8.15.1/debian/libvips42t64.install 1970-01-01 00:00:00.000000000
+0000
+++ vips-8.15.1/debian/libvips42t64.install 2023-01-17 00:32:29.000000000
+0000
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/*/libvips*.so.*
+debian/tmp/usr/lib/*/vips-modules-*/
+debian/tmp/usr/share/locale
diff -Nru vips-8.15.1/debian/libvips42t64.lintian-overrides
vips-8.15.1/debian/libvips42t64.lintian-overrides
--- vips-8.15.1/debian/libvips42t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ vips-8.15.1/debian/libvips42t64.lintian-overrides 2024-02-04
17:47:59.000000000 +0000
@@ -0,0 +1 @@
+libvips42t64: package-name-doesnt-match-sonames libvips42
diff -Nru vips-8.15.1/debian/libvips42t64.shlibs
vips-8.15.1/debian/libvips42t64.shlibs
--- vips-8.15.1/debian/libvips42t64.shlibs 1970-01-01 00:00:00.000000000
+0000
+++ vips-8.15.1/debian/libvips42t64.shlibs 2024-02-04 17:47:59.000000000
+0000
@@ -0,0 +1,2 @@
+libvips 42 libvips42t64 (>> 8.0.2-1~)
+libvips-cpp 42 libvips42t64 (>> 8.0.2-1~)
--- End Message ---
--- Begin Message ---
Source: vips
Source-Version: 8.15.1-1.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
vips, 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 vips 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: Wed, 28 Feb 2024 22:40:47 +0000
Source: vips
Architecture: source
Version: 8.15.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063046
Changes:
vips (8.15.1-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063046
Checksums-Sha1:
b84183060703080568bb11cf86bf7a6a57f520d8 2523 vips_8.15.1-1.1.dsc
ecb55ba0d436fd5600d4cf929a70af117b5e9bd3 10524 vips_8.15.1-1.1.debian.tar.xz
41e4bdea163ccfb7268ab27bb92c60d7e38d6488 16862 vips_8.15.1-1.1_source.buildinfo
Checksums-Sha256:
0115d04260ef8713359d8bb14e544b88f1a5eece94ea25b765525d6f3c022c94 2523
vips_8.15.1-1.1.dsc
56031ab22a47c50e9b60f78e28e1b711d70de7791a3d5c4bd53344dc4941104e 10524
vips_8.15.1-1.1.debian.tar.xz
aaa12603a20deae27fb16af17b319be43ee70877d74c41475cb9c3dcbd8bd40c 16862
vips_8.15.1-1.1_source.buildinfo
Files:
147e575a37f277cc395a93c4733afcb9 2523 libs optional vips_8.15.1-1.1.dsc
2c150aa7246e9b4cffcb1a59863d7333 10524 libs optional
vips_8.15.1-1.1.debian.tar.xz
5dfb81789699e93addf6866c57127d32 16862 libs optional
vips_8.15.1-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXftt0SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9VfQP/2+rbuNt/gJuA36wj9SPOO4ALG/cl9dK
qkQt0qSTtitFuRCeHjQPLtfSi+ESyRsLk+JUwG88Wf9b/EbjyWzlzJXVxjGn7KkJ
2xY0eVCRasOSho/Z7x+GsFGDKYlFZ30k46CWG6TCplrQAG+D8D5qfNNiaApkKX5O
wT0Lx2S9YDN6NeNxPUGsSrhHTElMxwLyx1cKWXEXoYgXp7UUrOVvjHn/qFMFOJb2
83rjbAlFIXs7SOw56YRYvaUWJkRxv8rN9syrv7myhvInxRA8Fq2bOA7BXGQVMmQI
Qo/VS2Xx15ElNv8Nplijh9HkAfpPE5fppIx2XcdlwjE0RX7cDSzD6WuDjsh6klwi
HsB45dpedUZNcW3D5UHeSEyecjRFBtujnsiqNkLtJ5hAfukdwl3QY42lv/tJlCBJ
6lF1YAkj/3I5Gb+dor/MI+UsRfjC+uzamK8fIHjOBffBkmPlvX7sFpVE4X/Np+ou
7hsULX8Vlx2nXaZZjTxzOLOFM/gflgTOs0L4Jas1SjlD48h15ltvduT2EyDfS1Qn
DGN4wqz2GiD6vusCgVDw3hQl2kwR9+WXVzz0qfuFiub+MixAwo4ULe7c5zUPmCfi
yU0vy+PDoha0eBtocXLufSrxoqZREbRu0VP13KAhikTGlARKjBg/AcFT3mMqyna8
e37Tvwvkse8o
=+RsQ
-----END PGP SIGNATURE-----
pgp11hiGdK37H.pgp
Description: PGP signature
--- End Message ---