Your message dated Wed, 28 Feb 2024 11:32:04 +0000
with message-id <[email protected]>
and subject line Bug#1062346: fixed in identity4c 1.0-1.1
has caused the Debian Bug report #1062346,
regarding identity4c: 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.)


-- 
1062346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062346
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: identity4c
Version: 1.0-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t

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
identity4c 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 identity4c
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-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru identity4c-1.0/debian/changelog identity4c-1.0/debian/changelog
--- identity4c-1.0/debian/changelog     2016-02-28 02:43:05.000000000 +0000
+++ identity4c-1.0/debian/changelog     2024-02-01 06:01:43.000000000 +0000
@@ -1,3 +1,10 @@
+identity4c (1.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]>  Thu, 01 Feb 2024 06:01:43 +0000
+
 identity4c (1.0-1) unstable; urgency=low
 
   * Initial release (Closes: #813074)
diff -Nru identity4c-1.0/debian/control identity4c-1.0/debian/control
--- identity4c-1.0/debian/control       2016-03-02 15:47:46.000000000 +0000
+++ identity4c-1.0/debian/control       2024-02-01 06:01:43.000000000 +0000
@@ -11,7 +11,7 @@
 Package: libufpidentity-dev
 Section: libdevel
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, libufpidentity1 (= ${binary:Version})
+Depends: ${misc:Depends}, libufpidentity1t64 (= ${binary:Version})
 Architecture: any
 Multi-Arch: same
 Description: UFP Identity development library for C applications
@@ -19,7 +19,10 @@
  service. Use this package if you want to develop applications that
  interact with UFP Identity.
 
-Package: libufpidentity1
+Package: libufpidentity1t64
+Provides: ${t64:Provides}
+Replaces: libufpidentity1
+Breaks: libufpidentity1 (<< ${source:Version})
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru identity4c-1.0/debian/libufpidentity1.install 
identity4c-1.0/debian/libufpidentity1.install
--- identity4c-1.0/debian/libufpidentity1.install       2016-01-25 
15:25:27.000000000 +0000
+++ identity4c-1.0/debian/libufpidentity1.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru identity4c-1.0/debian/libufpidentity1.symbols 
identity4c-1.0/debian/libufpidentity1.symbols
--- identity4c-1.0/debian/libufpidentity1.symbols       2016-02-29 
04:24:30.000000000 +0000
+++ identity4c-1.0/debian/libufpidentity1.symbols       1970-01-01 
00:00:00.000000000 +0000
@@ -1,34 +0,0 @@
-libufpidentity.so.1 libufpidentity1 #MINVER#
- IDENTITY_ERROR_XML@Base 1.0
- PREFERRED_CIPHERS@Base 1.0
- authenticate@Base 1.0
- create_query@Base 1.0
- endsWith@Base 1.0
- free_authentication_context@Base 1.0
- free_authentication_pretext@Base 1.0
- free_identity_context@Base 1.0
- get_clientip@Base 1.0
- get_cn_name@Base 1.0
- get_host@Base 1.0
- get_identity_context@Base 1.0
- init_openssl_library@Base 1.0
- parse_authentication_context@Base 1.0
- parse_authentication_pretext@Base 1.0
- perform_read@Base 1.0
- phr_decode_chunked@Base 1.0
- phr_parse_headers@Base 1.0
- phr_parse_request@Base 1.0
- phr_parse_response@Base 1.0
- pre_authenticate@Base 1.0
- print_error_string@Base 1.0
- send_message@Base 1.0
- sm_delete@Base 1.0
- sm_enum@Base 1.0
- sm_exists@Base 1.0
- sm_get@Base 1.0
- sm_get_count@Base 1.0
- sm_new@Base 1.0
- sm_put@Base 1.0
- ssl_free_identity_context@Base 1.0
- ssl_initialize_identity_context@Base 1.0
- verify_callback@Base 1.0
diff -Nru identity4c-1.0/debian/libufpidentity1t64.install 
identity4c-1.0/debian/libufpidentity1t64.install
--- identity4c-1.0/debian/libufpidentity1t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ identity4c-1.0/debian/libufpidentity1t64.install    2016-01-25 
15:25:27.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru identity4c-1.0/debian/libufpidentity1t64.lintian-overrides 
identity4c-1.0/debian/libufpidentity1t64.lintian-overrides
--- identity4c-1.0/debian/libufpidentity1t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ identity4c-1.0/debian/libufpidentity1t64.lintian-overrides  2024-02-01 
06:01:43.000000000 +0000
@@ -0,0 +1 @@
+libufpidentity1t64: package-name-doesnt-match-sonames libufpidentity1
diff -Nru identity4c-1.0/debian/libufpidentity1t64.symbols 
identity4c-1.0/debian/libufpidentity1t64.symbols
--- identity4c-1.0/debian/libufpidentity1t64.symbols    1970-01-01 
00:00:00.000000000 +0000
+++ identity4c-1.0/debian/libufpidentity1t64.symbols    2024-02-01 
06:01:43.000000000 +0000
@@ -0,0 +1,34 @@
+libufpidentity.so.1 libufpidentity1t64 #MINVER#
+ IDENTITY_ERROR_XML@Base 1.0
+ PREFERRED_CIPHERS@Base 1.0
+ authenticate@Base 1.0
+ create_query@Base 1.0
+ endsWith@Base 1.0
+ free_authentication_context@Base 1.0
+ free_authentication_pretext@Base 1.0
+ free_identity_context@Base 1.0
+ get_clientip@Base 1.0
+ get_cn_name@Base 1.0
+ get_host@Base 1.0
+ get_identity_context@Base 1.0
+ init_openssl_library@Base 1.0
+ parse_authentication_context@Base 1.0
+ parse_authentication_pretext@Base 1.0
+ perform_read@Base 1.0
+ phr_decode_chunked@Base 1.0
+ phr_parse_headers@Base 1.0
+ phr_parse_request@Base 1.0
+ phr_parse_response@Base 1.0
+ pre_authenticate@Base 1.0
+ print_error_string@Base 1.0
+ send_message@Base 1.0
+ sm_delete@Base 1.0
+ sm_enum@Base 1.0
+ sm_exists@Base 1.0
+ sm_get@Base 1.0
+ sm_get_count@Base 1.0
+ sm_new@Base 1.0
+ sm_put@Base 1.0
+ ssl_free_identity_context@Base 1.0
+ ssl_initialize_identity_context@Base 1.0
+ verify_callback@Base 1.0

--- End Message ---
--- Begin Message ---
Source: identity4c
Source-Version: 1.0-1.1
Done: Lukas Märdian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
identity4c, 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.
Lukas Märdian <[email protected]> (supplier of updated identity4c 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 10:43:50 +0000
Source: identity4c
Architecture: source
Version: 1.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: richardl <[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062346
Changes:
 identity4c (1.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062346
Checksums-Sha1:
 491b35335ca51cd4d5b601644003f1ac98f4a79c 2042 identity4c_1.0-1.1.dsc
 fcf7504c1bff01ebef9822d821b793a0e2c69509 3244 identity4c_1.0-1.1.debian.tar.xz
 6a592c5b35c65408995a49e57fe6451bc0cf03c9 6557 
identity4c_1.0-1.1_source.buildinfo
Checksums-Sha256:
 6fdf0f13550e39e802083b9a06bebc284ca9301d2400443a18d9a7f81770549d 2042 
identity4c_1.0-1.1.dsc
 30d757dc5ad429cb0bd3ed2a884f902f38b63a4f73038b26a57f2cbea1535870 3244 
identity4c_1.0-1.1.debian.tar.xz
 d8245ab12aa19a137ef507be68e6fb67adad84c8420610c0ffab752172cb4a59 6557 
identity4c_1.0-1.1_source.buildinfo
Files:
 29e9cd980f74d6f0cbee2da342a8fff6 2042 utils optional identity4c_1.0-1.1.dsc
 d50fb6942607392a22fd242c4cacf410 3244 utils optional 
identity4c_1.0-1.1.debian.tar.xz
 e0657273247b9b4388f0cd0eee25c783 6557 utils optional 
identity4c_1.0-1.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXfDngRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIuOxw//U+kyD5oLIqKWOiOQb6x1lZN+V3KbvNLV
hFOH4AlNIWVPstA41CrWd9OMf4IQy1tOb6CKA/TudOf9JEyUj86+YfG+bX7vldmg
Aa2RyLNI+gFlIjWyHCl5KIYDG/FJ7A1QgFPJ7oM9XunMLBggyDBCA6i2yXpoBnxN
GkXNm6Z1yAFPH6BdtkcAWJZUTIPI7chCu95oTfo5qSwt30qNLSxcqhD6jm0LWOjy
7digQY3qBt8dUPlDxr8Xs8iKcmr8XhJ2Q4uTu632ZT8RptTdUZnCMyoqiTtPXVA1
VcvE/52/PJygmbrQHFbNLZlCmg+LUWQraPIpSdialwPtUDHIu57aBqNgXTD+/Pzz
iZJ0do9Bi6t+HFgrMvDcSAoNebuiN5cmx7xLvgdrwVZ7U89CeJAjKHjQY5JgZomf
kQwKEC7WTL5SVE132ynWeC0P34nmZltFgA6GLpZ5YrXXRoc1Fb8Ws9NaLdpcaatO
nGF8swLaXrKpYg2V2TK4ZuaAgO4j0Dyyy/BFYa8r5bFtlJQBQDVNAKj7OXxKfb9O
jHZe3GOEw5p/GeVU5KwctRmGpiWjT6VjEg1SrNo8PuGO/eI88zh6w0qSlQ2TPeBl
BmaKM+EVolD1z1zvAQjbQLqglWjHNLQQd9YEcll1aVylbatb0wS6m39MLXnd5qa6
2hSABcgkN+A=
=Dx4B
-----END PGP SIGNATURE-----

Attachment: pgpvsIcSRyIN1.pgp
Description: PGP signature


--- End Message ---

Reply via email to