Your message dated Thu, 29 Feb 2024 16:11:45 +0000
with message-id <e1rfj0b-00bvul...@fasolo.debian.org>
and subject line Bug#1062875: fixed in rxp 1.5.0-3.1
has caused the Debian Bug report #1062875,
regarding rxp: 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.)
--
1062875: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062875
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rxp
Version: 1.5.0-3
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
rxp 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 rxp
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-5-amd64 (SMP w/32 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 rxp-1.5.0/debian/changelog rxp-1.5.0/debian/changelog
--- rxp-1.5.0/debian/changelog 2019-08-19 04:10:09.000000000 +0000
+++ rxp-1.5.0/debian/changelog 2024-02-03 21:03:57.000000000 +0000
@@ -1,3 +1,10 @@
+rxp (1.5.0-3.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org> Sat, 03 Feb 2024 21:03:57
+0000
+
rxp (1.5.0-3) unstable; urgency=medium
* debian/compat: Require 10.
diff -Nru rxp-1.5.0/debian/control rxp-1.5.0/debian/control
--- rxp-1.5.0/debian/control 2019-08-19 04:08:19.000000000 +0000
+++ rxp-1.5.0/debian/control 2024-02-03 21:03:57.000000000 +0000
@@ -15,7 +15,10 @@
Description: Validating XML parser
Rxp reads, parses, and can optionally validate XML.
-Package: librxp0
+Package: librxp0t64
+Provides: ${t64:Provides}
+Replaces: librxp0
+Breaks: librxp0 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -29,7 +32,7 @@
Section: libdevel
Multi-Arch: same
Architecture: any
-Depends: ${misc:Depends}, librxp0 (= ${binary:Version})
+Depends: ${misc:Depends}, librxp0t64 (= ${binary:Version})
Description: Development files for librxp
XML is a metalanguage to let you design your own markup language. librxp is
a library that can be used to parse and validate XML documents.
diff -Nru rxp-1.5.0/debian/librxp0.install rxp-1.5.0/debian/librxp0.install
--- rxp-1.5.0/debian/librxp0.install 2019-08-19 04:00:54.000000000 +0000
+++ rxp-1.5.0/debian/librxp0.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/librxp*.so.*
diff -Nru rxp-1.5.0/debian/librxp0.symbols rxp-1.5.0/debian/librxp0.symbols
--- rxp-1.5.0/debian/librxp0.symbols 2019-08-19 04:00:54.000000000 +0000
+++ rxp-1.5.0/debian/librxp0.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,231 +0,0 @@
-librxp.so.0 librxp0 #MINVER#
- AttributeTypeName@Base 1.5.0
- CE_alias_count@Base 1.5.0
- CatalogEnable@Base 1.5.0
- CharacterEncodingAlias@Base 1.5.0
- CharacterEncodingName@Base 1.5.0
- CharacterEncodingNameAndByteOrder@Base 1.5.0
- ContentParticleTypeName@Base 1.5.0
- ContentTypeName@Base 1.5.0
- DefaultTypeName@Base 1.5.0
- DefineAttributeN@Base 1.5.0
- DefineElementN@Base 1.5.0
- DefineEntity@Base 1.5.0
- DefineNSElement@Base 1.5.0
- DefineNSElementAttribute@Base 1.5.0
- DefineNSGlobalAttribute@Base 1.5.0
- DefineNotationN@Base 1.5.0
- EncodingIsAsciiSuperset@Base 1.5.0
- EncodingsCompatible@Base 1.5.0
- EntityBaseURL@Base 1.5.0
- EntityDescription@Base 1.5.0
- EntityOpen@Base 1.5.0
- EntitySetBaseURL@Base 1.5.0
- EntityURL@Base 1.5.0
- Epsilon@Base 1.5.0
- Fclose@Base 1.5.0
- Feof@Base 1.5.0
- Ferror@Base 1.5.0
- Fflush@Base 1.5.0
- FindAttributeN@Base 1.5.0
- FindElementN@Base 1.5.0
- FindEncoding@Base 1.5.0
- FindEntityN@Base 1.5.0
- FindNSElementAttributeDefinition@Base 1.5.0
- FindNSElementDefinition@Base 1.5.0
- FindNSGlobalAttributeDefinition@Base 1.5.0
- FindNamespace@Base 1.5.0
- FindNotationN@Base 1.5.0
- Fprintf@Base 1.5.0
- Free@Base 1.5.0
- FreeAttributeDefinition@Base 1.5.0
- FreeCatalog@Base 1.5.0
- FreeCatalogEntry@Base 1.5.0
- FreeCatalogEntryFile@Base 1.5.0
- FreeContentParticle@Base 1.5.0
- FreeDtd@Base 1.5.0
- FreeElementDefinition@Base 1.5.0
- FreeEntity@Base 1.5.0
- FreeFSM@Base 1.5.0
- FreeNamespaceUniverse@Base 1.5.0
- FreeNotationDefinition@Base 1.5.0
- FreeParser@Base 1.5.0
- FreeXBit@Base 1.5.0
- FreeXTree@Base 1.5.0
- Fseek@Base 1.5.0
- GetCatalogEntryFile@Base 1.5.0
- GetFILE@Base 1.5.0
- GetFileEncoding@Base 1.5.0
- Getu@Base 1.5.0
- InternalCharacterEncoding@Base 1.5.0
- IsPublicidUrn@Base 1.5.0
- LookupNamespace@Base 1.5.0
- MakeFILE16FromFD@Base 1.5.0
- MakeFILE16FromFILE@Base 1.5.0
- MakeFILE16FromString@Base 1.5.0
- MakeStringFILE16@Base 1.5.0
- Malloc@Base 1.5.0
- NamespacifyElementAttributeDefinition@Base 1.5.0
- NamespacifyElementDefinition@Base 1.5.0
- NamespacifyGlobalAttributeDefinition@Base 1.5.0
- NewCatalog@Base 1.5.0
- NewCatalogEntry@Base 1.5.0
- NewDtd@Base 1.5.0
- NewExternalEntity@Base 1.5.0
- NewExternalEntityN@Base 1.5.0
- NewInputSource@Base 1.5.0
- NewInternalEntityN@Base 1.5.0
- NewNamespace@Base 1.5.0
- NewNamespaceUniverse@Base 1.5.0
- NewParser@Base 1.5.0
- NextAttributeDefinition@Base 1.5.0
- NextElementDefinition@Base 1.5.0
- NextEntity@Base 1.5.0
- NextNSElementAttributeDefinition@Base 1.5.0
- NextNSElementDefinition@Base 1.5.0
- NextNSGlobalAttributeDefinition@Base 1.5.0
- NextNamespace@Base 1.5.0
- NextNotationDefinition@Base 1.5.0
- NextParameterEntity@Base 1.5.0
- NormalizePublic16@Base 1.5.0
- NormalizePublic8@Base 1.5.0
- NormalizePublic@Base 1.5.0
- NormalizeSystem16@Base 1.5.0
- NormalizeSystem8@Base 1.5.0
- NormalizeSystem@Base 1.5.0
- NotationURL@Base 1.5.0
- PCDataElement@Base 1.5.0
- ParseDtd@Base 1.5.0
- ParserPerror@Base 1.5.0
- ParserPop@Base 1.5.0
- ParserPush@Base 1.5.0
- ParserRootEntity@Base 1.5.0
- ParserRootSource@Base 1.5.0
- ParserSetDtdCallback@Base 1.5.0
- ParserSetDtdCallbackArg@Base 1.5.0
- ParserSetEntityOpener@Base 1.5.0
- ParserSetEntityOpenerArg@Base 1.5.0
- ParserSetFlag@Base 1.5.0
- ParserSetWarningCallback@Base 1.5.0
- ParserSetWarningCallbackArg@Base 1.5.0
- PeekXBit@Base 1.5.0
- PreferName@Base 1.5.0
- Printf@Base 1.5.0
- ReadCatalogEntryFile@Base 1.5.0
- ReadXBit@Base 1.5.0
- ReadXTree@Base 1.5.0
- Readu@Base 1.5.0
- Realloc@Base 1.5.0
- RedefineElement@Base 1.5.0
- RedefineNotation@Base 1.5.0
- ResolveExternalIdentifier@Base 1.5.0
- ResolveURI@Base 1.5.0
- SetCloseUnderlying@Base 1.5.0
- SetFileEncoding@Base 1.5.0
- SetNormalizeLineEnd@Base 1.5.0
- Snprintf@Base 1.5.0
- SourceClose@Base 1.5.0
- SourceFromFILE16@Base 1.5.0
- SourceFromStream@Base 1.5.0
- SourceLineAndChar@Base 1.5.0
- SourcePosition@Base 1.5.0
- SourceSeek@Base 1.5.0
- SourceTell@Base 1.5.0
- Sprintf@Base 1.5.0
- StandaloneDeclarationName@Base 1.5.0
- Stderr@Base 1.5.0
- Stdin@Base 1.5.0
- Stdout@Base 1.5.0
- StringFILE16String@Base 1.5.0
- StringFILE16StringLength@Base 1.5.0
- TentativelyDefineElementN@Base 1.5.0
- TentativelyDefineNotationN@Base 1.5.0
- Tolower@Base 1.5.0
- Toupper@Base 1.5.0
- UnwrapPublicidUrn@Base 1.5.0
- Vfprintf@Base 1.5.0
- Vprintf@Base 1.5.0
- Vsnprintf@Base 1.5.0
- Vsprintf@Base 1.5.0
- Writeu@Base 1.5.0
- XBitTypeName@Base 1.5.0
- bogus_bit@Base 1.5.0
- catalog_debug@Base 1.5.0
- catalog_entity_open@Base 1.5.0
- catalog_resource_error@Base 1.5.0
- catalog_resource_error_data@Base 1.5.0
- combiningClassCount@Base 1.5.0
- combiningClasses@Base 1.5.0
- create_hash_table@Base 1.5.0
- default_base_url@Base 1.5.0
- deinit_charset@Base 1.5.0
- deinit_ctype16@Base 1.5.0
- deinit_http@Base 1.5.0
- deinit_namespaces@Base 1.5.0
- deinit_parser@Base 1.5.0
- deinit_stdio16@Base 1.5.0
- deinit_url@Base 1.5.0
- determine_character_encoding@Base 1.5.0
- elements@Base 1.5.0
- free_hash_table@Base 1.5.0
- get_with_fill@Base 1.5.0
- global_universe@Base 1.5.0
- hash_count@Base 1.5.0
- hash_find@Base 1.5.0
- hash_find_or_add@Base 1.5.0
- hash_map@Base 1.5.0
- hash_remove@Base 1.5.0
- http_open@Base 1.5.0
- http_set_user_agent@Base 1.5.0
- infoset_print@Base 1.5.0
- init_charset@Base 1.5.0
- init_ctype16@Base 1.5.0
- init_http@Base 1.5.0
- init_namespaces@Base 1.5.0
- init_parser@Base 1.5.0
- init_stdio16@Base 1.5.0
- init_url@Base 1.5.0
- iso_max_val@Base 1.5.0
- iso_to_unicode@Base 1.5.0
- nelements@Base 1.5.0
- nf16check@Base 1.5.0
- nf16checkDelete@Base 1.5.0
- nf16checkExists@Base 1.5.0
- nf16checkL@Base 1.5.0
- nf16checkNew@Base 1.5.0
- nf16checkNoStart@Base 1.5.0
- nf16checkStart@Base 1.5.0
- nf16flags@Base 1.5.0
- percent_escape@Base 1.5.0
- recombinerCount@Base 1.5.0
- recombiners@Base 1.5.0
- reinit_namespaces@Base 1.5.0
- rxp_version_string@Base 1.5.0
- schemes@Base 1.5.0
- strcasecmp16@Base 1.5.0
- strcasecmp8@Base 1.5.0
- strcat16@Base 1.5.0
- strchr16@Base 1.5.0
- strcmp16@Base 1.5.0
- strcmpC8@Base 1.5.0
- strcpy16@Base 1.5.0
- strdup16@Base 1.5.0
- strdup8@Base 1.5.0
- strlen16@Base 1.5.0
- strncasecmp16@Base 1.5.0
- strncasecmp8@Base 1.5.0
- strncat16@Base 1.5.0
- strncmp16@Base 1.5.0
- strncpy16@Base 1.5.0
- strstr16@Base 1.5.0
- toUTF8@Base 1.5.0
- translate_latin1_utf16@Base 1.5.0
- translate_latin1_utf16_m@Base 1.5.0
- translate_utf16_latin1@Base 1.5.0
- translate_utf16_latin1_m@Base 1.5.0
- unicode_to_iso@Base 1.5.0
- url_merge@Base 1.5.0
- url_open@Base 1.5.0
- xml_char_map@Base 1.5.0
- xml_char_map_105@Base 1.5.0
- xml_char_map_11@Base 1.5.0
diff -Nru rxp-1.5.0/debian/librxp0t64.install
rxp-1.5.0/debian/librxp0t64.install
--- rxp-1.5.0/debian/librxp0t64.install 1970-01-01 00:00:00.000000000 +0000
+++ rxp-1.5.0/debian/librxp0t64.install 2019-08-19 04:00:54.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/librxp*.so.*
diff -Nru rxp-1.5.0/debian/librxp0t64.lintian-overrides
rxp-1.5.0/debian/librxp0t64.lintian-overrides
--- rxp-1.5.0/debian/librxp0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ rxp-1.5.0/debian/librxp0t64.lintian-overrides 2024-02-03
21:03:57.000000000 +0000
@@ -0,0 +1 @@
+librxp0t64: package-name-doesnt-match-sonames librxp0
diff -Nru rxp-1.5.0/debian/librxp0t64.symbols
rxp-1.5.0/debian/librxp0t64.symbols
--- rxp-1.5.0/debian/librxp0t64.symbols 1970-01-01 00:00:00.000000000 +0000
+++ rxp-1.5.0/debian/librxp0t64.symbols 2024-02-03 21:03:57.000000000 +0000
@@ -0,0 +1,231 @@
+librxp.so.0 librxp0t64 #MINVER#
+ AttributeTypeName@Base 1.5.0
+ CE_alias_count@Base 1.5.0
+ CatalogEnable@Base 1.5.0
+ CharacterEncodingAlias@Base 1.5.0
+ CharacterEncodingName@Base 1.5.0
+ CharacterEncodingNameAndByteOrder@Base 1.5.0
+ ContentParticleTypeName@Base 1.5.0
+ ContentTypeName@Base 1.5.0
+ DefaultTypeName@Base 1.5.0
+ DefineAttributeN@Base 1.5.0
+ DefineElementN@Base 1.5.0
+ DefineEntity@Base 1.5.0
+ DefineNSElement@Base 1.5.0
+ DefineNSElementAttribute@Base 1.5.0
+ DefineNSGlobalAttribute@Base 1.5.0
+ DefineNotationN@Base 1.5.0
+ EncodingIsAsciiSuperset@Base 1.5.0
+ EncodingsCompatible@Base 1.5.0
+ EntityBaseURL@Base 1.5.0
+ EntityDescription@Base 1.5.0
+ EntityOpen@Base 1.5.0
+ EntitySetBaseURL@Base 1.5.0
+ EntityURL@Base 1.5.0
+ Epsilon@Base 1.5.0
+ Fclose@Base 1.5.0
+ Feof@Base 1.5.0
+ Ferror@Base 1.5.0
+ Fflush@Base 1.5.0
+ FindAttributeN@Base 1.5.0
+ FindElementN@Base 1.5.0
+ FindEncoding@Base 1.5.0
+ FindEntityN@Base 1.5.0
+ FindNSElementAttributeDefinition@Base 1.5.0
+ FindNSElementDefinition@Base 1.5.0
+ FindNSGlobalAttributeDefinition@Base 1.5.0
+ FindNamespace@Base 1.5.0
+ FindNotationN@Base 1.5.0
+ Fprintf@Base 1.5.0
+ Free@Base 1.5.0
+ FreeAttributeDefinition@Base 1.5.0
+ FreeCatalog@Base 1.5.0
+ FreeCatalogEntry@Base 1.5.0
+ FreeCatalogEntryFile@Base 1.5.0
+ FreeContentParticle@Base 1.5.0
+ FreeDtd@Base 1.5.0
+ FreeElementDefinition@Base 1.5.0
+ FreeEntity@Base 1.5.0
+ FreeFSM@Base 1.5.0
+ FreeNamespaceUniverse@Base 1.5.0
+ FreeNotationDefinition@Base 1.5.0
+ FreeParser@Base 1.5.0
+ FreeXBit@Base 1.5.0
+ FreeXTree@Base 1.5.0
+ Fseek@Base 1.5.0
+ GetCatalogEntryFile@Base 1.5.0
+ GetFILE@Base 1.5.0
+ GetFileEncoding@Base 1.5.0
+ Getu@Base 1.5.0
+ InternalCharacterEncoding@Base 1.5.0
+ IsPublicidUrn@Base 1.5.0
+ LookupNamespace@Base 1.5.0
+ MakeFILE16FromFD@Base 1.5.0
+ MakeFILE16FromFILE@Base 1.5.0
+ MakeFILE16FromString@Base 1.5.0
+ MakeStringFILE16@Base 1.5.0
+ Malloc@Base 1.5.0
+ NamespacifyElementAttributeDefinition@Base 1.5.0
+ NamespacifyElementDefinition@Base 1.5.0
+ NamespacifyGlobalAttributeDefinition@Base 1.5.0
+ NewCatalog@Base 1.5.0
+ NewCatalogEntry@Base 1.5.0
+ NewDtd@Base 1.5.0
+ NewExternalEntity@Base 1.5.0
+ NewExternalEntityN@Base 1.5.0
+ NewInputSource@Base 1.5.0
+ NewInternalEntityN@Base 1.5.0
+ NewNamespace@Base 1.5.0
+ NewNamespaceUniverse@Base 1.5.0
+ NewParser@Base 1.5.0
+ NextAttributeDefinition@Base 1.5.0
+ NextElementDefinition@Base 1.5.0
+ NextEntity@Base 1.5.0
+ NextNSElementAttributeDefinition@Base 1.5.0
+ NextNSElementDefinition@Base 1.5.0
+ NextNSGlobalAttributeDefinition@Base 1.5.0
+ NextNamespace@Base 1.5.0
+ NextNotationDefinition@Base 1.5.0
+ NextParameterEntity@Base 1.5.0
+ NormalizePublic16@Base 1.5.0
+ NormalizePublic8@Base 1.5.0
+ NormalizePublic@Base 1.5.0
+ NormalizeSystem16@Base 1.5.0
+ NormalizeSystem8@Base 1.5.0
+ NormalizeSystem@Base 1.5.0
+ NotationURL@Base 1.5.0
+ PCDataElement@Base 1.5.0
+ ParseDtd@Base 1.5.0
+ ParserPerror@Base 1.5.0
+ ParserPop@Base 1.5.0
+ ParserPush@Base 1.5.0
+ ParserRootEntity@Base 1.5.0
+ ParserRootSource@Base 1.5.0
+ ParserSetDtdCallback@Base 1.5.0
+ ParserSetDtdCallbackArg@Base 1.5.0
+ ParserSetEntityOpener@Base 1.5.0
+ ParserSetEntityOpenerArg@Base 1.5.0
+ ParserSetFlag@Base 1.5.0
+ ParserSetWarningCallback@Base 1.5.0
+ ParserSetWarningCallbackArg@Base 1.5.0
+ PeekXBit@Base 1.5.0
+ PreferName@Base 1.5.0
+ Printf@Base 1.5.0
+ ReadCatalogEntryFile@Base 1.5.0
+ ReadXBit@Base 1.5.0
+ ReadXTree@Base 1.5.0
+ Readu@Base 1.5.0
+ Realloc@Base 1.5.0
+ RedefineElement@Base 1.5.0
+ RedefineNotation@Base 1.5.0
+ ResolveExternalIdentifier@Base 1.5.0
+ ResolveURI@Base 1.5.0
+ SetCloseUnderlying@Base 1.5.0
+ SetFileEncoding@Base 1.5.0
+ SetNormalizeLineEnd@Base 1.5.0
+ Snprintf@Base 1.5.0
+ SourceClose@Base 1.5.0
+ SourceFromFILE16@Base 1.5.0
+ SourceFromStream@Base 1.5.0
+ SourceLineAndChar@Base 1.5.0
+ SourcePosition@Base 1.5.0
+ SourceSeek@Base 1.5.0
+ SourceTell@Base 1.5.0
+ Sprintf@Base 1.5.0
+ StandaloneDeclarationName@Base 1.5.0
+ Stderr@Base 1.5.0
+ Stdin@Base 1.5.0
+ Stdout@Base 1.5.0
+ StringFILE16String@Base 1.5.0
+ StringFILE16StringLength@Base 1.5.0
+ TentativelyDefineElementN@Base 1.5.0
+ TentativelyDefineNotationN@Base 1.5.0
+ Tolower@Base 1.5.0
+ Toupper@Base 1.5.0
+ UnwrapPublicidUrn@Base 1.5.0
+ Vfprintf@Base 1.5.0
+ Vprintf@Base 1.5.0
+ Vsnprintf@Base 1.5.0
+ Vsprintf@Base 1.5.0
+ Writeu@Base 1.5.0
+ XBitTypeName@Base 1.5.0
+ bogus_bit@Base 1.5.0
+ catalog_debug@Base 1.5.0
+ catalog_entity_open@Base 1.5.0
+ catalog_resource_error@Base 1.5.0
+ catalog_resource_error_data@Base 1.5.0
+ combiningClassCount@Base 1.5.0
+ combiningClasses@Base 1.5.0
+ create_hash_table@Base 1.5.0
+ default_base_url@Base 1.5.0
+ deinit_charset@Base 1.5.0
+ deinit_ctype16@Base 1.5.0
+ deinit_http@Base 1.5.0
+ deinit_namespaces@Base 1.5.0
+ deinit_parser@Base 1.5.0
+ deinit_stdio16@Base 1.5.0
+ deinit_url@Base 1.5.0
+ determine_character_encoding@Base 1.5.0
+ elements@Base 1.5.0
+ free_hash_table@Base 1.5.0
+ get_with_fill@Base 1.5.0
+ global_universe@Base 1.5.0
+ hash_count@Base 1.5.0
+ hash_find@Base 1.5.0
+ hash_find_or_add@Base 1.5.0
+ hash_map@Base 1.5.0
+ hash_remove@Base 1.5.0
+ http_open@Base 1.5.0
+ http_set_user_agent@Base 1.5.0
+ infoset_print@Base 1.5.0
+ init_charset@Base 1.5.0
+ init_ctype16@Base 1.5.0
+ init_http@Base 1.5.0
+ init_namespaces@Base 1.5.0
+ init_parser@Base 1.5.0
+ init_stdio16@Base 1.5.0
+ init_url@Base 1.5.0
+ iso_max_val@Base 1.5.0
+ iso_to_unicode@Base 1.5.0
+ nelements@Base 1.5.0
+ nf16check@Base 1.5.0
+ nf16checkDelete@Base 1.5.0
+ nf16checkExists@Base 1.5.0
+ nf16checkL@Base 1.5.0
+ nf16checkNew@Base 1.5.0
+ nf16checkNoStart@Base 1.5.0
+ nf16checkStart@Base 1.5.0
+ nf16flags@Base 1.5.0
+ percent_escape@Base 1.5.0
+ recombinerCount@Base 1.5.0
+ recombiners@Base 1.5.0
+ reinit_namespaces@Base 1.5.0
+ rxp_version_string@Base 1.5.0
+ schemes@Base 1.5.0
+ strcasecmp16@Base 1.5.0
+ strcasecmp8@Base 1.5.0
+ strcat16@Base 1.5.0
+ strchr16@Base 1.5.0
+ strcmp16@Base 1.5.0
+ strcmpC8@Base 1.5.0
+ strcpy16@Base 1.5.0
+ strdup16@Base 1.5.0
+ strdup8@Base 1.5.0
+ strlen16@Base 1.5.0
+ strncasecmp16@Base 1.5.0
+ strncasecmp8@Base 1.5.0
+ strncat16@Base 1.5.0
+ strncmp16@Base 1.5.0
+ strncpy16@Base 1.5.0
+ strstr16@Base 1.5.0
+ toUTF8@Base 1.5.0
+ translate_latin1_utf16@Base 1.5.0
+ translate_latin1_utf16_m@Base 1.5.0
+ translate_utf16_latin1@Base 1.5.0
+ translate_utf16_latin1_m@Base 1.5.0
+ unicode_to_iso@Base 1.5.0
+ url_merge@Base 1.5.0
+ url_open@Base 1.5.0
+ xml_char_map@Base 1.5.0
+ xml_char_map_105@Base 1.5.0
+ xml_char_map_11@Base 1.5.0
--- End Message ---
--- Begin Message ---
Source: rxp
Source-Version: 1.5.0-3.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rxp, 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 1062...@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 rxp 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 15:37:17 +0000
Source: rxp
Architecture: source
Version: 1.5.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: NIIBE Yutaka <gni...@fsij.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062875
Changes:
rxp (1.5.0-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062875
Checksums-Sha1:
be5ed4f2ce0d13a19caf65a07f548a14b0276773 1903 rxp_1.5.0-3.1.dsc
6534d6f96a2fc943cc440a439de2b4083b482e81 7084 rxp_1.5.0-3.1.debian.tar.xz
d73afbb9d5a64fe6db065dfcb1b057468e6cc880 7008 rxp_1.5.0-3.1_source.buildinfo
Checksums-Sha256:
df4b8ceab56e099685ab536df7b1c67f544fb39027055daba36c67e0e1ace7ef 1903
rxp_1.5.0-3.1.dsc
1f438b4fc517e7e9160a8e4a1b9db854f2a5fc405e810683677525e1697dbbd3 7084
rxp_1.5.0-3.1.debian.tar.xz
6205ddd53d6ad940e2fa249307ceea4b68da279b93903b70d507b1909281c9b1 7008
rxp_1.5.0-3.1_source.buildinfo
Files:
b5f57e0f6d64e64da8f4719957f10635 1903 text optional rxp_1.5.0-3.1.dsc
42bd043785b1667d9d295efebdb7a603 7084 text optional rxp_1.5.0-3.1.debian.tar.xz
1e062ee858d64f4ac68c0f4d76366817 7008 text optional
rxp_1.5.0-3.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgpL4ACgkQFZ61xO/I
d0xJlQ//fHsT/DMm9OUqrT/Fwx7VfMWw5xuzm6ugLCZC+ZNBADO/JC2l796eq9T3
2Z87SU0iIutvdPJeure+C0+Pm5CkBhG88vZ2F198b/nyPPTsFCMSgFfSuOjay+pR
S1BuTnOqInkm8h2KXCigZe31HCxrGlM5ZKnwlsldgvdbHtSJf6J5SSqygTkKbTth
DzPQchKB5C16qttAJdSh9lnovBSXJ00G1nJAsulyWLjqFKilmbsA7cNytVXWCgZG
NXVMsAGEn4SgsvtxNJQvI265y/li5A6MSt4XqtlMHGP497AGAHpVO5xiFGQhDOFP
BwhSfj4GeOV56ilYOzFhGFDvd2V2j0BYbeXOm88ek/sr4cqkC5rBcnAnAhy2VcQd
vz211AqN7e2xj2ZXNCbHHUxkjgECj9k0FoRCDXnbO5uQ+uoA6YN1EodCOX7ABSUP
+92lkQ+Rdgo3I0TOLQ35CXC5xXd0cvX0VlMdRo9nfllaVQvIYnITc9ZouCt6m1Qk
p5aO78s7mD0WZTVmNq6wN2SH3/dILZ2u8pVQe/so8JfRRS8PYEZslKU21/VSjPEG
3XSI/IzRACC9WsqBP1ykmRom7J1M8UrZhjqjdCzucPrNlQsuY+266F9tOnA8aJF0
OYCPFae5JLV+GSsuUfQkzPXMvxf6qGxdhrjFe27+WJHMZiNlQcY=
=ZjjK
-----END PGP SIGNATURE-----
pgpX2b3iuKTol.pgp
Description: PGP signature
--- End Message ---