Your message dated Thu, 29 Feb 2024 04:48:08 +0000
with message-id <e1rfyl2-009bqp...@fasolo.debian.org>
and subject line Bug#1062819: fixed in oidc-agent 4.2.6-1.1
has caused the Debian Bug report #1062819,
regarding oidc-agent: NMU diff for 64-bit time_t transition
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1062819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: oidc-agent
Source-Version: 4.2.6-1.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
oidc-agent, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated oidc-agent package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Feb 2024 02:15:58 +0000
Source: oidc-agent
Architecture: source
Version: 4.2.6-1.1
Distribution: unstable
Urgency: medium
Maintainer: Marcus Hardt <mar...@hardt-it.de>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062819
Changes:
oidc-agent (4.2.6-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062819
Checksums-Sha1:
d1bd73de1527ad17341527258fe56656de2d417f 2410 oidc-agent_4.2.6-1.1.dsc
c96227452de897c0be4ac3737667ff688d270e0d 4648
oidc-agent_4.2.6-1.1.debian.tar.xz
9e403120fc8d2393878566b8c5030518f35c14a4 9080
oidc-agent_4.2.6-1.1_source.buildinfo
Checksums-Sha256:
be5d861fee56c61596f4cce21d8bf01fb3caaf586a169e36d6f9cadccc7c92e2 2410
oidc-agent_4.2.6-1.1.dsc
28d01a6137281f4d3d76466d4787a33a1adf1a91565287fdc2605c6e94135f18 4648
oidc-agent_4.2.6-1.1.debian.tar.xz
304750a8e736970f4a4a48ae91e67ede01a9be95c202eaaad01789b5ed16b07a 9080
oidc-agent_4.2.6-1.1_source.buildinfo
Files:
71a0bce9d4d4a1455d396171b4a0c0cd 2410 misc optional oidc-agent_4.2.6-1.1.dsc
f57ef7893d6b4367d967c270ed2e05e9 4648 misc optional
oidc-agent_4.2.6-1.1.debian.tar.xz
429aa1bd8669a667bd15b98145160eae 9080 misc optional
oidc-agent_4.2.6-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXf6PYACgkQFZ61xO/I
d0w7JBAAkuwZBz2DvBWlxElFy7y50xXu5ykO7SudL71NVKDf1l27uAjM7VAtOo6b
x5n7WOIsBnCdCA3FkKcY2vnhWMmUu1FBzmKOmPtCiaOWBVDgFglAPkqRR29C5mhI
o+niTf+EYxxOA9zYiJt9RQekn0pMlFekKmiKflNUx9Tzlk4DdTAhsmh2EtZq3FpX
pAQDUlrzrkdqS/4fbpCMIf/jJSOnpFU6Dx3sEYapIoDgYoHa79FZR8h0aeoMEuwg
K8nw01cfB3I3+/pMX+zS5JQn1EsZrVSmy1AB/Itym/FGXXGGGePsNDANSu3XM1HI
z0GXqnNZzsNB7QphVjMn7PcANRQFRN6fkUfqNrpIZ31rLuFdsMSBay5Pc0IIPKjK
WLR4E2Mq8rKYF1nEumsa53eRvmsveYDX8dlcM0hw9zf5c9nkO0m6vIqCSqDO6BL5
LRIWphCKT4/8pKuxKhcuARAYgqVReN/r2tEH5kLXAOjEsriPXPuTfjG1nys6UgIM
x2anoCVTN281rMWPKghuQiClhZfApVyBSPG1TEYvS78U4pddU0gMgiFVM1u58cC/
QPNmUhgANwKqUTOCBzYGJ9t6b2vMU7DH0i+jmInbuP4aZeQU6SkAk20mMww34gc6
3oPZ8NuP3ttQz8Y9tdWoh5KCMyBFtOm76VbLbnWz6vB9wTZOEx0=
=mO1x
-----END PGP SIGNATURE-----
pgptOWfM23O8J.pgp
Description: PGP signature
--- End Message ---