shishi is marked for autoremoval from testing
shishi 1.0.3-2 is marked for autoremoval from testing on 2024-03-30 It is affected by these RC bugs: 1062896: shishi: NMU diff for 64-bit time_t transition https://bugs.debian.org/1062896 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl
Bug#1062896: marked as done (shishi: NMU diff for 64-bit time_t transition)
Your message dated Thu, 29 Feb 2024 16:51:23 + with message-id and subject line Bug#1062896: fixed in shishi 1.0.3-2.1 has caused the Debian Bug report #1062896, regarding shishi: 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.) -- 1062896: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062896 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: shishi Version: 1.0.3-2 Severity: serious Tags: patch pending sid trixie Justification: library ABI skew on upgrade 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 shishi 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 shishi 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'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-5-amd64 (SMP w/32 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: unable to detect diff -Nru shishi-1.0.3/debian/changelog shishi-1.0.3/debian/changelog --- shishi-1.0.3/debian/changelog 2024-01-30 16:09:13.0 + +++ shishi-1.0.3/debian/changelog 2024-02-03 21:57:34.0 + @@ -1,3 +1,10 @@ +shishi (1.0.3-2.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Sergio Durigan Junior Sat, 03 Feb 2024 21:57:34 + + shishi (1.0.3-2) unstable; urgency=medium [ Simon Josefsson ] diff -Nru shishi-1.0.3/debian/control shishi-1.0.3/debian/control --- shishi-1.0.3/debian/control 2024-01-30 15:57:25.0 + +++ shishi-1.0.3/debian/control 2024-02-03 21:57:34.0 + @@ -25,7 +25,10 @@ Homepage: https://www.gnu.org/software/shishi/ Rules-Requires-Root: no -Package: libshishi0 +Package: libshishi0t64 +Provides: ${t64:Provides} +Replaces: libshishi0 +Breaks: libshishi0 (<< ${source:Version}) Section: libs Architecture: any Multi-Arch: same @@ -63,7 +66,7 @@ Architecture: any Multi-Arch: same Depends: - libshisa0 (= ${binary:Version}), + libshisa0t64 (= ${binary:Version}), libshishi-dev (= ${binary:Version}), ${misc:Depends}, Description: Development files for the Shishi Kerberos v5 KDC database library @@ -73,7 +76,10 @@ This package contain all files necessary for developing programs with Shishi KDC database support. -Package: libshisa0 +Package: libshisa0t64 +Provides: ${t64:Provides} +Replaces: libshisa0 +Breaks: libshisa0 (<< ${source:Version}) Section: libs Architecture: any Multi-Arch: same @@ -99,7 +105,7 @@ Depends: libgnutls28-dev, libidn-dev, - libshishi0 (= ${binary:Version}), + libshishi0t64 (= ${binary:Version}), ${misc:Depends}, Description: Development files for the Shishi Kerberos v5 library Shishi is an implementation of the kerberos v5 network authentication diff -Nru shishi-1.0.3/debian/libshisa0.dirs shishi-1.0.3/debian/libshisa0.dirs --- shishi-1.0.3/debian/libshisa0.dirs 2022-08-07 02:17:31.0 + +++ shishi-1.0.3/debian/
Bug#1062896: shishi: NMU diff for 64-bit time_t transition
Source: shishi Dear maintainer, Please find attached a final version of this patch for the time_t transition. This patch is being uploaded to unstable. Note that this adds a versioned build-dependency on dpkg-dev, to guard against accidental backports with a wrong ABI. Thanks! -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: unable to detect diff -Nru shishi-1.0.3/debian/changelog shishi-1.0.3/debian/changelog --- shishi-1.0.3/debian/changelog 2024-01-30 16:09:13.0 + +++ shishi-1.0.3/debian/changelog 2024-02-29 15:52:14.0 + @@ -1,3 +1,10 @@ +shishi (1.0.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1062896 + + -- Benjamin Drung Thu, 29 Feb 2024 15:52:14 + + shishi (1.0.3-2) unstable; urgency=medium [ Simon Josefsson ] diff -Nru shishi-1.0.3/debian/control shishi-1.0.3/debian/control --- shishi-1.0.3/debian/control 2024-01-30 15:57:25.0 + +++ shishi-1.0.3/debian/control 2024-02-29 15:52:14.0 + @@ -5,7 +5,7 @@ Uploaders: Simon Josefsson , Russ Allbery , -Build-Depends: +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libgcrypt-dev, libgnutls28-dev, @@ -25,7 +25,10 @@ Homepage: https://www.gnu.org/software/shishi/ Rules-Requires-Root: no -Package: libshishi0 +Package: libshishi0t64 +Provides: ${t64:Provides} +Replaces: libshishi0 +Breaks: libshishi0 (<< ${source:Version}) Section: libs Architecture: any Multi-Arch: same @@ -63,7 +66,7 @@ Architecture: any Multi-Arch: same Depends: - libshisa0 (= ${binary:Version}), + libshisa0t64 (= ${binary:Version}), libshishi-dev (= ${binary:Version}), ${misc:Depends}, Description: Development files for the Shishi Kerberos v5 KDC database library @@ -73,7 +76,10 @@ This package contain all files necessary for developing programs with Shishi KDC database support. -Package: libshisa0 +Package: libshisa0t64 +Provides: ${t64:Provides} +Replaces: libshisa0 +Breaks: libshisa0 (<< ${source:Version}) Section: libs Architecture: any Multi-Arch: same @@ -99,7 +105,7 @@ Depends: libgnutls28-dev, libidn-dev, - libshishi0 (= ${binary:Version}), + libshishi0t64 (= ${binary:Version}), ${misc:Depends}, Description: Development files for the Shishi Kerberos v5 library Shishi is an implementation of the kerberos v5 network authentication diff -Nru shishi-1.0.3/debian/libshisa0.dirs shishi-1.0.3/debian/libshisa0.dirs --- shishi-1.0.3/debian/libshisa0.dirs 2022-08-07 02:17:31.0 + +++ shishi-1.0.3/debian/libshisa0.dirs 1970-01-01 00:00:00.0 + @@ -1 +0,0 @@ -/var/lib/shishi diff -Nru shishi-1.0.3/debian/libshisa0.install shishi-1.0.3/debian/libshisa0.install --- shishi-1.0.3/debian/libshisa0.install 2022-08-07 02:17:31.0 + +++ shishi-1.0.3/debian/libshisa0.install 1970-01-01 00:00:00.0 + @@ -1 +0,0 @@ -usr/lib/*/libshisa.so.* diff -Nru shishi-1.0.3/debian/libshisa0.symbols shishi-1.0.3/debian/libshisa0.symbols --- shishi-1.0.3/debian/libshisa0.symbols 2022-08-07 02:17:31.0 + +++ shishi-1.0.3/debian/libshisa0.symbols 1970-01-01 00:00:00.0 + @@ -1,37 +0,0 @@ -libshisa.so.0 libshisa0 #MINVER# -* Build-Depends-Package: libshisa-dev - SHISA_0.0@SHISA_0.0 0.0.39 - shisa@SHISA_0.0 0.0.39 - shisa_cfg@SHISA_0.0 0.0.39 - shisa_cfg_db@SHISA_0.0 0.0.39 - shisa_cfg_default_systemfile@SHISA_0.0 0.0.39 - shisa_cfg_from_file@SHISA_0.0 0.0.39 - shisa_done@SHISA_0.0 0.0.39 - shisa_enumerate_principals@SHISA_0.0 0.0.39 - shisa_enumerate_realms@SHISA_0.0 0.0.39 - shisa_file_done@SHISA_0.0 0.0.39 - shisa_file_enumerate_principals@SHISA_0.0 0.0.39 - shisa_file_enumerate_realms@SHISA_0.0 0.0.39 - shisa_file_init@SHISA_0.0 0.0.39 - shisa_file_key_add@SHISA_0.0 0.0.39 - shisa_file_key_remove@SHISA_0.0 0.0.39 - shisa_file_key_update@SHISA_0.0 0.0.39 - shisa_file_keys_find@SHISA_0.0 0.0.39 - shisa_file_principal_add@SHISA_0.0 0.0.39 - shisa_file_principal_find@SHISA_0.0 0.0.39 - shisa_file_principal_remove@SHISA_0.0 0.0.39 - shisa_file_principal_update@SHISA_0.0 0.0.39 - shisa_info@SHISA_0.0 0.0.39 - shisa_init@SHISA_0.0 0.0.39 - shisa_init_with_paths@SHISA_0.0 0.0.39 - shisa_key_add@SHISA_0.0 0.0.39 - shisa_key_free@SHISA_0.0 0.0.39 - shisa_key_remove@SHISA_0.0 0.0.39 - shisa_key_update@SHISA_0.0 0.0.39 - shisa_keys_find@SHISA_0.0 0.0.39 - shisa_keys_free@SHISA_0.0 0.0.39 - shisa_principal_add@SHISA_0.0 0.0.39 - shisa_principal_find@SHISA_0.0 0.0.39 - shisa_principal_remove@SHISA_0.0 0.0.39 - shisa_principal_update@SHISA_0.0 0.0.39 - shisa_strer
shishi_1.0.3-2.1_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 29 Feb 2024 15:52:14 + Source: shishi Architecture: source Version: 1.0.3-2.1 Distribution: unstable Urgency: medium Maintainer: Debian Shishi Team Changed-By: Benjamin Drung Closes: 1062896 Changes: shishi (1.0.3-2.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062896 Checksums-Sha1: 1cdb68b70af112a3181226ac9b7aa46a250dadf3 2909 shishi_1.0.3-2.1.dsc 087837f318807fff86d3c21f38c74ba058aefd67 22952 shishi_1.0.3-2.1.debian.tar.xz 0f159a02609a28f24d6589af75314a8c499b2984 8090 shishi_1.0.3-2.1_source.buildinfo Checksums-Sha256: 9ac56d7520873f23d9a0bfe633971a44ad44b6be0acd0e921a70e96d0550d2d0 2909 shishi_1.0.3-2.1.dsc 5ad67bb92016d4d47fbcc41075a9d5aa1ee7867135e6f17803fbf3d097fa7869 22952 shishi_1.0.3-2.1.debian.tar.xz 636c438d4713b1621584c69b1e017570ed8cc0fb5413c2bad0658ddede192ec4 8090 shishi_1.0.3-2.1_source.buildinfo Files: d0cbac5c0242516b0b234d7cbc9dcbb8 2909 net optional shishi_1.0.3-2.1.dsc 8d1e5cbe7c05795ba9bbdfe308b4eed3 22952 net optional shishi_1.0.3-2.1.debian.tar.xz 37423ae2fdeceb3acdc8e16cd70c7d03 8090 net optional shishi_1.0.3-2.1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgqHgACgkQFZ61xO/I d0wjRxAAlUy3zWhRsqzDEylzybeBJgcyDEOEHTXkTgz6hbOHYGAxlg173bfNolmU z3vYOH04lrgdTB4rWFqM4AUll5wdjZgnreXOGcK6bkX3tUO1wr4vnnNOoD5mDG/K 5/LEMG18eUloT0XeSI0l97Q9g+6WOcH8TNcuDv6ClBVcrBI4ARDKeQ2PqbhSpFS5 eNVZWhQqkdumeJgC3d0wFGZWaoyXIGfABYpQHCf+9acBKXw6ht7e9nV37G37sVmR 1AeTJhXGhQo8e/dM+/NAj74zFd4sRvMvY72YG9q7wp/JAR2s7DBsMQpAJD1wjmUQ 4OZsXQUld6EkrQHqJA2Z5xvY4xdOGJUA2KGWl101sOaon0bypVLTPCDfUckrrarZ eyUzocV1sN4x9otRgM2Edm/+1gpyGln8od9sWHd3jx1eSDv6Uh2UuNGsTKkB4Mir hQiNPY2nmQyscobf4WYFVd8D/dPwKrnu6g54f9qfWqVqCB8Tz98RgmeLL9wDPnMF LMaOuvc23SrWgIT3oVw8wEqBolhT0QVuEg7QdVnr2MkrmnHi3eJz9f50xxH7Un+R kPgJu4olaxYFy2UiAAzSrUAokqL/y0o5Ns9U8fC4CpIuk4QSAJOmEuUoH3fwUSHu BBpIImsJRfnQa0J6Z3WugcPw8pSDgjVxi9fCXwMoL0bS0lQPrMQ= =VMaG -END PGP SIGNATURE- pgpJB6mLGpy2X.pgp Description: PGP signature
Processing of shishi_1.0.3-2.1_source.changes
shishi_1.0.3-2.1_source.changes uploaded successfully to localhost along with the files: shishi_1.0.3-2.1.dsc shishi_1.0.3-2.1.debian.tar.xz shishi_1.0.3-2.1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)