public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/noexec/
@ 2017-01-18 23:00 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2017-01-18 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e0fea1005291529f6ece755a44aefea901d8e7e1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 22:59:30 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 22:59:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fea100

sys-apps/noexec: clean up old.

Package-Manager: portage-2.3.0

 sys-apps/noexec/noexec-1.1.0.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/sys-apps/noexec/noexec-1.1.0.ebuild b/sys-apps/noexec/noexec-1.1.0.ebuild
deleted file mode 100644
index 197fa74..00000000
--- a/sys-apps/noexec/noexec-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="a package for preventing processes from using exec system calls"
-HOMEPAGE="http://noexec.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=sys-libs/glibc-2.3.2-r9"
-
-src_install() {
-	make install DESTDIR=${D} || die "installation failed"
-	dodoc AUTHORS BUGS ChangeLog NEWS README
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/noexec/
@ 2017-01-18 23:00 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2017-01-18 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d6e751db20bb2089600ff4bc0bd4da451b1bb9ae
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 22:59:12 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 22:59:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e751db

sys-apps/noexec: EAPI 6 bump.

Package-Manager: portage-2.3.0

 sys-apps/noexec/noexec-1.1.0-r1.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/sys-apps/noexec/noexec-1.1.0-r1.ebuild b/sys-apps/noexec/noexec-1.1.0-r1.ebuild
new file mode 100644
index 00000000..5539aa8
--- /dev/null
+++ b/sys-apps/noexec/noexec-1.1.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="a package for preventing processes from using exec system calls"
+HOMEPAGE="http://noexec.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="sys-libs/glibc"
+
+DOCS=( AUTHORS BUGS ChangeLog NEWS README )
+
+src_install() {
+	emake install DESTDIR="${D}"
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/noexec/
@ 2017-06-09 21:09 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2017-06-09 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     743f0743f6ca4b9ee952a534ee78885223d0da1f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 21:08:14 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 21:08:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743f0743

sys-apps/noexec: stable for amd64. mark stable for the remaining ARCHES using the ALLARCHES policy.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-apps/noexec/noexec-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/noexec/noexec-1.1.0-r1.ebuild b/sys-apps/noexec/noexec-1.1.0-r1.ebuild
index 25773611aec..5e25d33d798 100644
--- a/sys-apps/noexec/noexec-1.1.0-r1.ebuild
+++ b/sys-apps/noexec/noexec-1.1.0-r1.ebuild
@@ -9,6 +9,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND="sys-libs/glibc"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/noexec/
@ 2017-06-09 21:09 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2017-06-09 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ff5b5406820b135390ebe3a7260db812ecc43e12
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 21:07:36 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 21:08:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5b5406

sys-apps/noexec: remove src_install phase and DOCS array.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-apps/noexec/noexec-1.1.0-r1.ebuild | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/sys-apps/noexec/noexec-1.1.0-r1.ebuild b/sys-apps/noexec/noexec-1.1.0-r1.ebuild
index c5507a32d0e..25773611aec 100644
--- a/sys-apps/noexec/noexec-1.1.0-r1.ebuild
+++ b/sys-apps/noexec/noexec-1.1.0-r1.ebuild
@@ -12,10 +12,3 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 
 DEPEND="sys-libs/glibc"
-
-DOCS=( AUTHORS BUGS ChangeLog NEWS README )
-
-src_install() {
-	emake install DESTDIR="${D}"
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/noexec/
@ 2022-10-15 20:07 Ionen Wolkens
  0 siblings, 0 replies; 5+ messages in thread
From: Ionen Wolkens @ 2022-10-15 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     421bfb8a74b3b56e5c13cc0d4539bac9df51eb3a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 18:18:54 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 20:06:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421bfb8a

sys-apps/noexec: EAPI6->8, fix runtime, run eautoreconf for clang16

wrt runtime, lacked $(get_libdir):

    ld.so: object '/usr/lib/libnoexec.so' from LD_PRELOAD
    cannot be preloaded

(no bug, assume nobody actually use this)

Don't think the glibc dependency makes sense, but given LD_PRELOAD
tricks I would rather leave alone without inspecting and trying musl.

Also GPL-2 -> GPL-2+, put glibc in RDEPEND too fwiw, and remove .la.

Closes: https://bugs.gentoo.org/851816
Closes: https://bugs.gentoo.org/874426
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sys-apps/noexec/noexec-1.1.0-r1.ebuild | 14 --------------
 sys-apps/noexec/noexec-1.1.0-r2.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 14 deletions(-)

diff --git a/sys-apps/noexec/noexec-1.1.0-r1.ebuild b/sys-apps/noexec/noexec-1.1.0-r1.ebuild
deleted file mode 100644
index 5e25d33d7981..000000000000
--- a/sys-apps/noexec/noexec-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="a package for preventing processes from using exec system calls"
-HOMEPAGE="http://noexec.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="sys-libs/glibc"

diff --git a/sys-apps/noexec/noexec-1.1.0-r2.ebuild b/sys-apps/noexec/noexec-1.1.0-r2.ebuild
new file mode 100644
index 000000000000..ab5153da8055
--- /dev/null
+++ b/sys-apps/noexec/noexec-1.1.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Package for preventing processes from using exec system calls"
+HOMEPAGE="https://noexec.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+
+RDEPEND="sys-libs/glibc"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+
+	sed -e "/^#define PRELOAD_LIBRARY_PATH/s|/usr/lib|${EPREFIX}/usr/$(get_libdir)|" \
+		-i src/noexec_macro.h || die
+
+	eautoreconf #874426
+}
+
+src_install() {
+	default
+
+	find "${ED}" -type f -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-15 20:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 23:00 [gentoo-commits] repo/gentoo:master commit in: sys-apps/noexec/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2022-10-15 20:07 Ionen Wolkens
2017-06-09 21:09 Patrice Clement
2017-06-09 21:09 Patrice Clement
2017-01-18 23:00 Patrice Clement

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