Your message dated Thu, 29 Feb 2024 10:25:37 +0000
with message-id <e1rfdbd-00akev...@fasolo.debian.org>
and subject line Bug#1063314: fixed in zycore-c 1.4.1-2.1
has caused the Debian Bug report #1063314,
regarding zycore-c: 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.)


-- 
1063314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063314
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zycore-c
Version: 1.4.1-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
zycore-c 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 zycore-c
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'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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: systemd (via /run/systemd/system)
diff -Nru zycore-c-1.4.1/debian/changelog zycore-c-1.4.1/debian/changelog
--- zycore-c-1.4.1/debian/changelog     2024-01-12 21:24:00.000000000 +0000
+++ zycore-c-1.4.1/debian/changelog     2024-02-06 04:38:25.000000000 +0000
@@ -1,3 +1,10 @@
+zycore-c (1.4.1-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Tue, 06 Feb 2024 04:38:25 +0000
+
 zycore-c (1.4.1-2) unstable; urgency=medium
 
   * d/patches: add loong64 support.
diff -Nru zycore-c-1.4.1/debian/control zycore-c-1.4.1/debian/control
--- zycore-c-1.4.1/debian/control       2024-01-12 20:50:33.000000000 +0000
+++ zycore-c-1.4.1/debian/control       2024-02-06 04:38:24.000000000 +0000
@@ -15,7 +15,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/zycore-c
 Rules-Requires-Root: no
 
-Package: libzycore1.4
+Package: libzycore1.4t64
+Provides: ${t64:Provides}
+Replaces: libzycore1.4
+Breaks: libzycore1.4 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
@@ -30,7 +33,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libzycore1.4 (= ${binary:Version}),
+Depends: libzycore1.4t64 (= ${binary:Version}),
          ${misc:Depends}
 Recommends: libzycore-doc
 Description: Zyan Core Library for C - development
diff -Nru zycore-c-1.4.1/debian/libzycore1.4.install 
zycore-c-1.4.1/debian/libzycore1.4.install
--- zycore-c-1.4.1/debian/libzycore1.4.install  2024-01-12 20:50:33.000000000 
+0000
+++ zycore-c-1.4.1/debian/libzycore1.4.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libZycore.so.1.4*
diff -Nru zycore-c-1.4.1/debian/libzycore1.4.symbols 
zycore-c-1.4.1/debian/libzycore1.4.symbols
--- zycore-c-1.4.1/debian/libzycore1.4.symbols  2024-01-12 20:50:33.000000000 
+0000
+++ zycore-c-1.4.1/debian/libzycore1.4.symbols  1970-01-01 00:00:00.000000000 
+0000
@@ -1,166 +0,0 @@
-libZycore.so.1.4 libzycore1.4 #MINVER#
-* Build-Depends-Package: libzycore-dev
- ZyanAllocatorDefault@Base 1.4.0
- ZyanAllocatorInit@Base 1.4.0
- ZyanArgParse@Base 1.4.0
- ZyanArgParseEx@Base 1.4.0
- ZyanBitsetAND@Base 1.4.0
- ZyanBitsetAll@Base 1.4.0
- ZyanBitsetAny@Base 1.4.0
- ZyanBitsetAssign@Base 1.4.0
- ZyanBitsetClear@Base 1.4.0
- ZyanBitsetCount@Base 1.4.0
- ZyanBitsetDestroy@Base 1.4.0
- ZyanBitsetFlip@Base 1.4.0
- ZyanBitsetGetCapacity@Base 1.4.0
- ZyanBitsetGetCapacityBytes@Base 1.4.0
- ZyanBitsetGetSize@Base 1.4.0
- ZyanBitsetGetSizeBytes@Base 1.4.0
- ZyanBitsetInit@Base 1.4.0
- ZyanBitsetInitBuffer@Base 1.4.0
- ZyanBitsetInitEx@Base 1.4.0
- ZyanBitsetNone@Base 1.4.0
- ZyanBitsetOR@Base 1.4.0
- ZyanBitsetPerformByteOperation@Base 1.4.0
- ZyanBitsetPop@Base 1.4.0
- ZyanBitsetPush@Base 1.4.0
- ZyanBitsetReserve@Base 1.4.0
- ZyanBitsetReset@Base 1.4.0
- ZyanBitsetResetAll@Base 1.4.0
- ZyanBitsetSet@Base 1.4.0
- ZyanBitsetSetAll@Base 1.4.0
- ZyanBitsetShrinkToFit@Base 1.4.0
- ZyanBitsetTest@Base 1.4.0
- ZyanBitsetTestLSB@Base 1.4.0
- ZyanBitsetTestMSB@Base 1.4.0
- ZyanBitsetToggle@Base 1.4.0
- ZyanBitsetXOR@Base 1.4.0
- ZyanCriticalSectionDelete@Base 1.4.0
- ZyanCriticalSectionEnter@Base 1.4.0
- ZyanCriticalSectionInitialize@Base 1.4.0
- ZyanCriticalSectionLeave@Base 1.4.0
- ZyanCriticalSectionTryEnter@Base 1.4.0
- ZyanListClear@Base 1.4.0
- ZyanListDestroy@Base 1.4.0
- ZyanListEmplaceBack@Base 1.4.0
- ZyanListEmplaceFront@Base 1.4.0
- ZyanListGetHeadNode@Base 1.4.0
- ZyanListGetNextNode@Base 1.4.0
- ZyanListGetNodeData@Base 1.4.0
- ZyanListGetNodeDataEx@Base 1.4.0
- ZyanListGetNodeDataMutable@Base 1.4.0
- ZyanListGetNodeDataMutableEx@Base 1.4.0
- ZyanListGetPrevNode@Base 1.4.0
- ZyanListGetSize@Base 1.4.0
- ZyanListGetTailNode@Base 1.4.0
- ZyanListInit@Base 1.4.0
- ZyanListInitCustomBuffer@Base 1.4.0
- ZyanListInitEx@Base 1.4.0
- ZyanListPopBack@Base 1.4.0
- ZyanListPopFront@Base 1.4.0
- ZyanListPushBack@Base 1.4.0
- ZyanListPushFront@Base 1.4.0
- ZyanListRemove@Base 1.4.0
- ZyanListRemoveRange@Base 1.4.0
- ZyanListResize@Base 1.4.0
- ZyanListResizeEx@Base 1.4.0
- ZyanListSetNodeData@Base 1.4.0
- ZyanMemoryGetSystemAllocationGranularity@Base 1.4.0
- ZyanMemoryGetSystemPageSize@Base 1.4.0
- ZyanMemoryVirtualFree@Base 1.4.0
- ZyanMemoryVirtualProtect@Base 1.4.0
- ZyanProcessFlushInstructionCache@Base 1.4.0
- ZyanStringAppend@Base 1.4.0
- ZyanStringAppendDecS@Base 1.4.0
- ZyanStringAppendDecU64@Base 1.4.0
- ZyanStringAppendDecU@Base 1.4.0
- ZyanStringAppendEx@Base 1.4.0
- ZyanStringAppendFormat@Base 1.4.0
- ZyanStringAppendHexS@Base 1.4.0
- ZyanStringAppendHexU64@Base 1.4.0
- ZyanStringAppendHexU@Base 1.4.0
- ZyanStringClear@Base 1.4.0
- ZyanStringCompare@Base 1.4.0
- ZyanStringCompareI@Base 1.4.0
- ZyanStringConcat@Base 1.4.0
- ZyanStringConcatCustomBuffer@Base 1.4.0
- ZyanStringConcatEx@Base 1.4.0
- ZyanStringDelete@Base 1.4.0
- ZyanStringDestroy@Base 1.4.0
- ZyanStringDuplicate@Base 1.4.0
- ZyanStringDuplicateCustomBuffer@Base 1.4.0
- ZyanStringDuplicateEx@Base 1.4.0
- ZyanStringGetCapacity@Base 1.4.0
- ZyanStringGetChar@Base 1.4.0
- ZyanStringGetCharMutable@Base 1.4.0
- ZyanStringGetData@Base 1.4.0
- ZyanStringGetSize@Base 1.4.0
- ZyanStringInit@Base 1.4.0
- ZyanStringInitCustomBuffer@Base 1.4.0
- ZyanStringInitEx@Base 1.4.0
- ZyanStringInsert@Base 1.4.0
- ZyanStringInsertEx@Base 1.4.0
- ZyanStringLPos@Base 1.4.0
- ZyanStringLPosEx@Base 1.4.0
- ZyanStringLPosI@Base 1.4.0
- ZyanStringLPosIEx@Base 1.4.0
- ZyanStringRPos@Base 1.4.0
- ZyanStringRPosEx@Base 1.4.0
- ZyanStringRPosI@Base 1.4.0
- ZyanStringRPosIEx@Base 1.4.0
- ZyanStringReserve@Base 1.4.0
- ZyanStringResize@Base 1.4.0
- ZyanStringSetChar@Base 1.4.0
- ZyanStringShrinkToFit@Base 1.4.0
- ZyanStringToLowerCase@Base 1.4.0
- ZyanStringToLowerCaseEx@Base 1.4.0
- ZyanStringToUpperCase@Base 1.4.0
- ZyanStringToUpperCaseEx@Base 1.4.0
- ZyanStringTruncate@Base 1.4.0
- ZyanStringViewGetData@Base 1.4.0
- ZyanStringViewGetSize@Base 1.4.0
- ZyanStringViewInsideBuffer@Base 1.4.0
- ZyanStringViewInsideBufferEx@Base 1.4.0
- ZyanStringViewInsideView@Base 1.4.0
- ZyanStringViewInsideViewEx@Base 1.4.0
- ZyanTerminalEnableVT100@Base 1.4.0
- ZyanTerminalIsTTY@Base 1.4.0
- ZyanThreadGetCurrentThread@Base 1.4.0
- ZyanThreadGetCurrentThreadId@Base 1.4.0
- ZyanThreadTlsAlloc@Base 1.4.0
- ZyanThreadTlsFree@Base 1.4.0
- ZyanThreadTlsGetValue@Base 1.4.0
- ZyanThreadTlsSetValue@Base 1.4.0
- ZyanVectorBinarySearch@Base 1.4.0
- ZyanVectorBinarySearchEx@Base 1.4.0
- ZyanVectorClear@Base 1.4.0
- ZyanVectorDelete@Base 1.4.0
- ZyanVectorDeleteRange@Base 1.4.0
- ZyanVectorDestroy@Base 1.4.0
- ZyanVectorDuplicate@Base 1.4.0
- ZyanVectorDuplicateCustomBuffer@Base 1.4.0
- ZyanVectorDuplicateEx@Base 1.4.0
- ZyanVectorEmplace@Base 1.4.0
- ZyanVectorEmplaceEx@Base 1.4.0
- ZyanVectorFind@Base 1.4.0
- ZyanVectorFindEx@Base 1.4.0
- ZyanVectorGet@Base 1.4.0
- ZyanVectorGetCapacity@Base 1.4.0
- ZyanVectorGetMutable@Base 1.4.0
- ZyanVectorGetPointer@Base 1.4.0
- ZyanVectorGetPointerMutable@Base 1.4.0
- ZyanVectorGetSize@Base 1.4.0
- ZyanVectorInit@Base 1.4.0
- ZyanVectorInitCustomBuffer@Base 1.4.0
- ZyanVectorInitEx@Base 1.4.0
- ZyanVectorInsert@Base 1.4.0
- ZyanVectorInsertRange@Base 1.4.0
- ZyanVectorPopBack@Base 1.4.0
- ZyanVectorPushBack@Base 1.4.0
- ZyanVectorReserve@Base 1.4.0
- ZyanVectorResize@Base 1.4.0
- ZyanVectorResizeEx@Base 1.4.0
- ZyanVectorSet@Base 1.4.0
- ZyanVectorShrinkToFit@Base 1.4.0
- ZyanVectorSwapElements@Base 1.4.0
- ZycoreGetVersion@Base 1.4.0
diff -Nru zycore-c-1.4.1/debian/libzycore1.4t64.install 
zycore-c-1.4.1/debian/libzycore1.4t64.install
--- zycore-c-1.4.1/debian/libzycore1.4t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ zycore-c-1.4.1/debian/libzycore1.4t64.install       2024-01-12 
20:50:33.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libZycore.so.1.4*
diff -Nru zycore-c-1.4.1/debian/libzycore1.4t64.lintian-overrides 
zycore-c-1.4.1/debian/libzycore1.4t64.lintian-overrides
--- zycore-c-1.4.1/debian/libzycore1.4t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ zycore-c-1.4.1/debian/libzycore1.4t64.lintian-overrides     2024-02-06 
04:38:24.000000000 +0000
@@ -0,0 +1 @@
+libzycore1.4t64: package-name-doesnt-match-sonames libzycore1.4
diff -Nru zycore-c-1.4.1/debian/libzycore1.4t64.symbols 
zycore-c-1.4.1/debian/libzycore1.4t64.symbols
--- zycore-c-1.4.1/debian/libzycore1.4t64.symbols       1970-01-01 
00:00:00.000000000 +0000
+++ zycore-c-1.4.1/debian/libzycore1.4t64.symbols       2024-02-06 
04:38:24.000000000 +0000
@@ -0,0 +1,166 @@
+libZycore.so.1.4 libzycore1.4t64 #MINVER#
+* Build-Depends-Package: libzycore-dev
+ ZyanAllocatorDefault@Base 1.4.0
+ ZyanAllocatorInit@Base 1.4.0
+ ZyanArgParse@Base 1.4.0
+ ZyanArgParseEx@Base 1.4.0
+ ZyanBitsetAND@Base 1.4.0
+ ZyanBitsetAll@Base 1.4.0
+ ZyanBitsetAny@Base 1.4.0
+ ZyanBitsetAssign@Base 1.4.0
+ ZyanBitsetClear@Base 1.4.0
+ ZyanBitsetCount@Base 1.4.0
+ ZyanBitsetDestroy@Base 1.4.0
+ ZyanBitsetFlip@Base 1.4.0
+ ZyanBitsetGetCapacity@Base 1.4.0
+ ZyanBitsetGetCapacityBytes@Base 1.4.0
+ ZyanBitsetGetSize@Base 1.4.0
+ ZyanBitsetGetSizeBytes@Base 1.4.0
+ ZyanBitsetInit@Base 1.4.0
+ ZyanBitsetInitBuffer@Base 1.4.0
+ ZyanBitsetInitEx@Base 1.4.0
+ ZyanBitsetNone@Base 1.4.0
+ ZyanBitsetOR@Base 1.4.0
+ ZyanBitsetPerformByteOperation@Base 1.4.0
+ ZyanBitsetPop@Base 1.4.0
+ ZyanBitsetPush@Base 1.4.0
+ ZyanBitsetReserve@Base 1.4.0
+ ZyanBitsetReset@Base 1.4.0
+ ZyanBitsetResetAll@Base 1.4.0
+ ZyanBitsetSet@Base 1.4.0
+ ZyanBitsetSetAll@Base 1.4.0
+ ZyanBitsetShrinkToFit@Base 1.4.0
+ ZyanBitsetTest@Base 1.4.0
+ ZyanBitsetTestLSB@Base 1.4.0
+ ZyanBitsetTestMSB@Base 1.4.0
+ ZyanBitsetToggle@Base 1.4.0
+ ZyanBitsetXOR@Base 1.4.0
+ ZyanCriticalSectionDelete@Base 1.4.0
+ ZyanCriticalSectionEnter@Base 1.4.0
+ ZyanCriticalSectionInitialize@Base 1.4.0
+ ZyanCriticalSectionLeave@Base 1.4.0
+ ZyanCriticalSectionTryEnter@Base 1.4.0
+ ZyanListClear@Base 1.4.0
+ ZyanListDestroy@Base 1.4.0
+ ZyanListEmplaceBack@Base 1.4.0
+ ZyanListEmplaceFront@Base 1.4.0
+ ZyanListGetHeadNode@Base 1.4.0
+ ZyanListGetNextNode@Base 1.4.0
+ ZyanListGetNodeData@Base 1.4.0
+ ZyanListGetNodeDataEx@Base 1.4.0
+ ZyanListGetNodeDataMutable@Base 1.4.0
+ ZyanListGetNodeDataMutableEx@Base 1.4.0
+ ZyanListGetPrevNode@Base 1.4.0
+ ZyanListGetSize@Base 1.4.0
+ ZyanListGetTailNode@Base 1.4.0
+ ZyanListInit@Base 1.4.0
+ ZyanListInitCustomBuffer@Base 1.4.0
+ ZyanListInitEx@Base 1.4.0
+ ZyanListPopBack@Base 1.4.0
+ ZyanListPopFront@Base 1.4.0
+ ZyanListPushBack@Base 1.4.0
+ ZyanListPushFront@Base 1.4.0
+ ZyanListRemove@Base 1.4.0
+ ZyanListRemoveRange@Base 1.4.0
+ ZyanListResize@Base 1.4.0
+ ZyanListResizeEx@Base 1.4.0
+ ZyanListSetNodeData@Base 1.4.0
+ ZyanMemoryGetSystemAllocationGranularity@Base 1.4.0
+ ZyanMemoryGetSystemPageSize@Base 1.4.0
+ ZyanMemoryVirtualFree@Base 1.4.0
+ ZyanMemoryVirtualProtect@Base 1.4.0
+ ZyanProcessFlushInstructionCache@Base 1.4.0
+ ZyanStringAppend@Base 1.4.0
+ ZyanStringAppendDecS@Base 1.4.0
+ ZyanStringAppendDecU64@Base 1.4.0
+ ZyanStringAppendDecU@Base 1.4.0
+ ZyanStringAppendEx@Base 1.4.0
+ ZyanStringAppendFormat@Base 1.4.0
+ ZyanStringAppendHexS@Base 1.4.0
+ ZyanStringAppendHexU64@Base 1.4.0
+ ZyanStringAppendHexU@Base 1.4.0
+ ZyanStringClear@Base 1.4.0
+ ZyanStringCompare@Base 1.4.0
+ ZyanStringCompareI@Base 1.4.0
+ ZyanStringConcat@Base 1.4.0
+ ZyanStringConcatCustomBuffer@Base 1.4.0
+ ZyanStringConcatEx@Base 1.4.0
+ ZyanStringDelete@Base 1.4.0
+ ZyanStringDestroy@Base 1.4.0
+ ZyanStringDuplicate@Base 1.4.0
+ ZyanStringDuplicateCustomBuffer@Base 1.4.0
+ ZyanStringDuplicateEx@Base 1.4.0
+ ZyanStringGetCapacity@Base 1.4.0
+ ZyanStringGetChar@Base 1.4.0
+ ZyanStringGetCharMutable@Base 1.4.0
+ ZyanStringGetData@Base 1.4.0
+ ZyanStringGetSize@Base 1.4.0
+ ZyanStringInit@Base 1.4.0
+ ZyanStringInitCustomBuffer@Base 1.4.0
+ ZyanStringInitEx@Base 1.4.0
+ ZyanStringInsert@Base 1.4.0
+ ZyanStringInsertEx@Base 1.4.0
+ ZyanStringLPos@Base 1.4.0
+ ZyanStringLPosEx@Base 1.4.0
+ ZyanStringLPosI@Base 1.4.0
+ ZyanStringLPosIEx@Base 1.4.0
+ ZyanStringRPos@Base 1.4.0
+ ZyanStringRPosEx@Base 1.4.0
+ ZyanStringRPosI@Base 1.4.0
+ ZyanStringRPosIEx@Base 1.4.0
+ ZyanStringReserve@Base 1.4.0
+ ZyanStringResize@Base 1.4.0
+ ZyanStringSetChar@Base 1.4.0
+ ZyanStringShrinkToFit@Base 1.4.0
+ ZyanStringToLowerCase@Base 1.4.0
+ ZyanStringToLowerCaseEx@Base 1.4.0
+ ZyanStringToUpperCase@Base 1.4.0
+ ZyanStringToUpperCaseEx@Base 1.4.0
+ ZyanStringTruncate@Base 1.4.0
+ ZyanStringViewGetData@Base 1.4.0
+ ZyanStringViewGetSize@Base 1.4.0
+ ZyanStringViewInsideBuffer@Base 1.4.0
+ ZyanStringViewInsideBufferEx@Base 1.4.0
+ ZyanStringViewInsideView@Base 1.4.0
+ ZyanStringViewInsideViewEx@Base 1.4.0
+ ZyanTerminalEnableVT100@Base 1.4.0
+ ZyanTerminalIsTTY@Base 1.4.0
+ ZyanThreadGetCurrentThread@Base 1.4.0
+ ZyanThreadGetCurrentThreadId@Base 1.4.0
+ ZyanThreadTlsAlloc@Base 1.4.0
+ ZyanThreadTlsFree@Base 1.4.0
+ ZyanThreadTlsGetValue@Base 1.4.0
+ ZyanThreadTlsSetValue@Base 1.4.0
+ ZyanVectorBinarySearch@Base 1.4.0
+ ZyanVectorBinarySearchEx@Base 1.4.0
+ ZyanVectorClear@Base 1.4.0
+ ZyanVectorDelete@Base 1.4.0
+ ZyanVectorDeleteRange@Base 1.4.0
+ ZyanVectorDestroy@Base 1.4.0
+ ZyanVectorDuplicate@Base 1.4.0
+ ZyanVectorDuplicateCustomBuffer@Base 1.4.0
+ ZyanVectorDuplicateEx@Base 1.4.0
+ ZyanVectorEmplace@Base 1.4.0
+ ZyanVectorEmplaceEx@Base 1.4.0
+ ZyanVectorFind@Base 1.4.0
+ ZyanVectorFindEx@Base 1.4.0
+ ZyanVectorGet@Base 1.4.0
+ ZyanVectorGetCapacity@Base 1.4.0
+ ZyanVectorGetMutable@Base 1.4.0
+ ZyanVectorGetPointer@Base 1.4.0
+ ZyanVectorGetPointerMutable@Base 1.4.0
+ ZyanVectorGetSize@Base 1.4.0
+ ZyanVectorInit@Base 1.4.0
+ ZyanVectorInitCustomBuffer@Base 1.4.0
+ ZyanVectorInitEx@Base 1.4.0
+ ZyanVectorInsert@Base 1.4.0
+ ZyanVectorInsertRange@Base 1.4.0
+ ZyanVectorPopBack@Base 1.4.0
+ ZyanVectorPushBack@Base 1.4.0
+ ZyanVectorReserve@Base 1.4.0
+ ZyanVectorResize@Base 1.4.0
+ ZyanVectorResizeEx@Base 1.4.0
+ ZyanVectorSet@Base 1.4.0
+ ZyanVectorShrinkToFit@Base 1.4.0
+ ZyanVectorSwapElements@Base 1.4.0
+ ZycoreGetVersion@Base 1.4.0

--- End Message ---
--- Begin Message ---
Source: zycore-c
Source-Version: 1.4.1-2.1
Done: Steve Langasek <vor...@debian.org>

We believe that the bug you reported is fixed in the latest version of
zycore-c, 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.
Steve Langasek <vor...@debian.org> (supplier of updated zycore-c 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 08:50:24 +0000
Source: zycore-c
Architecture: source
Version: 1.4.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Andrea Pappacoda <and...@pappacoda.it>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063314
Changes:
 zycore-c (1.4.1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063314
Checksums-Sha1:
 6a30003f08edb46789ed244e393d90de92023211 2254 zycore-c_1.4.1-2.1.dsc
 cf7a870e166020690696d474ee35a7dbd8ae7a3e 5468 zycore-c_1.4.1-2.1.debian.tar.xz
 88ee5288b56368fdc8443bc0d2d5e94ec7d7b307 6821 
zycore-c_1.4.1-2.1_source.buildinfo
Checksums-Sha256:
 4bc1c23f445ec568d4af3a7a3fbd8a4635df1af678d4d15e55c06774a0c2ac1c 2254 
zycore-c_1.4.1-2.1.dsc
 65f940f798c2dc723b8a57c4f1d816c85fc6d49fd5af5b26acf00ae51d444fe0 5468 
zycore-c_1.4.1-2.1.debian.tar.xz
 e23e6bd4fa084e7ba5ea3bf45fe69a55c0da7e4fb539f849a450ea9ccff7c178 6821 
zycore-c_1.4.1-2.1_source.buildinfo
Files:
 3f572981ad57ccfbd0f3a1e55aef965a 2254 libs optional zycore-c_1.4.1-2.1.dsc
 131055d057f5300a53bc9c8cca76c6b3 5468 libs optional 
zycore-c_1.4.1-2.1.debian.tar.xz
 4d0eb5d184b6298bd440cd6e612f015d 6821 libs optional 
zycore-c_1.4.1-2.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgRV4SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9mL8QAKRj9hyX1Sytd5IHG5P7VXzSQ20/OKGo
PTnU8AtEnZOt1bXreBKeez7P7CLa9UXEHbeMnl2yc1A9BsRYcJ4tNjJ49Cifwtab
8/lkoulmObVY1iMjEFeKz+eA/PizEAWDPDgJU/NL502jcAWs86PDBn/unOXljvPT
WWXb/q8emk7P5XhDeMFWaNJX2wsvamTjYpjBMNF1gt8YBl4XSiq24Yh0fDIQFMFA
zl0NbGVDasmuzDz69y5typLkFYna3LLCI2zTSc8KoVzCnFUf314KqLUDjtiLH4Xg
sf+B8rXaNOOlSQsDfI2buLxeF6K60ZMCv859fxe5C6oTKW5n9EP92uBPmLlP3J45
NeJpkGKzCB0burQKVRyi6osfLRX8TJ2DAEaVVXAJ5yKZ9WdMAj1geHwLUYfhg4qF
T/8RgJYr1kKXobfORiwRD/gRzRSJmppBAJf6YXmUFuz0nLPmc0FWDpMkc2b2PWov
ckb4toSqgeY1o3yCLYg9dR59rOJGFPK9c0SxmLkWQhGLXiYtPNABG+HiZ/PDUz+y
59VJo8u3YEpcBJtBvqKAlZU2a33ghvRFGGEyEH/AHMu/v7irhqEUbtFl5qr6yFK2
Ib75YtuhrW14eMzXt/JAJC1GkIuMx4HM85R1BgpXiPKtRSSoZpdvW6vbb7XBtGPc
lXV32MDzLrn8
=AGdJ
-----END PGP SIGNATURE-----

Attachment: pgp1ilwPeELj7.pgp
Description: PGP signature


--- End Message ---

Reply via email to