[libguestfs/f19] New upstream stable branch version 1.22.1.

Richard W.M. Jones rjones at fedoraproject.org
Tue May 28 21:51:47 UTC 2013


commit 2c846afc1f506fb6564080b38d8b44e50c0ea171
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue May 28 22:48:17 2013 +0100

    New upstream stable branch version 1.22.1.
    
    - Remove patch which is now upstream.

 ...Fix-double-free-when-certain-guest-files-.patch |   71 --------------------
 libguestfs.spec                                    |   14 ++--
 sources                                            |    2 +-
 3 files changed, 7 insertions(+), 80 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index d267e05..a77ca8c 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -11,18 +11,14 @@
 Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
-Version:       1.22.0
-Release:       2%{?dist}
+Version:       1.22.1
+Release:       1%{?dist}
 License:       LGPLv2+
 
 # Source and patches.
 URL:           http://libguestfs.org/
 Source0:       http://libguestfs.org/download/1.22-stable/%{name}-%{version}.tar.gz
 
-# This fixes a denial-of-service (double-free) which can be forced by guests.
-# https://www.redhat.com/archives/libguestfs/2013-May/msg00079.html
-Patch1:        0001-inspection-Fix-double-free-when-certain-guest-files-.patch
-
 # Basic build requirements:
 BuildRequires: perl(Pod::Simple)
 BuildRequires: perl(Pod::Man)
@@ -526,8 +522,6 @@ for %{name}.
 %prep
 %setup -q
 
-%patch1 -p1
-
 if [ "$(getenforce | tr '[A-Z]' '[a-z]')" != "disabled" ]; then
     # For sVirt to work, the local temporary directory we use in the
     # tests must be labelled the same way as /tmp.
@@ -898,6 +892,10 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
 
 
 %changelog
+* Tue May 28 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.22.1-1
+- New upstream stable branch version 1.22.1.
+- Remove patch which is now upstream.
+
 * Tue May 28 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.22.0-2
 - Fix a denial-of-service (double-free) which can be forced by guests.
   https://www.redhat.com/archives/libguestfs/2013-May/msg00079.html
diff --git a/sources b/sources
index 0460b0c..62e7c78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-04f803302153ac565303e523c0197d8b  libguestfs-1.22.0.tar.gz
+a792fe295d7e1c9f391237f6377e5bb3  libguestfs-1.22.1.tar.gz


More information about the scm-commits mailing list