diff options
author | Mark Wright <gienah@gentoo.org> | 2014-08-05 12:47:08 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-08-05 12:47:08 +0000 |
commit | fdd62e708b59b6f956cc4a8975939888fccc231d (patch) | |
tree | 82c94672de57a4027c2122a208cf839d81611c6a /dev-lisp | |
parent | vanilla-3.15.8 + genpatches-3.15-10 + grsecurity-3.0-3.15.8-201408040708 (diff) | |
download | gentoo-2-fdd62e708b59b6f956cc4a8975939888fccc231d.tar.gz gentoo-2-fdd62e708b59b6f956cc4a8975939888fccc231d.tar.bz2 gentoo-2-fdd62e708b59b6f956cc4a8975939888fccc231d.zip |
Fix Bug 519040 - dev-lisp/sbcl-1.2.2: emerge fails on PaX system: paxctl not set on internal sbcl, thanks to Klaus Kusche for reporting. Fix Bug 517000 - dev-lisp/sbcl should not invoke paxctl directly, thanks to Luis Ressel for the earlier fix and reporting. Add to IUSE pax-kernel and to DEPEND pax_kernel? ( sys-apps/paxctl sys-apps/elfix ).
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/ChangeLog | 11 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.1.15.ebuild | 7 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.1.16.ebuild | 7 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.1.17.ebuild | 7 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.1.18.ebuild | 7 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.2.2.ebuild | 7 |
8 files changed, 34 insertions, 20 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog index 8a2a33c6c86d..7ec20ea6c185 100644 --- a/dev-lisp/sbcl/ChangeLog +++ b/dev-lisp/sbcl/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-lisp/sbcl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.208 2014/08/04 13:51:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.209 2014/08/05 12:47:08 gienah Exp $ + + 05 Aug 2014; Mark Wright <gienah@gentoo.org> sbcl-1.0.55-r1.ebuild, + sbcl-1.0.55-r2.ebuild, sbcl-1.1.15.ebuild, sbcl-1.1.16.ebuild, + sbcl-1.1.17.ebuild, sbcl-1.1.18.ebuild, sbcl-1.2.2.ebuild: + Fix Bug 519040 - dev-lisp/sbcl-1.2.2: emerge fails on PaX system: paxctl not + set on internal sbcl, thanks to Klaus Kusche for reporting. Fix Bug 517000 - + dev-lisp/sbcl should not invoke paxctl directly, thanks to Luis Ressel for the + earlier fix and reporting. Add to IUSE pax-kernel and to DEPEND pax_kernel? ( + sys-apps/paxctl sys-apps/elfix ). 04 Aug 2014; Mark Wright <gienah@gentoo.org> sbcl-1.0.55-r1.ebuild, sbcl-1.0.55-r2.ebuild, sbcl-1.1.15.ebuild, sbcl-1.1.16.ebuild, diff --git a/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild b/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild index c180bc085fab..30d0727be403 100644 --- a/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild,v 1.8 2014/08/04 13:51:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild,v 1.9 2014/08/05 12:47:08 gienah Exp $ EAPI=3 inherit multilib eutils flag-o-matic pax-utils @@ -27,7 +27,7 @@ KEYWORDS="amd64 ppc ~sparc x86" IUSE="+asdf ldb source +threads +unicode debug doc pax_kernel" DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) - pax_kernel? ( sys-apps/paxctl )" + pax_kernel? ( sys-apps/paxctl sys-apps/elfix )" RDEPEND="asdf? ( >=dev-lisp/gentoo-init-0.1 )" # Disable warnings about executable stacks, as this won't be fixed soon by upstream diff --git a/dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild b/dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild index 9f255585d302..7101446e522f 100644 --- a/dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild,v 1.2 2014/08/04 13:51:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild,v 1.3 2014/08/05 12:47:08 gienah Exp $ EAPI=3 inherit multilib eutils flag-o-matic pax-utils @@ -28,7 +28,7 @@ KEYWORDS="" IUSE="+asdf ldb source +threads +unicode debug doc pax_kernel zlib" DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) - pax_kernel? ( sys-apps/paxctl )" + pax_kernel? ( sys-apps/paxctl sys-apps/elfix )" RDEPEND="asdf? ( >=dev-lisp/gentoo-init-0.1 )" # Disable warnings about executable stacks, as this won't be fixed soon by upstream diff --git a/dev-lisp/sbcl/sbcl-1.1.15.ebuild b/dev-lisp/sbcl/sbcl-1.1.15.ebuild index 343457cc6348..ee81add67d74 100644 --- a/dev-lisp/sbcl/sbcl-1.1.15.ebuild +++ b/dev-lisp/sbcl/sbcl-1.1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.15.ebuild,v 1.2 2014/08/04 13:51:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.15.ebuild,v 1.3 2014/08/05 12:47:08 gienah Exp $ EAPI=5 inherit multilib eutils flag-o-matic pax-utils @@ -24,11 +24,12 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="debug doc source +threads +unicode zlib" +IUSE="debug doc source +threads +unicode pax_kernel zlib" CDEPEND=">=dev-lisp/asdf-2.33-r3:=" DEPEND="${CDEPEND} - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )" + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) + pax_kernel? ( sys-apps/paxctl sys-apps/elfix )" RDEPEND="${CDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )" diff --git a/dev-lisp/sbcl/sbcl-1.1.16.ebuild b/dev-lisp/sbcl/sbcl-1.1.16.ebuild index 51e68f4d0fee..f496eae3dd15 100644 --- a/dev-lisp/sbcl/sbcl-1.1.16.ebuild +++ b/dev-lisp/sbcl/sbcl-1.1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.16.ebuild,v 1.2 2014/08/04 13:51:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.16.ebuild,v 1.3 2014/08/05 12:47:08 gienah Exp $ EAPI=5 inherit multilib eutils flag-o-matic pax-utils @@ -24,11 +24,12 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="debug doc source +threads +unicode zlib" +IUSE="debug doc source +threads +unicode pax_kernel zlib" CDEPEND=">=dev-lisp/asdf-2.33-r3:=" DEPEND="${CDEPEND} - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )" + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) + pax_kernel? ( sys-apps/paxctl sys-apps/elfix )" RDEPEND="${CDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )" diff --git a/dev-lisp/sbcl/sbcl-1.1.17.ebuild b/dev-lisp/sbcl/sbcl-1.1.17.ebuild index c2171e92a226..33a9828c6df2 100644 --- a/dev-lisp/sbcl/sbcl-1.1.17.ebuild +++ b/dev-lisp/sbcl/sbcl-1.1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v 1.4 2014/08/04 13:51:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v 1.5 2014/08/05 12:47:08 gienah Exp $ EAPI=5 inherit multilib eutils flag-o-matic pax-utils @@ -24,11 +24,12 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="debug doc source +threads +unicode zlib" +IUSE="debug doc source +threads +unicode pax_kernel zlib" CDEPEND=">=dev-lisp/asdf-2.33-r3:=" DEPEND="${CDEPEND} - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )" + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) + pax_kernel? ( sys-apps/paxctl sys-apps/elfix )" RDEPEND="${CDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )" diff --git a/dev-lisp/sbcl/sbcl-1.1.18.ebuild b/dev-lisp/sbcl/sbcl-1.1.18.ebuild index 4daf911eeeec..5e39d315fc7b 100644 --- a/dev-lisp/sbcl/sbcl-1.1.18.ebuild +++ b/dev-lisp/sbcl/sbcl-1.1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v 1.3 2014/08/04 13:51:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v 1.4 2014/08/05 12:47:08 gienah Exp $ EAPI=5 inherit multilib eutils flag-o-matic pax-utils @@ -24,11 +24,12 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="amd64 ~ppc ~sparc ~x86" -IUSE="debug doc source +threads +unicode zlib" +IUSE="debug doc source +threads +unicode pax_kernel zlib" CDEPEND=">=dev-lisp/asdf-2.33-r3:=" DEPEND="${CDEPEND} - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )" + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) + pax_kernel? ( sys-apps/paxctl sys-apps/elfix )" RDEPEND="${CDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )" diff --git a/dev-lisp/sbcl/sbcl-1.2.2.ebuild b/dev-lisp/sbcl/sbcl-1.2.2.ebuild index b618d3cc9706..15053978444f 100644 --- a/dev-lisp/sbcl/sbcl-1.2.2.ebuild +++ b/dev-lisp/sbcl/sbcl-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild,v 1.2 2014/08/04 13:51:11 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild,v 1.3 2014/08/05 12:47:08 gienah Exp $ EAPI=5 inherit multilib eutils flag-o-matic pax-utils @@ -24,11 +24,12 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="debug doc source +threads +unicode zlib" +IUSE="debug doc source +threads +unicode pax_kernel zlib" CDEPEND=">=dev-lisp/asdf-2.33-r3:=" DEPEND="${CDEPEND} - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )" + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) + pax_kernel? ( sys-apps/paxctl sys-apps/elfix )" RDEPEND="${CDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )" |