diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-12-16 07:27:45 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-12-16 07:27:45 +0000 |
commit | 59316d08922401f671524f35f17467f6598f45b5 (patch) | |
tree | f2ba2cc3ab1c13dcc4beb242717df69d9be9e595 /x11-base | |
parent | Version bump. Created patch for Verizon Wireless that is not in upstream rele... (diff) | |
download | gentoo-2-59316d08922401f671524f35f17467f6598f45b5.tar.gz gentoo-2-59316d08922401f671524f35f17467f6598f45b5.tar.bz2 gentoo-2-59316d08922401f671524f35f17467f6598f45b5.zip |
Bump patchball to 0.2, include patch to fix lockfile vulnerability (CAN-2004-1056, bug #74464)
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/x11-drm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-base/x11-drm/files/digest-x11-drm-20040827 | 2 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20040827.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/x11-base/x11-drm/ChangeLog b/x11-base/x11-drm/ChangeLog index f6f4762feedd..81b1a20a0646 100644 --- a/x11-base/x11-drm/ChangeLog +++ b/x11-base/x11-drm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-base/x11-drm # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.9 2004/12/07 05:12:12 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.10 2004/12/16 07:27:45 battousai Exp $ + + 15 Dec 2004; Bryan Stine <battousai@gentoo.org>; x11-drm-20040827.ebuild: + Add a patch to fix lockfile vulnerability (CAN-2004-1056: Insufficient + locking checks in DRM code). This bumps the patchball up to 0.2. Closes bug + #74464. 07 Dec 2004; Bryan Stine <battousai@gentoo.org>; x11-drm-20040827.ebuild: Now with linux-mod eclass goodness, no more kernel-mod. diff --git a/x11-base/x11-drm/files/digest-x11-drm-20040827 b/x11-base/x11-drm/files/digest-x11-drm-20040827 index 29da1b173349..46a41e7b6a8d 100644 --- a/x11-base/x11-drm/files/digest-x11-drm-20040827 +++ b/x11-base/x11-drm/files/digest-x11-drm-20040827 @@ -1,3 +1,3 @@ -MD5 92e823db1bd1f5567af7791bf3185396 x11-drm-20040827-gentoo-0.1.tar.bz2 7710 +MD5 41556a8f6473ba51223162ea23cdd861 x11-drm-20040827-gentoo-0.2.tar.bz2 9121 MD5 aa602f867e00717c50921718980f43c2 linux-drm-20040827-kernelsource.tar.bz2 249379 MD5 72e856bdfcbf181a4d99ff278462f47d linux-drm-gatos-20031202-kernelsource.tar.bz2 154677 diff --git a/x11-base/x11-drm/x11-drm-20040827.ebuild b/x11-base/x11-drm/x11-drm-20040827.ebuild index c19ce9370ae2..16523b6fbdd8 100644 --- a/x11-base/x11-drm/x11-drm-20040827.ebuild +++ b/x11-base/x11-drm/x11-drm-20040827.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20040827.ebuild,v 1.6 2004/12/07 05:12:12 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20040827.ebuild,v 1.7 2004/12/16 07:27:45 battousai Exp $ inherit eutils x11 linux-mod @@ -12,7 +12,7 @@ IUSE_VIDEO_CARDS="3dfx ffb i810 i830 i915 mach64 matrox rage128 radeon savage si RESTRICT="nostrip" GATOSSNAP="20031202" -PATCHVER="0.1" +PATCHVER="0.2" PATCHDIR="${WORKDIR}/patch" EXCLUDED="${WORKDIR}/excluded" S="${WORKDIR}/drm" |