[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#797201: marked as done (jessie-pu: package bird/1.4.5-1+deb8u1)



Your message dated Sat, 05 Sep 2015 14:31:07 +0100
with message-id <1441459867.2151.32.camel@adam-barratt.org.uk>
and subject line Closing p-u bugs for 8.2
has caused the Debian Bug report #797201,
regarding jessie-pu: package bird/1.4.5-1+deb8u1
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 owner@bugs.debian.org
immediately.)


-- 
797201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797201
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi,

this is a simple patch that help migrate /etc/bird6.conf to
/etc/bird/bird6.conf as the /etc/bird6.conf was provided in bird6
package in wheezy (and that was dropped in jessie).  The d-m-s call
missed an old package name, that is fixed here.  (Courtesy of
Christopher Biebl)

$ diffstat bird_1.4.5-1+deb8u1.debdiff
 bird-big.postinst |    2 +-
 bird-big.postrm   |    2 +-
 bird-big.preinst  |    2 +-
 bird-big.prerm    |    2 +-
 bird.postinst     |    2 +-
 bird.postrm       |    2 +-
 bird.preinst      |    2 +-
 bird.prerm        |    2 +-
 changelog         |    7 +++++++
 gbp.conf          |    4 ++--
 10 files changed, 17 insertions(+), 10 deletions(-)

(gbp.conf changed to reflect the separate branch fo jessie)

