Bug#1063156: myproxy: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: myproxy
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru myproxy-6.2.16/debian/changelog myproxy-6.2.16/debian/changelog
--- myproxy-6.2.16/debian/changelog 2024-02-09 13:44:42.0 +
+++ myproxy-6.2.16/debian/changelog 2024-02-28 21:41:43.0 +
@@ -1,3 +1,10 @@
+myproxy (6.2.16-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063156
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 21:41:43 +
+
 myproxy (6.2.16-1) unstable; urgency=medium
 
   * New GCT release v6.2.20240202
diff -Nru myproxy-6.2.16/debian/control myproxy-6.2.16/debian/control
--- myproxy-6.2.16/debian/control   2024-02-09 13:43:57.0 +
+++ myproxy-6.2.16/debian/control   2024-02-28 21:41:43.0 +
@@ -1,7 +1,7 @@
 Source: myproxy
 Priority: optional
 Maintainer: Mattias Ellert 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper (>= 13),
  pkg-config,
  libglobus-common-dev (>= 14),
@@ -34,7 +34,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Description: Credential Management Service Client
@@ -45,13 +45,14 @@
  Users run myproxy-logon to authenticate and obtain credentials, including
  trusted CA certificates and Certificate Revocation Lists (CRLs).
 
-Package: libmyproxy6
+Package: libmyproxy6t64
+Provides: ${t64:Provides}
 Section: libs
 Architecture: any
 Multi-Arch: same
-Replaces:
+Replaces:libmyproxy6, 
  libmyproxy-doc (<< 6.2.4-2~)
-Breaks:
+Breaks:libmyproxy6 (<< ${source:Version}), 
  libmyproxy-doc (<< 6.2.4-2~)
 Pre-Depends:
  ${misc:Pre-Depends}
@@ -76,7 +77,7 @@
 Pre-Depends:
  ${misc:Pre-Depends}
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
  voms-clients | voms-clients-java
@@ -95,7 +96,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  libglobus-common-dev (>= 14),
  libglobus-gssapi-gsi-dev (>= 9),
  libglobus-gss-assist-dev (>= 8),
@@ -122,7 +123,7 @@
 Pre-Depends:
  ${misc:Pre-Depends}
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
  adduser,
@@ -142,7 +143,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  myproxy-server (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
diff -Nru myproxy-6.2.16/debian/libmyproxy6.install 
myproxy-6.2.16/debian/libmyproxy6.install
--- myproxy-6.2.16/debian/libmyproxy6.install   2020-12-12 15:26:26.0 
+
+++ myproxy-6.2.16/debian/libmyproxy6.install   1970-01-01 00:00:00.0 
+
@@ -1,5 +0,0 @@
-/usr/lib/*/libmyproxy.so.*
-/usr/share/doc/myproxy/PROTOCOL
-/usr/share/doc/myproxy/README.sasl
-/usr/share/doc/myproxy/REPOSITORY
-/usr/share/doc/myproxy/VERSION
diff -Nru myproxy-6.2.16/debian/libmyproxy6.shlibs 
myproxy-6.2.16/debian/libmyproxy6.shlibs
--- myproxy-6.2.16/debian/libmyproxy6.shlibs2018-03-02 17:17:37.0 
+
+++ myproxy-6.2.16/debian/libmyproxy6.shlibs1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-libmyproxy 6 libmyproxy6 (>= 6)
diff -Nru myproxy-6.2.16/debian/libmyproxy6t64.install 
myproxy-6.2.16/debian/libmyproxy6t64.install
--- myproxy-6.2.16/debian/libmyproxy6t64.install1970-01-01 
00:00:00.0 +
+++ myproxy-6.2.16/debian/libmyproxy6t64.install2020-12-12 
15:26:26.0 +
@@ -0,0 +1,5 @@
+/usr/lib/*/libmyproxy.so.*
+/usr/share/doc/myproxy/PROTOCOL
+/usr/share/doc/myproxy/README.sasl
+/usr/share/doc/myproxy/REPOSITORY
+/usr/share/doc/myproxy/VERSION
diff -Nru myproxy-6.2.16/debian/libmyproxy6t64.lintian-overrides 
myproxy-6.2.16/debian/libmyproxy6t64.lintian-overrides
--- myproxy-6.2.16/debian/libmyproxy6t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ myproxy-6.2.16/debian/libmyproxy6t64.lintian-overrides  2024-02-28 
21:41:37.0 +
@@ -0,0 +1 @@
+libmyproxy6t64: package-name-doesnt-match-sonames libmyproxy6
diff -Nru myproxy-6.2.16/debian/libmyproxy6t64.shlibs 
myproxy-6.2.16/debian/libmyproxy6t64.shlibs
--- 

Bug#1063156: myproxy: NMU diff for 64-bit time_t transition

2024-02-09 Thread Mattias Ellert
Package updated in unstable:

Date: Fri, 09 Feb 2024 14:44:42 +0100
Source: myproxy
Architecture: source
Version: 6.2.16-1
Distribution: unstable



signature.asc
Description: This is a digitally signed message part


Bug#1063156: myproxy: NMU diff for 64-bit time_t transition

2024-02-05 Thread Graham Inggs
Source: myproxy
Version: 6.2.14-2
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
myproxy 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 myproxy
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'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru myproxy-6.2.14/debian/changelog myproxy-6.2.14/debian/changelog
--- myproxy-6.2.14/debian/changelog 2022-07-05 20:53:00.0 +
+++ myproxy-6.2.14/debian/changelog 2024-02-05 13:29:21.0 +
@@ -1,3 +1,10 @@
+myproxy (6.2.14-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs   Mon, 05 Feb 2024 13:29:21 +
+
 myproxy (6.2.14-2) unstable; urgency=medium
 
   * Drop old debug symbol migration from 2017
diff -Nru myproxy-6.2.14/debian/control myproxy-6.2.14/debian/control
--- myproxy-6.2.14/debian/control   2022-05-12 06:57:04.0 +
+++ myproxy-6.2.14/debian/control   2024-02-05 13:29:21.0 +
@@ -34,7 +34,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Description: Credential Management Service Client
@@ -45,13 +45,14 @@
  Users run myproxy-logon to authenticate and obtain credentials, including
  trusted CA certificates and Certificate Revocation Lists (CRLs).
 
-Package: libmyproxy6
+Package: libmyproxy6t64
+Provides: ${t64:Provides}
 Section: libs
 Architecture: any
 Multi-Arch: same
-Replaces:
+Replaces:libmyproxy6, 
  libmyproxy-doc (<< 6.2.4-2~)
-Breaks:
+Breaks:libmyproxy6 (<< ${source:Version}), 
  libmyproxy-doc (<< 6.2.4-2~)
 Pre-Depends:
  ${misc:Pre-Depends}
@@ -76,7 +77,7 @@
 Pre-Depends:
  ${misc:Pre-Depends}
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
  voms-clients | voms-clients-java
@@ -95,7 +96,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  libglobus-common-dev (>= 14),
  libglobus-gssapi-gsi-dev (>= 9),
  libglobus-gss-assist-dev (>= 8),
@@ -122,7 +123,7 @@
 Pre-Depends:
  ${misc:Pre-Depends}
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
  adduser,
@@ -142,7 +143,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  myproxy-server (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
diff -Nru myproxy-6.2.14/debian/libmyproxy6.install 
myproxy-6.2.14/debian/libmyproxy6.install
--- myproxy-6.2.14/debian/libmyproxy6.install   2020-12-12 15:26:26.0 
+
+++ myproxy-6.2.14/debian/libmyproxy6.install   1970-01-01 00:00:00.0 
+
@@ -1,5 +0,0 @@
-/usr/lib/*/libmyproxy.so.*
-/usr/share/doc/myproxy/PROTOCOL
-/usr/share/doc/myproxy/README.sasl
-/usr/share/doc/myproxy/REPOSITORY
-/usr/share/doc/myproxy/VERSION
diff -Nru myproxy-6.2.14/debian/libmyproxy6.shlibs 
myproxy-6.2.14/debian/libmyproxy6.shlibs
---