Your message dated Sun, 27 Nov 2016 22:55:59 +0000
with message-id <[email protected]>
and subject line Bug#844536: fixed in isc-kea 1.1.0-1
has caused the Debian Bug report #844536,
regarding Please package new upstream version 1.1.0
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.)


-- 
844536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844536
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: isc-kea
Severity: wishlist
Tags: patch

Hi,

Would it be possible to package the new upstream version? I'd be happy to help
if needed, I've already updated the package for work using the attached patch.

Thanks,
Vincent
diff -uNr archive/isc-kea-1.0.0/debian/changelog isc-kea/debian/changelog
--- archive/isc-kea-1.0.0/debian/changelog	2016-07-25 23:03:11.000000000 +0200
+++ isc-kea/debian/changelog	2016-11-15 22:04:56.305994768 +0100
@@ -1,3 +1,26 @@
+isc-kea (1.1.0-1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream release
+    - Refresh patches
+    - Remove debian/patches/fix_gcc6
+  * debian/rules: Use --with autoreconf
+    - Add Build-Depends on dh-autoreconf
+    - Refresh patches to patch Makefile.am, not Makefile.in
+  * debian/control:
+    - Update Vcs fields to use https
+    - Standard-Version 3.9.8
+    - Build-Depends on default-libmysqlclient-dev instead of
+      libmysqlclient-dev
+    - Extend and make consistent all the extended descriptions, fix
+      extended-description-is-probably-too-short
+    - Add Depends on lsb-base for kea-dhcp4-server, kea-dhcp6-server, and
+      kea-dhcp-ddns-server
+    - Build-Depends on libssl1.0-dev
+  * debian/copyright: move debian/* section below *
+
+ -- Vincent Legout <[email protected]>  Tue, 08 Nov 2016 10:41:53 +0100
+
 isc-kea (1.0.0-4) unstable; urgency=medium
 
   * debian/rules:
diff -uNr archive/isc-kea-1.0.0/debian/control isc-kea/debian/control
--- archive/isc-kea-1.0.0/debian/control	2016-07-25 22:17:51.000000000 +0200
+++ isc-kea/debian/control	2016-11-15 22:03:37.631460421 +0100
@@ -4,17 +4,17 @@
 Maintainer: Adam Majer <[email protected]>
 Build-Depends: debhelper (>= 9), autotools-dev, liblog4cplus-dev,
                libboost-dev, libboost-system-dev, bison, flex,
-               libmysqlclient-dev, libpq-dev, python3-dev, elinks,
+               default-libmysqlclient-dev, libpq-dev, python3-dev, elinks,
                postgresql-server-dev-all,
-               xsltproc, docbook, docbook-xsl
-Standards-Version: 3.9.7
+               xsltproc, docbook, docbook-xsl, dh-autoreconf, libssl1.0-dev
+Standards-Version: 3.9.8
 Homepage: http://kea.isc.org/
-Vcs-Git: git://anonscm.debian.org/collab-maint/isc-kea.git
-Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/isc-kea.git;a=summary
+Vcs-Git: https://anonscm.debian.org/git/collab-maint/isc-kea.git
+Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/isc-kea.git/
 
 Package: kea-dhcp4-server
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, kea-common (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, kea-common (= ${binary:Version}), lsb-base (>= 3.0-6)
 Suggests: kea-doc
 Description: ISC KEA IPv4 DHCP server
  KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
@@ -24,7 +24,7 @@
 
 Package: kea-dhcp6-server
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, kea-common (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, kea-common (= ${binary:Version}), lsb-base (>= 3.0-6)
 Suggests: kea-doc
 Description: ISC KEA IPv6 DHCP server
  KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
@@ -34,12 +34,13 @@
 
 Package: kea-dhcp-ddns-server
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, kea-common (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, kea-common (= ${binary:Version}), lsb-base (>= 3.0-6)
 Suggests: kea-doc
 Description: ISC KEA DHCP Dynamic DNS service
- KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
+ KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
+ providing a very high-performance with PostgreSQL, MySQL and memfile backends.
  .
- This package provides Dynamic DNS service to update DNS mapping based on 
+ This package provides Dynamic DNS service to update DNS mapping based on
  DHCP lease events.
 
 Package: kea-doc
@@ -47,7 +48,8 @@
 Section: doc
 Depends: ${misc:Depends}
 Description: Documentation for ISC KEA DHCP server
- KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
+ KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
+ providing a very high-performance with PostgreSQL, MySQL and memfile backends.
  .
  This package provides documentation for the DHCP servers.
 
@@ -56,7 +58,8 @@
 Section: admin
 Depends: ${shlibs:Depends}, ${misc:Depends}, kea-common (= ${binary:Version})
 Description: Administration utilities for ISC KEA DHCP server
- KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
+ KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
+ providing a very high-performance with PostgreSQL, MySQL and memfile backends.
  .
  This package provides backend database initialization and migration
  scripts and a DHCP benchmark tool.
@@ -66,7 +69,8 @@
 Section: devel
 Depends: ${shlibs:Depends}, ${misc:Depends}, kea-common (= ${binary:Version})
 Description: Development headers for ISC KEA DHCP server
- KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
+ KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
+ providing a very high-performance with PostgreSQL, MySQL and memfile backends.
  .
  This package provides headers and static libraries of the common ISC KEA
  libraries, including libdhcp++
@@ -76,6 +80,7 @@
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Common libraries for the ISC KEA DHCP server
- KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
+ KEA is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
+ providing a very high-performance with PostgreSQL, MySQL and memfile backends.
  .
  This package provides common libraries used by ISC KEA servers and utilities.
diff -uNr archive/isc-kea-1.0.0/debian/copyright isc-kea/debian/copyright
--- archive/isc-kea-1.0.0/debian/copyright	2016-07-25 22:17:51.000000000 +0200
+++ isc-kea/debian/copyright	2016-11-08 11:17:29.938106269 +0100
@@ -2,14 +2,14 @@
 Upstream-Name: isc-kea-dhcp-server
 Source: http://kea.isc.org
 
-Files: debian/*
-Copyright: 2016 Adam Majer <[email protected]>
-License: MPL-2.0
-
 Files: *
 Copyright: 2014-2015 Internet Systems Consortium, Inc.
 License: MPL-2.0
 
+Files: debian/*
+Copyright: 2016 Adam Majer <[email protected]>
+License: MPL-2.0
+
 Files: src/lib/util/encode/base16_from_binary.h
        src/lib/util/encode/base32hex_from_binary.h
        src/lib/util/encode/binary_from_base32hex.h
diff -uNr archive/isc-kea-1.0.0/debian/patches/fix_gcc6 isc-kea/debian/patches/fix_gcc6
--- archive/isc-kea-1.0.0/debian/patches/fix_gcc6	2016-07-25 22:53:26.000000000 +0200
+++ isc-kea/debian/patches/fix_gcc6	1970-01-01 01:00:00.000000000 +0100
@@ -1,13 +0,0 @@
-Index: isc-kea/src/lib/dhcpsrv/pgsql_lease_mgr.cc
-===================================================================
---- isc-kea.orig/src/lib/dhcpsrv/pgsql_lease_mgr.cc
-+++ isc-kea/src/lib/dhcpsrv/pgsql_lease_mgr.cc
-@@ -1690,7 +1690,7 @@ PgSqlLeaseMgr::getVersion() const {
- 
-     PQclear(r);
- 
--    return make_pair<uint32_t, uint32_t>(version, minor);
-+    return std::pair<uint32_t, uint32_t>(version, minor);
- }
- 
- void
diff -uNr archive/isc-kea-1.0.0/debian/patches/path_fixes isc-kea/debian/patches/path_fixes
--- archive/isc-kea-1.0.0/debian/patches/path_fixes	2016-07-25 22:17:51.000000000 +0200
+++ isc-kea/debian/patches/path_fixes	2016-11-08 10:57:10.662258517 +0100
@@ -1,34 +1,8 @@
-Index: isc-kea/src/lib/dhcpsrv/Makefile.in
-===================================================================
---- isc-kea.orig/src/lib/dhcpsrv/Makefile.in	2016-01-28 00:42:00.765652681 -0600
-+++ isc-kea/src/lib/dhcpsrv/Makefile.in	2016-01-28 00:42:00.761652719 -0600
-@@ -544,7 +544,7 @@
- top_srcdir = @top_srcdir@
- AUTOMAKE_OPTIONS = subdir-objects
- SUBDIRS = . testutils tests
--dhcp_data_dir = @localstatedir@/@PACKAGE@
-+dhcp_data_dir = @localstatedir@/lib/@PACKAGE@
- kea_lfc_location = @prefix@/sbin/kea-lfc
- # Set location of the kea-lfc binary.
- AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib \
-Index: isc-kea/src/lib/log/interprocess/Makefile.in
-===================================================================
---- isc-kea.orig/src/lib/log/interprocess/Makefile.in	2016-01-28 00:42:00.765652681 -0600
-+++ isc-kea/src/lib/log/interprocess/Makefile.in	2016-01-28 00:42:00.761652719 -0600
-@@ -401,7 +401,7 @@
- top_srcdir = @top_srcdir@
- SUBDIRS = . tests
- AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib \
--	-DLOCKFILE_DIR=\"$(localstatedir)/run/$(PACKAGE_NAME)\" \
-+	-DLOCKFILE_DIR=\"$(localstatedir)/run\" \
- 	$(BOOST_INCLUDES)
- AM_CXXFLAGS = $(KEA_CXXFLAGS)
- CLEANFILES = *.gcno *.gcda
 Index: isc-kea/src/lib/log/interprocess/interprocess_sync_file.cc
 ===================================================================
---- isc-kea.orig/src/lib/log/interprocess/interprocess_sync_file.cc	2016-01-28 00:42:00.765652681 -0600
-+++ isc-kea/src/lib/log/interprocess/interprocess_sync_file.cc	2016-01-28 00:42:00.761652719 -0600
-@@ -48,7 +48,7 @@
+--- isc-kea.orig/src/lib/log/interprocess/interprocess_sync_file.cc
++++ isc-kea/src/lib/log/interprocess/interprocess_sync_file.cc
+@@ -48,7 +48,7 @@ InterprocessSyncFile::do_lock(int cmd, s
              lockfile_path = env;
          }
  
@@ -39,9 +13,9 @@
          // checks every time a message is logged.
 Index: isc-kea/src/lib/dhcpsrv/daemon.cc
 ===================================================================
---- isc-kea.orig/src/lib/dhcpsrv/daemon.cc	2016-01-28 00:42:00.765652681 -0600
-+++ isc-kea/src/lib/dhcpsrv/daemon.cc	2016-01-28 00:42:00.761652719 -0600
-@@ -28,7 +28,7 @@
+--- isc-kea.orig/src/lib/dhcpsrv/daemon.cc
++++ isc-kea/src/lib/dhcpsrv/daemon.cc
+@@ -28,7 +28,7 @@ namespace dhcp {
  
  Daemon::Daemon()
      : signal_set_(), signal_handler_(), config_file_(""), proc_name_(""),
@@ -52,8 +26,8 @@
      // This is primarily intended to simplify testing
 Index: isc-kea/src/bin/d2/spec_config.h.pre.in
 ===================================================================
---- isc-kea.orig/src/bin/d2/spec_config.h.pre.in	2016-01-28 00:42:00.765652681 -0600
-+++ isc-kea/src/bin/d2/spec_config.h.pre.in	2016-01-28 00:42:00.761652719 -0600
+--- isc-kea.orig/src/bin/d2/spec_config.h.pre.in
++++ isc-kea/src/bin/d2/spec_config.h.pre.in
 @@ -4,4 +4,4 @@
  // License, v. 2.0. If a copy of the MPL was not distributed with this
  // file, You can obtain one at http://mozilla.org/MPL/2.0/.
@@ -62,8 +36,8 @@
 +#define D2_SPECFILE_LOCATION "@prefix@/share/kea-dhcp-ddns-server/dhcp-ddns.spec"
 Index: isc-kea/src/bin/dhcp4/spec_config.h.pre.in
 ===================================================================
---- isc-kea.orig/src/bin/dhcp4/spec_config.h.pre.in	2016-01-28 00:42:00.765652681 -0600
-+++ isc-kea/src/bin/dhcp4/spec_config.h.pre.in	2016-01-28 00:42:00.761652719 -0600
+--- isc-kea.orig/src/bin/dhcp4/spec_config.h.pre.in
++++ isc-kea/src/bin/dhcp4/spec_config.h.pre.in
 @@ -4,4 +4,4 @@
  // License, v. 2.0. If a copy of the MPL was not distributed with this
  // file, You can obtain one at http://mozilla.org/MPL/2.0/.
@@ -72,20 +46,46 @@
 +#define DHCP4_SPECFILE_LOCATION "@prefix@/share/kea-dhcp4-server/dhcp4.spec"
 Index: isc-kea/src/bin/dhcp6/spec_config.h.pre.in
 ===================================================================
---- isc-kea.orig/src/bin/dhcp6/spec_config.h.pre.in	2016-01-28 00:42:00.765652681 -0600
-+++ isc-kea/src/bin/dhcp6/spec_config.h.pre.in	2016-01-28 00:42:00.761652719 -0600
+--- isc-kea.orig/src/bin/dhcp6/spec_config.h.pre.in
++++ isc-kea/src/bin/dhcp6/spec_config.h.pre.in
 @@ -4,4 +4,4 @@
  // License, v. 2.0. If a copy of the MPL was not distributed with this
  // file, You can obtain one at http://mozilla.org/MPL/2.0/.
  
 -#define DHCP6_SPECFILE_LOCATION "@prefix@/share/@PACKAGE@/dhcp6.spec"
 +#define DHCP6_SPECFILE_LOCATION "@prefix@/share/kea-dhcp6/dhcp6.spec"
-Index: isc-kea/doc/guide/Makefile.in
+Index: isc-kea/src/lib/dhcpsrv/Makefile.am
 ===================================================================
---- isc-kea.orig/doc/guide/Makefile.in	2015-12-28 14:25:52.000000000 -0600
-+++ isc-kea/doc/guide/Makefile.in	2016-01-28 00:43:22.584887938 -0600
-@@ -576,7 +576,7 @@
+--- isc-kea.orig/src/lib/dhcpsrv/Makefile.am
++++ isc-kea/src/lib/dhcpsrv/Makefile.am
+@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects
  
+ SUBDIRS = . testutils tests
+ 
+-dhcp_data_dir = @localstatedir@/@PACKAGE@
++dhcp_data_dir = @localstatedir@/lib/@PACKAGE@
+ kea_lfc_location = @prefix@/sbin/kea-lfc
+ 
+ AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib -DDHCP_DATA_DIR="\"$(dhcp_data_dir)\""
+Index: isc-kea/src/lib/log/interprocess/Makefile.am
+===================================================================
+--- isc-kea.orig/src/lib/log/interprocess/Makefile.am
++++ isc-kea/src/lib/log/interprocess/Makefile.am
+@@ -1,7 +1,7 @@
+ SUBDIRS = . tests
+ 
+ AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
+-AM_CPPFLAGS += -DLOCKFILE_DIR=\"$(localstatedir)/run/$(PACKAGE_NAME)\"
++AM_CPPFLAGS += -DLOCKFILE_DIR=\"$(localstatedir)/run\"
+ AM_CPPFLAGS += $(BOOST_INCLUDES)
+ 
+ AM_CXXFLAGS = $(KEA_CXXFLAGS)
+Index: isc-kea/doc/guide/Makefile.am
+===================================================================
+--- isc-kea.orig/doc/guide/Makefile.am
++++ isc-kea/doc/guide/Makefile.am
+@@ -15,7 +15,7 @@ EXTRA_DIST = $(DOCBOOK)
+ DISTCLEANFILES = $(HTMLDOCS) $(DOCS) kea-messages.xml
  
  kea-messages.xml:
 -	$(top_srcdir)/tools/system_messages -o $@ \
diff -uNr archive/isc-kea-1.0.0/debian/patches/series isc-kea/debian/patches/series
--- archive/isc-kea-1.0.0/debian/patches/series	2016-07-25 22:40:12.000000000 +0200
+++ isc-kea/debian/patches/series	2016-11-15 22:03:17.271882200 +0100
@@ -2,4 +2,3 @@
 fix_typo
 fix_pc_paths
 support_kfreebsd
-fix_gcc6
diff -uNr archive/isc-kea-1.0.0/debian/patches/support_kfreebsd isc-kea/debian/patches/support_kfreebsd
--- archive/isc-kea-1.0.0/debian/patches/support_kfreebsd	2016-07-25 22:17:51.000000000 +0200
+++ isc-kea/debian/patches/support_kfreebsd	2016-11-08 10:42:43.714147318 +0100
@@ -1,8 +1,8 @@
 Index: isc-kea/configure
 ===================================================================
---- isc-kea.orig/configure	2016-03-01 00:18:59.277551067 -0600
-+++ isc-kea/configure	2016-03-01 00:18:59.273551106 -0600
-@@ -16008,7 +16008,7 @@
+--- isc-kea.orig/configure
++++ isc-kea/configure
+@@ -16075,7 +16075,7 @@ $as_echo "OS X >= 10.9" >&6; }
  fi
  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  	;;
@@ -11,7 +11,7 @@
  	# On FreeBSD10.1 pthread_cond_destroy doesn't work as documented, which
  	# causes the CondVarTest.destroyWhileWait test to fail. According to the
  	# pthread_cond_destroy documentation for FreeBSD, this function should
-@@ -16707,7 +16707,7 @@
+@@ -16774,7 +16774,7 @@ $as_echo "#define OS_OSX 1" >>confdefs.h
        BSD_TYPE="OSX"
        CPPFLAGS="$CPPFLAGS -DOS_BSD"
        ;;
diff -uNr archive/isc-kea-1.0.0/debian/rules isc-kea/debian/rules
--- archive/isc-kea-1.0.0/debian/rules	2016-07-25 22:22:34.000000000 +0200
+++ isc-kea/debian/rules	2016-11-08 10:47:12.350047373 +0100
@@ -17,7 +17,7 @@
 export DEB_CXXFLAGS_MAINT_STRIP = -O2
 
 %:
-	dh $@  --with autotools-dev --parallel -B
+	dh $@  --with autotools-dev --with autoreconf --parallel -B
 
 override_dh_auto_configure:
 	cat debian/conffiles.md5 | md5sum -c --status

--- End Message ---
--- Begin Message ---
Source: isc-kea
Source-Version: 1.1.0-1

We believe that the bug you reported is fixed in the latest version of
isc-kea, 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.
Adam Majer <[email protected]> (supplier of updated isc-kea 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: SHA256

Format: 1.8
Date: Sun, 27 Nov 2016 23:07:17 +0100
Source: isc-kea
Binary: kea-dhcp4-server kea-dhcp6-server kea-dhcp-ddns-server kea-doc 
kea-admin kea-dev kea-common
Architecture: source
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Adam Majer <[email protected]>
Changed-By: Adam Majer <[email protected]>
Description:
 kea-admin  - Administration utilities for ISC KEA DHCP server
 kea-common - Common libraries for the ISC KEA DHCP server
 kea-dev    - Development headers for ISC KEA DHCP server
 kea-dhcp-ddns-server - ISC KEA DHCP Dynamic DNS service
 kea-dhcp4-server - ISC KEA IPv4 DHCP server
 kea-dhcp6-server - ISC KEA IPv6 DHCP server
 kea-doc    - Documentation for ISC KEA DHCP server
Closes: 828356 844536 845856
Changes:
 isc-kea (1.1.0-1) unstable; urgency=medium
 .
   * New upstream version 1.1.0 (closes: #844536)
     + support PostgreSQL and MySQL for host reservation for both
       DHCPv4 and DHCPv6
     + allows MySQL and PostgreSQL host reservations databases
       to operate in read-only mode
     + extends host reservations capabilities based on specific
       DHCP options.
     + expanded client classification system
     + DHCPv4-over-DHCPv6 - RFC7341
   * builds with default mysql library (closes: #845856)
   * debian/patches:
     - fix_gcc6 - removed, upstreamed
     - openssl1.1 - add OpenSSL 1.1 support (closes: #828356)
Checksums-Sha1:
 7e3e84d99075efd1c041062836ac3244ca9a277b 2356 isc-kea_1.1.0-1.dsc
 35cce47c3768cfdb27bec0e248b32b5804ca10f6 4934875 isc-kea_1.1.0.orig.tar.gz
 231c69688568c739d0f37f8dec979c24238b77c1 16200 isc-kea_1.1.0-1.debian.tar.xz
Checksums-Sha256:
 7d727433eb086e07334986b248507e0cf280eb5617947b51553b279aa919b6e5 2356 
isc-kea_1.1.0-1.dsc
 c3d97aee4faa19653ffe6d37e797e2fbf632124cd0b98bb502f9b97b5a383c2d 4934875 
isc-kea_1.1.0.orig.tar.gz
 ed7695b18337d2f30aa8d23756053597830caea62a0146e275199d780ec049b4 16200 
isc-kea_1.1.0-1.debian.tar.xz
Files:
 50ebeac745a1aaa7939746bb700fcbd9 2356 net extra isc-kea_1.1.0-1.dsc
 716d5376374cd111dba301ece5111602 4934875 net extra isc-kea_1.1.0.orig.tar.gz
 308b3c8ed3bcb5b2822c32fbded77e33 16200 net extra isc-kea_1.1.0-1.debian.tar.xz

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

iQIuBAEBCAAwFiEES+fB08xlgTrzSdQvhkUIsBsmec8FAlg7WaYSHGFkYW1tQHpv
bWJpbm8uY29tAAoJEIZFCLAbJnnPJvMPQI14DhHEqW/BxqAutzeQdObgXXU1xVE+
tsljEz9hT+K4ABZsMDnecyryp3Wtamlsjp5dIZqSsB2p9vUwAJHBajyOr3YqfAQK
3dGM0Mn2N2CpB0KNJ41S0IhrLUBwqFnrCS+AXXftNMwErnK2KYW/HM0TdYFj3sbh
4pHRABp7M4Mhr5IHNio7I+EqElfe8zG8/UmS8l1YlxQLwyrQ8X51MNcGIVJ7AsD1
nnxAmAU5cKx5lOhpv1c+gWSaKj5HkBllKPAYrlcXfJ6wrm7BM9s3wddIWTF1smsk
Prdn+BfT/PoUSmPkI0F9kW4mmx45jWpTp0fUs65w8UbNOb+BlzbJgFm6eJg1SslV
6RJmDW2wogB3wxsXZqfZXS1cTSzsw3OodhHHXbacjv5n8uMmeGcnUzCwu4XV2UEY
i8SV7735CKgfenaEmSVapXihs7rcvvYLkXFFvekmIX+o1LzmVgwKBof+ZyKwvzoY
YyXtNYHhIT9IOV8AoxtQDp1Y8rXO1YuilOqp/9Gt5bqaM18NfZ8eOU6+MAai+e3e
ToephuXGPIMx6lwQ297uz8pT29J08d24lFjPmfnVzWlkJow2lE8z/UJvttS8afIx
Pz/4Op0U6ssVIcMlmw1a7tmfx/iC/EcXs6qK10u9asYG
=8umI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to