Cheers,
Ondrej
- -- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.19.0-18-generic (SMP w/24 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQJ8BAEBCgBmBQJV4GGxXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw
Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsHyq0QAI18JBcesrUaqki+xotuO5ay
JJJIdwTWDNmE3Stu49D4WDqJEmoLUCdTJNiN/YxrYNgDAO9Wy9xiydBgX3fj9BhJ
Igy6JG8fHx//bXVoo+2CvrR9nsqedVTGihZxLEx0Vj1CiuUL1SKUKYe6zsqHDGa8
0fD7Ha9qPNqqYhld1HnCq9bZoj3VCgRKzcaVVLNdgvCy3bBW4jI0Q3joBGJRN+bx
Fg0QZn+jVv8dJt70qroRqikDdF/abJpCmNuqAQ1oPD+zuUsTwpvEshDtugnOeGk4
THycDDc0UV9QbcSQApENbbjug4FnPUdSX05LbvlmLGWSwNhkv6WiTy+2xUF+s6+G
VLcCaR3aphMF4NTGLm6QBbF3t/rdwW2uVNos6XdxDVQKb9qgs/KCCV5koxl4QNJN
yh8FnuE7+WN0AJrfGr9utGjn8ZmLYfpLjZy2E/7VMMNXQFYqbhXNJxiSLcxWaR8x
+JRaWX1Aq19opr8zx+TsPyjbfbIGZKG26LUjOS/d94TONLPwUOpJhJCGTbB6GvxQ
ItdETlpJsZfW8St4t9HwRnIBXgCfcZ5mbIpNB3XZGxmzKyKDktlak2xzsgssAEiG
4shlzSw5Sg3b/PzFuSJ+3iDIwWXTmqyuI7A0BlTckNGjYxbO6lnH+m0aVOjMRriy
DMxkrrwyzu+uA/oGfy1x
=r8AR
-----END PGP SIGNATURE-----
diff -Nru bird-1.4.5/debian/bird-big.postinst bird-1.4.5/debian/bird-big.postinst
--- bird-1.4.5/debian/bird-big.postinst	2014-10-08 10:23:26.000000000 +0200
+++ bird-1.4.5/debian/bird-big.postinst	2015-08-28 15:09:41.000000000 +0200
@@ -3,7 +3,7 @@
 
 dpkg-maintscript-helper rm_conffile /etc/default/bird 1.3.11-5~ -- "$@"
 dpkg-maintscript-helper mv_conffile /etc/bird.conf /etc/bird/bird.conf 1.3.11-5~ -- "$@"
-dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ -- "$@"
+dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ bird6 -- "$@"
 
 if [ "$1" = "configure" ]; then
     if ! getent passwd bird > /dev/null; then
diff -Nru bird-1.4.5/debian/bird-big.postrm bird-1.4.5/debian/bird-big.postrm
--- bird-1.4.5/debian/bird-big.postrm	2014-10-08 10:23:26.000000000 +0200
+++ bird-1.4.5/debian/bird-big.postrm	2015-08-28 15:09:41.000000000 +0200
@@ -3,7 +3,7 @@
 
 dpkg-maintscript-helper rm_conffile /etc/default/bird 1.3.11-5~ -- "$@"
 dpkg-maintscript-helper mv_conffile /etc/bird.conf /etc/bird/bird.conf 1.3.11-5~ -- "$@"
-dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ -- "$@"
+dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ bird6 -- "$@"
 
 if test "$1" = "purge"; then
     dpkg-statoverride --remove /etc/bird/bird.conf >/dev/null 2>/dev/null || true
diff -Nru bird-1.4.5/debian/bird-big.preinst bird-1.4.5/debian/bird-big.preinst
--- bird-1.4.5/debian/bird-big.preinst	2014-10-08 10:23:26.000000000 +0200
+++ bird-1.4.5/debian/bird-big.preinst	2015-08-28 15:09:41.000000000 +0200
@@ -3,7 +3,7 @@
 
 dpkg-maintscript-helper rm_conffile /etc/default/bird 1.3.11-5~ -- "$@"
 dpkg-maintscript-helper mv_conffile /etc/bird.conf /etc/bird/bird.conf 1.3.11-5~ -- "$@"
-dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ -- "$@"
+dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ bird6 -- "$@"
 
 #DEBHELPER#
 
diff -Nru bird-1.4.5/debian/bird-big.prerm bird-1.4.5/debian/bird-big.prerm
--- bird-1.4.5/debian/bird-big.prerm	2014-10-08 10:23:26.000000000 +0200
+++ bird-1.4.5/debian/bird-big.prerm	2015-08-28 15:09:41.000000000 +0200
@@ -3,7 +3,7 @@
 
 dpkg-maintscript-helper rm_conffile /etc/default/bird 1.3.11-5~ -- "$@"
 dpkg-maintscript-helper mv_conffile /etc/bird.conf /etc/bird/bird.conf 1.3.11-5~ -- "$@"
-dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ -- "$@"
+dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ bird6 -- "$@"
 
 #DEBHELPER#
 
diff -Nru bird-1.4.5/debian/bird.postinst bird-1.4.5/debian/bird.postinst
--- bird-1.4.5/debian/bird.postinst	2014-10-08 10:23:26.000000000 +0200
+++ bird-1.4.5/debian/bird.postinst	2015-08-28 15:09:41.000000000 +0200
@@ -3,7 +3,7 @@
 
 dpkg-maintscript-helper rm_conffile /etc/default/bird 1.3.11-5~ -- "$@"
 dpkg-maintscript-helper mv_conffile /etc/bird.conf /etc/bird/bird.conf 1.3.11-5~ -- "$@"
-dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ -- "$@"
+dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ bird6 -- "$@"
 
 if [ "$1" = "configure" ]; then
     if ! getent passwd bird > /dev/null; then
diff -Nru bird-1.4.5/debian/bird.postrm bird-1.4.5/debian/bird.postrm
--- bird-1.4.5/debian/bird.postrm	2014-10-08 10:23:26.000000000 +0200
+++ bird-1.4.5/debian/bird.postrm	2015-08-28 15:09:41.000000000 +0200
@@ -3,7 +3,7 @@
 
 dpkg-maintscript-helper rm_conffile /etc/default/bird 1.3.11-5~ -- "$@"
 dpkg-maintscript-helper mv_conffile /etc/bird.conf /etc/bird/bird.conf 1.3.11-5~ -- "$@"
-dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ -- "$@"
+dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ bird6 -- "$@"
 
 if test "$1" = "purge"; then
     dpkg-statoverride --remove /etc/bird/bird.conf >/dev/null 2>/dev/null || true
diff -Nru bird-1.4.5/debian/bird.preinst bird-1.4.5/debian/bird.preinst
--- bird-1.4.5/debian/bird.preinst	2014-10-08 10:23:26.000000000 +0200
+++ bird-1.4.5/debian/bird.preinst	2015-08-28 15:09:41.000000000 +0200
@@ -3,7 +3,7 @@
 
 dpkg-maintscript-helper rm_conffile /etc/default/bird 1.3.11-5~ -- "$@"
 dpkg-maintscript-helper mv_conffile /etc/bird.conf /etc/bird/bird.conf 1.3.11-5~ -- "$@"
-dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ -- "$@"
+dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ bird6 -- "$@"
 
 #DEBHELPER#
 
diff -Nru bird-1.4.5/debian/bird.prerm bird-1.4.5/debian/bird.prerm
--- bird-1.4.5/debian/bird.prerm	2014-10-08 10:23:26.000000000 +0200
+++ bird-1.4.5/debian/bird.prerm	2015-08-28 15:09:41.000000000 +0200
@@ -3,7 +3,7 @@
 
 dpkg-maintscript-helper rm_conffile /etc/default/bird 1.3.11-5~ -- "$@"
 dpkg-maintscript-helper mv_conffile /etc/bird.conf /etc/bird/bird.conf 1.3.11-5~ -- "$@"
-dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ -- "$@"
+dpkg-maintscript-helper mv_conffile /etc/bird6.conf /etc/bird/bird6.conf 1.3.11-5~ bird6 -- "$@"
 
 #DEBHELPER#
 
diff -Nru bird-1.4.5/debian/changelog bird-1.4.5/debian/changelog
--- bird-1.4.5/debian/changelog	2014-10-08 10:23:26.000000000 +0200
+++ bird-1.4.5/debian/changelog	2015-08-28 15:09:41.000000000 +0200
@@ -1,3 +1,10 @@
+bird (1.4.5-1+deb8u1) jessie-proposed-updates; urgency=medium
+
+  [ Christoph Biedl ]
+  * Correctly migrate bird6.conf from bird6 package (Closes: #791464)
+
+ -- Ondřej Surý <ondrej@debian.org>  Fri, 28 Aug 2015 14:56:55 +0200
+
 bird (1.4.5-1) unstable; urgency=medium
 
   * New upstream version 1.4.5
diff -Nru bird-1.4.5/debian/gbp.conf bird-1.4.5/debian/gbp.conf
--- bird-1.4.5/debian/gbp.conf	2014-10-08 10:23:26.000000000 +0200
+++ bird-1.4.5/debian/gbp.conf	2015-08-28 15:09:41.000000000 +0200
@@ -1,7 +1,7 @@
 [DEFAULT]
-debian-branch = master
+debian-branch = master-jessie
 debian-tag = debian/%(version)s
-upstream-branch = upstream
+upstream-branch = upstream-jessie
 upstream-tag = upstream/%(version)s
 pristine-tar = True
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: bird
Binary: bird, bird-bgp, bird6, bird-dbg, bird-bgp-dbg, bird-doc
Architecture: linux-any kfreebsd-any all
Version: 1.4.5-1+deb8u1
Maintainer: Ondřej Surý <ondrej@debian.org>
Homepage: http://bird.network.cz/
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/?p=users/ondrej/bird.git
Vcs-Git: git://anonscm.debian.org/users/ondrej/bird.git
Build-Depends: quilt, dpkg-dev (>= 1.16.1.1~), debhelper (>= 9~), flex, bison, m4, libreadline-dev | libreadline6-dev | libreadline5-dev, libncurses5-dev, autotools-dev, xsltproc, docbook-xsl, linuxdoc-tools-latex, sp
Package-List:
 bird deb net extra arch=linux-any,kfreebsd-any
 bird-bgp deb net extra arch=linux-any,kfreebsd-any
 bird-bgp-dbg deb debug extra arch=linux-any,kfreebsd-any
 bird-dbg deb debug extra arch=linux-any,kfreebsd-any
 bird-doc deb doc optional arch=all
 bird6 deb oldlibs extra arch=all
Checksums-Sha1:
 41d4c03e4435e068af7ffb706a5a05c95f592028 1013304 bird_1.4.5.orig.tar.xz
 fa0067f8865fe045ff2d7bf90a12f8ea324fb77c 13888 bird_1.4.5-1+deb8u1.debian.tar.xz
Checksums-Sha256:
 014dcd55376a7f42dd3f887e460477e4a4a2fa2ea4d88fa703fc5ec89fb55ce5 1013304 bird_1.4.5.orig.tar.xz
 ad94577a01502b806e2e98370df968dab495e6e2dfd1dba48dcd5414f34a22c1 13888 bird_1.4.5-1+deb8u1.debian.tar.xz
Files:
 bbc8f29627442d3b2231614c06704cbe 1013304 bird_1.4.5.orig.tar.xz
 24ee295f65cc9242ed31fcf46212b62e 13888 bird_1.4.5-1+deb8u1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQJ8BAEBCgBmBQJV4GBYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw
Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsHIVoQAJpfqqWAJir+xV8Ezy2/81xF
6+sgizFcxfikOgisafh8g2+Kkh5Q4kggJoGnEAPSfqLCEoXizT6pc1PLFTDqIpyX
kexeJnC3LZJXkl04Q0uiWosXw16Td//Dw1Hh0d13IJLafFblO/Iolboe5/aHGFs5
+iWajzyHxwSPT4BUNXsM0JYxvu+WF9r2obZyy9RhLI9WV+NIm/VBs2z61hcutyzz
E88UUzFPUSZmP0+mNcboeRuuYShGl7XrXWOyTJ43ZT1/RMqZ+3wW3suQw3nuulHk
LXOR2ZQPdkU4hNuS4Ddp4AhozymuUTF58zqCR9LhlwU8pAhjTes+2JteLFScJuWs
zTL+Xr2TpxRkHufStXpQRfZWPSelBdfPfBrjoKmHzNAOF+DztFX/lvHj79wXC/OW
XH3c2gVVvAxAgqybZ/tc1y0IJEVefQUrkR9Z7WLVNnVOIfA+qaqD6Lm5TTeWJKrp
70oqrn6SKMGaZLnvWk8CRe1jKNSaKWEc/k+/WKmc6HmRAymLdIwjUryUa79pm/sj
IPW21ZYQjmdxaGtLtiL0FbpSDmGKnbfax1cLT/Ve2cCV0tksQFABLL/n+13DyJ1r
RIxEmrEkr+jzYUNCIK3U3yLgCexIU0VaSgXSOwUIPZrYIyL1Ie8WE0fGTKhKwl/D
roe5bJOPoxeusOCTqj0B
=Cp2W
-----END PGP SIGNATURE-----

Attachment: bird_1.4.5-1+deb8u1.debian.tar.xz
Description: application/xz

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 28 Aug 2015 14:56:55 +0200
Source: bird
Binary: bird bird-bgp bird6 bird-dbg bird-bgp-dbg bird-doc
Architecture: source amd64 all
Version: 1.4.5-1+deb8u1
Distribution: jessie-proposed-updates
Urgency: medium
Maintainer: Ondřej Surý <ondrej@debian.org>
Changed-By: Ondřej Surý <ondrej@debian.org>
Description:
 bird       - Internet Routing Daemon
 bird-bgp   - Internet Routing Daemon [BGP-only version]
 bird-bgp-dbg - Internet Routing Daemon - debug symbols [BGP-only version]
 bird-dbg   - Internet Routing Daemon - debug symbols
 bird-doc   - Internet Routing Daemon - documentatio
 bird6      - Internet Routing Daemon [transitional packages]
Closes: 791464
Changes:
 bird (1.4.5-1+deb8u1) jessie-proposed-updates; urgency=medium
 .
   [ Christoph Biedl ]
   * Correctly migrate bird6.conf from bird6 package (Closes: #791464)
Checksums-Sha1:
 d8167da3ca4708362a6441dc5f1a7fc22636ce83 2438 bird_1.4.5-1+deb8u1.dsc
 41d4c03e4435e068af7ffb706a5a05c95f592028 1013304 bird_1.4.5.orig.tar.xz
 fa0067f8865fe045ff2d7bf90a12f8ea324fb77c 13888 bird_1.4.5-1+deb8u1.debian.tar.xz
 70a81a2512d079ef8f7c4f165e3e77e63e83fe8d 504952 bird_1.4.5-1+deb8u1_amd64.deb
 d76babb47ff2d56c2c55ab02aefcc3a2ebbfa56f 394482 bird-bgp_1.4.5-1+deb8u1_amd64.deb
 18cb542b767e6b3bbbb5f6f9007972b4dd5ad989 192112 bird6_1.4.5-1+deb8u1_all.deb
 fd4cec8b2b75484e464727967f89b8a145ca3160 1365704 bird-dbg_1.4.5-1+deb8u1_amd64.deb
 482097e956150ffc2a25f5da4992dc7eed86f38d 954046 bird-bgp-dbg_1.4.5-1+deb8u1_amd64.deb
 c503268e650eca1b9acca7fdb0ae53141f221fb7 899766 bird-doc_1.4.5-1+deb8u1_all.deb
Checksums-Sha256:
 4ade496780f677416fd8ebcc41f75290b96b6cc5c3f7749ca186999db942e7a2 2438 bird_1.4.5-1+deb8u1.dsc
 014dcd55376a7f42dd3f887e460477e4a4a2fa2ea4d88fa703fc5ec89fb55ce5 1013304 bird_1.4.5.orig.tar.xz
 ad94577a01502b806e2e98370df968dab495e6e2dfd1dba48dcd5414f34a22c1 13888 bird_1.4.5-1+deb8u1.debian.tar.xz
 7f40c978cd9f05f5a8ef96c11dd84ef68622cc728d6f9cf5e0574cfd086aeb88 504952 bird_1.4.5-1+deb8u1_amd64.deb
 4b9a2ec9afc66880b5df1c782fc508fd436739ad9f32ab65bba9dc5c0b1d4dd3 394482 bird-bgp_1.4.5-1+deb8u1_amd64.deb
 7e06c75e086d8e13b47ec6831acb3931f51aaa59275c1dea73b1eba6e83ebe40 192112 bird6_1.4.5-1+deb8u1_all.deb
 22740c66167e5ddb87686f75b6a700bed1baff6d70d95d34ef5f6d79ff9af94c 1365704 bird-dbg_1.4.5-1+deb8u1_amd64.deb
 91562118e0ffdfbda7725dd04d973999b8dc70590b4deb8d91c052bab7028421 954046 bird-bgp-dbg_1.4.5-1+deb8u1_amd64.deb
 79cf6f5ed714b81beddf32fc9de6d70ebe921a0bf03415515ed33500e712a6de 899766 bird-doc_1.4.5-1+deb8u1_all.deb
Files:
 31f1282d05e2361e6081c630f0011485 2438 net extra bird_1.4.5-1+deb8u1.dsc
 bbc8f29627442d3b2231614c06704cbe 1013304 net extra bird_1.4.5.orig.tar.xz
 24ee295f65cc9242ed31fcf46212b62e 13888 net extra bird_1.4.5-1+deb8u1.debian.tar.xz
 e1156494db1824d85415030185355b32 504952 net extra bird_1.4.5-1+deb8u1_amd64.deb
 f7a69984b7f6e821ba693ec298d4a330 394482 net extra bird-bgp_1.4.5-1+deb8u1_amd64.deb
 494df57e26872b1e24a9f0453d632938 192112 oldlibs extra bird6_1.4.5-1+deb8u1_all.deb
 0bfac33dd77d063d73c51599afda8c48 1365704 debug extra bird-dbg_1.4.5-1+deb8u1_amd64.deb
 04c7468c1fdfd0aaa90e4b47bba327d5 954046 debug extra bird-bgp-dbg_1.4.5-1+deb8u1_amd64.deb
 562121187a2658d8ab92a5f6093e1759 899766 doc optional bird-doc_1.4.5-1+deb8u1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQJ8BAEBCgBmBQJV4GBYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw
Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsHIKAP/iEB6TEzIYXlZ7pKgduGiP7+
5rJHzlisgKF185ftwVZ+I1sT3BKRWfUrwoSSGWy58anDvNCZKD6oREeEP2XEYyJO
7doPH07IrOOYezDF9hhT5jwBtj/Jn4YRKMoGQAJ7MvCtRU4j15r/IbzTfoL/7wl/
mDAE6jj4YU7e2YzwXoZD55knHUyL8QYDkEjEltedLAp5SY1Md6Vdh3Fpm01xoBt4
prnrO14rUFw8b0o2c5mqPqA+6HZp0Axmjc+yFSw4FiYndPmKaCGECaN+GdSUQ5UB
kzjCKVuj9JIc6h1pdQwNLNCoL/8zfi65lBx0T/iRaujpPXHr/BtE5pCF78YT1fKX
vpgJlXZk13UuK7EWGL4Su/7uT7hIPK+xlR67KM+dr9JFdgMUE7ktx/su+fCziGdB
WyJBb/ab0nhiR3KzVPbUAl2WbzLK6Q/XezENR8qjQArHUCfjYtTO53YOfUa2VA+P
jPID9gvF2PcRXpmymLRNvp/22hKtC8h+nnEnXjgLEVQf9cDOYZ1Mz5WqSrqzfy6U
lH4/clQwou/ZAT3fce4vzVA+Z3SAN9fiGQISruNCcUfOfHMG+PB9uNAaaVf0oCpK
+RFOoBDkOfqKQBnyfAx/pMU9TY5Y+g0tjynnwo68JVwa8I3WFlpcxXYxV89mXHZk
2rWgzU7I6bB8bVum8VVL
=T14S
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Version: 8.2

Hi,

These bugs correspond to updates which were included in the 8.2 point
release.

Regards,

Adam

--- End Message ---

Reply to: