Source: libradsec
Version: 0.0.5-5
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
libradsec 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 libradsec
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 libradsec-0.0.5/debian/changelog libradsec-0.0.5/debian/changelog
--- libradsec-0.0.5/debian/changelog    2019-01-02 12:01:03.000000000 +0000
+++ libradsec-0.0.5/debian/changelog    2024-02-02 04:32:13.000000000 +0000
@@ -1,3 +1,10 @@
+libradsec (0.0.5-5.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Fri, 02 Feb 2024 04:32:13 +0000
+
 libradsec (0.0.5-5) unstable; urgency=high
 
   * Fix assert, necessary for library to work with OpenSSL 1.1.1.
diff -Nru libradsec-0.0.5/debian/control libradsec-0.0.5/debian/control
--- libradsec-0.0.5/debian/control      2019-01-02 12:01:03.000000000 +0000
+++ libradsec-0.0.5/debian/control      2024-02-02 04:32:13.000000000 +0000
@@ -10,7 +10,7 @@
 Package: libradsec-dev
 Section: libdevel
 Architecture: any
-Depends: libradsec0 (= ${binary:Version}), ${misc:Depends}
+Depends: libradsec0t64 (= ${binary:Version}), ${misc:Depends}
 Description: RADIUS library with RADSEC support 
  RADIUS (RFC 2865) provides a protocol for authenticating and
  authorizing users to network services.
@@ -18,7 +18,10 @@
  This is the development library for libradsec, a RADIUS library
  supporting RADIUS and RADSEC.
 
-Package: libradsec0
+Package: libradsec0t64
+Provides: ${t64:Provides}
+Replaces: libradsec0
+Breaks: libradsec0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru libradsec-0.0.5/debian/libradsec0.install 
libradsec-0.0.5/debian/libradsec0.install
--- libradsec-0.0.5/debian/libradsec0.install   2017-08-12 13:17:55.000000000 
+0000
+++ libradsec-0.0.5/debian/libradsec0.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libradsec-0.0.5/debian/libradsec0.lintian-overrides 
libradsec-0.0.5/debian/libradsec0.lintian-overrides
--- libradsec-0.0.5/debian/libradsec0.lintian-overrides 2017-08-12 
13:17:55.000000000 +0000
+++ libradsec-0.0.5/debian/libradsec0.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# It's upset because debian/* is GPL, but there's no code in that
-libradsec0: possible-gpl-code-linked-with-openssl
diff -Nru libradsec-0.0.5/debian/libradsec0t64.install 
libradsec-0.0.5/debian/libradsec0t64.install
--- libradsec-0.0.5/debian/libradsec0t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ libradsec-0.0.5/debian/libradsec0t64.install        2017-08-12 
13:17:55.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libradsec-0.0.5/debian/libradsec0t64.lintian-overrides 
libradsec-0.0.5/debian/libradsec0t64.lintian-overrides
--- libradsec-0.0.5/debian/libradsec0t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ libradsec-0.0.5/debian/libradsec0t64.lintian-overrides      2024-02-02 
04:32:13.000000000 +0000
@@ -0,0 +1,3 @@
+# It's upset because debian/* is GPL, but there's no code in that
+libradsec0t64: possible-gpl-code-linked-with-openssl
+libradsec0t64: package-name-doesnt-match-sonames libradsec0
diff -Nru libradsec-0.0.5/debian/patches/debian-changes 
libradsec-0.0.5/debian/patches/debian-changes
--- libradsec-0.0.5/debian/patches/debian-changes       2019-01-02 
12:01:03.000000000 +0000
+++ libradsec-0.0.5/debian/patches/debian-changes       2024-02-02 
04:32:13.000000000 +0000
@@ -24,26 +24,6 @@
 Last-Update: 2019-01-02
 
 --- /dev/null
-+++ libradsec-0.0.5/.gitignore
-@@ -0,0 +1,17 @@
-+*.*~*
-+TAGS
-+*.o
-+.deps
-+.libs
-+autom4te.cache
-+config.log
-+config.h*
-+config.status
-+configure
-+aclocal.m4
-+*.lo
-+*.la
-+Makefile.in
-+Makefile
-+stamp-h1
-+libtool
---- /dev/null
 +++ libradsec-0.0.5/Doxyfile
 @@ -0,0 +1,1630 @@
 +# Doxyfile 1.7.1
@@ -1822,10 +1802,6 @@
 +      secret = "sikrit"
 +    }
 +}
---- /dev/null
-+++ libradsec-0.0.5/include/radsec/.gitignore
-@@ -0,0 +1 @@
-+radius.h
 --- libradsec-0.0.5.orig/libradsec.spec.in
 +++ libradsec-0.0.5/libradsec.spec.in
 @@ -41,7 +41,7 @@ developing applications that use %{name}
@@ -1838,10 +1814,6 @@
  
  
 --- /dev/null
-+++ libradsec-0.0.5/radius/.gitignore
-@@ -0,0 +1 @@
-+dictionaries.c
---- /dev/null
 +++ libradsec-0.0.5/radius/LICENSE
 @@ -0,0 +1,24 @@
 +Copyright (c) 2011, Network RADIUS SARL
diff -Nru libradsec-0.0.5/debian/rules libradsec-0.0.5/debian/rules
--- libradsec-0.0.5/debian/rules        2019-01-02 12:01:03.000000000 +0000
+++ libradsec-0.0.5/debian/rules        2024-02-02 04:32:13.000000000 +0000
@@ -14,4 +14,4 @@
        dh_auto_configure -- --enable-tls --enable-tls-psk  CFLAGS='$(shell 
dpkg-buildflags --get CFLAGS) -pthread'
 
 override_dh_makeshlibs:
-       dh_makeshlibs -plibradsec0 -V'libradsec0 (>= 0.0.5-5)'
+       dh_makeshlibs -plibradsec0t64 -V'libradsec0t64 (>= 0.0.5-5)'

Reply via email to