Your message dated Thu, 29 Feb 2024 19:41:37 +0000
with message-id <[email protected]>
and subject line Bug#1063183: fixed in osmo-libasn1c 0.9.36-1.1
has caused the Debian Bug report #1063183,
regarding osmo-libasn1c: 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.)
--
1063183: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063183
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: osmo-libasn1c
Version: 0.9.36-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
osmo-libasn1c 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 osmo-libasn1c
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')
Architecture: amd64 (x86_64)
Kernel: Linux 6.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, 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 osmo-libasn1c-0.9.36/debian/changelog
osmo-libasn1c-0.9.36/debian/changelog
--- osmo-libasn1c-0.9.36/debian/changelog 2023-11-01 15:37:33.000000000
-0300
+++ osmo-libasn1c-0.9.36/debian/changelog 2024-02-05 13:10:25.000000000
-0300
@@ -1,3 +1,10 @@
+osmo-libasn1c (0.9.36-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <[email protected]> Mon, 05 Feb 2024 13:10:25 -0300
+
osmo-libasn1c (0.9.36-1) unstable; urgency=medium
* New upstream release.
diff -Nru osmo-libasn1c-0.9.36/debian/control
osmo-libasn1c-0.9.36/debian/control
--- osmo-libasn1c-0.9.36/debian/control 2023-11-01 15:37:33.000000000 -0300
+++ osmo-libasn1c-0.9.36/debian/control 2024-02-05 13:10:25.000000000 -0300
@@ -11,7 +11,10 @@
Homepage: https://git.osmocom.org/libasn1c/
Rules-Requires-Root: no
-Package: osmo-libasn1c1
+Package: osmo-libasn1c1t64
+Provides: ${t64:Provides}
+Replaces: osmo-libasn1c1
+Breaks: osmo-libasn1c1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -28,7 +31,7 @@
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: osmo-libasn1c1 (= ${binary:Version}), ${misc:Depends}
+Depends: osmo-libasn1c1t64 (= ${binary:Version}), ${misc:Depends}
Description: asn1c runtime code as shared library - development files
Lev Walkins's asn1c runtime, as a shared library and with modifications
for Osmocom.
diff -Nru osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.install
osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.install
--- osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.install 2023-11-01
15:37:07.000000000 -0300
+++ osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.install 1969-12-31
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.lintian-overrides
osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.lintian-overrides
--- osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.lintian-overrides
2023-11-01 15:37:07.000000000 -0300
+++ osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.lintian-overrides
1969-12-31 21:00:00.000000000 -0300
@@ -1,2 +0,0 @@
-# don't mix with the original library
-osmo-libasn1c1: package-name-doesnt-match-sonames libasn1c1
diff -Nru osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.symbols
osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.symbols
--- osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.symbols 2023-11-01
15:37:07.000000000 -0300
+++ osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.symbols 1969-12-31
21:00:00.000000000 -0300
@@ -1,312 +0,0 @@
-# SymbolsHelper-Confirmed: 0.9.28 amd64
-libasn1c.so.1 osmo-libasn1c1 #MINVER#
-* Build-Depends-Package: osmo-libasn1c-dev
- ANY_encode_xer@Base 0.9.28
- ANY_fromType@Base 0.9.28
- ANY_fromType_aper@Base 0.9.28
- ANY_new_fromType@Base 0.9.28
- ANY_new_fromType_aper@Base 0.9.28
- ANY_to_type@Base 0.9.28
- ANY_to_type_aper@Base 0.9.28
- ASN_DEBUG_f@Base 0.9.28
- ASN__PRIMITIVE_TYPE_free@Base 0.9.28
- BIT_STRING_constraint@Base 0.9.28
- BIT_STRING_encode_xer@Base 0.9.28
- BIT_STRING_fromBuf@Base 0.9.28
- BIT_STRING_print@Base 0.9.28
- BMPString_decode_xer@Base 0.9.28
- BMPString_encode_xer@Base 0.9.28
- BMPString_print@Base 0.9.28
- BOOLEAN_decode_aper@Base 0.9.28
- BOOLEAN_decode_ber@Base 0.9.28
- BOOLEAN_decode_uper@Base 0.9.28
- BOOLEAN_decode_xer@Base 0.9.28
- BOOLEAN_encode_aper@Base 0.9.28
- BOOLEAN_encode_der@Base 0.9.28
- BOOLEAN_encode_uper@Base 0.9.28
- BOOLEAN_encode_xer@Base 0.9.28
- BOOLEAN_free@Base 0.9.28
- BOOLEAN_print@Base 0.9.28
- CHOICE_constraint@Base 0.9.28
- CHOICE_decode_aper@Base 0.9.28
- CHOICE_decode_ber@Base 0.9.28
- CHOICE_decode_uper@Base 0.9.28
- CHOICE_decode_xer@Base 0.9.28
- CHOICE_encode_aper@Base 0.9.28
- CHOICE_encode_der@Base 0.9.28
- CHOICE_encode_uper@Base 0.9.28
- CHOICE_encode_xer@Base 0.9.28
- CHOICE_free@Base 0.9.28
- CHOICE_outmost_tag@Base 0.9.28
- CHOICE_print@Base 0.9.28
- ENUMERATED_decode_aper@Base 0.9.28
- ENUMERATED_decode_uper@Base 0.9.28
- ENUMERATED_encode_aper@Base 0.9.28
- ENUMERATED_encode_uper@Base 0.9.28
- GeneralizedTime_constraint@Base 0.9.28
- GeneralizedTime_encode_der@Base 0.9.28
- GeneralizedTime_encode_xer@Base 0.9.28
- GeneralizedTime_print@Base 0.9.28
- IA5String_constraint@Base 0.9.28
- INTEGER_decode_aper@Base 0.9.28
- INTEGER_decode_uper@Base 0.9.28
- INTEGER_decode_xer@Base 0.9.28
- INTEGER_encode_aper@Base 0.9.28
- INTEGER_encode_der@Base 0.9.28
- INTEGER_encode_uper@Base 0.9.28
- INTEGER_encode_xer@Base 0.9.28
- INTEGER_map_value2enum@Base 0.9.28
- INTEGER_print@Base 0.9.28
- NULL_decode_aper@Base 0.9.28
- NULL_decode_uper@Base 0.9.28
- NULL_decode_xer@Base 0.9.28
- NULL_encode_aper@Base 0.9.28
- NULL_encode_der@Base 0.9.28
- NULL_encode_uper@Base 0.9.28
- NULL_encode_xer@Base 0.9.28
- NULL_print@Base 0.9.28
- NativeEnumerated_decode_aper@Base 0.9.28
- NativeEnumerated_decode_uper@Base 0.9.28
- NativeEnumerated_encode_aper@Base 0.9.28
- NativeEnumerated_encode_uper@Base 0.9.28
- NativeEnumerated_encode_xer@Base 0.9.28
- NativeEnumerated_print@Base 0.9.28
- NativeInteger_decode_aper@Base 0.9.28
- NativeInteger_decode_ber@Base 0.9.28
- NativeInteger_decode_uper@Base 0.9.28
- NativeInteger_decode_xer@Base 0.9.28
- NativeInteger_encode_aper@Base 0.9.28
- NativeInteger_encode_der@Base 0.9.28
- NativeInteger_encode_uper@Base 0.9.28
- NativeInteger_encode_xer@Base 0.9.28
- NativeInteger_free@Base 0.9.28
- NativeInteger_print@Base 0.9.28
- NativeReal_decode_aper@Base 0.9.28
- NativeReal_decode_ber@Base 0.9.28
- NativeReal_decode_uper@Base 0.9.28
- NativeReal_decode_xer@Base 0.9.28
- NativeReal_encode_aper@Base 0.9.28
- NativeReal_encode_der@Base 0.9.28
- NativeReal_encode_uper@Base 0.9.28
- NativeReal_encode_xer@Base 0.9.28
- NativeReal_free@Base 0.9.28
- NativeReal_print@Base 0.9.28
- NumericString_constraint@Base 0.9.28
- OBJECT_IDENTIFIER__dump_arc@Base 0.9.28
- OBJECT_IDENTIFIER_constraint@Base 0.9.28
- OBJECT_IDENTIFIER_decode_xer@Base 0.9.28
- OBJECT_IDENTIFIER_encode_xer@Base 0.9.28
- OBJECT_IDENTIFIER_get_arcs@Base 0.9.28
- OBJECT_IDENTIFIER_get_single_arc@Base 0.9.28
- OBJECT_IDENTIFIER_parse_arcs@Base 0.9.28
- OBJECT_IDENTIFIER_print@Base 0.9.28
- OBJECT_IDENTIFIER_print_arc@Base 0.9.28
- OBJECT_IDENTIFIER_set_arcs@Base 0.9.28
- OBJECT_IDENTIFIER_set_single_arc@Base 0.9.28
- OCTET_STRING_decode_aper@Base 0.9.28
- OCTET_STRING_decode_ber@Base 0.9.28
- OCTET_STRING_decode_uper@Base 0.9.28
- OCTET_STRING_decode_xer_binary@Base 0.9.28
- OCTET_STRING_decode_xer_hex@Base 0.9.28
- OCTET_STRING_decode_xer_utf8@Base 0.9.28
- OCTET_STRING_encode_aper@Base 0.9.28
- OCTET_STRING_encode_der@Base 0.9.28
- OCTET_STRING_encode_uper@Base 0.9.28
- OCTET_STRING_encode_xer@Base 0.9.28
- OCTET_STRING_encode_xer_utf8@Base 0.9.28
- OCTET_STRING_free@Base 0.9.28
- OCTET_STRING_fromBuf@Base 0.9.28
- OCTET_STRING_new_fromBuf@Base 0.9.28
- OCTET_STRING_print@Base 0.9.28
- OCTET_STRING_print_utf8@Base 0.9.28
- PrintableString_constraint@Base 0.9.28
- REAL__dump@Base 0.9.28
- REAL_decode_aper@Base 0.9.28
- REAL_decode_uper@Base 0.9.28
- REAL_decode_xer@Base 0.9.28
- REAL_encode_aper@Base 0.9.28
- REAL_encode_uper@Base 0.9.28
- REAL_encode_xer@Base 0.9.28
- REAL_print@Base 0.9.28
- RELATIVE_OID_decode_xer@Base 0.9.28
- RELATIVE_OID_encode_xer@Base 0.9.28
- RELATIVE_OID_get_arcs@Base 0.9.28
- RELATIVE_OID_print@Base 0.9.28
- RELATIVE_OID_set_arcs@Base 0.9.28
- SEQUENCE_OF_encode_aper@Base 0.9.28
- SEQUENCE_OF_encode_der@Base 0.9.28
- SEQUENCE_OF_encode_uper@Base 0.9.28
- SEQUENCE_OF_encode_xer@Base 0.9.28
- SEQUENCE_constraint@Base 0.9.28
- SEQUENCE_decode_aper@Base 0.9.28
- SEQUENCE_decode_ber@Base 0.9.28
- SEQUENCE_decode_uper@Base 0.9.28
- SEQUENCE_decode_xer@Base 0.9.28
- SEQUENCE_encode_aper@Base 0.9.28
- SEQUENCE_encode_der@Base 0.9.28
- SEQUENCE_encode_uper@Base 0.9.28
- SEQUENCE_encode_xer@Base 0.9.28
- SEQUENCE_free@Base 0.9.28
- SEQUENCE_print@Base 0.9.28
- SET_OF_constraint@Base 0.9.28
- SET_OF_decode_aper@Base 0.9.28
- SET_OF_decode_ber@Base 0.9.28
- SET_OF_decode_uper@Base 0.9.28
- SET_OF_decode_xer@Base 0.9.28
- SET_OF_encode_der@Base 0.9.28
- SET_OF_encode_xer@Base 0.9.28
- SET_OF_free@Base 0.9.28
- SET_OF_print@Base 0.9.28
- SET_constraint@Base 0.9.28
- SET_decode_ber@Base 0.9.28
- SET_decode_uper@Base 0.9.28
- SET_decode_xer@Base 0.9.28
- SET_encode_aper@Base 0.9.28
- SET_encode_der@Base 0.9.28
- SET_encode_uper@Base 0.9.28
- SET_encode_xer@Base 0.9.28
- SET_free@Base 0.9.28
- SET_print@Base 0.9.28
- UTCTime_constraint@Base 0.9.28
- UTCTime_encode_xer@Base 0.9.28
- UTCTime_print@Base 0.9.28
- UTF8String_constraint@Base 0.9.28
- UTF8String_length@Base 0.9.28
- UTF8String_print@Base 0.9.28
- UTF8String_to_wcs@Base 0.9.28
- UniversalString_decode_xer@Base 0.9.28
- UniversalString_encode_xer@Base 0.9.28
- UniversalString_print@Base 0.9.28
- VisibleString_constraint@Base 0.9.28
- aper_decode@Base 0.9.28
- aper_decode_complete@Base 0.9.28
- aper_encode_to_buffer@Base 0.9.28
- aper_encode_to_new_buffer@Base 0.9.28
- aper_get_align@Base 0.9.28
- aper_get_length@Base 0.9.28
- aper_get_nslength@Base 0.9.28
- aper_get_nsnnwn@Base 0.9.28
- aper_open_type_put@Base 0.9.28
- aper_put_align@Base 0.9.28
- aper_put_length@Base 0.9.28
- aper_put_nslength@Base 0.9.28
- aper_put_nsnnwn@Base 0.9.28
- asn1_strncpy@Base 0.9.28
- asn1_u16_to_str@Base 0.9.28
- asn1_u24_to_bitstring@Base 0.9.28
- asn1_u28_to_bitstring@Base 0.9.28
- asn1_u32_to_bitstring@Base 0.9.28
- asn1_u32_to_str@Base 0.9.28
- asn1_u8_to_str@Base 0.9.28
- asn1bitstr_to_u24@Base 0.9.28
- asn1bitstr_to_u28@Base 0.9.28
- asn1bitstr_to_u32@Base 0.9.28
- asn1str_to_u16@Base 0.9.28
- asn1str_to_u32@Base 0.9.28
- asn1str_to_u8@Base 0.9.28
- asn_DEF_ANY@Base 0.9.28
- asn_DEF_BIT_STRING@Base 0.9.28
- asn_DEF_BMPString@Base 0.9.28
- asn_DEF_BOOLEAN@Base 0.9.28
- asn_DEF_ENUMERATED@Base 0.9.28
- asn_DEF_GeneralString@Base 0.9.28
- asn_DEF_GeneralizedTime@Base 0.9.28
- asn_DEF_GraphicString@Base 0.9.28
- asn_DEF_IA5String@Base 0.9.28
- asn_DEF_INTEGER@Base 0.9.28
- asn_DEF_ISO646String@Base 0.9.28
- asn_DEF_NULL@Base 0.9.28
- asn_DEF_NativeEnumerated@Base 0.9.28
- asn_DEF_NativeInteger@Base 0.9.28
- asn_DEF_NativeReal@Base 0.9.28
- asn_DEF_NumericString@Base 0.9.28
- asn_DEF_OBJECT_IDENTIFIER@Base 0.9.28
- asn_DEF_OCTET_STRING@Base 0.9.28
- asn_DEF_ObjectDescriptor@Base 0.9.28
- asn_DEF_PrintableString@Base 0.9.28
- asn_DEF_REAL@Base 0.9.28
- asn_DEF_RELATIVE_OID@Base 0.9.28
- asn_DEF_T61String@Base 0.9.28
- asn_DEF_TeletexString@Base 0.9.28
- asn_DEF_UTCTime@Base 0.9.28
- asn_DEF_UTF8String@Base 0.9.28
- asn_DEF_UniversalString@Base 0.9.28
- asn_DEF_VideotexString@Base 0.9.28
- asn_DEF_VisibleString@Base 0.9.28
- asn_GT2time@Base 0.9.28
- asn_GT2time_frac@Base 0.9.28
- asn_GT2time_prec@Base 0.9.28
- asn_INTEGER2int64@Base 0.9.28
- asn_INTEGER2long@Base 0.9.28
- asn_INTEGER2uint64@Base 0.9.28
- asn_INTEGER2ulong@Base 0.9.28
- asn_REAL2double@Base 0.9.28
- asn_TYPE_outmost_tag@Base 0.9.28
- asn_UT2time@Base 0.9.28
- asn_check_constraints@Base 0.9.28
- asn_double2REAL@Base 0.9.28
- asn_fprint@Base 0.9.28
- asn_generic_no_constraint@Base 0.9.28
- asn_generic_unknown_constraint@Base 0.9.28
- asn_int642INTEGER@Base 0.9.28
- asn_long2INTEGER@Base 0.9.28
- asn_sequence_del@Base 0.9.28
- asn_set_add@Base 0.9.28
- asn_set_del@Base 0.9.28
- asn_set_empty@Base 0.9.28
- asn_strtol@Base 0.9.28
- asn_strtol_lim@Base 0.9.28
- asn_time2GT@Base 0.9.28
- asn_time2GT_frac@Base 0.9.28
- asn_time2UT@Base 0.9.28
- asn_uint642INTEGER@Base 0.9.28
- asn_ulong2INTEGER@Base 0.9.28
- ber_check_tags@Base 0.9.28
- ber_decode@Base 0.9.28
- ber_decode_primitive@Base 0.9.28
- ber_fetch_length@Base 0.9.28
- ber_fetch_tag@Base 0.9.28
- ber_skip_length@Base 0.9.28
- ber_tlv_tag_fwrite@Base 0.9.28
- ber_tlv_tag_serialize@Base 0.9.28
- ber_tlv_tag_snprint@Base 0.9.28
- ber_tlv_tag_string@Base 0.9.28
- der_encode@Base 0.9.28
- der_encode_primitive@Base 0.9.28
- der_encode_to_buffer@Base 0.9.28
- der_tlv_length_serialize@Base 0.9.28
- der_write_tags@Base 0.9.28
- get_asn1c_environment_version@Base 0.9.28
- per_data_string@Base 0.9.28
- per_get_few_bits@Base 0.9.28
- per_get_many_bits@Base 0.9.28
- per_get_undo@Base 0.9.28
- per_put_few_bits@Base 0.9.28
- per_put_many_bits@Base 0.9.28
- pxml_parse@Base 0.9.28
- uper_decode@Base 0.9.28
- uper_decode_complete@Base 0.9.28
- uper_encode@Base 0.9.28
- uper_encode_to_buffer@Base 0.9.28
- uper_encode_to_new_buffer@Base 0.9.28
- uper_get_constrained_whole_number@Base 0.9.28
- uper_get_length@Base 0.9.28
- uper_get_nslength@Base 0.9.28
- uper_get_nsnnwn@Base 0.9.28
- uper_open_type_get@Base 0.9.28
- uper_open_type_put@Base 0.9.28
- uper_open_type_skip@Base 0.9.28
- uper_put_constrained_whole_number_s@Base 0.9.28
- uper_put_constrained_whole_number_u@Base 0.9.28
- uper_put_length@Base 0.9.28
- uper_put_nslength@Base 0.9.28
- uper_put_nsnnwn@Base 0.9.28
- xer_check_tag@Base 0.9.28
- xer_decode@Base 0.9.28
- xer_decode_general@Base 0.9.28
- xer_decode_primitive@Base 0.9.28
- xer_encode@Base 0.9.28
- xer_fprint@Base 0.9.28
- xer_next_token@Base 0.9.28
- xer_skip_unknown@Base 0.9.28
- xer_whitespace_span@Base 0.9.28
diff -Nru osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.install
osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.install
--- osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.install 1969-12-31
21:00:00.000000000 -0300
+++ osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.install 2023-11-01
15:37:07.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.lintian-overrides
osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.lintian-overrides
--- osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.lintian-overrides
1969-12-31 21:00:00.000000000 -0300
+++ osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.lintian-overrides
2024-02-05 13:10:25.000000000 -0300
@@ -0,0 +1,3 @@
+# don't mix with the original library
+osmo-libasn1c1t64: package-name-doesnt-match-sonames libasn1c1
+osmo-libasn1c1t64: package-name-doesnt-match-sonames osmo-libasn1c1
diff -Nru osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.symbols
osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.symbols
--- osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.symbols 1969-12-31
21:00:00.000000000 -0300
+++ osmo-libasn1c-0.9.36/debian/osmo-libasn1c1t64.symbols 2024-02-05
13:10:25.000000000 -0300
@@ -0,0 +1,312 @@
+# SymbolsHelper-Confirmed: 0.9.28 amd64
+libasn1c.so.1 osmo-libasn1c1 #MINVER#
+* Build-Depends-Package: osmo-libasn1c-dev
+ ANY_encode_xer@Base 0.9.28
+ ANY_fromType@Base 0.9.28
+ ANY_fromType_aper@Base 0.9.28
+ ANY_new_fromType@Base 0.9.28
+ ANY_new_fromType_aper@Base 0.9.28
+ ANY_to_type@Base 0.9.28
+ ANY_to_type_aper@Base 0.9.28
+ ASN_DEBUG_f@Base 0.9.28
+ ASN__PRIMITIVE_TYPE_free@Base 0.9.28
+ BIT_STRING_constraint@Base 0.9.28
+ BIT_STRING_encode_xer@Base 0.9.28
+ BIT_STRING_fromBuf@Base 0.9.28
+ BIT_STRING_print@Base 0.9.28
+ BMPString_decode_xer@Base 0.9.28
+ BMPString_encode_xer@Base 0.9.28
+ BMPString_print@Base 0.9.28
+ BOOLEAN_decode_aper@Base 0.9.28
+ BOOLEAN_decode_ber@Base 0.9.28
+ BOOLEAN_decode_uper@Base 0.9.28
+ BOOLEAN_decode_xer@Base 0.9.28
+ BOOLEAN_encode_aper@Base 0.9.28
+ BOOLEAN_encode_der@Base 0.9.28
+ BOOLEAN_encode_uper@Base 0.9.28
+ BOOLEAN_encode_xer@Base 0.9.28
+ BOOLEAN_free@Base 0.9.28
+ BOOLEAN_print@Base 0.9.28
+ CHOICE_constraint@Base 0.9.28
+ CHOICE_decode_aper@Base 0.9.28
+ CHOICE_decode_ber@Base 0.9.28
+ CHOICE_decode_uper@Base 0.9.28
+ CHOICE_decode_xer@Base 0.9.28
+ CHOICE_encode_aper@Base 0.9.28
+ CHOICE_encode_der@Base 0.9.28
+ CHOICE_encode_uper@Base 0.9.28
+ CHOICE_encode_xer@Base 0.9.28
+ CHOICE_free@Base 0.9.28
+ CHOICE_outmost_tag@Base 0.9.28
+ CHOICE_print@Base 0.9.28
+ ENUMERATED_decode_aper@Base 0.9.28
+ ENUMERATED_decode_uper@Base 0.9.28
+ ENUMERATED_encode_aper@Base 0.9.28
+ ENUMERATED_encode_uper@Base 0.9.28
+ GeneralizedTime_constraint@Base 0.9.28
+ GeneralizedTime_encode_der@Base 0.9.28
+ GeneralizedTime_encode_xer@Base 0.9.28
+ GeneralizedTime_print@Base 0.9.28
+ IA5String_constraint@Base 0.9.28
+ INTEGER_decode_aper@Base 0.9.28
+ INTEGER_decode_uper@Base 0.9.28
+ INTEGER_decode_xer@Base 0.9.28
+ INTEGER_encode_aper@Base 0.9.28
+ INTEGER_encode_der@Base 0.9.28
+ INTEGER_encode_uper@Base 0.9.28
+ INTEGER_encode_xer@Base 0.9.28
+ INTEGER_map_value2enum@Base 0.9.28
+ INTEGER_print@Base 0.9.28
+ NULL_decode_aper@Base 0.9.28
+ NULL_decode_uper@Base 0.9.28
+ NULL_decode_xer@Base 0.9.28
+ NULL_encode_aper@Base 0.9.28
+ NULL_encode_der@Base 0.9.28
+ NULL_encode_uper@Base 0.9.28
+ NULL_encode_xer@Base 0.9.28
+ NULL_print@Base 0.9.28
+ NativeEnumerated_decode_aper@Base 0.9.28
+ NativeEnumerated_decode_uper@Base 0.9.28
+ NativeEnumerated_encode_aper@Base 0.9.28
+ NativeEnumerated_encode_uper@Base 0.9.28
+ NativeEnumerated_encode_xer@Base 0.9.28
+ NativeEnumerated_print@Base 0.9.28
+ NativeInteger_decode_aper@Base 0.9.28
+ NativeInteger_decode_ber@Base 0.9.28
+ NativeInteger_decode_uper@Base 0.9.28
+ NativeInteger_decode_xer@Base 0.9.28
+ NativeInteger_encode_aper@Base 0.9.28
+ NativeInteger_encode_der@Base 0.9.28
+ NativeInteger_encode_uper@Base 0.9.28
+ NativeInteger_encode_xer@Base 0.9.28
+ NativeInteger_free@Base 0.9.28
+ NativeInteger_print@Base 0.9.28
+ NativeReal_decode_aper@Base 0.9.28
+ NativeReal_decode_ber@Base 0.9.28
+ NativeReal_decode_uper@Base 0.9.28
+ NativeReal_decode_xer@Base 0.9.28
+ NativeReal_encode_aper@Base 0.9.28
+ NativeReal_encode_der@Base 0.9.28
+ NativeReal_encode_uper@Base 0.9.28
+ NativeReal_encode_xer@Base 0.9.28
+ NativeReal_free@Base 0.9.28
+ NativeReal_print@Base 0.9.28
+ NumericString_constraint@Base 0.9.28
+ OBJECT_IDENTIFIER__dump_arc@Base 0.9.28
+ OBJECT_IDENTIFIER_constraint@Base 0.9.28
+ OBJECT_IDENTIFIER_decode_xer@Base 0.9.28
+ OBJECT_IDENTIFIER_encode_xer@Base 0.9.28
+ OBJECT_IDENTIFIER_get_arcs@Base 0.9.28
+ OBJECT_IDENTIFIER_get_single_arc@Base 0.9.28
+ OBJECT_IDENTIFIER_parse_arcs@Base 0.9.28
+ OBJECT_IDENTIFIER_print@Base 0.9.28
+ OBJECT_IDENTIFIER_print_arc@Base 0.9.28
+ OBJECT_IDENTIFIER_set_arcs@Base 0.9.28
+ OBJECT_IDENTIFIER_set_single_arc@Base 0.9.28
+ OCTET_STRING_decode_aper@Base 0.9.28
+ OCTET_STRING_decode_ber@Base 0.9.28
+ OCTET_STRING_decode_uper@Base 0.9.28
+ OCTET_STRING_decode_xer_binary@Base 0.9.28
+ OCTET_STRING_decode_xer_hex@Base 0.9.28
+ OCTET_STRING_decode_xer_utf8@Base 0.9.28
+ OCTET_STRING_encode_aper@Base 0.9.28
+ OCTET_STRING_encode_der@Base 0.9.28
+ OCTET_STRING_encode_uper@Base 0.9.28
+ OCTET_STRING_encode_xer@Base 0.9.28
+ OCTET_STRING_encode_xer_utf8@Base 0.9.28
+ OCTET_STRING_free@Base 0.9.28
+ OCTET_STRING_fromBuf@Base 0.9.28
+ OCTET_STRING_new_fromBuf@Base 0.9.28
+ OCTET_STRING_print@Base 0.9.28
+ OCTET_STRING_print_utf8@Base 0.9.28
+ PrintableString_constraint@Base 0.9.28
+ REAL__dump@Base 0.9.28
+ REAL_decode_aper@Base 0.9.28
+ REAL_decode_uper@Base 0.9.28
+ REAL_decode_xer@Base 0.9.28
+ REAL_encode_aper@Base 0.9.28
+ REAL_encode_uper@Base 0.9.28
+ REAL_encode_xer@Base 0.9.28
+ REAL_print@Base 0.9.28
+ RELATIVE_OID_decode_xer@Base 0.9.28
+ RELATIVE_OID_encode_xer@Base 0.9.28
+ RELATIVE_OID_get_arcs@Base 0.9.28
+ RELATIVE_OID_print@Base 0.9.28
+ RELATIVE_OID_set_arcs@Base 0.9.28
+ SEQUENCE_OF_encode_aper@Base 0.9.28
+ SEQUENCE_OF_encode_der@Base 0.9.28
+ SEQUENCE_OF_encode_uper@Base 0.9.28
+ SEQUENCE_OF_encode_xer@Base 0.9.28
+ SEQUENCE_constraint@Base 0.9.28
+ SEQUENCE_decode_aper@Base 0.9.28
+ SEQUENCE_decode_ber@Base 0.9.28
+ SEQUENCE_decode_uper@Base 0.9.28
+ SEQUENCE_decode_xer@Base 0.9.28
+ SEQUENCE_encode_aper@Base 0.9.28
+ SEQUENCE_encode_der@Base 0.9.28
+ SEQUENCE_encode_uper@Base 0.9.28
+ SEQUENCE_encode_xer@Base 0.9.28
+ SEQUENCE_free@Base 0.9.28
+ SEQUENCE_print@Base 0.9.28
+ SET_OF_constraint@Base 0.9.28
+ SET_OF_decode_aper@Base 0.9.28
+ SET_OF_decode_ber@Base 0.9.28
+ SET_OF_decode_uper@Base 0.9.28
+ SET_OF_decode_xer@Base 0.9.28
+ SET_OF_encode_der@Base 0.9.28
+ SET_OF_encode_xer@Base 0.9.28
+ SET_OF_free@Base 0.9.28
+ SET_OF_print@Base 0.9.28
+ SET_constraint@Base 0.9.28
+ SET_decode_ber@Base 0.9.28
+ SET_decode_uper@Base 0.9.28
+ SET_decode_xer@Base 0.9.28
+ SET_encode_aper@Base 0.9.28
+ SET_encode_der@Base 0.9.28
+ SET_encode_uper@Base 0.9.28
+ SET_encode_xer@Base 0.9.28
+ SET_free@Base 0.9.28
+ SET_print@Base 0.9.28
+ UTCTime_constraint@Base 0.9.28
+ UTCTime_encode_xer@Base 0.9.28
+ UTCTime_print@Base 0.9.28
+ UTF8String_constraint@Base 0.9.28
+ UTF8String_length@Base 0.9.28
+ UTF8String_print@Base 0.9.28
+ UTF8String_to_wcs@Base 0.9.28
+ UniversalString_decode_xer@Base 0.9.28
+ UniversalString_encode_xer@Base 0.9.28
+ UniversalString_print@Base 0.9.28
+ VisibleString_constraint@Base 0.9.28
+ aper_decode@Base 0.9.28
+ aper_decode_complete@Base 0.9.28
+ aper_encode_to_buffer@Base 0.9.28
+ aper_encode_to_new_buffer@Base 0.9.28
+ aper_get_align@Base 0.9.28
+ aper_get_length@Base 0.9.28
+ aper_get_nslength@Base 0.9.28
+ aper_get_nsnnwn@Base 0.9.28
+ aper_open_type_put@Base 0.9.28
+ aper_put_align@Base 0.9.28
+ aper_put_length@Base 0.9.28
+ aper_put_nslength@Base 0.9.28
+ aper_put_nsnnwn@Base 0.9.28
+ asn1_strncpy@Base 0.9.28
+ asn1_u16_to_str@Base 0.9.28
+ asn1_u24_to_bitstring@Base 0.9.28
+ asn1_u28_to_bitstring@Base 0.9.28
+ asn1_u32_to_bitstring@Base 0.9.28
+ asn1_u32_to_str@Base 0.9.28
+ asn1_u8_to_str@Base 0.9.28
+ asn1bitstr_to_u24@Base 0.9.28
+ asn1bitstr_to_u28@Base 0.9.28
+ asn1bitstr_to_u32@Base 0.9.28
+ asn1str_to_u16@Base 0.9.28
+ asn1str_to_u32@Base 0.9.28
+ asn1str_to_u8@Base 0.9.28
+ asn_DEF_ANY@Base 0.9.28
+ asn_DEF_BIT_STRING@Base 0.9.28
+ asn_DEF_BMPString@Base 0.9.28
+ asn_DEF_BOOLEAN@Base 0.9.28
+ asn_DEF_ENUMERATED@Base 0.9.28
+ asn_DEF_GeneralString@Base 0.9.28
+ asn_DEF_GeneralizedTime@Base 0.9.28
+ asn_DEF_GraphicString@Base 0.9.28
+ asn_DEF_IA5String@Base 0.9.28
+ asn_DEF_INTEGER@Base 0.9.28
+ asn_DEF_ISO646String@Base 0.9.28
+ asn_DEF_NULL@Base 0.9.28
+ asn_DEF_NativeEnumerated@Base 0.9.28
+ asn_DEF_NativeInteger@Base 0.9.28
+ asn_DEF_NativeReal@Base 0.9.28
+ asn_DEF_NumericString@Base 0.9.28
+ asn_DEF_OBJECT_IDENTIFIER@Base 0.9.28
+ asn_DEF_OCTET_STRING@Base 0.9.28
+ asn_DEF_ObjectDescriptor@Base 0.9.28
+ asn_DEF_PrintableString@Base 0.9.28
+ asn_DEF_REAL@Base 0.9.28
+ asn_DEF_RELATIVE_OID@Base 0.9.28
+ asn_DEF_T61String@Base 0.9.28
+ asn_DEF_TeletexString@Base 0.9.28
+ asn_DEF_UTCTime@Base 0.9.28
+ asn_DEF_UTF8String@Base 0.9.28
+ asn_DEF_UniversalString@Base 0.9.28
+ asn_DEF_VideotexString@Base 0.9.28
+ asn_DEF_VisibleString@Base 0.9.28
+ asn_GT2time@Base 0.9.28
+ asn_GT2time_frac@Base 0.9.28
+ asn_GT2time_prec@Base 0.9.28
+ asn_INTEGER2int64@Base 0.9.28
+ asn_INTEGER2long@Base 0.9.28
+ asn_INTEGER2uint64@Base 0.9.28
+ asn_INTEGER2ulong@Base 0.9.28
+ asn_REAL2double@Base 0.9.28
+ asn_TYPE_outmost_tag@Base 0.9.28
+ asn_UT2time@Base 0.9.28
+ asn_check_constraints@Base 0.9.28
+ asn_double2REAL@Base 0.9.28
+ asn_fprint@Base 0.9.28
+ asn_generic_no_constraint@Base 0.9.28
+ asn_generic_unknown_constraint@Base 0.9.28
+ asn_int642INTEGER@Base 0.9.28
+ asn_long2INTEGER@Base 0.9.28
+ asn_sequence_del@Base 0.9.28
+ asn_set_add@Base 0.9.28
+ asn_set_del@Base 0.9.28
+ asn_set_empty@Base 0.9.28
+ asn_strtol@Base 0.9.28
+ asn_strtol_lim@Base 0.9.28
+ asn_time2GT@Base 0.9.28
+ asn_time2GT_frac@Base 0.9.28
+ asn_time2UT@Base 0.9.28
+ asn_uint642INTEGER@Base 0.9.28
+ asn_ulong2INTEGER@Base 0.9.28
+ ber_check_tags@Base 0.9.28
+ ber_decode@Base 0.9.28
+ ber_decode_primitive@Base 0.9.28
+ ber_fetch_length@Base 0.9.28
+ ber_fetch_tag@Base 0.9.28
+ ber_skip_length@Base 0.9.28
+ ber_tlv_tag_fwrite@Base 0.9.28
+ ber_tlv_tag_serialize@Base 0.9.28
+ ber_tlv_tag_snprint@Base 0.9.28
+ ber_tlv_tag_string@Base 0.9.28
+ der_encode@Base 0.9.28
+ der_encode_primitive@Base 0.9.28
+ der_encode_to_buffer@Base 0.9.28
+ der_tlv_length_serialize@Base 0.9.28
+ der_write_tags@Base 0.9.28
+ get_asn1c_environment_version@Base 0.9.28
+ per_data_string@Base 0.9.28
+ per_get_few_bits@Base 0.9.28
+ per_get_many_bits@Base 0.9.28
+ per_get_undo@Base 0.9.28
+ per_put_few_bits@Base 0.9.28
+ per_put_many_bits@Base 0.9.28
+ pxml_parse@Base 0.9.28
+ uper_decode@Base 0.9.28
+ uper_decode_complete@Base 0.9.28
+ uper_encode@Base 0.9.28
+ uper_encode_to_buffer@Base 0.9.28
+ uper_encode_to_new_buffer@Base 0.9.28
+ uper_get_constrained_whole_number@Base 0.9.28
+ uper_get_length@Base 0.9.28
+ uper_get_nslength@Base 0.9.28
+ uper_get_nsnnwn@Base 0.9.28
+ uper_open_type_get@Base 0.9.28
+ uper_open_type_put@Base 0.9.28
+ uper_open_type_skip@Base 0.9.28
+ uper_put_constrained_whole_number_s@Base 0.9.28
+ uper_put_constrained_whole_number_u@Base 0.9.28
+ uper_put_length@Base 0.9.28
+ uper_put_nslength@Base 0.9.28
+ uper_put_nsnnwn@Base 0.9.28
+ xer_check_tag@Base 0.9.28
+ xer_decode@Base 0.9.28
+ xer_decode_general@Base 0.9.28
+ xer_decode_primitive@Base 0.9.28
+ xer_encode@Base 0.9.28
+ xer_fprint@Base 0.9.28
+ xer_next_token@Base 0.9.28
+ xer_skip_unknown@Base 0.9.28
+ xer_whitespace_span@Base 0.9.28
--- End Message ---
--- Begin Message ---
Source: osmo-libasn1c
Source-Version: 0.9.36-1.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
osmo-libasn1c, 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 osmo-libasn1c 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: Thu, 29 Feb 2024 19:06:13 +0000
Source: osmo-libasn1c
Architecture: source
Version: 0.9.36-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Mobcom Maintainers
<[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1063183
Changes:
osmo-libasn1c (0.9.36-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063183
Checksums-Sha1:
2d0cd50a03f4f513f41d87528023d5d7ff1e61a6 2119 osmo-libasn1c_0.9.36-1.1.dsc
03f5bcd1a3f47b3f764c19da155a3f39ea16be07 4760
osmo-libasn1c_0.9.36-1.1.debian.tar.xz
3a44fbf1a9976c073df7860fc92ae4d41f92290c 7387
osmo-libasn1c_0.9.36-1.1_source.buildinfo
Checksums-Sha256:
8aa36631e8f831b60facfb72cedcdd053745c394f05c7071f3ca15267c380b67 2119
osmo-libasn1c_0.9.36-1.1.dsc
7c9a3e624390eee0f7e857528799322dec7af06b726a00c49b9c3cc58016cebc 4760
osmo-libasn1c_0.9.36-1.1.debian.tar.xz
fc14de864b2550e50021e9e60a5e6e6b53fab30f71fd710468c18b6f205715ea 7387
osmo-libasn1c_0.9.36-1.1_source.buildinfo
Files:
20142c1a4da1b5f9ba360a4c63ae5a62 2119 libs optional
osmo-libasn1c_0.9.36-1.1.dsc
65ef0a3fe58c06b4277896da5e166d37 4760 libs optional
osmo-libasn1c_0.9.36-1.1.debian.tar.xz
434b0096f3a918bc40e5b122b0c20927 7387 libs optional
osmo-libasn1c_0.9.36-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg1bYACgkQFZ61xO/I
d0ylNg/+OrKUYQ2HQ6SJnq+8Zy2UU6xDBzUEE+cmtjRKnTYOFTeJ6BWdcrc50y64
JdbiIE3rJjzbcaffr9XZvRXu1yruESk7iZ/JwwPpUASf3g1eMEQaOEXaYgPhTJeh
NLMvEayhzC9pWtC+sbU2C14H5p2Wq3uRDR1gO5rONLWfE0OCP3yEbfMtOY5du1MN
/quu3ubjzCVH5+ZneNSDfRb+c00dsEWKumIWNbqWtWBhDrU7eQ2FtzF2PiYYLERx
C8NBicn49CD8rylx7FViWW1jxkywJ5h4nHm8DSGuN8AAs9bqEzyT/lWG9Xda0VnU
0cwS6RyAIwyHniV7/Juev2KOz6DZl3F5oWqsx3YWvITbH+vREDF/Vp0jWZ+KksEr
NgnZL4oY4J8o1x4y5pqvyWk+wBvEVws8ZdlnPUbfsQwUQ4A+DWZPe8zE3h4/tlpY
k5CJ0bGCNiCaclTpQJ+rJhUCkiEFM0X29KvDTac8UCgB05htW7KnJjiWJvk5vY3W
KZNbutRsYERVb9UwNfhIfnSevHqpxguSPvhpdxfSIvzDRZaEfvY5LZK8Xinh0Kqc
FCKPOOakmxYSq1habV/Vh6dO/+yg5LvxZi6aoNvmIq6/Eh3E/zbhoyk1sPyG50c7
YjzXwzXVWl2oySQ6PyOj9wuFPrUGy0al72+vQy1MnPsNrgc9idk=
=e6rr
-----END PGP SIGNATURE-----
pgpkcsChs_lJK.pgp
Description: PGP signature
--- End Message ---