diff --git a/.cvsignore b/.cvsignore index fda93ae..286145e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ xtrans-1.0.0.tar.bz2 +xtrans-1.0.1.tar.bz2 diff --git a/sources b/sources index 6ee1f37..ad16e32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da1628280f945e8d48a4c2e80ee28873 xtrans-1.0.0.tar.bz2 +9b2515bf5ff632cf07bc9901e7274d0f xtrans-1.0.1.tar.bz2 diff --git a/xorg-x11-xtrans-devel.spec b/xorg-x11-xtrans-devel.spec index b323a28..0cb42f1 100644 --- a/xorg-x11-xtrans-devel.spec +++ b/xorg-x11-xtrans-devel.spec @@ -5,8 +5,8 @@ Summary: X.Org X11 developmental X transport library Name: xorg-x11-xtrans-devel -Version: 1.0.0 -Release: 4 +Version: 1.0.1 +Release: 1%{?dist} License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org @@ -14,11 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: ftp://ftp.x.org/pub/individual/lib/xtrans-%{version}.tar.bz2 -# NOTE: Fix for http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=195555 which -# at the time I'm committing this to Fedora development, is only a "potential" -# security issue, and does not yet have any known exploit vector. -Patch0: ftp://ftp.freedesktop.org/pub/xorg/X11R7.1/patches/xtrans-1.0.0-setuid.diff - BuildRequires: pkgconfig BuildRequires: xorg-x11-util-macros @@ -29,7 +24,6 @@ X.Org X11 developmental X transport library %prep %setup -q -n xtrans-%{version} -%patch0 -p0 -b .setuid %build @@ -63,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/xtrans.m4 %changelog +* Mon Jul 10 2006 Mike A. Harris 1.0.1-1.fc6 +- Update to xtrans-1.0.1 +- Remove xtrans-1.0.0-setuid.diff as it is included in 1.0.1 + * Tue Jun 20 2006 Mike A. Harris 1.0.0-4 - Added xtrans-1.0.0-setuid.diff to fix potential security issue (#195555) - Use setup -n instead of -c, and remove extraneous calls to cd from build