commit e593be02910d2496790ef9fa82137d74dce91e7c
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Fri May 31 07:47:35 2013 +0200

    - up to 1.0.2; fixes CVE-2013-2062

 xorg-lib-libXp-64bit.patch | 29 -----------------------------
 xorg-lib-libXp.spec        |  8 +++-----
 2 files changed, 3 insertions(+), 34 deletions(-)
---
diff --git a/xorg-lib-libXp.spec b/xorg-lib-libXp.spec
index 1c7cce4..8541050 100644
--- a/xorg-lib-libXp.spec
+++ b/xorg-lib-libXp.spec
@@ -1,13 +1,12 @@
 Summary:       X Print Client library
 Summary(pl.UTF-8):     Biblioteka kliencka X Print
 Name:          xorg-lib-libXp
-Version:       1.0.1
-Release:       2
+Version:       1.0.2
+Release:       1
 License:       MIT
 Group:         X11/Libraries
 Source0:       
http://xorg.freedesktop.org/releases/individual/lib/libXp-%{version}.tar.bz2
-# Source0-md5: 7ae1d63748e79086bd51a633da1ff1a9
-Patch0:                %{name}-64bit.patch
+# Source0-md5: bb038577c7f4e42a1b675fa6451bc4aa
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -65,7 +64,6 @@ Pakiet zawiera statyczną bibliotekę libXp.
 
 %prep
 %setup -q -n libXp-%{version}
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/xorg-lib-libXp-64bit.patch b/xorg-lib-libXp-64bit.patch
deleted file mode 100644
index e505aaf..0000000
--- a/xorg-lib-libXp-64bit.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- libXp-1.0.1/src/XpNotifyPdm.c.orig 2012-12-07 13:18:49.200544973 +0100
-+++ libXp-1.0.1/src/XpNotifyPdm.c      2012-12-07 13:19:41.927209780 +0100
-@@ -231,7 +231,7 @@
-       /*
-        * Error - cannot determine or establish a selection_display.
-        */
--      return( (Status) NULL );
-+      return( (Status) 0 );
-     }
- 
-     /*
-@@ -268,7 +268,7 @@
-           XCloseDisplay( *selection_display );
-           *selection_display = (Display *) NULL;
-       }
--      return( (Status) NULL );
-+      return( (Status) 0 );
-     }
- 
-     status = XmbTextListToTextProperty( *selection_display, list, 6,
-@@ -283,7 +283,7 @@
-           XCloseDisplay( *selection_display );
-           *selection_display = (Display *) NULL;
-       }
--      return( (Status) NULL );
-+      return( (Status) 0 );
-     }
- 
-     *type              = text_prop.encoding;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-lib-libXp.git/commitdiff/e593be02910d2496790ef9fa82137d74dce91e7c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to