Source: fsplib
Version: 0.14-5
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
fsplib 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 fsplib
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/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru fsplib-0.14/debian/changelog fsplib-0.14/debian/changelog
--- fsplib-0.14/debian/changelog        2020-05-09 11:36:33.000000000 +0000
+++ fsplib-0.14/debian/changelog        2024-01-30 13:34:11.000000000 +0000
@@ -1,3 +1,10 @@
+fsplib (0.14-5.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian <[email protected]>  Tue, 30 Jan 2024 13:34:11 +0000
+
 fsplib (0.14-5) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru fsplib-0.14/debian/control fsplib-0.14/debian/control
--- fsplib-0.14/debian/control  2020-05-09 11:36:33.000000000 +0000
+++ fsplib-0.14/debian/control  2024-01-30 13:34:11.000000000 +0000
@@ -12,7 +12,7 @@
 Package: libfsplib-dev
 Section: libdevel
 Architecture: any
-Depends: libfsplib0 (= ${binary:Version}), ${misc:Depends}
+Depends: libfsplib0t64 (= ${binary:Version}), ${misc:Depends}
 Description: FSP v2 protocol stack library - development files
  This is C library which support talking with FSP server using FSP v2 protocol
  and provides posix-like file manipulation interface.
@@ -20,7 +20,10 @@
  For more information about FSP protocol see http://fsp.sourceforge.net/
  For library and API info see http://fsp.sourceforge.net/fsplib.html
 
-Package: libfsplib0
+Package: libfsplib0t64
+Provides: ${t64:Provides}
+Replaces: libfsplib0
+Breaks: libfsplib0 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: FSP v2 protocol stack library - shared library
diff -Nru fsplib-0.14/debian/libfsplib0.install 
fsplib-0.14/debian/libfsplib0.install
--- fsplib-0.14/debian/libfsplib0.install       2020-05-09 11:36:33.000000000 
+0000
+++ fsplib-0.14/debian/libfsplib0.install       1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru fsplib-0.14/debian/libfsplib0.links 
fsplib-0.14/debian/libfsplib0.links
--- fsplib-0.14/debian/libfsplib0.links 2020-05-09 11:36:33.000000000 +0000
+++ fsplib-0.14/debian/libfsplib0.links 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/libfsplib.so.0.0.0 usr/lib/libfsplib.so.0
diff -Nru fsplib-0.14/debian/libfsplib0.symbols 
fsplib-0.14/debian/libfsplib0.symbols
--- fsplib-0.14/debian/libfsplib0.symbols       2020-05-09 11:36:33.000000000 
+0000
+++ fsplib-0.14/debian/libfsplib0.symbols       1970-01-01 00:00:00.000000000 
+0000
@@ -1,37 +0,0 @@
-libfsplib.so.0 libfsplib0 #MINVER#
-* Build-Depends-Package: libfsplib-dev
- client_destroy_key@Base 0.9
- client_get_key@Base 0.9
- client_init_key@Base 0.9
- client_set_key@Base 0.9
- fsp_access@Base 0.9
- fsp_canupload@Base 0.9
- fsp_close_session@Base 0.9
- fsp_closedir@Base 0.9
- fsp_fclose@Base 0.9
- fsp_fflush@Base 0.9
- fsp_fopen@Base 0.9
- fsp_fpurge@Base 0.9
- fsp_fread@Base 0.9
- fsp_fseek@Base 0.9
- fsp_ftell@Base 0.9
- fsp_fwrite@Base 0.9
- fsp_getpro@Base 0.9
- fsp_install@Base 0.9
- fsp_mkdir@Base 0.9
- fsp_open_session@Base 0.9
- fsp_opendir@Base 0.9
- fsp_pkt_read@Base 0.9
- fsp_pkt_write@Base 0.9
- fsp_readdir@Base 0.9
- fsp_readdir_native@Base 0.9
- fsp_readdir_r@Base 0.9
- fsp_rename@Base 0.9
- fsp_rewind@Base 0.9
- fsp_rewinddir@Base 0.9
- fsp_rmdir@Base 0.9
- fsp_seekdir@Base 0.9
- fsp_stat@Base 0.9
- fsp_telldir@Base 0.9
- fsp_transaction@Base 0.9
- fsp_unlink@Base 0.9
diff -Nru fsplib-0.14/debian/libfsplib0t64.install 
fsplib-0.14/debian/libfsplib0t64.install
--- fsplib-0.14/debian/libfsplib0t64.install    1970-01-01 00:00:00.000000000 
+0000
+++ fsplib-0.14/debian/libfsplib0t64.install    2020-05-09 11:36:33.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru fsplib-0.14/debian/libfsplib0t64.links 
fsplib-0.14/debian/libfsplib0t64.links
--- fsplib-0.14/debian/libfsplib0t64.links      1970-01-01 00:00:00.000000000 
+0000
+++ fsplib-0.14/debian/libfsplib0t64.links      2020-05-09 11:36:33.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/libfsplib.so.0.0.0 usr/lib/libfsplib.so.0
diff -Nru fsplib-0.14/debian/libfsplib0t64.lintian-overrides 
fsplib-0.14/debian/libfsplib0t64.lintian-overrides
--- fsplib-0.14/debian/libfsplib0t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ fsplib-0.14/debian/libfsplib0t64.lintian-overrides  2024-01-30 
13:34:11.000000000 +0000
@@ -0,0 +1 @@
+libfsplib0t64: package-name-doesnt-match-sonames libfsplib0
diff -Nru fsplib-0.14/debian/libfsplib0t64.symbols 
fsplib-0.14/debian/libfsplib0t64.symbols
--- fsplib-0.14/debian/libfsplib0t64.symbols    1970-01-01 00:00:00.000000000 
+0000
+++ fsplib-0.14/debian/libfsplib0t64.symbols    2024-01-30 13:34:11.000000000 
+0000
@@ -0,0 +1,37 @@
+libfsplib.so.0 libfsplib0t64 #MINVER#
+* Build-Depends-Package: libfsplib-dev
+ client_destroy_key@Base 0.9
+ client_get_key@Base 0.9
+ client_init_key@Base 0.9
+ client_set_key@Base 0.9
+ fsp_access@Base 0.9
+ fsp_canupload@Base 0.9
+ fsp_close_session@Base 0.9
+ fsp_closedir@Base 0.9
+ fsp_fclose@Base 0.9
+ fsp_fflush@Base 0.9
+ fsp_fopen@Base 0.9
+ fsp_fpurge@Base 0.9
+ fsp_fread@Base 0.9
+ fsp_fseek@Base 0.9
+ fsp_ftell@Base 0.9
+ fsp_fwrite@Base 0.9
+ fsp_getpro@Base 0.9
+ fsp_install@Base 0.9
+ fsp_mkdir@Base 0.9
+ fsp_open_session@Base 0.9
+ fsp_opendir@Base 0.9
+ fsp_pkt_read@Base 0.9
+ fsp_pkt_write@Base 0.9
+ fsp_readdir@Base 0.9
+ fsp_readdir_native@Base 0.9
+ fsp_readdir_r@Base 0.9
+ fsp_rename@Base 0.9
+ fsp_rewind@Base 0.9
+ fsp_rewinddir@Base 0.9
+ fsp_rmdir@Base 0.9
+ fsp_seekdir@Base 0.9
+ fsp_stat@Base 0.9
+ fsp_telldir@Base 0.9
+ fsp_transaction@Base 0.9
+ fsp_unlink@Base 0.9

Reply via email to