This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 899e58342f3fc8b3b532f593768d90be04f7c48a (commit) via 5faca7389297e96843d85e8bbdd6ac86626464ac (commit) via 71a54a862162c761381e6a39454a86b7135d7221 (commit) from 4b74ccda23dcd35158033a74456172d50aa850c2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 899e58342f3fc8b3b532f593768d90be04f7c48a Author: Alexander Marx alexander.marx@ipfire.org Date: Thu Apr 14 11:30:05 2016 +0200
libvirt: Update to 1.3.3
Massive security and performance improvements. See original Logfile for details.
Signed-off-by: Alexander Marx alexander.marx@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 5faca7389297e96843d85e8bbdd6ac86626464ac Author: Alexander Marx alexander.marx@ipfire.org Date: Thu Apr 14 10:57:50 2016 +0200
libuser: Update to 0.62
Signed-off-by: Alexander Marx alexander.marx@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 71a54a862162c761381e6a39454a86b7135d7221 Author: Alexander Marx alexander.marx@ipfire.org Date: Thu Apr 14 10:37:44 2016 +0200
libusb: Update to 1.0.20
* Add Haiku support * Fix multiple memory and resource leaks (#16, #52, #76, #81) * Fix possible deadlock when executing transfer callback * New libusb_free_pollfds() API * Linux: Allow larger isochronous transfer submission (#23) * Examples: Add two-stage load support to fxload (#12) * Correctly report cancellations due to timeouts * Improve efficiency of event handling * Improve speed of transfer submission in multi-threaded environments * Various other bug fixes and improvements
Signed-off-by: Alexander Marx alexander.marx@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: libusb/libusb.nm | 2 +- libuser/libuser.nm | 2 +- libvirt/libvirt.nm | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-)
Difference in files: diff --git a/libusb/libusb.nm b/libusb/libusb.nm index 12ab65f..a9eaded 100644 --- a/libusb/libusb.nm +++ b/libusb/libusb.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libusb -version = 1.0.19 +version = 1.0.20 release = 1
groups = System/Libraries diff --git a/libuser/libuser.nm b/libuser/libuser.nm index f159482..c0751dc 100644 --- a/libuser/libuser.nm +++ b/libuser/libuser.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libuser -version = 0.58 +version = 0.62 release = 1
groups = System/Libraries diff --git a/libvirt/libvirt.nm b/libvirt/libvirt.nm index 3ec47d8..25de9c9 100644 --- a/libvirt/libvirt.nm +++ b/libvirt/libvirt.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libvirt -version = 0.9.9 +version = 1.3.3 release = 1
maintainer = Ben Schweikert ben.schweikert@ipfire.org @@ -18,7 +18,8 @@ description versions of Linux. end
-source_dl = +source_dl = ftp://libvirt.org/libvirt/ +sources = %{thisapp}.tar.gz
build requires
hooks/post-receive -- IPFire 3.x development tree