[libXi] Udpate to git snapshot to fix CVEs listed below

Peter Hutterer whot at fedoraproject.org
Fri May 24 01:44:19 UTC 2013


commit 2854367d941a029399de8a87ded205567dc34d65
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri May 24 11:21:22 2013 +1000

    Udpate to git snapshot to fix CVEs listed below
    
    - CVE-2013-1984
    - CVE-2013-1995
    - CVE-2013-1998

 .gitignore                                         |    1 +
 ...quence-number-into-the-target-event-too-6.patch |   84 --------------------
 commitid                                           |    2 +-
 libXi.spec                                         |   15 ++--
 sources                                            |    2 +-
 5 files changed, 12 insertions(+), 92 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96003b4..566c484 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ libXi-1.4.0.tar.bz2
 /libXi-1.6.99.1.tar.bz2
 /libXi-1.7.tar.bz2
 /libXi-1.7.1.tar.bz2
+/libXi-20130524.tar.bz2
diff --git a/commitid b/commitid
index 6ebb904..0090725 100644
--- a/commitid
+++ b/commitid
@@ -1 +1 @@
-ae0187c8708d2378373889827117911086581fdd
+661c45ca17c434dbd342a46fd3fb813852ae0ca9
diff --git a/libXi.spec b/libXi.spec
index 0fb1d66..552954e 100644
--- a/libXi.spec
+++ b/libXi.spec
@@ -1,11 +1,11 @@
 %global tarball libXi
-#global gitdate 20111222
-#global gitversion ae0187c87
+%global gitdate 20130524
+%global gitversion 661c45ca1
 
 Summary: X.Org X11 libXi runtime library
 Name: libXi
 Version: 1.7.1
-Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
+Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -17,8 +17,6 @@ Source1:    make-git-snapshot.sh
 Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 %endif
 
-Patch01: 0001-Copy-the-sequence-number-into-the-target-event-too-6.patch
-
 BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-util-macros
 BuildRequires: xorg-x11-proto-devel
@@ -45,7 +43,6 @@ X.Org X11 libXi development package
 
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
-%patch01 -p1
 
 # Disable static library creation by default.
 %define with_static 0
@@ -92,6 +89,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri May 24 2013 Peter Hutterer <peter.hutterer at redhat.com> 1.7.1-4.20130524git661c45ca1
+- Udpate to git snapshot to fix CVEs listed below
+- CVE-2013-1984
+- CVE-2013-1995
+- CVE-2013-1998
+
 * Tue May 21 2013 Peter Hutterer <peter.hutterer at redhat.com> 1.7.1-3
 - fix sequence number copy - the cookie already had (a potentially
   different) sequence number copied (#965347)
diff --git a/sources b/sources
index d6adad4..fdbc6b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24d71afed1b86c60d4eb361628d7f47b  libXi-1.7.1.tar.bz2
+d2e9cfd547e8389aebe78dee2b7151c8  libXi-20130524.tar.bz2


More information about the scm-commits mailing list