public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/distcc: ChangeLog distcc-3.0-r3.ebuild distcc-2.18.3-r10.ebuild distcc-2.18.3-r13.ebuild
@ 2008-11-02 22:24 Gordon Malm (gengor)
  0 siblings, 0 replies; only message in thread
From: Gordon Malm (gengor) @ 2008-11-02 22:24 UTC (permalink / raw
  To: gentoo-commits

gengor      08/11/02 22:24:23

  Modified:             ChangeLog distcc-3.0-r3.ebuild
                        distcc-2.18.3-r10.ebuild distcc-2.18.3-r13.ebuild
  Log:
  Add "hardened" USE flag, fixing bugs #120001, #167844 and probably more.
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.180                sys-devel/distcc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?r1=1.179&r2=1.180

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog	27 Oct 2008 21:29:44 -0000	1.179
+++ ChangeLog	2 Nov 2008 22:24:23 -0000	1.180
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/distcc
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.179 2008/10/27 21:29:44 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.180 2008/11/02 22:24:23 gengor Exp $
+
+  02 Nov 2008; Gordon Malm <gengor@gentoo.org> +files/distcc-hardened.patch,
+  distcc-2.18.3-r10.ebuild, distcc-2.18.3-r13.ebuild, distcc-3.0-r3.ebuild:
+  Add "hardened" USE flag, fixing bugs #120001, #167844 and probably more.
 
   27 Oct 2008; MATSUU Takuto <matsuu@gentoo.org>
   +files/distcc-3.0-xinetd.patch, files/3.0/distcc-config,



1.4                  sys-devel/distcc/distcc-3.0-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild?r1=1.3&r2=1.4

Index: distcc-3.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- distcc-3.0-r3.ebuild	27 Oct 2008 21:37:06 -0000	1.3
+++ distcc-3.0-r3.ebuild	2 Nov 2008 22:24:23 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild,v 1.3 2008/10/27 21:37:06 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild,v 1.4 2008/11/02 22:24:23 gengor Exp $
 
 inherit eutils fdo-mime flag-o-matic multilib toolchain-funcs
 
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="avahi gnome gtk ipv6 selinux xinetd"
+IUSE="avahi gnome gtk hardened ipv6 selinux xinetd"
 
 RESTRICT="test"
 
@@ -51,6 +51,9 @@
 	epatch "${FILESDIR}/${P}-svn617.patch"
 	epatch "${FILESDIR}/${P}-xinetd.patch"
 	sed -i -e "/PATH/s:\$distcc_location:${DCCC_PATH}:" pump.in || die
+
+	# Bugs #120001, #167844 and probably more. See patch for description.
+	use hardened && epatch "${FILESDIR}/distcc-hardened.patch"
 }
 
 src_compile() {



1.11                 sys-devel/distcc/distcc-2.18.3-r10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?r1=1.10&r2=1.11

Index: distcc-2.18.3-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- distcc-2.18.3-r10.ebuild	27 Oct 2008 21:37:06 -0000	1.10
+++ distcc-2.18.3-r10.ebuild	2 Nov 2008 22:24:23 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.10 2008/10/27 21:37:06 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.11 2008/11/02 22:24:23 gengor Exp $
 
 # If you change this in any way please email lisa@gentoo.org and make an
 # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
@@ -16,7 +16,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="gnome gtk selinux ipv6"
+IUSE="gnome gtk hardened selinux ipv6"
 
 DEPEND=">=sys-devel/gcc-config-1.3.1
 	userland_GNU? ( sys-apps/shadow )
@@ -47,6 +47,9 @@
 	# See bug #75420 for more multilib stuff
 	epatch "${FILESDIR}/distcc-gentoo-multilib-r1.patch"
 	einfo "Please report to bug #75420 success or failure of this patch."
+
+	# Bugs #120001, #167844 and probably more. See patch for description.
+	use hardened && epatch "${FILESDIR}/distcc-hardened.patch"
 }
 
 src_compile() {



1.3                  sys-devel/distcc/distcc-2.18.3-r13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild?r1=1.2&r2=1.3

Index: distcc-2.18.3-r13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- distcc-2.18.3-r13.ebuild	17 Aug 2008 03:24:18 -0000	1.2
+++ distcc-2.18.3-r13.ebuild	2 Nov 2008 22:24:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild,v 1.2 2008/08/17 03:24:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild,v 1.3 2008/11/02 22:24:23 gengor Exp $
 
 # If you change this in any way please email lisa@gentoo.org and make an
 # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
@@ -17,7 +17,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="avahi gnome gtk selinux ipv6"
+IUSE="avahi gnome gtk hardened selinux ipv6"
 
 COMMON_DEP="dev-libs/popt
 	avahi? ( >=net-dns/avahi-0.6.5 )"
@@ -64,7 +64,7 @@
 
 	epatch "${FILESDIR}/distcc-freedesktop.patch"
 	epatch "${FILESDIR}/distcc-create-dir.patch"
-	epatch "${FILESDIR}"/${PN}-march-native.patch
+	epatch "${FILESDIR}/${PN}-march-native.patch"
 
 	rm -v popt/*.c || die
 	if use avahi; then
@@ -72,6 +72,9 @@
 		epatch "${FILESDIR}/${PN}-avahi-configure.patch"
 	fi
 
+	# Bugs #120001, #167844 and probably more. See patch for description.
+	use hardened && epatch "${FILESDIR}/distcc-hardened.patch"
+
 	eautoreconf
 }
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-02 22:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 22:24 [gentoo-commits] gentoo-x86 commit in sys-devel/distcc: ChangeLog distcc-3.0-r3.ebuild distcc-2.18.3-r10.ebuild distcc-2.18.3-r13.ebuild Gordon Malm (gengor)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox