Your message dated Fri, 20 Jul 2018 14:01:07 +0000
with message-id <[email protected]>
and subject line Bug#890483: fixed in bind9 1:9.11.4+dfsg-2
has caused the Debian Bug report #890483,
regarding bind9: compile with dnstap support
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.)
--
890483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890483
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bind9
Version: 1:9.11.2.P1-1
Severity: wishlist
Tags: patch
It would be nice to enable the dnstap functionality included in bind
9.11 for detailed logging of dns queries going throught bind.
It would pull in extra dependencies on libfstrm0, libprotobuf-c1 and
zlib1g, however this might be worth it.
I've created a patch to the debian packaging that I used to compile
a deb with this option added. I think it's more or less correct.
diff -ur orig/debian/changelog diff/debian/changelog
--- orig/debian/changelog 2018-01-17 07:06:04.000000000 +0100
+++ diff/debian/changelog 2018-01-22 05:40:20.000000000 +0100
@@ -1,3 +1,9 @@
+bind9 (1:9.11.2.P1-1spectralmud1) unstable; urgency=medium
+
+ * Compile with support for dnstap
+
+ -- Richard James Salts <[email protected]> Mon, 22 Jan 2018
05:40:20 +0100
+
bind9 (1:9.11.2.P1-1) unstable; urgency=medium
* New upstream version 9.11.2-P1
diff -ur orig/debian/control diff/debian/control
--- orig/debian/control 2018-01-17 07:06:04.000000000 +0100
+++ diff/debian/control 2018-01-22 05:40:20.000000000 +0100
@@ -23,7 +23,9 @@
libtool,
libxml2-dev,
python3,
- python3-ply
+ python3-ply,
+ protobuf-c-compiler,
+ libfstrm-dev
Standards-Version: 4.1.2
Vcs-Browser: https://anonscm.debian.org/git/pkg-dns/bind9.git
Vcs-Git: git://anonscm.debian.org/git/pkg-dns/bind9.git
diff -ur orig/debian/dnsutils.install diff/debian/dnsutils.install
--- orig/debian/dnsutils.install 2018-01-17 07:06:04.000000000 +0100
+++ diff/debian/dnsutils.install 2018-01-22 05:39:12.000000000 +0100
@@ -3,8 +3,10 @@
usr/bin/mdig
usr/bin/nslookup
usr/bin/nsupdate
+usr/bin/dnstap-read
usr/share/man/man1/delv.1
usr/share/man/man1/dig.1
usr/share/man/man1/mdig.1
usr/share/man/man1/nslookup.1
usr/share/man/man1/nsupdate.1
+usr/share/man/man1/dnstap-read.1
diff -ur orig/debian/libdns169.symbols diff/debian/libdns169.symbols
--- orig/debian/libdns169.symbols 2018-01-17 07:06:04.000000000 +0100
+++ diff/debian/libdns169.symbols 2018-01-22 05:39:41.000000000 +0100
@@ -356,6 +356,21 @@
dns_dsdigest_format@Base 1:9.10.6+dfsg
dns_dsdigest_fromtext@Base 1:9.10.6+dfsg
dns_dsdigest_totext@Base 1:9.10.6+dfsg
+ dns_dt_attach@Base 1:9.11.2+dfsg7
+ dns_dt_close@Base 1:9.11.2+dfsg
+ dns_dt_create@Base 1:9.11.2+dfsg
+ dns_dt_datatotext@Base 1:9.11.2+dfsg
+ dns_dt_detach@Base 1:9.11.2+dfsg
+ dns_dt_getframe@Base 1:9.11.2+dfsg
+ dns_dt_getstats@Base 1:9.11.2+dfsg
+ dns_dt_open@Base 1:9.11.2+dfsg
+ dns_dt_parse@Base 1:9.11.2+dfsg
+ dns_dt_reopen@Base 1:9.11.2+dfsg
+ dns_dt_send@Base 1:9.11.2+dfsg
+ dns_dt_setidentity@Base 1:9.11.2+dfsg
+ dns_dt_setversion@Base 1:9.11.2+dfsg
+ dns_dt_shutdown@Base 1:9.11.2+dfsg
+ dns_dtdata_free@Base 1:9.11.2+dfsg
dns_dumpctx_attach@Base 1:9.10.6+dfsg
dns_dumpctx_cancel@Base 1:9.10.6+dfsg
dns_dumpctx_db@Base 1:9.10.6+dfsg
@@ -1407,6 +1422,24 @@
dns_zt_loadnew@Base 1:9.10.6+dfsg
dns_zt_mount@Base 1:9.10.6+dfsg
dns_zt_unmount@Base 1:9.10.6+dfsg
+ dnstap__dnstap__descriptor@Base 1:9.11.2+dfsg
+ dnstap__dnstap__free_unpacked@Base 1:9.11.2+dfsg
+ dnstap__dnstap__get_packed_size@Base 1:9.11.2+dfsg
+ dnstap__dnstap__init@Base 1:9.11.2+dfsg
+ dnstap__dnstap__pack@Base 1:9.11.2+dfsg
+ dnstap__dnstap__pack_to_buffer@Base 1:9.11.2+dfsg
+ dnstap__dnstap__type__descriptor@Base 1:9.11.2+dfsg
+ dnstap__dnstap__unpack@Base 1:9.11.2+dfsg
+ dnstap__message__descriptor@Base 1:9.11.2+dfsg
+ dnstap__message__free_unpacked@Base 1:9.11.2+dfsg
+ dnstap__message__get_packed_size@Base 1:9.11.2+dfsg
+ dnstap__message__init@Base 1:9.11.2+dfsg
+ dnstap__message__pack@Base 1:9.11.2+dfsg
+ dnstap__message__pack_to_buffer@Base 1:9.11.2+dfsg
+ dnstap__message__type__descriptor@Base 1:9.11.2+dfsg
+ dnstap__message__unpack@Base 1:9.11.2+dfsg
+ dnstap__socket_family__descriptor@Base 1:9.11.2+dfsg
+ dnstap__socket_protocol__descriptor@Base 1:9.11.2+dfsg
dst__entropy_getdata@Base 1:9.10.6+dfsg
dst__entropy_status@Base 1:9.10.6+dfsg
dst__gssapi_init@Base 1:9.10.6+dfsg
@@ -1883,6 +1916,21 @@
dns_dsdigest_format@Base 1:9.10.6+dfsg
dns_dsdigest_fromtext@Base 1:9.10.6+dfsg
dns_dsdigest_totext@Base 1:9.10.6+dfsg
+ dns_dt_attach@Base 1:9.11.2+dfsg
+ dns_dt_close@Base 1:9.11.2+dfsg
+ dns_dt_create@Base 1:9.11.2+dfsg
+ dns_dt_datatotext@Base 1:9.11.2+dfsg
+ dns_dt_detach@Base 1:9.11.2+dfsg
+ dns_dt_getframe@Base 1:9.11.2+dfsg
+ dns_dt_getstats@Base 1:9.11.2+dfsg
+ dns_dt_open@Base 1:9.11.2+dfsg
+ dns_dt_parse@Base 1:9.11.2+dfsg
+ dns_dt_reopen@Base 1:9.11.2+dfsg
+ dns_dt_send@Base 1:9.11.2+dfsg
+ dns_dt_setidentity@Base 1:9.11.2+dfsg
+ dns_dt_setversion@Base 1:9.11.2+dfsg
+ dns_dt_shutdown@Base 1:9.11.2+dfsg
+ dns_dtdata_free@Base 1:9.11.2+dfsg
dns_dumpctx_attach@Base 1:9.10.6+dfsg
dns_dumpctx_cancel@Base 1:9.10.6+dfsg
dns_dumpctx_db@Base 1:9.10.6+dfsg
@@ -2934,6 +2982,24 @@
dns_zt_loadnew@Base 1:9.10.6+dfsg
dns_zt_mount@Base 1:9.10.6+dfsg
dns_zt_unmount@Base 1:9.10.6+dfsg
+ dnstap__dnstap__descriptor@Base 1:9.11.2+dfsg
+ dnstap__dnstap__free_unpacked@Base 1:9.11.2+dfsg
+ dnstap__dnstap__get_packed_size@Base 1:9.11.2+dfsg
+ dnstap__dnstap__init@Base 1:9.11.2+dfsg
+ dnstap__dnstap__pack@Base 1:9.11.2+dfsg
+ dnstap__dnstap__pack_to_buffer@Base 1:9.11.2+dfsg
+ dnstap__dnstap__type__descriptor@Base 1:9.11.2+dfsg
+ dnstap__dnstap__unpack@Base 1:9.11.2+dfsg
+ dnstap__message__descriptor@Base 1:9.11.2+dfsg
+ dnstap__message__free_unpacked@Base 1:9.11.2+dfsg
+ dnstap__message__get_packed_size@Base 1:9.11.2+dfsg
+ dnstap__message__init@Base 1:9.11.2+dfsg
+ dnstap__message__pack@Base 1:9.11.2+dfsg
+ dnstap__message__pack_to_buffer@Base 1:9.11.2+dfsg
+ dnstap__message__type__descriptor@Base 1:9.11.2+dfsg
+ dnstap__message__unpack@Base 1:9.11.2+dfsg
+ dnstap__socket_family__descriptor@Base 1:9.11.2+dfsg
+ dnstap__socket_protocol__descriptor@Base 1:9.11.2+dfsg
dst__entropy_getdata@Base 1:9.10.6+dfsg
dst__entropy_status@Base 1:9.10.6+dfsg
dst__gssapi_init@Base 1:9.10.6+dfsg
diff -ur orig/debian/rules diff/debian/rules
--- orig/debian/rules 2018-01-17 07:06:04.000000000 +0100
+++ diff/debian/rules 2018-01-22 05:38:33.000000000 +0100
@@ -90,6 +90,7 @@
--enable-native-pkcs11 \
--with-pkcs11=\$${prefix}/lib/softhsm/libsofthsm2.so \
--with-randomdev=/dev/urandom \
+ --enable-dnstap \
$(EXTRA_FEATURES)
dh_auto_configure -B build-udeb -- \
--sysconfdir=/etc/bind \
@@ -114,6 +115,8 @@
# no need to build these targets here
sed -i 's/dnssec-pkcs11//;s/named-pkcs11//' build-udeb/bin/Makefile
sed -i 's/dns-pkcs11//;s/isc-pkcs11//' build-udeb/lib/Makefile
+ cp lib/dns/dnstap.proto build/lib/dns
+ cp lib/dns-pkcs11/dnstap.proto build/lib/dns-pkcs11
override_dh_auto_build:
dh_auto_build -B build
--- End Message ---
--- Begin Message ---
Source: bind9
Source-Version: 1:9.11.4+dfsg-2
We believe that the bug you reported is fixed in the latest version of
bind9, 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.
Ondřej Surý <[email protected]> (supplier of updated bind9 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: Mon, 16 Jul 2018 18:49:50 +0000
Source: bind9
Binary: bind9 bind9utils bind9-doc bind9-host libbind-dev libbind9-160
libdns1102 libirs160 libisc169 liblwres160 libisccc160 libisccfg160 dnsutils
libbind-export-dev libdns-export1102 libdns-export1102-udeb libirs-export160
libirs-export160-udeb libisc-export169 libisc-export169-udeb libisccc-export160
libisccc-export160-udeb libisccfg-export160 libisccfg-export160-udeb
Architecture: source amd64 all
Version: 1:9.11.4+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: BIND 9 Package <[email protected]>
Changed-By: Ondřej Surý <[email protected]>
Description:
bind9 - Internet Domain Name Server
bind9-doc - Documentation for BIND
bind9-host - DNS lookup utility (deprecated)
bind9utils - Utilities for BIND
dnsutils - Clients provided with BIND
libbind-dev - Static Libraries and Headers used by BIND
libbind-export-dev - Development files for the exported BIND libraries
libbind9-160 - BIND9 Shared Library used by BIND
libdns-export1102 - Exported DNS Shared Library
libdns-export1102-udeb - Exported DNS library for debian-installer (udeb)
libdns1102 - DNS Shared Library used by BIND
libirs-export160 - Exported IRS Shared Library
libirs-export160-udeb - Exported IRS library for debian-installer (udeb)
libirs160 - DNS Shared Library used by BIND
libisc-export169 - Exported ISC Shared Library
libisc-export169-udeb - Exported ISC library for debian-installer (udeb)
libisc169 - ISC Shared Library used by BIND
libisccc-export160 - Command Channel Library used by BIND
libisccc-export160-udeb - Command Channel Library used by BIND (udeb)
libisccc160 - Command Channel Library used by BIND
libisccfg-export160 - Exported ISC CFG Shared Library
libisccfg-export160-udeb - Exported ISC CFG library for debian-installer (udeb)
libisccfg160 - Config File Handling Library used by BIND
liblwres160 - Lightweight Resolver Library used by BIND
Closes: 890483 896889
Changes:
bind9 (1:9.11.4+dfsg-2) unstable; urgency=medium
.
* Enable dnstap support (Courtesy of Richard James Salts) (Closes: #890483)
* Remove auth-nxdomain no; from named.conf.options (Closes: #896889)
Checksums-Sha1:
896bc7d087da44d0202cb28c7a08bd0290c41d0a 3986 bind9_9.11.4+dfsg-2.dsc
911dcc2abc032c4c57ec07656d69c74c733dd11a 76792
bind9_9.11.4+dfsg-2.debian.tar.xz
5371f25587285f8017cba72255bca964ded6e81a 1900796
bind9-dbgsym_9.11.4+dfsg-2_amd64.deb
fb3400eade92b26ca88ecb4c7ebe6db2c1a2b25a 443876 bind9-doc_9.11.4+dfsg-2_all.deb
ff887c39a9096ca502e43cdf41593e4ea4e3d3e9 92840
bind9-host-dbgsym_9.11.4+dfsg-2_amd64.deb
1dee1e42d288b8ee7003bba9621064dd6aeb7a25 267056
bind9-host_9.11.4+dfsg-2_amd64.deb
467497f21d3d6fb4e98be15ac55325be62938d10 19904
bind9_9.11.4+dfsg-2_amd64.buildinfo
30939e1d44feb1ad24102b131a6d90b4f3d1c110 617428 bind9_9.11.4+dfsg-2_amd64.deb
f5d57a5e6fafa56f5f04939c4a1aedacbd0224b6 922288
bind9utils-dbgsym_9.11.4+dfsg-2_amd64.deb
6ef581c4fc755a59ee9a72ba2d91822bf64bf2e2 427876
bind9utils_9.11.4+dfsg-2_amd64.deb
4645262e71041d7083e228b6ab373e14886fec29 340084
dnsutils-dbgsym_9.11.4+dfsg-2_amd64.deb
e4291ab886f14788bf74b11dffb44bae425eaf79 361400
dnsutils_9.11.4+dfsg-2_amd64.deb
a9c3fcc6f9ad61daa2fbc4b862b3e132cc7c6658 1711308
libbind-dev_9.11.4+dfsg-2_amd64.deb
e881e811898715c3878a1a87d5595386cd151c1c 1525656
libbind-export-dev_9.11.4+dfsg-2_amd64.deb
0c4b491e88e88bc447c3baaffe8345c164478a6e 57812
libbind9-160-dbgsym_9.11.4+dfsg-2_amd64.deb
2da845141c06a44c3b8c42e1f60ba2212bda132d 243200
libbind9-160_9.11.4+dfsg-2_amd64.deb
5020f7b15b94862efc67eed372ba251c17d8697d 2274052
libdns-export1102-dbgsym_9.11.4+dfsg-2_amd64.deb
9f8373bf605597cbe8b2a3bada2683bff692f656 743304
libdns-export1102-udeb_9.11.4+dfsg-2_amd64.udeb
55ec0fbc9ed982fadf1d93ec2fedec7d4cc317cf 961048
libdns-export1102_9.11.4+dfsg-2_amd64.deb
964e5ba67c913e509984c54ab7f80ffd6f11a82b 4991052
libdns1102-dbgsym_9.11.4+dfsg-2_amd64.deb
4c7b8bf0d53615d16db976cbabef7b554962c5c2 1210648
libdns1102_9.11.4+dfsg-2_amd64.deb
e68d9bfc9f7238835f394ba8956ed661f0f8a65a 53384
libirs-export160-dbgsym_9.11.4+dfsg-2_amd64.deb
463a09b91ecd7aa1b3b3e9652635368601bd70bf 15664
libirs-export160-udeb_9.11.4+dfsg-2_amd64.udeb
227925ee28c1707a631910de3869a1618b494097 233168
libirs-export160_9.11.4+dfsg-2_amd64.deb
49aff4c1f9e67920c07cf5f7801ee65442e5db36 56340
libirs160-dbgsym_9.11.4+dfsg-2_amd64.deb
6665b15a82dad3f1e33c570930a65b796c616abe 234060
libirs160_9.11.4+dfsg-2_amd64.deb
a03b8e628dc58fcff03da8c43a45d4b95bf196c2 396512
libisc-export169-dbgsym_9.11.4+dfsg-2_amd64.deb
3fbd6a15a8d2e8beedf41fcf5bfb12f5ab76e514 161220
libisc-export169-udeb_9.11.4+dfsg-2_amd64.udeb
cb1fcb98aac987f49a5bdccc6806fc424b1fa97c 378100
libisc-export169_9.11.4+dfsg-2_amd64.deb
7ae843b75b5e2f79a6426f98a79a65b0d8f7c8b1 912000
libisc169-dbgsym_9.11.4+dfsg-2_amd64.deb
b4dae18e72348e56e1fb5898deecaf1dac085a9c 455832
libisc169_9.11.4+dfsg-2_amd64.deb
d9ad23b3eb1576ea23e1e7fc00d12963a004f8e8 37100
libisccc-export160-dbgsym_9.11.4+dfsg-2_amd64.deb
07a7cdb0848566375d1e23a7ee72c7e22ae315e7 15076
libisccc-export160-udeb_9.11.4+dfsg-2_amd64.udeb
c3d740b33ba500992c995206dc295dac092d2db9 232336
libisccc-export160_9.11.4+dfsg-2_amd64.deb
0d6f1b3b480cfb971e20330e13467a2468143525 38332
libisccc160-dbgsym_9.11.4+dfsg-2_amd64.deb
73b18f2e036ede23413af6c861b8ec2734c97292 233080
libisccc160_9.11.4+dfsg-2_amd64.deb
32e110037af33c121b0f96bdb395b3765f827adf 89164
libisccfg-export160-dbgsym_9.11.4+dfsg-2_amd64.deb
0448e7310be95204389be0eeeb322d4633556b2f 43388
libisccfg-export160-udeb_9.11.4+dfsg-2_amd64.udeb
0efe784af242a1ad50f74084afe587160c75bbaf 260512
libisccfg-export160_9.11.4+dfsg-2_amd64.deb
60ce431ba98f5e0358aee44ecbc0ed9a44786691 96376
libisccfg160-dbgsym_9.11.4+dfsg-2_amd64.deb
36e16978ef9181058dd0f850a38405700875f05e 263284
libisccfg160_9.11.4+dfsg-2_amd64.deb
753f13526fd46e48371940a75c0647642b564d3c 80076
liblwres160-dbgsym_9.11.4+dfsg-2_amd64.deb
7eeebb6836999f1486ba1531dc1d8487f31eb520 247788
liblwres160_9.11.4+dfsg-2_amd64.deb
Checksums-Sha256:
22308daaf1976bb730c14e9df559277848c2fc4861c423dcc1ababf773cb7b98 3986
bind9_9.11.4+dfsg-2.dsc
6d83119a9195831c21fb3fe8de684608484fedd92ae80e0a64ed48808c741490 76792
bind9_9.11.4+dfsg-2.debian.tar.xz
5ceecbff6456ce851a6e421d0acc4383e1eccbfc1aa05c6987a21354fabd72b4 1900796
bind9-dbgsym_9.11.4+dfsg-2_amd64.deb
83d4b54738d72d53b32514697eeda667e5dd67584a12771514fd54ed2520f8e0 443876
bind9-doc_9.11.4+dfsg-2_all.deb
ac8ef265c30b764a9efae73983cd519ca8bb00545d9e4951aa1460402e9e34dd 92840
bind9-host-dbgsym_9.11.4+dfsg-2_amd64.deb
520f5a34bb29f8f0b7e79ee83114e4059bbf749764955517bf3b0cd2b56fb9a9 267056
bind9-host_9.11.4+dfsg-2_amd64.deb
7647020d0d286152971f084d96b03c3e46af14261788bd8451e22dfbf4b6ccaa 19904
bind9_9.11.4+dfsg-2_amd64.buildinfo
357972be69f19a1fa2fa099e00de74aafe9e64ca17ed0392d229baf4fae4b69f 617428
bind9_9.11.4+dfsg-2_amd64.deb
8889fa6ff1c43e6f93c38a124d31b6b94831712f32e0f4df1c27a4adfca970f8 922288
bind9utils-dbgsym_9.11.4+dfsg-2_amd64.deb
71bfb6ffcae8ce3385a11c91f9bad9baeac0a04658a092dc20edb19af9d68794 427876
bind9utils_9.11.4+dfsg-2_amd64.deb
13d70f6d9717e9f8ff11ec278f236b28d6ec909067d3efe21ecfbd9ba65f21cc 340084
dnsutils-dbgsym_9.11.4+dfsg-2_amd64.deb
5fda593e789ca36a12c2138bc7fe31b571d48cd5880484de0a2be1438e68a9d8 361400
dnsutils_9.11.4+dfsg-2_amd64.deb
6477c790fbb83309ea44bfbee49de176713af8932b15db40c927634e4389b236 1711308
libbind-dev_9.11.4+dfsg-2_amd64.deb
273a424988089ae4edc92c78fa70629bd7a23e984d73d4dbe7b9e2e89523e8c8 1525656
libbind-export-dev_9.11.4+dfsg-2_amd64.deb
d75df128afa0e76130903ffd946ef1f148e46a6f82b7693d62527b260e223610 57812
libbind9-160-dbgsym_9.11.4+dfsg-2_amd64.deb
26aab5ed014dafd139ad544a0daa1bc04125b32c5e8dd1e24e8a45a61537887b 243200
libbind9-160_9.11.4+dfsg-2_amd64.deb
936e3884e499cc615f7aac401a1cb4ee6340b84c0327bd063434e3509812694c 2274052
libdns-export1102-dbgsym_9.11.4+dfsg-2_amd64.deb
e7d20636d5dad27d63b5d7a65ef91ce6ed12aee9666e9688a996b5f6914c2f30 743304
libdns-export1102-udeb_9.11.4+dfsg-2_amd64.udeb
262de6b35fa47e38038e806123e9f20109970d903bd9d89afeec0ec02da86861 961048
libdns-export1102_9.11.4+dfsg-2_amd64.deb
1c77ed8f282e6f3816a73f5e5c5335d0f31d12d2d33bdeb085bb555ccf32be89 4991052
libdns1102-dbgsym_9.11.4+dfsg-2_amd64.deb
6191a9b4279075e6600cf45794fb580edd4912ef2ddddffe6f008ae4bbde14d5 1210648
libdns1102_9.11.4+dfsg-2_amd64.deb
cbe59948e598de22f7e3be6d11c76d0fc3f9b3711ab21e862289b5788e7676b9 53384
libirs-export160-dbgsym_9.11.4+dfsg-2_amd64.deb
e6d3f41b95212d7c1b7d62355d70286f80a2a311b801cda48272f5bd19920ce3 15664
libirs-export160-udeb_9.11.4+dfsg-2_amd64.udeb
b9df21aa56297e634383bf67956bad7109540d78e861b9a65309f8bbb0f0e752 233168
libirs-export160_9.11.4+dfsg-2_amd64.deb
d52e78aae14fc17376f3d4666194aa091281ed786d47908118f61c26b8fcd1d0 56340
libirs160-dbgsym_9.11.4+dfsg-2_amd64.deb
55ac1c262cd9d4a555394bba9ed93f354bfa00af63b5fabdf9837c7d2b38a95c 234060
libirs160_9.11.4+dfsg-2_amd64.deb
d602d1d122a449110074d4efa830e3b90e9ee0eaad33e9e96094e5f1b89249ec 396512
libisc-export169-dbgsym_9.11.4+dfsg-2_amd64.deb
40768ddf5d9763d012c974d84e31404791893f1024f78ecb5bad623bc0297846 161220
libisc-export169-udeb_9.11.4+dfsg-2_amd64.udeb
c6cb16c20f71eab21ec12c5b55d3bd3379803bb75a6e6b48c517cb1715123983 378100
libisc-export169_9.11.4+dfsg-2_amd64.deb
747aa17e87350de2c0dc4c071eb747ae36175f3f6950cc4d9d9020766ae6db32 912000
libisc169-dbgsym_9.11.4+dfsg-2_amd64.deb
7f65287496d0d25ed2b03135d09da803441cc95c933fc5ce412fe55a8dd3ac02 455832
libisc169_9.11.4+dfsg-2_amd64.deb
0c2009d3697e3a26198631927d12b44e8578448ec92126f0dd4aca635c7f2f2a 37100
libisccc-export160-dbgsym_9.11.4+dfsg-2_amd64.deb
d636fc814a79c246c9ebd327c5085592408579fccc71dcd9685d4b4bfe867903 15076
libisccc-export160-udeb_9.11.4+dfsg-2_amd64.udeb
3b0c5287e308363051b10259df47fbd18aa117da378181d2a6b9be0eef30a4da 232336
libisccc-export160_9.11.4+dfsg-2_amd64.deb
fc850471094c8a8c37477aabcb7228a0ae5cb1b9a039b48974226eb384785aa1 38332
libisccc160-dbgsym_9.11.4+dfsg-2_amd64.deb
a668e1eeb2399485f71ca85cb757f63922fd76e2f8e4de11a9d9398f7310baf4 233080
libisccc160_9.11.4+dfsg-2_amd64.deb
3986e8107ba6163546338f84f42f975c688904ae22fdebaf553ee0e3043c22ab 89164
libisccfg-export160-dbgsym_9.11.4+dfsg-2_amd64.deb
42de3bb48682a6b1c1634f42a0c873f091de2f6e2d9f56b19787533d55d02774 43388
libisccfg-export160-udeb_9.11.4+dfsg-2_amd64.udeb
f2036f2d665eaf13ee3e323a200c591150f9324d1a6d2a38245dbeded0ca935d 260512
libisccfg-export160_9.11.4+dfsg-2_amd64.deb
9250637adcb35c9093831922d5783c3ba4a8feb4f8fc8a5382844ad58e1be86d 96376
libisccfg160-dbgsym_9.11.4+dfsg-2_amd64.deb
61387b153855f10aaae383c8a3ec2cf1fe6d786fad9172c16215e83f965aace5 263284
libisccfg160_9.11.4+dfsg-2_amd64.deb
cfaa652a18b97b650e72a8d535b733c14b4c7d52ac53206ba5a769aa70bbd27a 80076
liblwres160-dbgsym_9.11.4+dfsg-2_amd64.deb
14d2b9af17b7a24bd7668870b841382de2e29581d94f99b4e87ed9cc0f16c8c3 247788
liblwres160_9.11.4+dfsg-2_amd64.deb
Files:
01c6ac40a2b4d41a4aae2432248aa10c 3986 net optional bind9_9.11.4+dfsg-2.dsc
ae9a85ab68fb12af6612ecf7b33e6636 76792 net optional
bind9_9.11.4+dfsg-2.debian.tar.xz
c6637dbcf73dfd819e13c2b7b78ea438 1900796 debug optional
bind9-dbgsym_9.11.4+dfsg-2_amd64.deb
8a30172e410bea0627f819a799a4d69e 443876 doc optional
bind9-doc_9.11.4+dfsg-2_all.deb
7b8ed2d6e7d89bb68efb9e0130af05c3 92840 debug optional
bind9-host-dbgsym_9.11.4+dfsg-2_amd64.deb
6c0a9f872d6f154c278570a4823e1031 267056 net standard
bind9-host_9.11.4+dfsg-2_amd64.deb
2b38c0e0d99efbcb472535267f14e74d 19904 net optional
bind9_9.11.4+dfsg-2_amd64.buildinfo
f4c3a457426bc220801a8de25930892f 617428 net optional
bind9_9.11.4+dfsg-2_amd64.deb
f321f4b094359d170ad17875ec267cb0 922288 debug optional
bind9utils-dbgsym_9.11.4+dfsg-2_amd64.deb
bec8f0a94d01e1371aa795a16d7e25e1 427876 net optional
bind9utils_9.11.4+dfsg-2_amd64.deb
6e49c9d2a80c1a80fab0f6a900147504 340084 debug optional
dnsutils-dbgsym_9.11.4+dfsg-2_amd64.deb
127c2c0c68289062e2d54f40e0e1d32e 361400 net standard
dnsutils_9.11.4+dfsg-2_amd64.deb
b3ebbfce40e058e442630ec2e6d340f0 1711308 libdevel optional
libbind-dev_9.11.4+dfsg-2_amd64.deb
d68e8804d967cee11eeaa1878624e0c9 1525656 libdevel optional
libbind-export-dev_9.11.4+dfsg-2_amd64.deb
745119dcc90286db939c347bca05189c 57812 debug optional
libbind9-160-dbgsym_9.11.4+dfsg-2_amd64.deb
5b159a630a54bf8431c9fca3d981ec6f 243200 libs optional
libbind9-160_9.11.4+dfsg-2_amd64.deb
3e4a86e7fb660cec1a11fb8592d3e1e2 2274052 debug optional
libdns-export1102-dbgsym_9.11.4+dfsg-2_amd64.deb
40ebc03cae9eed792bbe1cca8d580114 743304 debian-installer optional
libdns-export1102-udeb_9.11.4+dfsg-2_amd64.udeb
d58bbbd4e4ecea8dd73b8518bcbf713a 961048 libs optional
libdns-export1102_9.11.4+dfsg-2_amd64.deb
7eac332722f1bf5e7ae40507533f41fa 4991052 debug optional
libdns1102-dbgsym_9.11.4+dfsg-2_amd64.deb
3fecad7d2209cd756e93af29ba2c5127 1210648 libs optional
libdns1102_9.11.4+dfsg-2_amd64.deb
5259c4ee3795c7489f692a09c6688620 53384 debug optional
libirs-export160-dbgsym_9.11.4+dfsg-2_amd64.deb
ac908abc56462e5bf132c5884eb6781a 15664 debian-installer optional
libirs-export160-udeb_9.11.4+dfsg-2_amd64.udeb
323641f69664475bb89a7c7ba92b7533 233168 libs optional
libirs-export160_9.11.4+dfsg-2_amd64.deb
83eed0c53646c6c05c1c2f2fc3036c20 56340 debug optional
libirs160-dbgsym_9.11.4+dfsg-2_amd64.deb
824f2d1fa301661411ffadcddfe7d81a 234060 libs optional
libirs160_9.11.4+dfsg-2_amd64.deb
186c06b0a9e308207c5d3ddbeaa185bd 396512 debug optional
libisc-export169-dbgsym_9.11.4+dfsg-2_amd64.deb
1bb043235be26d2ce925bcb038dc5d9a 161220 debian-installer optional
libisc-export169-udeb_9.11.4+dfsg-2_amd64.udeb
4d93e9d9b2df61164943a1d6733dbe21 378100 libs optional
libisc-export169_9.11.4+dfsg-2_amd64.deb
f44da72ecc7a88ad4d027cf90b1cef49 912000 debug optional
libisc169-dbgsym_9.11.4+dfsg-2_amd64.deb
39aa9ba4fc312090c4522352b9cb50ed 455832 libs optional
libisc169_9.11.4+dfsg-2_amd64.deb
1a07408ce41ff57944e3d0a63eb31253 37100 debug optional
libisccc-export160-dbgsym_9.11.4+dfsg-2_amd64.deb
2e3976ee8c326850ab6b757eae687be8 15076 debian-installer optional
libisccc-export160-udeb_9.11.4+dfsg-2_amd64.udeb
d0e2b82a128f169493b679412c3149e5 232336 libs optional
libisccc-export160_9.11.4+dfsg-2_amd64.deb
bca56c4832f41aad536965df72ab43c6 38332 debug optional
libisccc160-dbgsym_9.11.4+dfsg-2_amd64.deb
1383998eef20f8446a8496d0147246f8 233080 libs optional
libisccc160_9.11.4+dfsg-2_amd64.deb
64acb46c1acf2f38ba0d4e074cefe8a2 89164 debug optional
libisccfg-export160-dbgsym_9.11.4+dfsg-2_amd64.deb
f11b8bed7672cced317e1ae8b6d9bd07 43388 debian-installer optional
libisccfg-export160-udeb_9.11.4+dfsg-2_amd64.udeb
5fc7e97499d2155f5b6a94cd1066604c 260512 libs optional
libisccfg-export160_9.11.4+dfsg-2_amd64.deb
9337a39da4724ddf1a177a84911d99a8 96376 debug optional
libisccfg160-dbgsym_9.11.4+dfsg-2_amd64.deb
34b397c771551255cc5d536f46f3d6e1 263284 libs optional
libisccfg160_9.11.4+dfsg-2_amd64.deb
f802b6b37398b0094dba98637e1f2055 80076 debug optional
liblwres160-dbgsym_9.11.4+dfsg-2_amd64.deb
5af19e89d0cf0cccc70942a32e9fef9e 247788 libs optional
liblwres160_9.11.4+dfsg-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEEw2Gx4wKVQ+vGJel9g3Kkd++uWcIFAltNzmZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEMz
NjFCMUUzMDI5NTQzRUJDNjI1RTk3RDgzNzJBNDc3RUZBRTU5QzIACgkQg3Kkd++u
WcJ+qBAAlR1Zzsn/VjL0VU6iMPEKIcfXIu9n+I+IZ75iON7buz9ySrFFwGcpMnGW
+M2SWDp3VHxgrhBoL6F2/fSAlgatg0HLjeOqupRLDYyoFOrzJ1qdQKezuyiGvny5
Sl1iN0d9kJsGsKsAVOBHJj1ywQU9s0pTvju//x2eUasRppZ7D4/aJnQvDhqcORjE
ByTRZfOoO750RffkIk43k1iRHDNzmuCBGNNsInhXH848r2nRmTttWWFD61y1fAAF
EUplM3zthUCg4/g7edpvMf3J2gpDIp5h1uRSzgLOoghA+pe144i4Fx/xG9DlUWTs
G+N2gx0JBSg2mQuQSgtQ5DHikSbTrY/8CJ38GUHUk+PNI/LjAw67G37IhHNzR/I4
VV+Y58NenX6ag0PYby3QwzvCP6anyGN/ZPtxG1ExfDsJe7XQnAD4hauRbCHu8Dtg
FJev13VEwMA1tNEBqIcUh6BNOMrOIdWUC+3Px3uRS3E44/bLIXEdJDF/aAlLwGX8
5j6zo4RCB4urU2LHATQi3U4k/J3/9LnUtGSu5XNP0Umn2xMSMR+lXuCyPSaapFbo
b32RgrsPKDF20DdQjIjlIGr3NpVh6Wj72KjGan0fLSyQsrHRxlTGU7cwL/5Z5dHe
5F5LcjKakyQXT2w+JZdrak55+sYfYaxlre1hYxE1eHw1iasJ7oQ=
=cSYn
-----END PGP SIGNATURE-----
--- End Message ---