- Update to xtrans-1.0.1

- Remove xtrans-1.0.0-setuid.diff as it is included in 1.0.1
This commit is contained in:
mharris 2006-07-10 09:41:22 +00:00
parent 49674f5c72
commit 6ce8fdae8e
3 changed files with 8 additions and 9 deletions

View File

@ -1 +1,2 @@
xtrans-1.0.0.tar.bz2
xtrans-1.0.1.tar.bz2

View File

@ -1 +1 @@
da1628280f945e8d48a4c2e80ee28873 xtrans-1.0.0.tar.bz2
9b2515bf5ff632cf07bc9901e7274d0f xtrans-1.0.1.tar.bz2

View File

@ -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 <mharris@redhat.com> 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 <mharris@redhat.com> 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