* [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-2.25.ebuild ChangeLog
@ 2014-08-01 6:49 Lars Wendler (polynomial-c)
0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler (polynomial-c) @ 2014-08-01 6:49 UTC (permalink / raw
To: gentoo-commits
polynomial-c 14/08/01 06:49:25
Modified: util-linux-2.25.ebuild ChangeLog
Log:
Fixed installation aborting with header checksum error. Added some more changes from 9999 ebuild
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path
1.3 sys-apps/util-linux/util-linux-2.25.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild?r1=1.2&r2=1.3
Index: util-linux-2.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- util-linux-2.25.ebuild 1 Aug 2014 06:26:19 -0000 1.2
+++ util-linux-2.25.ebuild 1 Aug 2014 06:49:25 -0000 1.3
@@ -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/sys-apps/util-linux/util-linux-2.25.ebuild,v 1.2 2014/08/01 06:26:19 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v 1.3 2014/08/01 06:49:25 polynomial-c Exp $
EAPI="4"
@@ -65,7 +65,6 @@
po/update-potfiles
eautoreconf
fi
- find tests/ -name bigyear -delete #489794
elibtoolize
}
@@ -87,13 +86,13 @@
export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486
ECONF_SOURCE=${S} \
econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
--enable-fs-paths-extra=/usr/sbin:/bin:/usr/bin \
$(multilib_native_use_enable nls) \
--enable-agetty \
--with-bashcompletiondir="$(get_bashcompdir)" \
$(multilib_native_use_enable bash-completion) \
$(multilib_native_use_enable caps setpriv) \
+ --disable-chfn-chsh \
$(multilib_native_use_enable cramfs) \
$(multilib_native_use_enable fdformat) \
--with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \
@@ -139,12 +138,13 @@
else
emake DESTDIR="${D}" install-usrlib_execLTLIBRARIES \
install-pkgconfigDATA install-uuidincHEADERS \
- install-nodist_blkidincHEADERS install-nodist_mountincHEADERS
+ install-nodist_blkidincHEADERS install-nodist_mountincHEADERS \
+ install-nodist_smartcolsincHEADERS
fi
if multilib_is_native_abi; then
# need the libs in /
- gen_usr_ldscript -a blkid mount uuid
+ gen_usr_ldscript -a blkid mount smartcols uuid
use python && python_optimize
fi
1.477 sys-apps/util-linux/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.477&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.477&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.476&r2=1.477
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -r1.476 -r1.477
--- ChangeLog 1 Aug 2014 06:26:19 -0000 1.476
+++ ChangeLog 1 Aug 2014 06:49:25 -0000 1.477
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/util-linux
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.476 2014/08/01 06:26:19 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.477 2014/08/01 06:49:25 polynomial-c Exp $
+
+ 01 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> util-linux-2.25.ebuild:
+ Fixed installation aborting with header checksum error. Added some more
+ changes from 9999 ebuild.
01 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> util-linux-2.25.ebuild:
Removed cytune support.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-2.25.ebuild ChangeLog
@ 2014-08-05 15:55 Christoph Junghans (ottxor)
0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans (ottxor) @ 2014-08-05 15:55 UTC (permalink / raw
To: gentoo-commits
ottxor 14/08/05 15:55:07
Modified: util-linux-2.25.ebuild ChangeLog
Log:
re-added prefix support (bug #518898)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path
1.4 sys-apps/util-linux/util-linux-2.25.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild?r1=1.3&r2=1.4
Index: util-linux-2.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- util-linux-2.25.ebuild 1 Aug 2014 06:49:25 -0000 1.3
+++ util-linux-2.25.ebuild 5 Aug 2014 15:55:07 -0000 1.4
@@ -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/sys-apps/util-linux/util-linux-2.25.ebuild,v 1.3 2014/08/01 06:49:25 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v 1.4 2014/08/05 15:55:07 ottxor Exp $
EAPI="4"
@@ -84,9 +84,13 @@
multilib_src_configure() {
lfs_fallocate_test
export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486
+ # We manually set --libdir to the default since on prefix, econf will set it to
+ # a value which the configure script does not recognize. This makes it set the
+ # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25
ECONF_SOURCE=${S} \
econf \
- --enable-fs-paths-extra=/usr/sbin:/bin:/usr/bin \
+ --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \
+ --libdir='${prefix}/'"$(get_libdir)" \
$(multilib_native_use_enable nls) \
--enable-agetty \
--with-bashcompletiondir="$(get_bashcompdir)" \
1.481 sys-apps/util-linux/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.481&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.481&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.480&r2=1.481
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.480
retrieving revision 1.481
diff -u -r1.480 -r1.481
--- ChangeLog 5 Aug 2014 14:27:40 -0000 1.480
+++ ChangeLog 5 Aug 2014 15:55:07 -0000 1.481
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/util-linux
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.480 2014/08/05 14:27:40 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.481 2014/08/05 15:55:07 ottxor Exp $
+
+ 05 Aug 2014; Christoph Junghans <ottxor@gentoo.org> util-linux-2.24.2.ebuild,
+ util-linux-2.25.ebuild:
+ re-added prefix support (bug #518898)
05 Aug 2014; Christoph Junghans <ottxor@gentoo.org> util-linux-2.24.2.ebuild:
added prefix support (bug #518898)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-2.25.ebuild ChangeLog
@ 2014-08-05 23:04 Mike Frysinger (vapier)
0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2014-08-05 23:04 UTC (permalink / raw
To: gentoo-commits
vapier 14/08/05 23:04:39
Modified: util-linux-2.25.ebuild ChangeLog
Log:
Fix building on hardened systems #518936 by tka.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.5 sys-apps/util-linux/util-linux-2.25.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild?r1=1.4&r2=1.5
Index: util-linux-2.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- util-linux-2.25.ebuild 5 Aug 2014 15:55:07 -0000 1.4
+++ util-linux-2.25.ebuild 5 Aug 2014 23:04:39 -0000 1.5
@@ -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/sys-apps/util-linux/util-linux-2.25.ebuild,v 1.4 2014/08/05 15:55:07 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v 1.5 2014/08/05 23:04:39 vapier Exp $
EAPI="4"
@@ -65,6 +65,7 @@
po/update-potfiles
eautoreconf
fi
+ epatch "${FILESDIR}"/${P}-lscpu-pic.patch #518936
elibtoolize
}
1.482 sys-apps/util-linux/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.482&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.482&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.481&r2=1.482
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -r1.481 -r1.482
--- ChangeLog 5 Aug 2014 15:55:07 -0000 1.481
+++ ChangeLog 5 Aug 2014 23:04:39 -0000 1.482
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/util-linux
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.481 2014/08/05 15:55:07 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.482 2014/08/05 23:04:39 vapier Exp $
+
+ 05 Aug 2014; Mike Frysinger <vapier@gentoo.org>
+ +files/util-linux-2.25-lscpu-pic.patch, util-linux-2.25.ebuild:
+ Fix building on hardened systems #518936 by tka.
05 Aug 2014; Christoph Junghans <ottxor@gentoo.org> util-linux-2.24.2.ebuild,
util-linux-2.25.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-05 23:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 23:04 [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-2.25.ebuild ChangeLog Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2014-08-05 15:55 Christoph Junghans (ottxor)
2014-08-01 6:49 Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox