Your message dated Thu, 29 Feb 2024 12:58:56 +0000
with message-id <[email protected]>
and subject line Bug#1062842: fixed in opendht 3.0.1-1.1
has caused the Debian Bug report #1062842,
regarding opendht: 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.)


-- 
1062842: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062842
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: opendht
Version: 3.0.1-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
opendht 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 opendht
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 opendht-3.0.1/debian/changelog opendht-3.0.1/debian/changelog
--- opendht-3.0.1/debian/changelog      2024-01-19 01:32:40.000000000 -0300
+++ opendht-3.0.1/debian/changelog      2024-02-03 16:49:15.000000000 -0300
@@ -1,3 +1,10 @@
+opendht (3.0.1-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <[email protected]>  Sat, 03 Feb 2024 16:49:15 -0300
+
 opendht (3.0.1-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru opendht-3.0.1/debian/control opendht-3.0.1/debian/control
--- opendht-3.0.1/debian/control        2024-01-19 01:30:59.000000000 -0300
+++ opendht-3.0.1/debian/control        2024-02-03 16:49:15.000000000 -0300
@@ -36,7 +36,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
-         libopendht3 (=${binary:Version}),
+         libopendht3t64 (=${binary:Version}),
          libgnutls28-dev,
          libmsgpack-cxx-dev | libmsgpack-dev (>= 1.2),
          libmsgpack-cxx-dev | libmsgpack-dev (<= 4.0.0),
@@ -72,7 +72,10 @@
  This package contains the C++ library headers and other
  development files.
 
-Package: libopendht3
+Package: libopendht3t64
+Provides: ${t64:Provides}
+Replaces: libopendht3
+Breaks: libopendht3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
@@ -103,7 +106,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
-         libopendht-c3 (=${binary:Version}),
+         libopendht-c3t64 (=${binary:Version}),
          libopendht-dev,
          libgnutls28-dev,
          libargon2-dev
@@ -129,12 +132,15 @@
  This package contains the C bindings library header and other
  development files.
 
-Package: libopendht-c3
+Package: libopendht-c3t64
+Provides: ${t64:Provides}
+Replaces: libopendht-c3
+Breaks: libopendht-c3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libopendht3 (=${binary:Version})
+         libopendht3t64 (=${binary:Version})
 Description: Lightweight C++17 distributed hash table implementation - C 
wrapper
  OpenDHT is a lightweight C++17 Distributed Hash Table implementation.
  .
@@ -161,7 +167,7 @@
 Depends: ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends},
-         libopendht3 (=${binary:Version})
+         libopendht3t64 (=${binary:Version})
 Description: Python 3 bindings for libopendht C++ library
  OpenDHT is a lightweight C++17 Distributed Hash Table implementation.
  .
@@ -188,7 +194,7 @@
 Section: net
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libopendht3 (=${binary:Version}),
+         libopendht3t64 (=${binary:Version}),
          adduser
 Description: OpenDHT node binary
  OpenDHT is a lightweight C++17 Distributed Hash Table implementation.
@@ -218,7 +224,7 @@
          ${python3:Depends},
          ${shlibs:Depends},
          dhtnode (=${binary:Version}),
-         libopendht3 (=${binary:Version}),
+         libopendht3t64 (=${binary:Version}),
          python3-opendht (=${binary:Version}),
          python3-twisted
 Description: Collection of OpenDHT utility tools
diff -Nru opendht-3.0.1/debian/libopendht-c3.install 
opendht-3.0.1/debian/libopendht-c3.install
--- opendht-3.0.1/debian/libopendht-c3.install  2024-01-19 01:19:50.000000000 
-0300
+++ opendht-3.0.1/debian/libopendht-c3.install  1969-12-31 21:00:00.000000000 
-0300
@@ -1 +0,0 @@
-usr/lib/*/libopendht-c.so.*
diff -Nru opendht-3.0.1/debian/libopendht-c3.symbols 
opendht-3.0.1/debian/libopendht-c3.symbols
--- opendht-3.0.1/debian/libopendht-c3.symbols  2024-01-19 01:19:50.000000000 
-0300
+++ opendht-3.0.1/debian/libopendht-c3.symbols  1969-12-31 21:00:00.000000000 
-0300
@@ -1,86 +0,0 @@
-libopendht-c.so.3 libopendht-c3 #MINVER#
- (optional=lto)_ZNSt12_Vector_baseIhSaIhEED1Ev@Base 2.4.12
- (optional=lto)_ZNSt12_Vector_baseIhSaIhEED2Ev@Base 2.4.12
- (optional=lto)_ZNSt14_Function_baseD1Ev@Base 2.4.12
- (optional=lto)_ZNSt14_Function_baseD2Ev@Base 2.4.12
- (arch=armel 
riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_releaseEv@Base
 2.4.12
- (optional=lto|arch=!armel 
!riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv@Base
 2.4.12
- (optional=lto|arch=!armel !armhf !i386 !mipsel !hppa !m68k !powerpc !riscv64 
!sparc64 
!x32)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE24_M_release_last_use_coldEv@Base
 2.4.12
- (optional=lto)_ZNSt6vectorIhSaIhEED1Ev@Base 2.5.0
- (optional=lto)_ZNSt6vectorIhSaIhEED2Ev@Base 2.5.0
- (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 2.4.12
- (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 
2.4.12
- (arch=!armel !riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 
2.4.12
- (arch=armel 
riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 2.4.12
- (arch=!armel 
!riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 2.4.12
- (arch=armel armhf)_ZTISt19_Sp_make_shared_tag@Base 2.4.12
- (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 2.4.12
- (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 
2.4.12
- (arch=!armel !riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 
2.4.12
- (arch=armel 
riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 2.4.12
- (arch=!armel 
!riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 2.4.12
- _ZTSSt19_Sp_make_shared_tag@Base 2.4.12
- _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 2.4.12
- dht_blob_delete@Base 2.4.12
- dht_blob_get_data@Base 2.4.12
- dht_certificate_delete@Base 2.4.12
- dht_certificate_get_id@Base 2.4.12
- dht_certificate_get_long_id@Base 2.4.12
- dht_certificate_get_publickey@Base 2.4.12
- dht_certificate_import@Base 2.4.12
- dht_identity_delete@Base 2.4.12
- dht_identity_generate@Base 2.4.12
- dht_infohash_from_hex@Base 2.4.12
- dht_infohash_from_hex_null@Base 2.4.12
- dht_infohash_get@Base 2.4.12
- dht_infohash_get_from_string@Base 2.4.12
- dht_infohash_is_zero@Base 2.4.12
- dht_infohash_print@Base 2.4.12
- dht_infohash_random@Base 2.4.12
- dht_infohash_zero@Base 2.4.12
- dht_op_token_delete@Base 2.4.12
- dht_pkid_print@Base 2.4.12
- dht_privatekey_decrypt@Base 2.4.12
- dht_privatekey_delete@Base 2.4.12
- dht_privatekey_export@Base 2.4.12
- dht_privatekey_generate@Base 2.4.12
- dht_privatekey_get_publickey@Base 2.4.12
- dht_privatekey_import@Base 2.4.12
- dht_publickey_check_signature@Base 2.4.12
- dht_publickey_delete@Base 2.4.12
- dht_publickey_encrypt@Base 2.4.12
- dht_publickey_export@Base 2.4.12
- dht_publickey_get_id@Base 2.4.12
- dht_publickey_get_long_id@Base 2.4.12
- dht_publickey_import@Base 2.4.12
- dht_runner_bootstrap@Base 2.4.12
- dht_runner_cancel_listen@Base 2.4.12
- dht_runner_cancel_put@Base 2.4.12
- dht_runner_config_default@Base 2.4.12
- dht_runner_delete@Base 2.4.12
- dht_runner_get@Base 2.4.12
- dht_runner_get_bound_port@Base 2.4.12
- dht_runner_get_id@Base 2.4.12
- dht_runner_get_node_id@Base 2.4.12
- dht_runner_get_public_address@Base 2.4.12
- dht_runner_is_running@Base 2.4.12
- dht_runner_listen@Base 2.4.12
- dht_runner_new@Base 2.4.12
- dht_runner_ping@Base 2.4.12
- dht_runner_put@Base 2.4.12
- dht_runner_put_encrypted@Base 2.4.12
- dht_runner_put_signed@Base 2.4.12
- dht_runner_run@Base 2.4.12
- dht_runner_run_config@Base 2.4.12
- dht_runner_shutdown@Base 2.4.12
- dht_value_get_data@Base 2.4.12
- dht_value_get_id@Base 2.4.12
- dht_value_get_owner@Base 2.4.12
- dht_value_get_recipient@Base 2.4.12
- dht_value_get_user_type@Base 2.4.12
- dht_value_new@Base 2.4.12
- dht_value_new_from_string@Base 2.4.12
- dht_value_ref@Base 2.4.12
- dht_value_set_user_type@Base 2.4.12
- dht_value_unref@Base 2.4.12
- dht_version@Base 2.4.12
diff -Nru opendht-3.0.1/debian/libopendht-c3t64.install 
opendht-3.0.1/debian/libopendht-c3t64.install
--- opendht-3.0.1/debian/libopendht-c3t64.install       1969-12-31 
21:00:00.000000000 -0300
+++ opendht-3.0.1/debian/libopendht-c3t64.install       2024-01-19 
01:19:50.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libopendht-c.so.*
diff -Nru opendht-3.0.1/debian/libopendht-c3t64.lintian-overrides 
opendht-3.0.1/debian/libopendht-c3t64.lintian-overrides
--- opendht-3.0.1/debian/libopendht-c3t64.lintian-overrides     1969-12-31 
21:00:00.000000000 -0300
+++ opendht-3.0.1/debian/libopendht-c3t64.lintian-overrides     2024-02-03 
16:49:15.000000000 -0300
@@ -0,0 +1 @@
+libopendht-c3t64: package-name-doesnt-match-sonames libopendht-c3
diff -Nru opendht-3.0.1/debian/libopendht-c3t64.symbols 
opendht-3.0.1/debian/libopendht-c3t64.symbols
--- opendht-3.0.1/debian/libopendht-c3t64.symbols       1969-12-31 
21:00:00.000000000 -0300
+++ opendht-3.0.1/debian/libopendht-c3t64.symbols       2024-02-03 
16:49:15.000000000 -0300
@@ -0,0 +1,86 @@
+libopendht-c.so.3 libopendht-c3t64 #MINVER#
+ (optional=lto)_ZNSt12_Vector_baseIhSaIhEED1Ev@Base 2.4.12
+ (optional=lto)_ZNSt12_Vector_baseIhSaIhEED2Ev@Base 2.4.12
+ (optional=lto)_ZNSt14_Function_baseD1Ev@Base 2.4.12
+ (optional=lto)_ZNSt14_Function_baseD2Ev@Base 2.4.12
+ (arch=armel 
riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_releaseEv@Base
 2.4.12
+ (optional=lto|arch=!armel 
!riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv@Base
 2.4.12
+ (optional=lto|arch=!armel !armhf !i386 !mipsel !hppa !m68k !powerpc !riscv64 
!sparc64 
!x32)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE24_M_release_last_use_coldEv@Base
 2.4.12
+ (optional=lto)_ZNSt6vectorIhSaIhEED1Ev@Base 2.5.0
+ (optional=lto)_ZNSt6vectorIhSaIhEED2Ev@Base 2.5.0
+ (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 2.4.12
+ (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 
2.4.12
+ (arch=!armel !riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 
2.4.12
+ (arch=armel 
riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 2.4.12
+ (arch=!armel 
!riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 2.4.12
+ (arch=armel armhf)_ZTISt19_Sp_make_shared_tag@Base 2.4.12
+ (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 2.4.12
+ (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 
2.4.12
+ (arch=!armel !riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 
2.4.12
+ (arch=armel 
riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 2.4.12
+ (arch=!armel 
!riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 2.4.12
+ _ZTSSt19_Sp_make_shared_tag@Base 2.4.12
+ _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 2.4.12
+ dht_blob_delete@Base 2.4.12
+ dht_blob_get_data@Base 2.4.12
+ dht_certificate_delete@Base 2.4.12
+ dht_certificate_get_id@Base 2.4.12
+ dht_certificate_get_long_id@Base 2.4.12
+ dht_certificate_get_publickey@Base 2.4.12
+ dht_certificate_import@Base 2.4.12
+ dht_identity_delete@Base 2.4.12
+ dht_identity_generate@Base 2.4.12
+ dht_infohash_from_hex@Base 2.4.12
+ dht_infohash_from_hex_null@Base 2.4.12
+ dht_infohash_get@Base 2.4.12
+ dht_infohash_get_from_string@Base 2.4.12
+ dht_infohash_is_zero@Base 2.4.12
+ dht_infohash_print@Base 2.4.12
+ dht_infohash_random@Base 2.4.12
+ dht_infohash_zero@Base 2.4.12
+ dht_op_token_delete@Base 2.4.12
+ dht_pkid_print@Base 2.4.12
+ dht_privatekey_decrypt@Base 2.4.12
+ dht_privatekey_delete@Base 2.4.12
+ dht_privatekey_export@Base 2.4.12
+ dht_privatekey_generate@Base 2.4.12
+ dht_privatekey_get_publickey@Base 2.4.12
+ dht_privatekey_import@Base 2.4.12
+ dht_publickey_check_signature@Base 2.4.12
+ dht_publickey_delete@Base 2.4.12
+ dht_publickey_encrypt@Base 2.4.12
+ dht_publickey_export@Base 2.4.12
+ dht_publickey_get_id@Base 2.4.12
+ dht_publickey_get_long_id@Base 2.4.12
+ dht_publickey_import@Base 2.4.12
+ dht_runner_bootstrap@Base 2.4.12
+ dht_runner_cancel_listen@Base 2.4.12
+ dht_runner_cancel_put@Base 2.4.12
+ dht_runner_config_default@Base 2.4.12
+ dht_runner_delete@Base 2.4.12
+ dht_runner_get@Base 2.4.12
+ dht_runner_get_bound_port@Base 2.4.12
+ dht_runner_get_id@Base 2.4.12
+ dht_runner_get_node_id@Base 2.4.12
+ dht_runner_get_public_address@Base 2.4.12
+ dht_runner_is_running@Base 2.4.12
+ dht_runner_listen@Base 2.4.12
+ dht_runner_new@Base 2.4.12
+ dht_runner_ping@Base 2.4.12
+ dht_runner_put@Base 2.4.12
+ dht_runner_put_encrypted@Base 2.4.12
+ dht_runner_put_signed@Base 2.4.12
+ dht_runner_run@Base 2.4.12
+ dht_runner_run_config@Base 2.4.12
+ dht_runner_shutdown@Base 2.4.12
+ dht_value_get_data@Base 2.4.12
+ dht_value_get_id@Base 2.4.12
+ dht_value_get_owner@Base 2.4.12
+ dht_value_get_recipient@Base 2.4.12
+ dht_value_get_user_type@Base 2.4.12
+ dht_value_new@Base 2.4.12
+ dht_value_new_from_string@Base 2.4.12
+ dht_value_ref@Base 2.4.12
+ dht_value_set_user_type@Base 2.4.12
+ dht_value_unref@Base 2.4.12
+ dht_version@Base 2.4.12
diff -Nru opendht-3.0.1/debian/libopendht3.install 
opendht-3.0.1/debian/libopendht3.install
--- opendht-3.0.1/debian/libopendht3.install    2024-01-19 01:19:50.000000000 
-0300
+++ opendht-3.0.1/debian/libopendht3.install    1969-12-31 21:00:00.000000000 
-0300
@@ -1 +0,0 @@
-usr/lib/*/libopendht.so.*
diff -Nru opendht-3.0.1/debian/libopendht3t64.install 
opendht-3.0.1/debian/libopendht3t64.install
--- opendht-3.0.1/debian/libopendht3t64.install 1969-12-31 21:00:00.000000000 
-0300
+++ opendht-3.0.1/debian/libopendht3t64.install 2024-01-19 01:19:50.000000000 
-0300
@@ -0,0 +1 @@
+usr/lib/*/libopendht.so.*
diff -Nru opendht-3.0.1/debian/libopendht3t64.lintian-overrides 
opendht-3.0.1/debian/libopendht3t64.lintian-overrides
--- opendht-3.0.1/debian/libopendht3t64.lintian-overrides       1969-12-31 
21:00:00.000000000 -0300
+++ opendht-3.0.1/debian/libopendht3t64.lintian-overrides       2024-02-03 
16:49:15.000000000 -0300
@@ -0,0 +1 @@
+libopendht3t64: package-name-doesnt-match-sonames libopendht3

--- End Message ---
--- Begin Message ---
Source: opendht
Source-Version: 3.0.1-1.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
opendht, 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 opendht 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 12:15:24 +0000
Source: opendht
Architecture: source
Version: 3.0.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Amin Bandali <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062842
Changes:
 opendht (3.0.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062842
Checksums-Sha1:
 085475de14de8cbe899f64c39a8f6d319802fde0 2658 opendht_3.0.1-1.1.dsc
 038d5bae85e6e7468ae9ff799d448380ad964682 12120 opendht_3.0.1-1.1.debian.tar.xz
 d0e3b6e644fe91e31b8b21794498a1056a691998 9927 
opendht_3.0.1-1.1_source.buildinfo
Checksums-Sha256:
 4cfa9c9f4304bad64696b7dbca65a9c60f4a93a4dee638044a8c01354cf0f344 2658 
opendht_3.0.1-1.1.dsc
 2dad6d781b208f86a0314edff21be63642e923596d4e03bd64a9d70ebfb6e6ab 12120 
opendht_3.0.1-1.1.debian.tar.xz
 c6ea7e106dd1c4e1f83036765d02b2cfcb7dac52dee344107f5f15a1c6c4b663 9927 
opendht_3.0.1-1.1_source.buildinfo
Files:
 58e32a38f0fed582e11fdbaf3929dd28 2658 libs optional opendht_3.0.1-1.1.dsc
 641c1a10657b087146feab853854eed7 12120 libs optional 
opendht_3.0.1-1.1.debian.tar.xz
 76eef44d8d52a9c09d62c2d258ccc4ba 9927 libs optional 
opendht_3.0.1-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgddQACgkQFZ61xO/I
d0xcYw/9Hwta4RM5ItwUCy/M3Yho0yFbbd2d5v4ChSnA5O/aSPCV8dwF2BPHe1Uq
KKYqsvl/f9GvC7iLtjoCLhMIO9NppKUoErKaxBrT2EZO6LRAa/67xiQszHP7Uchi
elub6Io1da6SubxTlW2uWzsv6UBrpHJoOJ/3Iw8X9R4+H29yO4bJ9gfGPYeexTwa
ydeGc01iDil83r5C3BmYXB/nEJxUaLME9nwYrWISgfvXHCeEqJPJH9q1hsqhs676
HORL1Yi3ALevFW7oR8e7ZVhHNVwViQVAAaL2JBUwQPE1VtUzUdUcSRYR49LwJOO3
cl9shxSvgR8LtwfrvpyOkzJAu9bb2qGtUJ1d8GF+jHJO1UvxaDQ8t18SUU1lHKvf
GR4GMxAi2JoPvzpiwrINq6frp3ZXnuhoJLEConJ5MFhxCRdMLqpJQLo7ck6pjhVx
shxEgNtXBxPuIoD+2HzP7n4cs5DtkqD9vsIflAhJ/QjcceJ+hcM9nK9jI+k/nBBp
9Y5eBSMy44DjMEgMTrMxUgIsn6JWPOkZm+45c5qSe8qQmrMI70T6qCe6oXbo5FGY
mxOqzJSBvhA9Vl0hkovMo5YVkPH4c28o6J2Z+xGQS0+nSi9aAc7Lsn1wR5u1ja6F
NEAXmGAV9YbrBLfvT0AU8Ejh/KAPeoEUr/LiZ6OGH9EIjGpoU80=
=oso4
-----END PGP SIGNATURE-----

Attachment: pgpkXOnc8ITxv.pgp
Description: PGP signature


--- End Message ---

Reply via email to