Your message dated Mon, 15 Apr 2024 23:34:27 +0000
with message-id <e1rwvqf-006qf8...@fasolo.debian.org>
and subject line Bug#1062032: fixed in c-ares 1.27.0-1.2
has caused the Debian Bug report #1062032,
regarding c-ares: 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.)


-- 
1062032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: c-ares
Version: 1.26.0-1
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
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
c-ares 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 c-ares
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-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 c-ares-1.26.0/debian/changelog c-ares-1.26.0/debian/changelog
--- c-ares-1.26.0/debian/changelog      2024-01-27 15:57:37.000000000 +0000
+++ c-ares-1.26.0/debian/changelog      2024-01-31 03:14:49.000000000 +0000
@@ -1,3 +1,10 @@
+c-ares (1.26.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 31 Jan 2024 03:14:49 +0000
+
 c-ares (1.26.0-1) unstable; urgency=low
 
   * Imported Upstream version 1.26.0
diff -Nru c-ares-1.26.0/debian/control c-ares-1.26.0/debian/control
--- c-ares-1.26.0/debian/control        2023-12-17 14:41:52.000000000 +0000
+++ c-ares-1.26.0/debian/control        2024-01-31 03:14:48.000000000 +0000
@@ -16,7 +16,7 @@
 Section: libdevel
 Architecture: any
 Conflicts: libares-dev
-Depends: libc-ares2 (= ${binary:Version}),
+Depends: libc-ares2t64 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Multi-Arch: same
@@ -31,10 +31,12 @@
  .
  This package contains development files (headers and static libraries).
 
-Package: libc-ares2
+Package: libc-ares2t64
+Provides: ${t64:Provides}
+Breaks: libc-ares2 (<< ${source:Version})
 Conflicts: libcares2
 Architecture: any
-Replaces: libc-ares1
+Replaces: libc-ares2, libc-ares1
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
diff -Nru c-ares-1.26.0/debian/libc-ares2.dirs 
c-ares-1.26.0/debian/libc-ares2.dirs
--- c-ares-1.26.0/debian/libc-ares2.dirs        2023-05-22 15:13:13.000000000 
+0000
+++ c-ares-1.26.0/debian/libc-ares2.dirs        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru c-ares-1.26.0/debian/libc-ares2.install 
c-ares-1.26.0/debian/libc-ares2.install
--- c-ares-1.26.0/debian/libc-ares2.install     2023-05-22 15:13:13.000000000 
+0000
+++ c-ares-1.26.0/debian/libc-ares2.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru c-ares-1.26.0/debian/libc-ares2.lintian-overrides 
c-ares-1.26.0/debian/libc-ares2.lintian-overrides
--- c-ares-1.26.0/debian/libc-ares2.lintian-overrides   2023-06-14 
19:20:26.000000000 +0000
+++ c-ares-1.26.0/debian/libc-ares2.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-package-name-doesnt-match-sonames libcares2
diff -Nru c-ares-1.26.0/debian/libc-ares2.symbols 
c-ares-1.26.0/debian/libc-ares2.symbols
--- c-ares-1.26.0/debian/libc-ares2.symbols     2023-12-17 13:43:17.000000000 
+0000
+++ c-ares-1.26.0/debian/libc-ares2.symbols     1970-01-01 00:00:00.000000000 
+0000
@@ -1,118 +0,0 @@
-libcares.so.2 libc-ares2 #MINVER#
-* Build-Depends-Package: libc-ares-dev
- ares_cancel@Base 1.7.0
- ares_create_query@Base 1.10.0
- ares_destroy@Base 1.7.0
- ares_destroy_options@Base 1.7.0
- ares_dns_addr_to_ptr@Base 1.22.0
- ares_dns_class_fromstr@Base 1.22.0
- ares_dns_class_tostr@Base 1.22.0
- ares_dns_opcode_tostr@Base 1.22.0
- ares_dns_opt_get_datatype@Base 1.22.0
- ares_dns_opt_get_name@Base 1.22.0
- ares_dns_parse@Base 1.22.0
- ares_dns_pton@Base 1.22.0
- ares_dns_rcode_tostr@Base 1.22.0
- ares_dns_rec_type_fromstr@Base 1.22.0
- ares_dns_rec_type_tostr@Base 1.22.0
- ares_dns_record_create@Base 1.22.0
- ares_dns_record_destroy@Base 1.22.0
- ares_dns_record_get_flags@Base 1.22.0
- ares_dns_record_get_id@Base 1.22.0
- ares_dns_record_get_opcode@Base 1.22.0
- ares_dns_record_get_rcode@Base 1.22.0
- ares_dns_record_query_add@Base 1.22.0
- ares_dns_record_query_cnt@Base 1.22.0
- ares_dns_record_query_get@Base 1.22.0
- ares_dns_record_rr_add@Base 1.22.0
- ares_dns_record_rr_cnt@Base 1.22.0
- ares_dns_record_rr_del@Base 1.22.0
- ares_dns_record_rr_get@Base 1.22.0
- ares_dns_rr_get_addr6@Base 1.22.0
- ares_dns_rr_get_addr@Base 1.22.0
- ares_dns_rr_get_bin@Base 1.22.0
- ares_dns_rr_get_class@Base 1.22.0
- ares_dns_rr_get_keys@Base 1.22.0
- ares_dns_rr_get_name@Base 1.22.0
- ares_dns_rr_get_opt@Base 1.22.0
- ares_dns_rr_get_opt_byid@Base 1.22.0
- ares_dns_rr_get_opt_cnt@Base 1.22.0
- ares_dns_rr_get_str@Base 1.22.0
- ares_dns_rr_get_ttl@Base 1.22.0
- ares_dns_rr_get_type@Base 1.22.0
- ares_dns_rr_get_u16@Base 1.22.0
- ares_dns_rr_get_u32@Base 1.22.0
- ares_dns_rr_get_u8@Base 1.22.0
- ares_dns_rr_key_datatype@Base 1.22.0
- ares_dns_rr_key_to_rec_type@Base 1.22.0
- ares_dns_rr_key_tostr@Base 1.22.0
- ares_dns_rr_set_addr6@Base 1.22.0
- ares_dns_rr_set_addr@Base 1.22.0
- ares_dns_rr_set_bin@Base 1.22.0
- ares_dns_rr_set_opt@Base 1.22.0
- ares_dns_rr_set_str@Base 1.22.0
- ares_dns_rr_set_u16@Base 1.22.0
- ares_dns_rr_set_u32@Base 1.22.0
- ares_dns_rr_set_u8@Base 1.22.0
- ares_dns_section_tostr@Base 1.22.0
- ares_dns_write@Base 1.22.0
- ares_dup@Base 1.7.0
- ares_expand_name@Base 1.7.0
- ares_expand_string@Base 1.7.0
- ares_fds@Base 1.7.0
- ares_free_data@Base 1.7.0
- ares_free_hostent@Base 1.7.0
- ares_free_string@Base 1.7.0
- ares_freeaddrinfo@Base 1.16.0
- ares_get_servers@Base 1.7.1
- ares_get_servers_csv@Base 1.24.0
- ares_get_servers_ports@Base 1.11.0~rc1
- ares_getaddrinfo@Base 1.16.0
- ares_gethostbyaddr@Base 1.7.0
- ares_gethostbyname@Base 1.7.0
- ares_gethostbyname_file@Base 1.7.0
- ares_getnameinfo@Base 1.7.0
- ares_getsock@Base 1.7.0
- ares_inet_ntop@Base 1.10.0
- ares_inet_pton@Base 1.10.0
- ares_init@Base 1.7.0
- ares_init_options@Base 1.7.0
- ares_library_cleanup@Base 1.7.0
- ares_library_init@Base 1.7.0
- ares_library_init_mem@Base 1.11.0~rc1
- ares_library_initialized@Base 1.11.0~rc1
- ares_mkquery@Base 1.7.0
- ares_parse_a_reply@Base 1.7.0
- ares_parse_aaaa_reply@Base 1.7.0
- ares_parse_caa_reply@Base 1.17.0
- ares_parse_mx_reply@Base 1.7.3
- ares_parse_naptr_reply@Base 1.8.0
- ares_parse_ns_reply@Base 1.7.0
- ares_parse_ptr_reply@Base 1.7.0
- ares_parse_soa_reply@Base 1.9.1
- ares_parse_srv_reply@Base 1.7.0
- ares_parse_txt_reply@Base 1.7.0
- ares_parse_txt_reply_ext@Base 1.11.0~rc1
- ares_parse_uri_reply@Base 1.18.0
- ares_process@Base 1.7.0
- ares_process_fd@Base 1.7.0
- ares_query@Base 1.7.0
- ares_reinit@Base 1.22.0
- ares_save_options@Base 1.7.0
- ares_search@Base 1.7.0
- ares_send@Base 1.7.0
- ares_set_local_dev@Base 1.7.4
- ares_set_local_ip4@Base 1.7.4
- ares_set_local_ip6@Base 1.7.4
- ares_set_servers@Base 1.7.1
- ares_set_servers_csv@Base 1.7.4
- ares_set_servers_ports@Base 1.11.0~rc1
- ares_set_servers_ports_csv@Base 1.11.0~rc1
- ares_set_socket_callback@Base 1.7.0
- ares_set_socket_configure_callback@Base 1.11.0~rc1
- ares_set_socket_functions@Base 1.13.0
- ares_set_sortlist@Base 1.11.0~rc1
- ares_strerror@Base 1.7.0
- ares_threadsafety@Base 1.23.0
- ares_timeout@Base 1.7.0
- ares_version@Base 1.7.0
diff -Nru c-ares-1.26.0/debian/libc-ares2t64.dirs 
c-ares-1.26.0/debian/libc-ares2t64.dirs
--- c-ares-1.26.0/debian/libc-ares2t64.dirs     1970-01-01 00:00:00.000000000 
+0000
+++ c-ares-1.26.0/debian/libc-ares2t64.dirs     2023-05-22 15:13:13.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru c-ares-1.26.0/debian/libc-ares2t64.install 
c-ares-1.26.0/debian/libc-ares2t64.install
--- c-ares-1.26.0/debian/libc-ares2t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ c-ares-1.26.0/debian/libc-ares2t64.install  2023-05-22 15:13:13.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru c-ares-1.26.0/debian/libc-ares2t64.lintian-overrides 
c-ares-1.26.0/debian/libc-ares2t64.lintian-overrides
--- c-ares-1.26.0/debian/libc-ares2t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ c-ares-1.26.0/debian/libc-ares2t64.lintian-overrides        2024-01-31 
03:14:48.000000000 +0000
@@ -0,0 +1,2 @@
+package-name-doesnt-match-sonames libcares2
+libc-ares2t64: package-name-doesnt-match-sonames libc-ares2
diff -Nru c-ares-1.26.0/debian/libc-ares2t64.symbols 
c-ares-1.26.0/debian/libc-ares2t64.symbols
--- c-ares-1.26.0/debian/libc-ares2t64.symbols  1970-01-01 00:00:00.000000000 
+0000
+++ c-ares-1.26.0/debian/libc-ares2t64.symbols  2024-01-31 03:14:48.000000000 
+0000
@@ -0,0 +1,118 @@
+libcares.so.2 libc-ares2t64 #MINVER#
+* Build-Depends-Package: libc-ares-dev
+ ares_cancel@Base 1.7.0
+ ares_create_query@Base 1.10.0
+ ares_destroy@Base 1.7.0
+ ares_destroy_options@Base 1.7.0
+ ares_dns_addr_to_ptr@Base 1.22.0
+ ares_dns_class_fromstr@Base 1.22.0
+ ares_dns_class_tostr@Base 1.22.0
+ ares_dns_opcode_tostr@Base 1.22.0
+ ares_dns_opt_get_datatype@Base 1.22.0
+ ares_dns_opt_get_name@Base 1.22.0
+ ares_dns_parse@Base 1.22.0
+ ares_dns_pton@Base 1.22.0
+ ares_dns_rcode_tostr@Base 1.22.0
+ ares_dns_rec_type_fromstr@Base 1.22.0
+ ares_dns_rec_type_tostr@Base 1.22.0
+ ares_dns_record_create@Base 1.22.0
+ ares_dns_record_destroy@Base 1.22.0
+ ares_dns_record_get_flags@Base 1.22.0
+ ares_dns_record_get_id@Base 1.22.0
+ ares_dns_record_get_opcode@Base 1.22.0
+ ares_dns_record_get_rcode@Base 1.22.0
+ ares_dns_record_query_add@Base 1.22.0
+ ares_dns_record_query_cnt@Base 1.22.0
+ ares_dns_record_query_get@Base 1.22.0
+ ares_dns_record_rr_add@Base 1.22.0
+ ares_dns_record_rr_cnt@Base 1.22.0
+ ares_dns_record_rr_del@Base 1.22.0
+ ares_dns_record_rr_get@Base 1.22.0
+ ares_dns_rr_get_addr6@Base 1.22.0
+ ares_dns_rr_get_addr@Base 1.22.0
+ ares_dns_rr_get_bin@Base 1.22.0
+ ares_dns_rr_get_class@Base 1.22.0
+ ares_dns_rr_get_keys@Base 1.22.0
+ ares_dns_rr_get_name@Base 1.22.0
+ ares_dns_rr_get_opt@Base 1.22.0
+ ares_dns_rr_get_opt_byid@Base 1.22.0
+ ares_dns_rr_get_opt_cnt@Base 1.22.0
+ ares_dns_rr_get_str@Base 1.22.0
+ ares_dns_rr_get_ttl@Base 1.22.0
+ ares_dns_rr_get_type@Base 1.22.0
+ ares_dns_rr_get_u16@Base 1.22.0
+ ares_dns_rr_get_u32@Base 1.22.0
+ ares_dns_rr_get_u8@Base 1.22.0
+ ares_dns_rr_key_datatype@Base 1.22.0
+ ares_dns_rr_key_to_rec_type@Base 1.22.0
+ ares_dns_rr_key_tostr@Base 1.22.0
+ ares_dns_rr_set_addr6@Base 1.22.0
+ ares_dns_rr_set_addr@Base 1.22.0
+ ares_dns_rr_set_bin@Base 1.22.0
+ ares_dns_rr_set_opt@Base 1.22.0
+ ares_dns_rr_set_str@Base 1.22.0
+ ares_dns_rr_set_u16@Base 1.22.0
+ ares_dns_rr_set_u32@Base 1.22.0
+ ares_dns_rr_set_u8@Base 1.22.0
+ ares_dns_section_tostr@Base 1.22.0
+ ares_dns_write@Base 1.22.0
+ ares_dup@Base 1.7.0
+ ares_expand_name@Base 1.7.0
+ ares_expand_string@Base 1.7.0
+ ares_fds@Base 1.7.0
+ ares_free_data@Base 1.7.0
+ ares_free_hostent@Base 1.7.0
+ ares_free_string@Base 1.7.0
+ ares_freeaddrinfo@Base 1.16.0
+ ares_get_servers@Base 1.7.1
+ ares_get_servers_csv@Base 1.24.0
+ ares_get_servers_ports@Base 1.11.0~rc1
+ ares_getaddrinfo@Base 1.16.0
+ ares_gethostbyaddr@Base 1.7.0
+ ares_gethostbyname@Base 1.7.0
+ ares_gethostbyname_file@Base 1.7.0
+ ares_getnameinfo@Base 1.7.0
+ ares_getsock@Base 1.7.0
+ ares_inet_ntop@Base 1.10.0
+ ares_inet_pton@Base 1.10.0
+ ares_init@Base 1.7.0
+ ares_init_options@Base 1.7.0
+ ares_library_cleanup@Base 1.7.0
+ ares_library_init@Base 1.7.0
+ ares_library_init_mem@Base 1.11.0~rc1
+ ares_library_initialized@Base 1.11.0~rc1
+ ares_mkquery@Base 1.7.0
+ ares_parse_a_reply@Base 1.7.0
+ ares_parse_aaaa_reply@Base 1.7.0
+ ares_parse_caa_reply@Base 1.17.0
+ ares_parse_mx_reply@Base 1.7.3
+ ares_parse_naptr_reply@Base 1.8.0
+ ares_parse_ns_reply@Base 1.7.0
+ ares_parse_ptr_reply@Base 1.7.0
+ ares_parse_soa_reply@Base 1.9.1
+ ares_parse_srv_reply@Base 1.7.0
+ ares_parse_txt_reply@Base 1.7.0
+ ares_parse_txt_reply_ext@Base 1.11.0~rc1
+ ares_parse_uri_reply@Base 1.18.0
+ ares_process@Base 1.7.0
+ ares_process_fd@Base 1.7.0
+ ares_query@Base 1.7.0
+ ares_reinit@Base 1.22.0
+ ares_save_options@Base 1.7.0
+ ares_search@Base 1.7.0
+ ares_send@Base 1.7.0
+ ares_set_local_dev@Base 1.7.4
+ ares_set_local_ip4@Base 1.7.4
+ ares_set_local_ip6@Base 1.7.4
+ ares_set_servers@Base 1.7.1
+ ares_set_servers_csv@Base 1.7.4
+ ares_set_servers_ports@Base 1.11.0~rc1
+ ares_set_servers_ports_csv@Base 1.11.0~rc1
+ ares_set_socket_callback@Base 1.7.0
+ ares_set_socket_configure_callback@Base 1.11.0~rc1
+ ares_set_socket_functions@Base 1.13.0
+ ares_set_sortlist@Base 1.11.0~rc1
+ ares_strerror@Base 1.7.0
+ ares_threadsafety@Base 1.23.0
+ ares_timeout@Base 1.7.0
+ ares_version@Base 1.7.0

--- End Message ---
--- Begin Message ---
Source: c-ares
Source-Version: 1.27.0-1.2
Done: Steve Langasek <vor...@debian.org>

We believe that the bug you reported is fixed in the latest version of
c-ares, 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.
Steve Langasek <vor...@debian.org> (supplier of updated c-ares 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: SHA256

Format: 1.8
Date: Wed, 28 Feb 2024 18:04:16 +0000
Binary: libcares2 libcares2-dbgsym libc-ares-dev
Source: c-ares
Built-For-Profiles: noudeb
Architecture: amd64 source
Version: 1.27.0-1.2
Distribution: unstable
Urgency: medium
Maintainer: Gregor Jasny <gja...@googlemail.com>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1062032
Description: 
 libcares2  - asynchronous name resolver
 libc-ares-dev - asynchronous name resolver - development files
Changes:
 c-ares (1.27.0-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062032
Checksums-Sha1: 
 3cf48b5de47f9af63657f29b2a7ef2bea29cc1f1 2148 c-ares_1.27.0-1.2.dsc
 a52f67f329bc3c21ac718b51088c5f4c928ec429 9760 c-ares_1.27.0-1.2.debian.tar.xz
 390cb83a81fcd9515ff4d3a0871bb48f3a9b2879 8357 
c-ares_1.27.0-1.2_source.buildinfo
 c5234a239d012ec99e62e5375ef4c68ed2f786b6 6373 c-ares_1.27.0-1.2_amd64.buildinfo
 809feebd85c8e6ce929f76305a6e7e3d610a2f54 257104 
libc-ares-dev_1.27.0-1.2_amd64.deb
 d0f2564babfb1ac5416ab604612798b652d09097 257912 
libcares2-dbgsym_1.27.0-1.2_amd64.deb
 167a7ac4fb69d242c070670d8bef0138d8a2b876 146020 libcares2_1.27.0-1.2_amd64.deb
Checksums-Sha256: 
 126cb310263b08d7f312fc0ec310b7477ec77abaf5715c5c0df372b584bc92c4 2148 
c-ares_1.27.0-1.2.dsc
 5451f2002fab35b4fae4d57518a67572076d0c2393199c79a4f7c234262cb44d 9760 
c-ares_1.27.0-1.2.debian.tar.xz
 49bfaeb31b0e109598fdfac33b6fc1f3c4853cc05a2447c31a982545625e0d0b 8357 
c-ares_1.27.0-1.2_source.buildinfo
 f345589d5fd2e4813286c059006cbf50b7ef71a7bb109f9c40cc1e42c12ed4d5 6373 
c-ares_1.27.0-1.2_amd64.buildinfo
 028ccf88a69c11737261f37cccc8e284f53fc5ad3b396a7c48f37f31b6ad081e 257104 
libc-ares-dev_1.27.0-1.2_amd64.deb
 799d78401c62894d858f585cbd7677a93d4c349930fa76cb23a0101fe7a0dc28 257912 
libcares2-dbgsym_1.27.0-1.2_amd64.deb
 400c48d4c85c9842a6ddb80a13157f2cc509fb23545b7d4c77726cf2a1581535 146020 
libcares2_1.27.0-1.2_amd64.deb
Files: 
 f2eefa3ab8355a20bab9f422e28d0336 2148 libs optional c-ares_1.27.0-1.2.dsc
 9275a57d14ad0796173a1ff71aa694c9 9760 libs optional 
c-ares_1.27.0-1.2.debian.tar.xz
 3c2c1a933c2d26a31125db38518d17fc 8357 libs optional 
c-ares_1.27.0-1.2_source.buildinfo
 403d584bce146aaa6b96dcba6bc1237b 6373 libs optional 
c-ares_1.27.0-1.2_amd64.buildinfo
 6df2a7958b60d48cf90e7faaa4ff88d7 257104 libdevel optional 
libc-ares-dev_1.27.0-1.2_amd64.deb
 f3b387cab013742410329dafcaa1e514 257912 debug optional 
libcares2-dbgsym_1.27.0-1.2_amd64.deb
 346d8278109ade1e71a910206ae03ade 146020 libs optional 
libcares2_1.27.0-1.2_amd64.deb

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

iQIzBAEBCAAdFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmYdtsQACgkQEd9ClMyj
mJMTDQ//ce1lJinyp/Zubo2Usx6U1c03NCEmTe47Pd6Cg3MffGdiJykmU04yM68d
cb1KbdhUBuuxpTI3pyo2MRR5F8i/9lbTaAe8zhrQGIJTUZSPwvt3lBOZsYAfxtM8
ytlpVUM88uOiy4hoKkH4bthYtz+5RSPkD4rXkfzVj6sKQEy6yjcjb8t9wlh6Ix+E
7WJOAOjhNOfByddz+Gt7HB8xJBHD4kdiWnXDKFgPz2zNsq5cBTzC/r0yUBvrapxJ
AIDEd/N1stY7n+i/grqn/JjDRZykbtIsn6MvuWd/dbd5Voi5RDjZ0Bi8skqQpdJY
Mq2a2Teq6qkLltVBsk5ZhL4t2Dq3QZCAQO9MfhN0ITETxFwxjbhhzxR5Dqh3NluY
JUpl28AS8fBSuOTuwtLaHaB53f3bMt4nnRt2eDs+dM9fJi3NS74KpoJ+urK9CAhH
knb35Nl59/vl88e6Q8ing2saDCdHSKAkAK+gRxIJyethHwQ1m6xlbCZfb/v7Jp30
AzJz768LQx0ykz8jO8YkMEy3yrUOtgM62g/e3bMQN/jqI8UoqMGCMR2o072YfIcr
dlrBjtD7YOXTqurpY3+NxrxNbukbcQku+CvxgHTII/cdEwErbJOiOX3wzNA5AC+e
jtEzLV8ABVXx6p8d/zqGC2borkIp6VkdmwD8zS060/KJTYgCKKk=
=HFze
-----END PGP SIGNATURE-----

Attachment: pgpgyw0cR87gV.pgp
Description: PGP signature


--- End Message ---

Reply via email to