Source: identity4c Version: 1.0-1 Severity: serious Tags: patch pending Justification: library ABI skew on upgrade User: debian-...@lists.debian.org 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 <gin...@debian.org> 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