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

Accepted nbd 1:3.2-1.1~bpo60+1 (source i386)



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

Format: 1.8
Date: Mon, 15 Oct 2012 12:16:56 -0700
Source: nbd
Binary: nbd-server nbd-client nbd-client-udeb
Architecture: source i386
Version: 1:3.2-1.1~bpo60+1
Distribution: squeeze-backports
Urgency: low
Maintainer: Wouter Verhelst <wouter@debian.org>
Changed-By: Vagrant Cascadian <vagrant@debian.org>
Description: 
 nbd-client - Network Block Device protocol - client
 nbd-client-udeb - Network Block Device protocol - client for Debian Installer (udeb)
 nbd-server - Network Block Device protocol - server
Closes: 557809 611187 611722 611836 611978 612388 613712 613938 614199 627042 628388 628389 628962 633032 636401 641882 651116 653653 653954 660399 663133 663555 671091 671911 673471 681702
Changes: 
 nbd (1:3.2-1.1~bpo60+1) squeeze-backports; urgency=low
 .
   * Rebuild for squeeze-backports.
   * Revert patch that depends on newer version of glib:
     - Reduce Build-Depends on libglib2.0-dev to 2.24.2.
     - Reintroduces minor bug in handling explicit file size exports with large
       files, autodetection should still work appropriately.
   * Drop versioned dependency on initscripts:
     - Switch back to /lib/init/rw/sendsigs.omit.d so as not to have to
       backport something as invasive as initscripts.
   * Lower debian/compat to 8, to be able to use an older debhelper.
   * Add myself to Uploaders.
 .
 nbd (1:3.2-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
   * Czech (Miroslav Kure).  Closes: #681702
 .
 nbd (1:3.2-1) unstable; urgency=low
 .
   * New upstream release. Includes many stability fixes, so hopefully
     this will get a freeze exception.
 .
 nbd (1:3.1.1-1) unstable; urgency=low
 .
   * New upstream release, with a few minor but crucial bugfixes.
   * Update Vcs-Git: header to point to the correct repository URL
 .
 nbd (1:3.1-2) unstable; urgency=low
 .
   * Cherry-pick commit f540626 from git HEAD to fix needed_flags
     initialization in nbd-client. Closes: #673471.
   * Apply patch from Vagrant Cascadian to remove /etc/nbd-server/config
     on purge (apparently ucf does *not* do that for you). Closes:
     #673471.
 .
 nbd (1:3.1-1) unstable; urgency=low
 .
   * New upstream release
     - Contains fixes for alignment issues in test suite; Closes: 653653.
   * Remove upgrade support for pre-2.9 nbd-server config files. This is
     pre-lenny, so it's been long enough.
   * Make sure /etc/nbd-server/config is created in all cases. Closes:
     #671911.
   * New and updated translations:
     - Italian, by Beatrice Torracca; Closes: #663133.
     - Dutch, by Jeroen Schot; Closes: #663555.
     - Danish, by Joe Dalton; Closes: #671091.
 .
 nbd (1:3.0-1) unstable; urgency=low
 .
   * New upstream release
     - Fixes build failure for when FALLOC_FL_PUNCH_HOLE isn't available.
       Closes: #660399.
   * Switch to debhelper compat level 9, to enable build flags support.
     Closes: #653954.
 .
 nbd (1:2.9.25-2) unstable; urgency=low
 .
   * Add support for yet more ways to netboot on NBD, this time to help
     our friends of LTSP.
   * Update documentation to reflect new possibilities, and refactor it a
     bit so it's more clear now.
   * Update standards-version to 3.9.2 (no changes applicable to nbd)
   * use #if, not #ifdef. Closes: #651116
 .
 nbd (1:2.9.25-1) unstable; urgency=low
 .
   * New upstream release
 .
 nbd (1:2.9.24-3) unstable; urgency=low
 .
   * Actually add the includedir statement to the default configuration
     file, so that it can be used. D'oh.
 .
 nbd (1:2.9.24-2) unstable; urgency=low
 .
   * Cherry-pick 7eca128845ed86754b526bf7f920ad65b95c931d from git HEAD
     to fix includedir configuration statement on kFreeBSD.
 .
 nbd (1:2.9.24-1) unstable; urgency=low
 .
   * New upstream release.
     - Adds support for directory of config file snippets, by request of
       Vagrant Cascadian.
   * Fix syntaxis of test for nbd-client connectivity. Closes: #641882.
 .
 nbd (1:2.9.23-4) unstable; urgency=low
 .
   * Fix dh_installinit invocation. LP: #822304.
   * Properly quote variables in nbd-client initscript and postinst.
     Closes: #636401. Minor change to the patch: do not quote NBD_EXTRA
     variables, as that one is supposed to be able to contain multiple
     values.
   * Also properly quote nbd-client.config. Closes: #628388.
   * Improve error handling in nbd-client initscript. Closes: #628389
 .
 nbd (1:2.9.23-3) unstable; urgency=low
 .
   * Disable integrityhuge test for now, as it deadlocks on some
     architectures for no good reason.
 .
 nbd (1:2.9.23-2) unstable; urgency=low
 .
   * Add missing dependency on initscripts (>= 2.88dsf-13.3), as the
     bugreport tells me to, so that the migration to /run in the previous
     upload doesn't break.
   * Fix 32/64 bit pointer confusion, so that specifying a file size in
     the config file works on big-endian architectures, too.
   * Make oversized request log occur only once per client, so that we
     don't overrun the buildd timeout on the integrityhuge test.
 .
 nbd (1:2.9.23-1) unstable; urgency=low
 .
   * New upstream release.
   * Migrate use of /lib/init/rw/sendsigs.omit.d to /run/sendsigs.omit.d.
     Closes: #633032.
   * Steal commit 4659322a6dee9cce51130df7e4d805bd6b0cb0c5 from git HEAD
     so that it will actually work on FreeBSD again. I hope.
 .
 nbd (1:2.9.22-3) unstable; urgency=low
 .
   * Add a delay between tests, so that 'make check' works again, rather
     than failing to open a port. A proper fix for this was released
     upstream, but that needs a bit of a wait, so this workaround should
     be fine.
 .
 nbd (1:2.9.22-2) unstable; urgency=low
 .
   * Make it a non-native package again.
   * Updated translations:
     - Swedish, by Martin Bagge; Closes: #628962
 .
 nbd (1:2.9.22-1) unstable; urgency=low
 .
   * New upstream release
     - Fixes CVE-2011-1925; Closes: #627042.
     - Fixes a number of data corruption bugs in the handling of oversized
       requests.
     - Has far better test suite coverage.
     - Adds -d option to nbd-server to run non-detached; Closes: #557809.
 .
 nbd (1:2.9.21-1) unstable; urgency=low
 .
   * New upstream release
     - Fixes a number of crashing bugs.
 .
 nbd (1:2.9.20-3) unstable; urgency=low
 .
   * Fix incorrect getopt() usage (getopt returns an int, not a char, which
     resulted in infinite loops on architectures that have unsigned chars by
     default). This is the actual fix for what was originally reported as
     #611722, but then another issue popped up there and I got confused.
     I should have cloned the bug rather than think I fixed it with the
     upload, but then this new bugreport was opened, so let's not do that
     and rename the old. Or something. Closes: 613938.
   * Updated translations:
     - German, by Chris Leick; Closes: #613712.
     - Spanish, by Camaleón; Closes: #614199.
   * install modprobe.d file for nbd-client-udeb, too
   * Was never uploaded.
 .
 nbd (1:2.9.20-2) unstable; urgency=low
 .
   * Upload as 2.9.20-2 rather than -1; the previous release was supposed
     to be uploaded to experimental, but was accidentally uploaded to
     unstable instead. Hence, consider that one to be -1 and this one to
     be -2, even though it wasn't.
   * Steal two commits from git HEAD to fix handling of maxclients value
     in modern protocol version (which causes a segfault in nbd-server on
     some architectures), and to fix handling of an unexpected death of
     the server in nbd-tester-client; Closes: #611722.
   * Updated translations:
     - Portuguese, by Américo Monteiro; Closes: #611836.
     - Russian, by Yuri Kozlov; Closes: #611978.
     - French, by Christian Perrier; Closes: #612388.
 .
 nbd (1:2.9.20-1~1) unstable; urgency=low
 .
   * New upstream release
     - Fixes old minor bugs in documentation (LP: #290076)
     - Fixes handling of oversized requests (Closes: #611187)
Checksums-Sha1: 
 86c8c5ea5094dc64b1732469139dc9a5500ed26f 1863 nbd_3.2-1.1~bpo60+1.dsc
 93766d01b99c2dc040315409cfddc55dec052ea2 706342 nbd_3.2.orig.tar.gz
 0357bdf3681d2bb7be845c7dfebb4286118c8970 93999 nbd_3.2-1.1~bpo60+1.diff.gz
 2b78fd75ad682786392df06a9793cfe9f058b6f1 71888 nbd-server_3.2-1.1~bpo60+1_i386.deb
 96695cf6d252f4a2e5863dc3feed137b964a8624 61702 nbd-client_3.2-1.1~bpo60+1_i386.deb
 d5f8a21fe5b8bfb6b1450b802f576499d6bc1a4f 8198 nbd-client-udeb_3.2-1.1~bpo60+1_i386.udeb
Checksums-Sha256: 
 be84470fe33d7f55f9481f06c9b19ae94e7ca2123b6803c6094aa7c9377023c1 1863 nbd_3.2-1.1~bpo60+1.dsc
 f3d0f9863a8547664c84ca15666a3275c846a643c447df9d095bda4fe872283c 706342 nbd_3.2.orig.tar.gz
 58cdb84630243d3a5496439c1147e33cf0c31144762093ef43618b91a51814e1 93999 nbd_3.2-1.1~bpo60+1.diff.gz
 45a6b6014dc2b3f6322d65aac5086e3df5ff4a55af3df6bd5adfca25f0b9b92f 71888 nbd-server_3.2-1.1~bpo60+1_i386.deb
 00be0a85b3d47aa1389c7004842f0d6eb9c11d014891b75035a88d2089040c6c 61702 nbd-client_3.2-1.1~bpo60+1_i386.deb
 01f386cf09fe008e0542bbd04958e901eb3cf33e0ab154aca6f97d56e1258917 8198 nbd-client-udeb_3.2-1.1~bpo60+1_i386.udeb
Files: 
 bff270f69d9010b9baf060fd2815b648 1863 admin optional nbd_3.2-1.1~bpo60+1.dsc
 9d64a72d15ac0bd18b2b24dfaee07af6 706342 admin optional nbd_3.2.orig.tar.gz
 a0193723c300c73bce584cc55d4fc67b 93999 admin optional nbd_3.2-1.1~bpo60+1.diff.gz
 2e74e2bc5cd1eb4d3c7340cc625fffef 71888 admin optional nbd-server_3.2-1.1~bpo60+1_i386.deb
 711073bdd0f44425eafb59360a5b7782 61702 admin optional nbd-client_3.2-1.1~bpo60+1_i386.deb
 f7eadaf7c04478971ba8fa8cb5f80c5d 8198 debian-installer optional nbd-client-udeb_3.2-1.1~bpo60+1_i386.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJQhbVdAAoJELeLgtSBS5G2jkwQAKOYmsQnQyLo5/wKIzjfKESa
rWj0I87p/YyYYPQ3VBRbvBOG2Puauy62KhzwMbi6G7NUpgK1dBeJantiE3DAuMcH
oUHr0miYSF6hGm5DoD1XaHk1ezGzKX72bjjSjWt7Eyt6K9up/+J/VJFOaunOBuIl
Yne/lnTZ7Ko8SL80rs8xDZkJM8I+h7776+BvF4sMdCMj7abONB70TmClsNZim8M9
w2O8VslOIhVV5RcVz2IRGXVzZFYpAuuYc1d4iXwGGNQqH7MePzBSIpUK0Zw8G4FB
AZd3rgcbqW/U+DZ7Qg5RbHF3E+15XQT6RbgYRyBLguUyymFQZkgRrhiqtYpjRPYH
/FvDT2PkDMFnfntk+wEs670sTzOq12p8KK89ODx2lkg/vsn+bQjy+CdRcLc0nEIM
x4dGeRn6Amlf7tu3k5IAs95xDieCvOFLaEL1r5YXwb7xyV3DxVLaHMZuIUyIy1BR
tz/+doQtqGM7M/ZwW87nF5vX5wCEWseuHm5SGv+QIHsAuJm/02p9xjlTvhCAZVrm
GhA8kD0iYTujseMrevei3wQ/VBHDXbnPiY+0GSYE3Jlv09bTxOvM5Zot35mpnz/d
jA0zritjEfNJGwO4iiKAf5/lSl150NqmokGzf7ppw9S6YIUIu2n1XmAYRvhSKVKL
gVoPnNSEFyUGlNfT0YOo
=a3AD
-----END PGP SIGNATURE-----


Accepted:
nbd-client-udeb_3.2-1.1~bpo60+1_i386.udeb
  to main/n/nbd/nbd-client-udeb_3.2-1.1~bpo60+1_i386.udeb
nbd-client_3.2-1.1~bpo60+1_i386.deb
  to main/n/nbd/nbd-client_3.2-1.1~bpo60+1_i386.deb
nbd-server_3.2-1.1~bpo60+1_i386.deb
  to main/n/nbd/nbd-server_3.2-1.1~bpo60+1_i386.deb
nbd_3.2-1.1~bpo60+1.diff.gz
  to main/n/nbd/nbd_3.2-1.1~bpo60+1.diff.gz
nbd_3.2-1.1~bpo60+1.dsc
  to main/n/nbd/nbd_3.2-1.1~bpo60+1.dsc
nbd_3.2.orig.tar.gz
  to main/n/nbd/nbd_3.2.orig.tar.gz


Reply to: