Bug#1061992: Bug#1065315: libcurl4t64 Provides libcurl3-gnutls

2024-03-02 Thread Steve Langasek
I'm sorry, I have not been able to isolate the bug in the NMU scripting that caused this. I am uploading a fixed NMU, please find the complete NMU debdiff attached. On Sat, Mar 02, 2024 at 08:32:02PM +0500, Andrey Rahmatullin wrote: > Package: libcurl4t64 > Version: 8.6.0-3.1 > Severity: serious

Bug#1061992: marked as done (curl: NMU diff for 64-bit time_t transition)

2024-03-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Mar 2024 07:34:31 + with message-id and subject line Bug#1061992: fixed in curl 8.6.0-3.1 has caused the Debian Bug report #1061992, regarding curl: NMU diff for 64-bit time_t transition to be marked as done. This means that you claim that the problem has been

Bug#1061992: curl: NMU diff for 64-bit time_t transition

2024-03-01 Thread Steve Langasek
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

Bug#1061992:

2024-01-31 Thread Michael Hudson-Doyle
In addition to uploading a reversed debdiff, I didn't actually upload it to experimental, I'm attaching the debdiff that I just uploaded (which I realized I forgot to add the ~exp suffix to, apologies). The upload to experimental was based on the contents of unstable, which is newer that what was

Bug#1061992:

2024-01-31 Thread Michael Hudson-Doyle
> I believe these are the two cases: > > - The public 'struct curl_fileinfo' contains a time_t struct member, used for > FTP wildcard callbacks. > > - The public API curl_getdate() takes a time_t pointer in its second argument. > > If 'time_t' changes size, those two will not be ABI compatible.

Bug#1061992: curl: NMU diff for 64-bit time_t transition

2024-01-30 Thread Daniel Stenberg
On Tue, 30 Jan 2024, Samuel Henrique wrote: Can you tell us which case it is? Is it confirmed affected or is this a guess? I believe these are the two cases: - The public 'struct curl_fileinfo' contains a time_t struct member, used for FTP wildcard callbacks. - The public API

Bug#1061992: curl: NMU diff for 64-bit time_t transition

2024-01-30 Thread Samuel Henrique
Hello Michael, > 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 > curl as a source package shipping runtime libraries whose ABI > either is affected by the change in size

Bug#1061992: curl: NMU diff for 64-bit time_t transition

2024-01-30 Thread mwhudson
Source: curl Version: 8.5.0-2 Severity: serious Tags: patch pending Justification: library ABI skew on upgrade User: debian-...@lists.debian.org Usertags: time-t Dear maintainer, As part of the 64-bit time_t transition required to support 32-bit architectures in 2038 and beyond