Source: libpst
Version: 0.6.76-1
Severity: serious
Tags: patch pending
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
libpst 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 libpst
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'), (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 libpst-0.6.76/debian/changelog libpst-0.6.76/debian/changelog
--- libpst-0.6.76/debian/changelog      2021-08-17 03:42:55.000000000 +0000
+++ libpst-0.6.76/debian/changelog      2024-02-01 23:24:04.000000000 +0000
@@ -1,3 +1,10 @@
+libpst (0.6.76-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Thu, 01 Feb 2024 23:24:04 +0000
+
 libpst (0.6.76-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru libpst-0.6.76/debian/control libpst-0.6.76/debian/control
--- libpst-0.6.76/debian/control        2021-08-17 03:42:55.000000000 +0000
+++ libpst-0.6.76/debian/control        2024-02-01 23:24:03.000000000 +0000
@@ -22,19 +22,22 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libpst4 (=${binary:Version}),
+ libpst4t64 (=${binary:Version}),
  ${misc:Depends},
 Breaks:
- libpst4 (<= 0.6.54-3),
+ libpst4t64 (<= 0.6.54-3),
 Replaces:
- libpst4 (<= 0.6.54-3),
+ libpst4t64 (<= 0.6.54-3),
 Description: library for reading Microsoft Outlook PST files (development 
files)
  Library for accessing data from Microsoft Outlook PST files.
  .
  This package include the files needed for developing with libpst,
  including the headers, static library and documentation.
 
-Package: libpst4
+Package: libpst4t64
+Provides: ${t64:Provides}
+Replaces: libpst4
+Breaks: libpst4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru libpst-0.6.76/debian/libpst4.install 
libpst-0.6.76/debian/libpst4.install
--- libpst-0.6.76/debian/libpst4.install        2019-12-11 02:03:39.000000000 
+0000
+++ libpst-0.6.76/debian/libpst4.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libpst*.so.*
diff -Nru libpst-0.6.76/debian/libpst4.shlibs 
libpst-0.6.76/debian/libpst4.shlibs
--- libpst-0.6.76/debian/libpst4.shlibs 2020-01-13 05:09:00.000000000 +0000
+++ libpst-0.6.76/debian/libpst4.shlibs 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libpst 4 libpst4 (>= 0.6.74)
diff -Nru libpst-0.6.76/debian/libpst4.symbols 
libpst-0.6.76/debian/libpst4.symbols
--- libpst-0.6.76/debian/libpst4.symbols        2020-01-13 05:08:01.000000000 
+0000
+++ libpst-0.6.76/debian/libpst4.symbols        1970-01-01 00:00:00.000000000 
+0000
@@ -1,57 +0,0 @@
-libpst.so.4 libpst4 #MINVER#
-* Build-Depends-Package: libpst-dev
- pst_attach_to_file@Base 0.6.54
- pst_attach_to_file_base64@Base 0.6.54
- pst_attach_to_mem@Base 0.6.54
- pst_base64_encode@Base 0.6.54
- pst_base64_encode_multiple@Base 0.6.54
- pst_base64_encode_single@Base 0.6.54
- pst_close@Base 0.6.54
- pst_convert_recurrence@Base 0.6.54
- pst_convert_utf8@Base 0.6.54
- pst_convert_utf8_null@Base 0.6.54
- pst_debug@Base 0.6.54
- pst_debug_close@Base 0.6.54
- pst_debug_func@Base 0.6.54
- pst_debug_func_ret@Base 0.6.54
- pst_debug_hexdump@Base 0.6.54
- pst_debug_hexdumper@Base 0.6.54
- pst_debug_init@Base 0.6.54
- pst_debug_lock@Base 0.6.54
- pst_debug_unlock@Base 0.6.54
- pst_default_charset@Base 0.6.54
- pst_ff_getIDblock_dec@Base 0.6.54
- pst_fileTimeToAscii@Base 0.6.54
- pst_fileTimeToString@Base 0.6.74
- pst_fileTimeToStructTM@Base 0.6.54
- pst_fileTimeToUnixTime@Base 0.6.54
- pst_freeItem@Base 0.6.54
- pst_free_recurrence@Base 0.6.54
- pst_fwrite@Base 0.6.54
- pst_getID@Base 0.6.54
- pst_getNextDptr@Base 0.6.54
- pst_getTopOfFolders@Base 0.6.54
- pst_load_extended_attributes@Base 0.6.54
- pst_load_index@Base 0.6.54
- pst_lzfu_decompress@Base 0.6.54
- pst_malloc@Base 0.6.54
- pst_open@Base 0.6.54
- pst_parse_item@Base 0.6.54
- pst_realloc@Base 0.6.54
- pst_reopen@Base 0.6.54
- pst_rfc2047@Base 0.6.54
- pst_rfc2231@Base 0.6.54
- pst_rfc2425_datetime_format@Base 0.6.54
- pst_rfc2426_escape@Base 0.6.54
- pst_rfc2445_datetime_format@Base 0.6.54
- pst_rfc2445_datetime_format_now@Base 0.6.54
- pst_unicode_init@Base 0.6.54
- pst_vb_8bit2utf8@Base 0.6.54
- pst_vb_utf16to8@Base 0.6.54
- pst_vb_utf8to8bit@Base 0.6.54
- pst_vballoc@Base 0.6.54
- pst_vbappend@Base 0.6.54
- pst_vbgrow@Base 0.6.54
- pst_vbset@Base 0.6.54
- pst_debug_setlevel@Base 0.6.71
- pst_stricmp@Base 0.6.71
diff -Nru libpst-0.6.76/debian/libpst4t64.install 
libpst-0.6.76/debian/libpst4t64.install
--- libpst-0.6.76/debian/libpst4t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ libpst-0.6.76/debian/libpst4t64.install     2019-12-11 02:03:39.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libpst*.so.*
diff -Nru libpst-0.6.76/debian/libpst4t64.lintian-overrides 
libpst-0.6.76/debian/libpst4t64.lintian-overrides
--- libpst-0.6.76/debian/libpst4t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ libpst-0.6.76/debian/libpst4t64.lintian-overrides   2024-02-01 
23:24:03.000000000 +0000
@@ -0,0 +1 @@
+libpst4t64: package-name-doesnt-match-sonames libpst4
diff -Nru libpst-0.6.76/debian/libpst4t64.shlibs 
libpst-0.6.76/debian/libpst4t64.shlibs
--- libpst-0.6.76/debian/libpst4t64.shlibs      1970-01-01 00:00:00.000000000 
+0000
+++ libpst-0.6.76/debian/libpst4t64.shlibs      2024-02-01 23:24:03.000000000 
+0000
@@ -0,0 +1 @@
+libpst 4 libpst4t64 (>= 0.6.74)
diff -Nru libpst-0.6.76/debian/libpst4t64.symbols 
libpst-0.6.76/debian/libpst4t64.symbols
--- libpst-0.6.76/debian/libpst4t64.symbols     1970-01-01 00:00:00.000000000 
+0000
+++ libpst-0.6.76/debian/libpst4t64.symbols     2024-02-01 23:24:03.000000000 
+0000
@@ -0,0 +1,57 @@
+libpst.so.4 libpst4t64 #MINVER#
+* Build-Depends-Package: libpst-dev
+ pst_attach_to_file@Base 0.6.54
+ pst_attach_to_file_base64@Base 0.6.54
+ pst_attach_to_mem@Base 0.6.54
+ pst_base64_encode@Base 0.6.54
+ pst_base64_encode_multiple@Base 0.6.54
+ pst_base64_encode_single@Base 0.6.54
+ pst_close@Base 0.6.54
+ pst_convert_recurrence@Base 0.6.54
+ pst_convert_utf8@Base 0.6.54
+ pst_convert_utf8_null@Base 0.6.54
+ pst_debug@Base 0.6.54
+ pst_debug_close@Base 0.6.54
+ pst_debug_func@Base 0.6.54
+ pst_debug_func_ret@Base 0.6.54
+ pst_debug_hexdump@Base 0.6.54
+ pst_debug_hexdumper@Base 0.6.54
+ pst_debug_init@Base 0.6.54
+ pst_debug_lock@Base 0.6.54
+ pst_debug_unlock@Base 0.6.54
+ pst_default_charset@Base 0.6.54
+ pst_ff_getIDblock_dec@Base 0.6.54
+ pst_fileTimeToAscii@Base 0.6.54
+ pst_fileTimeToString@Base 0.6.74
+ pst_fileTimeToStructTM@Base 0.6.54
+ pst_fileTimeToUnixTime@Base 0.6.54
+ pst_freeItem@Base 0.6.54
+ pst_free_recurrence@Base 0.6.54
+ pst_fwrite@Base 0.6.54
+ pst_getID@Base 0.6.54
+ pst_getNextDptr@Base 0.6.54
+ pst_getTopOfFolders@Base 0.6.54
+ pst_load_extended_attributes@Base 0.6.54
+ pst_load_index@Base 0.6.54
+ pst_lzfu_decompress@Base 0.6.54
+ pst_malloc@Base 0.6.54
+ pst_open@Base 0.6.54
+ pst_parse_item@Base 0.6.54
+ pst_realloc@Base 0.6.54
+ pst_reopen@Base 0.6.54
+ pst_rfc2047@Base 0.6.54
+ pst_rfc2231@Base 0.6.54
+ pst_rfc2425_datetime_format@Base 0.6.54
+ pst_rfc2426_escape@Base 0.6.54
+ pst_rfc2445_datetime_format@Base 0.6.54
+ pst_rfc2445_datetime_format_now@Base 0.6.54
+ pst_unicode_init@Base 0.6.54
+ pst_vb_8bit2utf8@Base 0.6.54
+ pst_vb_utf16to8@Base 0.6.54
+ pst_vb_utf8to8bit@Base 0.6.54
+ pst_vballoc@Base 0.6.54
+ pst_vbappend@Base 0.6.54
+ pst_vbgrow@Base 0.6.54
+ pst_vbset@Base 0.6.54
+ pst_debug_setlevel@Base 0.6.71
+ pst_stricmp@Base 0.6.71

Reply via email to