Your message dated Fri, 01 Mar 2024 00:08:01 +0000
with message-id <e1rfqrv-00dvgj...@fasolo.debian.org>
and subject line Bug#1063174: fixed in optee-client 4.1.0-1.1
has caused the Debian Bug report #1063174,
regarding optee-client: 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.)


-- 
1063174: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: optee-client
Version: 4.1.0-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
optee-client 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 optee-client
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 optee-client-4.1.0/debian/changelog 
optee-client-4.1.0/debian/changelog
--- optee-client-4.1.0/debian/changelog 2024-01-28 19:25:33.000000000 -0300
+++ optee-client-4.1.0/debian/changelog 2024-02-05 12:58:18.000000000 -0300
@@ -1,3 +1,10 @@
+optee-client (4.1.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org>  Mon, 05 Feb 2024 12:58:18 -0300
+
 optee-client (4.1.0-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru optee-client-4.1.0/debian/control optee-client-4.1.0/debian/control
--- optee-client-4.1.0/debian/control   2023-12-10 14:07:42.000000000 -0300
+++ optee-client-4.1.0/debian/control   2024-02-05 12:58:18.000000000 -0300
@@ -18,10 +18,10 @@
 Section: libdevel
 Architecture: arm64 armhf
 Multi-Arch: same
-Depends: libckteec0 (= ${binary:Version}),
-         libseteec0 (= ${binary:Version}),
-         libteeacl0.1.0 (= ${binary:Version}),
-         libteec1 (= ${binary:Version}),
+Depends: libckteec0t64 (= ${binary:Version}),
+         libseteec0t64 (= ${binary:Version}),
+         libteeacl0.1.0t64 (= ${binary:Version}),
+         libteec1t64 (= ${binary:Version}),
          ${misc:Depends}
 Description: normal world user space client APIs for OP-TEE (development)
  OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a
@@ -33,7 +33,10 @@
  .
  This package contains the development files OpTEE Client API
 
-Package: libteeacl0.1.0
+Package: libteeacl0.1.0t64
+Provides: ${t64:Provides}
+Replaces: libteeacl0.1.0
+Breaks: libteeacl0.1.0 (<< ${source:Version})
 Architecture: arm64 armhf
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -47,7 +50,10 @@
  .
  This package contains libteeacl library.
 
-Package: libteec1
+Package: libteec1t64
+Provides: ${t64:Provides}
+Replaces: libteec1
+Breaks: libteec1 (<< ${source:Version})
 Architecture: arm64 armhf
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -61,7 +67,10 @@
  .
  This package contains libteec library.
 
-Package: libckteec0
+Package: libckteec0t64
+Provides: ${t64:Provides}
+Replaces: libckteec0
+Breaks: libckteec0 (<< ${source:Version})
 Architecture: arm64 armhf
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -75,7 +84,10 @@
  .
  This package contains libckteec library.
 
-Package: libseteec0
+Package: libseteec0t64
+Provides: ${t64:Provides}
+Replaces: libseteec0
+Breaks: libseteec0 (<< ${source:Version})
 Architecture: arm64 armhf
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
diff -Nru optee-client-4.1.0/debian/libckteec0.install 
optee-client-4.1.0/debian/libckteec0.install
--- optee-client-4.1.0/debian/libckteec0.install        2023-12-10 
14:07:42.000000000 -0300
+++ optee-client-4.1.0/debian/libckteec0.install        1969-12-31 
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/libckteec*.so.*
diff -Nru optee-client-4.1.0/debian/libckteec0t64.install 
optee-client-4.1.0/debian/libckteec0t64.install
--- optee-client-4.1.0/debian/libckteec0t64.install     1969-12-31 
21:00:00.000000000 -0300
+++ optee-client-4.1.0/debian/libckteec0t64.install     2023-12-10 
14:07:42.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libckteec*.so.*
diff -Nru optee-client-4.1.0/debian/libckteec0t64.lintian-overrides 
optee-client-4.1.0/debian/libckteec0t64.lintian-overrides
--- optee-client-4.1.0/debian/libckteec0t64.lintian-overrides   1969-12-31 
21:00:00.000000000 -0300
+++ optee-client-4.1.0/debian/libckteec0t64.lintian-overrides   2024-02-05 
12:58:18.000000000 -0300
@@ -0,0 +1 @@
+libckteec0t64: package-name-doesnt-match-sonames libckteec0
diff -Nru optee-client-4.1.0/debian/libseteec0.install 
optee-client-4.1.0/debian/libseteec0.install
--- optee-client-4.1.0/debian/libseteec0.install        2023-12-10 
14:07:42.000000000 -0300
+++ optee-client-4.1.0/debian/libseteec0.install        1969-12-31 
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/libseteec*.so.*
diff -Nru optee-client-4.1.0/debian/libseteec0t64.install 
optee-client-4.1.0/debian/libseteec0t64.install
--- optee-client-4.1.0/debian/libseteec0t64.install     1969-12-31 
21:00:00.000000000 -0300
+++ optee-client-4.1.0/debian/libseteec0t64.install     2023-12-10 
14:07:42.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libseteec*.so.*
diff -Nru optee-client-4.1.0/debian/libseteec0t64.lintian-overrides 
optee-client-4.1.0/debian/libseteec0t64.lintian-overrides
--- optee-client-4.1.0/debian/libseteec0t64.lintian-overrides   1969-12-31 
21:00:00.000000000 -0300
+++ optee-client-4.1.0/debian/libseteec0t64.lintian-overrides   2024-02-05 
12:58:18.000000000 -0300
@@ -0,0 +1 @@
+libseteec0t64: package-name-doesnt-match-sonames libseteec0
diff -Nru optee-client-4.1.0/debian/libteeacl0.1.0.install 
optee-client-4.1.0/debian/libteeacl0.1.0.install
--- optee-client-4.1.0/debian/libteeacl0.1.0.install    2023-12-10 
14:07:42.000000000 -0300
+++ optee-client-4.1.0/debian/libteeacl0.1.0.install    1969-12-31 
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/libteeacl*.so.*
diff -Nru optee-client-4.1.0/debian/libteeacl0.1.0t64.install 
optee-client-4.1.0/debian/libteeacl0.1.0t64.install
--- optee-client-4.1.0/debian/libteeacl0.1.0t64.install 1969-12-31 
21:00:00.000000000 -0300
+++ optee-client-4.1.0/debian/libteeacl0.1.0t64.install 2023-12-10 
14:07:42.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libteeacl*.so.*
diff -Nru optee-client-4.1.0/debian/libteeacl0.1.0t64.lintian-overrides 
optee-client-4.1.0/debian/libteeacl0.1.0t64.lintian-overrides
--- optee-client-4.1.0/debian/libteeacl0.1.0t64.lintian-overrides       
1969-12-31 21:00:00.000000000 -0300
+++ optee-client-4.1.0/debian/libteeacl0.1.0t64.lintian-overrides       
2024-02-05 12:58:18.000000000 -0300
@@ -0,0 +1 @@
+libteeacl0.1.0t64: package-name-doesnt-match-sonames libteeacl0.1.0
diff -Nru optee-client-4.1.0/debian/libteec1.install 
optee-client-4.1.0/debian/libteec1.install
--- optee-client-4.1.0/debian/libteec1.install  2023-12-10 14:07:42.000000000 
-0300
+++ optee-client-4.1.0/debian/libteec1.install  1969-12-31 21:00:00.000000000 
-0300
@@ -1 +0,0 @@
-usr/lib/*/libteec*.so.*
diff -Nru optee-client-4.1.0/debian/libteec1t64.install 
optee-client-4.1.0/debian/libteec1t64.install
--- optee-client-4.1.0/debian/libteec1t64.install       1969-12-31 
21:00:00.000000000 -0300
+++ optee-client-4.1.0/debian/libteec1t64.install       2023-12-10 
14:07:42.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libteec*.so.*
diff -Nru optee-client-4.1.0/debian/libteec1t64.lintian-overrides 
optee-client-4.1.0/debian/libteec1t64.lintian-overrides
--- optee-client-4.1.0/debian/libteec1t64.lintian-overrides     1969-12-31 
21:00:00.000000000 -0300
+++ optee-client-4.1.0/debian/libteec1t64.lintian-overrides     2024-02-05 
12:58:18.000000000 -0300
@@ -0,0 +1 @@
+libteec1t64: package-name-doesnt-match-sonames libteec1

--- End Message ---
--- Begin Message ---
Source: optee-client
Source-Version: 4.1.0-1.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
optee-client, 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 1063...@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 optee-client 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 23:09:47 +0000
Source: optee-client
Architecture: source
Version: 4.1.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063174
Changes:
 optee-client (4.1.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063174
Checksums-Sha1:
 624b69d4166520377ffefee5f82db8dcf5fc352e 2327 optee-client_4.1.0-1.1.dsc
 8a903a3ac71b7e0b6f01d1cb1ba2036e19bb20b5 6660 
optee-client_4.1.0-1.1.debian.tar.xz
 05e07ac67dfc84b58a00b5bae27dbc9c8cfda298 7558 
optee-client_4.1.0-1.1_source.buildinfo
Checksums-Sha256:
 fd28f3e97142ef9f059978030add72b49379f385dd75b1d75ff20a7993ef208d 2327 
optee-client_4.1.0-1.1.dsc
 42d70fffb3072cc91657c9b52004d55dba4811d82f57725a7d9e701b6b8b59fd 6660 
optee-client_4.1.0-1.1.debian.tar.xz
 c40a7b2ea088978e27ee5ba6dfa89e43a19a73eb43ba721a32694521f6ee84f4 7558 
optee-client_4.1.0-1.1_source.buildinfo
Files:
 f4078d211ab4f7f7226a5ae8775b9da4 2327 libs optional optee-client_4.1.0-1.1.dsc
 5ec86078497c05da74f255535141722d 6660 libs optional 
optee-client_4.1.0-1.1.debian.tar.xz
 c67a51a3087f8dddec8198610cb1e72e 7558 libs optional 
optee-client_4.1.0-1.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhDsAACgkQFZ61xO/I
d0x/SRAAhR3Tf0VKEnIE0176QKFdPZL+mmHjg1LgyF87SMogY+NO3UxGapXE7HeC
E8OCM2z0BBDM2DQ2Sc0fOOFe+rmgdL6WnlXwjiEk3/rPIcz32aPa5Ad8V9RIpwfl
/zksLmcpbTf/ZmC1Jv/UmPXg8e3k7oF6sMDAliqgDXn5uBbprwrj24zixqKd17oh
HqfbNhrZE64+K9xNDPdhz8FCMvbJbQrEOGfq+0dbKHLYacxlwkJJLPSrl5K8L3kG
eB6IeAJkSwhXYb9lwgLfF51fwWTdA/AkbbyLp/VHjAhuat/+/dm6QJSoigTr2r5O
yMKNoXTh5FxXNUt8hlpj5GHroz5KWoQmcrq/PNnKpG7VtWehzqgK31AXOvT00jDj
HA3CnQ5hKt+zK5P6RF29FnAb3fx1ttvYu6YerE8u9EwafI6yT/FyWo2OvfPiXChw
RZrazG3lKzEf3ulygIsXCQrPoJ8U14OSEQt+XlQ1VRxjUT5lE6kGpVM9VEr09I1K
LS3RWr/R59LY50e9azalH8t55SWfGIdVIr87G+O1hBs7WOuNjeA0fNM85Z/8J0Qg
asyTHngKT31USycYh18nce+Cnb9W0/5MJjugMcbl25a4P8P9sYsAVyA9tpQ2RS2j
T14UQT3tS6DAeuIlRWsuA4u3hLk4lXQFCkkzi66SPkHM1LII0L8=
=xatF
-----END PGP SIGNATURE-----

Attachment: pgpqvfQcb0eTW.pgp
Description: PGP signature


--- End Message ---

Reply via email to