Source: oidc-agent
Version: 4.2.6-1
Severity: serious
Tags: patch pending sid trixie
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
oidc-agent 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 oidc-agent
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.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, 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 oidc-agent-4.2.6/debian/changelog oidc-agent-4.2.6/debian/changelog
--- oidc-agent-4.2.6/debian/changelog   2022-01-13 10:42:38.000000000 -0300
+++ oidc-agent-4.2.6/debian/changelog   2024-02-03 14:06:49.000000000 -0300
@@ -1,3 +1,10 @@
+oidc-agent (4.2.6-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org>  Sat, 03 Feb 2024 14:06:49 -0300
+
 oidc-agent (4.2.6-1) unstable; urgency=medium
 
   * Update new version from upstream
diff -Nru oidc-agent-4.2.6/debian/control oidc-agent-4.2.6/debian/control
--- oidc-agent-4.2.6/debian/control     2022-01-13 10:42:38.000000000 -0300
+++ oidc-agent-4.2.6/debian/control     2024-02-03 14:06:49.000000000 -0300
@@ -22,7 +22,7 @@
 Package: oidc-agent-cli
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
-                liboidc-agent4 (= ${binary:Version}),
+                liboidc-agent4t64 (= ${binary:Version}),
                 jq,
                 libqrencode4 | libqrencode3,
 Suggests: oidc-agent-desktop (= ${source:Version})
@@ -40,7 +40,10 @@
    - oidc-token that can be used to get access token on the command line
    - oidc-keychain that re-uses oidc-agent across logins
 
-Package: liboidc-agent4
+Package: liboidc-agent4t64
+Provides: ${t64:Provides}
+Replaces: liboidc-agent4
+Breaks: liboidc-agent4 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends},
@@ -55,7 +58,7 @@
 Package: liboidc-agent-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, liboidc-agent4 (= ${binary:Version})
+Depends: ${misc:Depends}, liboidc-agent4t64 (= ${binary:Version})
 Description: oidc-agent library development files
  oidc-agent is a commandline tool for obtaining OpenID Connect Access tokens on
  the commandline.
diff -Nru oidc-agent-4.2.6/debian/liboidc-agent4.install 
oidc-agent-4.2.6/debian/liboidc-agent4.install
--- oidc-agent-4.2.6/debian/liboidc-agent4.install      2022-01-10 
15:20:29.000000000 -0300
+++ oidc-agent-4.2.6/debian/liboidc-agent4.install      1969-12-31 
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/liboidc-agent.so.4*
diff -Nru oidc-agent-4.2.6/debian/liboidc-agent4.symbols 
oidc-agent-4.2.6/debian/liboidc-agent4.symbols
--- oidc-agent-4.2.6/debian/liboidc-agent4.symbols      2022-01-10 
15:20:29.000000000 -0300
+++ oidc-agent-4.2.6/debian/liboidc-agent4.symbols      1969-12-31 
21:00:00.000000000 -0300
@@ -1,20 +0,0 @@
-liboidc-agent.so.4 liboidc-agent4 #MINVER#
-* Build-Depends-Package: liboidc-agent-dev
- _secFree@Base 4.0.0
- getAccessToken2@Base 4.0.0
- getAccessToken3@Base 4.0.0
- getAccessToken@Base 4.0.0
- getAccessTokenForIssuer3@Base 4.0.0
- getAccessTokenForIssuer@Base 4.0.0
- getAgentTokenResponse@Base 4.2.0
- getAgentTokenResponseForIssuer@Base 4.2.0
- getTokenResponse3@Base 4.0.0
- getTokenResponse@Base 4.0.0
- getTokenResponseForIssuer3@Base 4.0.0
- getTokenResponseForIssuer@Base 4.0.0
- oidcagent_perror@Base 4.0.0
- oidcagent_printErrorResponse@Base 4.2.0
- oidcagent_serror@Base 4.0.0
- secFreeAgentResponse@Base 4.2.0
- secFreeErrorResponse@Base 4.2.0
- secFreeTokenResponse@Base 4.0.0
diff -Nru oidc-agent-4.2.6/debian/liboidc-agent4t64.install 
oidc-agent-4.2.6/debian/liboidc-agent4t64.install
--- oidc-agent-4.2.6/debian/liboidc-agent4t64.install   1969-12-31 
21:00:00.000000000 -0300
+++ oidc-agent-4.2.6/debian/liboidc-agent4t64.install   2022-01-10 
15:20:29.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/liboidc-agent.so.4*
diff -Nru oidc-agent-4.2.6/debian/liboidc-agent4t64.lintian-overrides 
oidc-agent-4.2.6/debian/liboidc-agent4t64.lintian-overrides
--- oidc-agent-4.2.6/debian/liboidc-agent4t64.lintian-overrides 1969-12-31 
21:00:00.000000000 -0300
+++ oidc-agent-4.2.6/debian/liboidc-agent4t64.lintian-overrides 2024-02-03 
14:06:49.000000000 -0300
@@ -0,0 +1 @@
+liboidc-agent4t64: package-name-doesnt-match-sonames liboidc-agent4
diff -Nru oidc-agent-4.2.6/debian/liboidc-agent4t64.symbols 
oidc-agent-4.2.6/debian/liboidc-agent4t64.symbols
--- oidc-agent-4.2.6/debian/liboidc-agent4t64.symbols   1969-12-31 
21:00:00.000000000 -0300
+++ oidc-agent-4.2.6/debian/liboidc-agent4t64.symbols   2024-02-03 
14:06:49.000000000 -0300
@@ -0,0 +1,20 @@
+liboidc-agent.so.4 liboidc-agent4t64 #MINVER#
+* Build-Depends-Package: liboidc-agent-dev
+ _secFree@Base 4.0.0
+ getAccessToken2@Base 4.0.0
+ getAccessToken3@Base 4.0.0
+ getAccessToken@Base 4.0.0
+ getAccessTokenForIssuer3@Base 4.0.0
+ getAccessTokenForIssuer@Base 4.0.0
+ getAgentTokenResponse@Base 4.2.0
+ getAgentTokenResponseForIssuer@Base 4.2.0
+ getTokenResponse3@Base 4.0.0
+ getTokenResponse@Base 4.0.0
+ getTokenResponseForIssuer3@Base 4.0.0
+ getTokenResponseForIssuer@Base 4.0.0
+ oidcagent_perror@Base 4.0.0
+ oidcagent_printErrorResponse@Base 4.2.0
+ oidcagent_serror@Base 4.0.0
+ secFreeAgentResponse@Base 4.2.0
+ secFreeErrorResponse@Base 4.2.0
+ secFreeTokenResponse@Base 4.0.0

Reply via email to