SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for nbd-3.14-6.11.x86_64.rpm :
Tue Sep 6 14:00:00 2016 drahtAATTschaltsekun.de
- nbd-3.14-addressfamily.diff: do not compare address families
when checking access based on IP.
- nbd-2.9.25-close.diff is obsoleted by upstream fix.
- nbd-3.14-no_systemd_build.diff: do not build systemd files, use
the service file supplied by the package.

Mon Feb 8 13:00:00 2016 dmuellerAATTsuse.com
- autoload nbd module

Fri Feb 5 13:00:00 2016 dmuellerAATTsuse.com
- nbd-server.service: implement reload

Sat Jan 23 13:00:00 2016 mpluskalAATTsuse.com
- Update to 3.13

* This is mainly a bugfix release, containing fixes found in
3.12.1 by compiling on different architectures, submitting the
build to Coverity Scan, and some analysis of intermittent
failures that found a race condition.

Tue Dec 1 13:00:00 2015 p.drouandAATTgmail.com
- Update to version 3.12.1

* ensures the source to the \"nbdtab\" man page is correctly shipped
with the rest of the source.
- Changes from version 3.12

* inetd mode should work again, now using the default export name
in the newstyle protocol

* when specifying an export on the server command line or not specifying
a name on a client command line, the newstyle protocol is used with
the default export name (but a warning will be produced stating
that oldstyle is no longer supported)

* All traces of oldstyle (except a few error messages) have been
removed

* We now listen on IPv4 and IPv6 by default, regardless of what
the system\'s configuration is like, by explicitly listening both
on 0.0.0.0 and ::.

* Some bugs in the handling of the TRIM command have been removed

* nbd
*client now uses readit() in the negotiation, rather than
plain non
*retrying read().

* It is now possible to listen on multiple addresses; the
\"listenaddr\" parameter has been changed into a comma
*separated
list of addresses to listen on

* nbd
*client now supports an nbdtab file, which allows connecting
a device by just using the device name

* nbd
*server now uses a GThreadPool to implement asynchronous handling
of requests

* Punching holes on files is now supported on cygwin, too.
- Remove no-return-nonvoid.patch; fixed on upstream release

Thu May 28 14:00:00 2015 mpluskalAATTsuse.com
- Update to 3.11

* nbd-server: fix unsafe signal handling

* define error values as part of the protocol

* docs/proto: clarify NBD_CMD_FLUSH
- Drop nbd_signaling_CVE-2015-0847.patch as fix is included in
upstream

Mon May 11 14:00:00 2015 mpluskalAATTsuse.com
- Fix CVE-2015-0847

* nbd_signaling_CVE-2015-0847.patch

Fri Apr 17 14:00:00 2015 mpluskalAATTsuse.com
- Update to 3.10

* There really is only one change since 3.9: drop of the
\"oldstyle\" support from nbd-server and nbd-client.

Thu Mar 5 13:00:00 2015 mpluskalAATTsuse.com
- Cleanup spec-file with spec-cleaner
- Do not generate config.example from README

* add config.example as source
- Add unit file (nbd-server.service)
- Add sysconfig template (nbd-server.sysconfig)
- Add no-return-nonvoid.patch
- Update requirements
- Update to 3.9

* AF_UNIX support

* Fixed test suite on non-GNU getopt() implementations

* New \"treefiles\" mode, which exports a gazillion of page-sized
files; useful for exporting things which are stored on an
SSHFS or amazon AWS (trough FUSE) or similar, where every
write causes an upload to the backend storage

* New \"cowdir\" option, allowing to specify where copy-on-write
files are written.

* Minor changes so that nbd-client can now also be compiled for
the Android platform. This required removal of the -swap
command line option, which requires the mlockall() system
call, unavailable on Android.

* Protocol update: a reserved bit is used to avoid sending
the 124 bytes of useless data at the beginning of the
negotiation. The change is implemented so that things will
still work with clients not supporting this option, however.

* gznbd is now built by the same build system, rather than
a separate one. Note however that gznbd is still
unmaintained; it should be considered a \"contrib\" feature.

* \"nbd-server -V\" will now output the nbd-server version number.

* Various fixes found through Coverity and the clang static
analyzer, and lots of other minor things too small to
mention here.

Sun Nov 9 13:00:00 2014 ledestAATTgmail.com
- fix bashisms in pre script

Thu Apr 18 14:00:00 2013 dmuellerAATTsuse.com
- update to 3.3:

* and various bugfixes, upgrading is strongly recommended

* Fix various nbd-server misbehave bugs

Tue Jul 10 14:00:00 2012 ajAATTsuse.de
- Fix restart_on_update usage.

Fri May 18 14:00:00 2012 tabrahamAATTnovell.com
- Update to nbd-3.1

* minor bug fixes

* new feature: ability for the client to list the exports a server
supports

Wed Feb 29 13:00:00 2012 tabrahamAATTnovell.com
- Update to nbd-3.0

* minor bug fixes
- removed obsolete nbd-2.9.25-have_falloc_ph.diff
- compile with -fno-strict-aliasing to prevent breakage with new gcc

Thu Jan 5 13:00:00 2012 tabrahamAATTnovell.com
- Update to nbd-2.9.25

* TRIM now uses FALLOC_FL_PUNCH_HOLE

* minor bug fixes
- removed obsolete nbd-2.9.20-bigendian.diff
- refreshed nbd-2.9.20-close.diff

Fri Sep 16 14:00:00 2011 rfnoAATTfietze-home.de
- Install nbd-server.5 man page

Mon Apr 4 14:00:00 2011 msAATTsuse.de
- socklen_t is always 32bit, size_t is 64bit. so a classical
big endian 64bit error (bnc #674281)

Fri Feb 25 13:00:00 2011 msAATTsuse.de
- Update to nbd-2.9.20:

* Documentation update

* Fix buffer size checking (bnc #674281)

* Extend test suite and fix named exports

Wed Aug 5 14:00:00 2009 msAATTsuse.de
- fixed missing close to open (bnc #528272)

Thu Jul 9 14:00:00 2009 msAATTsuse.de
- Update to nbd-2.9.13:

* Documentation update

* Don\'t try working on partitions
When a partition is given to the -d or -c command line options, reduce
it to the master device instead. This assumes udev-style naming
of device entries, though.

* Fix autodetection
Everything else in nbd-server was already 64bit-clean, but this part,
where the size of a block device is autodected, wasn\'t.
Replace the ioctl() to BLKGETSIZE with its 64bit version, so that trying
to detect the size of a multi-terabyte block device does not fail.

* Avoid unaligned access

* Actually go daemon
just doing chdir(\"/\") leave file descriptors open, which is not ideal.
Doing it this way closes everything, including any system-specific
things we\'re not aware of.

* Remove support for timeout option

Mon May 4 14:00:00 2009 msAATTsuse.de
- Update to nbd-2.9.12:

* use atoll instead of atol ... so that multi-terabyte exports work, too

* Change meaning of -swap option: rather than trying to use a kernel patch
which has been effectively dead since sometime around 2.1.something, do an
mlockall() so that the kernel won\'t throw us out. The MCL_CURRENT | MCL_FUTURE
bit might prove to be problematic, but if so, we\'ll deal with it when
we get there

* Use right printf() format string


 
ICM