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

nbd_3.2-1.1~bpo60+1_i386.changes is NEW



(new) nbd-client-udeb_3.2-1.1~bpo60+1_i386.udeb optional debian-installer
Network Block Device protocol - client for Debian Installer
 Network Block Device (NBD) is a client/server protocol that
 emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
 over the network, thus giving the system the ability to swap over the
 network, or to use raw network disks pace for other purposes.
 .
 This package provides the client binary for NBD.
 .
 It is a minimal version meant for use in the installer only.
(new) nbd-client_3.2-1.1~bpo60+1_i386.deb optional admin
Network Block Device protocol - client
 Network Block Device (NBD) is a client/server protocol that
 emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
 over the network, thus giving the system the ability to swap over the
 network, or to use raw network disk space for other purposes.
 .
 However, writing to one Network Block Device from different clients
 simultaneously is not recommended, and would probably result in data
 loss. If you want multiple clients to share a remote resource, use a
 network file system such as NFS or Coda.
 .
 This package provides the client binary for NBD.
(new) nbd-server_3.2-1.1~bpo60+1_i386.deb optional admin
Network Block Device protocol - server
 Network Block Device (NBD) is a client/server protocol that
 emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
 over the network, thus giving the system the ability to swap over the
 network, or to use raw network disk space for other purposes.
 .
 However, writing to one Network Block Device from different clients
 simultaneously is not recommended, and would probably result in data
 loss. If you want multiple clients to share a remote resource, use a
 network file system such as NFS or Coda.
 .
 This package provides the server binary for NBD.
(new) nbd_3.2-1.1~bpo60+1.diff.gz optional admin
(new) nbd_3.2-1.1~bpo60+1.dsc optional admin
(new) nbd_3.2.orig.tar.gz optional admin


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)


Override entries for your package:

Announcing to debian-backports-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


Reply to: