Your message dated Wed, 28 Feb 2024 11:55:41 +0000
with message-id <[email protected]>
and subject line Bug#1062278: fixed in libee 0.4.1-2.1
has caused the Debian Bug report #1062278,
regarding libee: 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 [email protected]
immediately.)
--
1062278: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062278
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libee
Version: 0.4.1-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t
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
libee 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 libee
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'), (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 libee-0.4.1/debian/changelog libee-0.4.1/debian/changelog
--- libee-0.4.1/debian/changelog 2018-09-17 07:43:13.000000000 +0000
+++ libee-0.4.1/debian/changelog 2024-02-01 00:06:55.000000000 +0000
@@ -1,3 +1,10 @@
+libee (0.4.1-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Thu, 01 Feb 2024 00:06:55 +0000
+
libee (0.4.1-2) unstable; urgency=medium
* Enable autoreconf during build
diff -Nru libee-0.4.1/debian/control libee-0.4.1/debian/control
--- libee-0.4.1/debian/control 2018-09-17 07:37:07.000000000 +0000
+++ libee-0.4.1/debian/control 2024-02-01 00:06:55.000000000 +0000
@@ -16,7 +16,7 @@
Package: libee-dev
Section: libdevel
Architecture: any
-Depends: libee0 (= ${binary:Version}), ${misc:Depends}
+Depends: libee0t64 (= ${binary:Version}), ${misc:Depends}
Description: Event expression library inspired by CEE
Libee is an event expression library which is inspired by the upcoming
CEE standard. It provides capabilities to generate and emit messages in
@@ -24,7 +24,10 @@
.
This package contains the development files.
-Package: libee0
+Package: libee0t64
+Provides: ${t64:Provides}
+Replaces: libee0
+Breaks: libee0 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru libee-0.4.1/debian/libee0.dirs libee-0.4.1/debian/libee0.dirs
--- libee-0.4.1/debian/libee0.dirs 2015-03-25 17:03:52.000000000 +0000
+++ libee-0.4.1/debian/libee0.dirs 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru libee-0.4.1/debian/libee0.install libee-0.4.1/debian/libee0.install
--- libee-0.4.1/debian/libee0.install 2015-03-25 17:03:52.000000000 +0000
+++ libee-0.4.1/debian/libee0.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libee-0.4.1/debian/libee0.symbols libee-0.4.1/debian/libee0.symbols
--- libee-0.4.1/debian/libee0.symbols 2015-03-25 17:03:54.000000000 +0000
+++ libee-0.4.1/debian/libee0.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,107 +0,0 @@
-libee.so.0 libee0 #MINVER#
- cJSON_AddItemReferenceToArray@Base 0.4.0
- cJSON_AddItemReferenceToObject@Base 0.4.0
- cJSON_AddItemToArray@Base 0.4.0
- cJSON_AddItemToObject@Base 0.4.0
- cJSON_CreateArray@Base 0.4.0
- cJSON_CreateBool@Base 0.4.0
- cJSON_CreateDoubleArray@Base 0.4.0
- cJSON_CreateFalse@Base 0.4.0
- cJSON_CreateFloatArray@Base 0.4.0
- cJSON_CreateIntArray@Base 0.4.0
- cJSON_CreateNull@Base 0.4.0
- cJSON_CreateNumber@Base 0.4.0
- cJSON_CreateObject@Base 0.4.0
- cJSON_CreateString@Base 0.4.0
- cJSON_CreateStringArray@Base 0.4.0
- cJSON_CreateTrue@Base 0.4.0
- cJSON_Delete@Base 0.4.0
- cJSON_DeleteItemFromArray@Base 0.4.0
- cJSON_DeleteItemFromObject@Base 0.4.0
- cJSON_DetachItemFromArray@Base 0.4.0
- cJSON_DetachItemFromObject@Base 0.4.0
- cJSON_GetArrayItem@Base 0.4.0
- cJSON_GetArraySize@Base 0.4.0
- cJSON_GetErrorPtr@Base 0.4.0
- cJSON_GetObjectItem@Base 0.4.0
- cJSON_InitHooks@Base 0.4.0
- cJSON_Parse@Base 0.4.0
- cJSON_Print@Base 0.4.0
- cJSON_PrintUnformatted@Base 0.4.0
- cJSON_ReplaceItemInArray@Base 0.4.0
- cJSON_ReplaceItemInObject@Base 0.4.0
- cJSON_print_number@Base 0.4.0
- callback@Base 0.4.0
- ee_EventGetTagbucket@Base 0.3.2
- ee_EventHasTag@Base 0.3.0
- ee_TagbucketGetNextTag@Base 0.3.2
- ee_TagbucketHasTag@Base 0.3.0
- ee_addFieldToBucket@Base 0.3.0
- ee_addFieldToEvent@Base 0.3.0
- ee_addField_CSV@Base 0.3.0
- ee_addField_JSON@Base 0.3.0
- ee_addField_Syslog@Base 0.3.0
- ee_addField_XML@Base 0.3.0
- ee_addRefTagbucket@Base 0.3.0
- ee_addStrFieldToEvent@Base 0.3.0
- ee_addStrValueToField@Base 0.3.2
- ee_addTagToBucket@Base 0.3.0
- ee_addTagToEvent@Base 0.3.0
- ee_addValueToField@Base 0.3.0
- ee_addValue_CSV@Base 0.3.0
- ee_addValue_JSON@Base 0.3.0
- ee_addValue_Syslog@Base 0.3.0
- ee_addValue_XML@Base 0.3.0
- ee_apacheDec@Base 0.3.0
- ee_apacheNameList@Base 0.3.0
- ee_assignTagbucketToEvent@Base 0.3.0
- ee_dbgprintf@Base 0.3.0
- ee_deleteApache@Base 0.3.0
- ee_deleteEvent@Base 0.3.0
- ee_deleteField@Base 0.3.0
- ee_deleteFieldbucket@Base 0.3.0
- ee_deleteTag@Base 0.3.0
- ee_deleteTagbucket@Base 0.3.0
- ee_deleteValue@Base 0.3.0
- ee_exitCtx@Base 0.3.0
- ee_exitPrimitiveType@Base 0.3.0
- ee_fmtEventToCSV@Base 0.3.0
- ee_fmtEventToJSON@Base 0.3.0
- ee_fmtEventToRFC5424@Base 0.3.0
- ee_fmtEventToXML@Base 0.3.0
- ee_getBucketField@Base 0.3.0
- ee_getEventField@Base 0.3.1
- ee_getEventFieldAsString@Base 0.3.1
- ee_getFieldAsString@Base 0.3.1
- ee_getFieldValueAsStr@Base 0.3.0
- ee_getFlags@Base 0.3.2
- ee_getNumFieldVals@Base 0.3.0
- ee_initCtx@Base 0.3.0
- ee_initPrimitiveType@Base 0.3.0
- ee_intDec@Base 0.3.0
- ee_jsonDec@Base 0.4.0
- ee_nameField@Base 0.3.0
- ee_newApache@Base 0.3.0
- ee_newEvent@Base 0.3.0
- ee_newEventFromJSON@Base 0.4.0
- ee_newField@Base 0.3.0
- ee_newFieldFromNV@Base 0.3.0
- ee_newFieldbucket@Base 0.3.0
- ee_newTag@Base 0.3.0
- ee_newTagbucket@Base 0.3.0
- ee_newValue@Base 0.3.0
- ee_parseCharTo@Base 0.3.0
- ee_parseIPv4@Base 0.3.0
- ee_parseISODate@Base 0.3.0
- ee_parseNumber@Base 0.3.0
- ee_parseQuotedString@Base 0.3.0
- ee_parseRFC3164Date@Base 0.3.0
- ee_parseRFC5424Date@Base 0.3.2
- ee_parseTime12hr@Base 0.3.0
- ee_parseTime24hr@Base 0.3.0
- ee_parseWord@Base 0.3.0
- ee_setDebugCB@Base 0.3.0
- ee_setFlags@Base 0.3.2
- ee_setStrValue@Base 0.3.0
- ee_version@Base 0.3.0
- parse_and_callback@Base 0.4.0
diff -Nru libee-0.4.1/debian/libee0t64.dirs libee-0.4.1/debian/libee0t64.dirs
--- libee-0.4.1/debian/libee0t64.dirs 1970-01-01 00:00:00.000000000 +0000
+++ libee-0.4.1/debian/libee0t64.dirs 2015-03-25 17:03:52.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru libee-0.4.1/debian/libee0t64.install
libee-0.4.1/debian/libee0t64.install
--- libee-0.4.1/debian/libee0t64.install 1970-01-01 00:00:00.000000000
+0000
+++ libee-0.4.1/debian/libee0t64.install 2015-03-25 17:03:52.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libee-0.4.1/debian/libee0t64.lintian-overrides
libee-0.4.1/debian/libee0t64.lintian-overrides
--- libee-0.4.1/debian/libee0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libee-0.4.1/debian/libee0t64.lintian-overrides 2024-02-01
00:06:55.000000000 +0000
@@ -0,0 +1 @@
+libee0t64: package-name-doesnt-match-sonames libee0
diff -Nru libee-0.4.1/debian/libee0t64.symbols
libee-0.4.1/debian/libee0t64.symbols
--- libee-0.4.1/debian/libee0t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ libee-0.4.1/debian/libee0t64.symbols 2024-02-01 00:06:55.000000000
+0000
@@ -0,0 +1,107 @@
+libee.so.0 libee0t64 #MINVER#
+ cJSON_AddItemReferenceToArray@Base 0.4.0
+ cJSON_AddItemReferenceToObject@Base 0.4.0
+ cJSON_AddItemToArray@Base 0.4.0
+ cJSON_AddItemToObject@Base 0.4.0
+ cJSON_CreateArray@Base 0.4.0
+ cJSON_CreateBool@Base 0.4.0
+ cJSON_CreateDoubleArray@Base 0.4.0
+ cJSON_CreateFalse@Base 0.4.0
+ cJSON_CreateFloatArray@Base 0.4.0
+ cJSON_CreateIntArray@Base 0.4.0
+ cJSON_CreateNull@Base 0.4.0
+ cJSON_CreateNumber@Base 0.4.0
+ cJSON_CreateObject@Base 0.4.0
+ cJSON_CreateString@Base 0.4.0
+ cJSON_CreateStringArray@Base 0.4.0
+ cJSON_CreateTrue@Base 0.4.0
+ cJSON_Delete@Base 0.4.0
+ cJSON_DeleteItemFromArray@Base 0.4.0
+ cJSON_DeleteItemFromObject@Base 0.4.0
+ cJSON_DetachItemFromArray@Base 0.4.0
+ cJSON_DetachItemFromObject@Base 0.4.0
+ cJSON_GetArrayItem@Base 0.4.0
+ cJSON_GetArraySize@Base 0.4.0
+ cJSON_GetErrorPtr@Base 0.4.0
+ cJSON_GetObjectItem@Base 0.4.0
+ cJSON_InitHooks@Base 0.4.0
+ cJSON_Parse@Base 0.4.0
+ cJSON_Print@Base 0.4.0
+ cJSON_PrintUnformatted@Base 0.4.0
+ cJSON_ReplaceItemInArray@Base 0.4.0
+ cJSON_ReplaceItemInObject@Base 0.4.0
+ cJSON_print_number@Base 0.4.0
+ callback@Base 0.4.0
+ ee_EventGetTagbucket@Base 0.3.2
+ ee_EventHasTag@Base 0.3.0
+ ee_TagbucketGetNextTag@Base 0.3.2
+ ee_TagbucketHasTag@Base 0.3.0
+ ee_addFieldToBucket@Base 0.3.0
+ ee_addFieldToEvent@Base 0.3.0
+ ee_addField_CSV@Base 0.3.0
+ ee_addField_JSON@Base 0.3.0
+ ee_addField_Syslog@Base 0.3.0
+ ee_addField_XML@Base 0.3.0
+ ee_addRefTagbucket@Base 0.3.0
+ ee_addStrFieldToEvent@Base 0.3.0
+ ee_addStrValueToField@Base 0.3.2
+ ee_addTagToBucket@Base 0.3.0
+ ee_addTagToEvent@Base 0.3.0
+ ee_addValueToField@Base 0.3.0
+ ee_addValue_CSV@Base 0.3.0
+ ee_addValue_JSON@Base 0.3.0
+ ee_addValue_Syslog@Base 0.3.0
+ ee_addValue_XML@Base 0.3.0
+ ee_apacheDec@Base 0.3.0
+ ee_apacheNameList@Base 0.3.0
+ ee_assignTagbucketToEvent@Base 0.3.0
+ ee_dbgprintf@Base 0.3.0
+ ee_deleteApache@Base 0.3.0
+ ee_deleteEvent@Base 0.3.0
+ ee_deleteField@Base 0.3.0
+ ee_deleteFieldbucket@Base 0.3.0
+ ee_deleteTag@Base 0.3.0
+ ee_deleteTagbucket@Base 0.3.0
+ ee_deleteValue@Base 0.3.0
+ ee_exitCtx@Base 0.3.0
+ ee_exitPrimitiveType@Base 0.3.0
+ ee_fmtEventToCSV@Base 0.3.0
+ ee_fmtEventToJSON@Base 0.3.0
+ ee_fmtEventToRFC5424@Base 0.3.0
+ ee_fmtEventToXML@Base 0.3.0
+ ee_getBucketField@Base 0.3.0
+ ee_getEventField@Base 0.3.1
+ ee_getEventFieldAsString@Base 0.3.1
+ ee_getFieldAsString@Base 0.3.1
+ ee_getFieldValueAsStr@Base 0.3.0
+ ee_getFlags@Base 0.3.2
+ ee_getNumFieldVals@Base 0.3.0
+ ee_initCtx@Base 0.3.0
+ ee_initPrimitiveType@Base 0.3.0
+ ee_intDec@Base 0.3.0
+ ee_jsonDec@Base 0.4.0
+ ee_nameField@Base 0.3.0
+ ee_newApache@Base 0.3.0
+ ee_newEvent@Base 0.3.0
+ ee_newEventFromJSON@Base 0.4.0
+ ee_newField@Base 0.3.0
+ ee_newFieldFromNV@Base 0.3.0
+ ee_newFieldbucket@Base 0.3.0
+ ee_newTag@Base 0.3.0
+ ee_newTagbucket@Base 0.3.0
+ ee_newValue@Base 0.3.0
+ ee_parseCharTo@Base 0.3.0
+ ee_parseIPv4@Base 0.3.0
+ ee_parseISODate@Base 0.3.0
+ ee_parseNumber@Base 0.3.0
+ ee_parseQuotedString@Base 0.3.0
+ ee_parseRFC3164Date@Base 0.3.0
+ ee_parseRFC5424Date@Base 0.3.2
+ ee_parseTime12hr@Base 0.3.0
+ ee_parseTime24hr@Base 0.3.0
+ ee_parseWord@Base 0.3.0
+ ee_setDebugCB@Base 0.3.0
+ ee_setFlags@Base 0.3.2
+ ee_setStrValue@Base 0.3.0
+ ee_version@Base 0.3.0
+ parse_and_callback@Base 0.4.0
--- End Message ---
--- Begin Message ---
Source: libee
Source-Version: 0.4.1-2.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libee, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated libee 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Feb 2024 11:39:11 +0000
Source: libee
Architecture: source
Version: 0.4.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Pierre Chifflier <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062278
Changes:
libee (0.4.1-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062278
Checksums-Sha1:
25d3adaa954661dfd8aecec1bfb051a41f9d0981 1836 libee_0.4.1-2.1.dsc
4f9b4b7ca46a04b619f5756c6332c38ea3469638 3800 libee_0.4.1-2.1.debian.tar.xz
1cd5a42e9cc31faacb4bb7335bf2c5aae9ad9c74 6414 libee_0.4.1-2.1_source.buildinfo
Checksums-Sha256:
858453ba5476256300e8f4a91d44aa57906f8dc3a21071186c8a60852a919506 1836
libee_0.4.1-2.1.dsc
78a20666e5461138f8ba497b9ee8a29f1cf23db4e995f616738734c6db1d22f6 3800
libee_0.4.1-2.1.debian.tar.xz
9964d7096b27eb790bf78be53884d9a37b9d80f8725e2e72fc4ad12e0a954a82 6414
libee_0.4.1-2.1_source.buildinfo
Files:
dc2b066a996186f3805af88a840afb80 1836 libs optional libee_0.4.1-2.1.dsc
e876b7f620fb2f17580a6ddab2014264 3800 libs optional
libee_0.4.1-2.1.debian.tar.xz
bbb55151e5ee6400f81a28821bd8abcd 6414 libs optional
libee_0.4.1-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfG24ACgkQFZ61xO/I
d0xcQxAAoRLXfvv9AcUh4vRkc2ETuDxw+sWAmUfR4EHzlDunXBhDg2intBoJV3/5
5bpt5vAtEaCTuF+rNMA0Sj/5Ak670negrQUYSOFAIEG82TcV6axUBak1ub5hWKpz
mcrtFMykCEJSCMYB0wtlN6jsgDM7xJsWcdA8m7PAsd0ILDFgPfmmVUaFVeutiZMD
2ppDodjFBtd8dyiLVy5dM6prrXG3l8xdFxLH3kmBl6+Atg5WZE6WCGZWxIE+GI9g
rejKy+9Pci9MJdrKr/kmSY7cjJU3/sVgE83QBGn6UuQ5dMP93ws7Dnbhsn4OKssR
QqionOBhwNjMOtxmY2mAcvbLGdJANhj8J7auHWKSsE26toXH91g1gNbOu6c3wXRI
iaJK0LLDaje6gFCWgQVHFguYereuyYFsmITIn7IHr/nZXgY5cqIgYpT6H4FcZBad
qRXSM33cBAqjDrEkefeB4F8kzNjIklef6wkM17Kn8/UkMKeaTyUOVhS933v5wHRd
GEk4q8fmQkSgJ6Fzn9Dg8qe/o8Odx8S1W+Vzm//q7KJBzBl13d/kyrGhz+PpJOzZ
1zA2gqokyBAUXROME9bmZm6SWTtSHKnR3xpARyMe8n84FP/3O8IhFCXRgdgX7k4V
TbDgsn2PdDZbQXjuXU01ErQGoQaG+vm18Rxmo75kmHeLPXrlOPA=
=sfat
-----END PGP SIGNATURE-----
pgpNFfmkhK9SV.pgp
Description: PGP signature
--- End Message ---