public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Tue, 20 Mar 2018 14:47:52 +0000 (UTC)	[thread overview]
Message-ID: <1521557207.d1377aaa818973deae073a82bdd57e8aa0601ac5.heroxbd@gentoo> (raw)

commit:     d1377aaa818973deae073a82bdd57e8aa0601ac5
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 14:46:11 2018 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 14:46:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1377aaa

sys-devel/distcc: install distccd whitelist by shadowman.

  - remove redundant "|| die".
  - fix the libdir names.

Closes: https://bugs.gentoo.org/650986
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/distcc/distcc-3.3.ebuild | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild
index 4a7e74e0c42..b088b559a6a 100644
--- a/sys-devel/distcc/distcc-3.3.ebuild
+++ b/sys-devel/distcc/distcc-3.3.ebuild
@@ -74,7 +74,7 @@ src_prepare() {
 		-e "s:@libdir@:/usr/$(get_libdir):" \
 		"${FILESDIR}/3.2/distcc-config" > "${T}/distcc-config" || die
 
-	hprefixify update-distcc-symlinks.py src/{serve,daemon}.c
+	hprefixify -e "s,/lib/,/$(get_libdir)/," update-distcc-symlinks.py src/{serve,daemon}.c
 }
 
 src_configure() {
@@ -109,7 +109,7 @@ src_install() {
 
 		sed -i '/ExecStart/ s|$| --zeroconf|' "${D}$(systemd_get_systemunitdir)"/distccd.service || die
 	fi
-	doconfd "${T}/distccd" || die
+	doconfd "${T}/distccd"
 
 	cat > "${T}/02distcc" <<-EOF || die
 	# This file is managed by distcc-config; use it to change these settings.
@@ -123,26 +123,27 @@ src_install() {
 	DISTCC_ENABLE_DISCREPANCY_EMAIL="${DISTCC_ENABLE_DISCREPANCY_EMAIL}"
 	DCC_EMAILLOG_WHOM_TO_BLAME="${DCC_EMAILLOG_WHOM_TO_BLAME}"
 	EOF
-	doenvd "${T}/02distcc" || die
+	doenvd "${T}/02distcc"
 
-	keepdir "${DCCC_PATH}" || die
+	keepdir "${DCCC_PATH%bin}"
 
-	dobin "${T}/distcc-config" || die
+	dobin "${T}/distcc-config"
 
 	if use gnome || use gtk; then
 		einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui"
 		einfo "This is to have a little sensability in naming schemes between distccmon programs"
 		mv "${ED}/usr/bin/distccmon-gnome" "${ED}/usr/bin/distccmon-gui" || die
-		dosym distccmon-gui /usr/bin/distccmon-gnome || die
+		dosym distccmon-gui /usr/bin/distccmon-gnome
 	fi
 
 	if use xinetd; then
-		insinto /etc/xinetd.d || die
-		newins "doc/example/xinetd" distcc || die
+		insinto /etc/xinetd.d
+		newins "doc/example/xinetd" distcc
 	fi
 
 	insinto /usr/share/shadowman/tools
 	newins - distcc <<<"${EPREFIX}${DCCC_PATH}"
+	newins - distccd <<<"${EPREFIX}${DCCC_PATH%bin}"
 
 	rm -r "${ED}/etc/default" || die
 	rm "${ED}/etc/distcc/clients.allow" || die
@@ -152,6 +153,7 @@ src_install() {
 pkg_postinst() {
 	if [[ ${ROOT} == / ]]; then
 		eselect compiler-shadow update distcc
+		eselect compiler-shadow update distccd
 	fi
 
 	use gnome && xdg_desktop_database_update
@@ -176,9 +178,9 @@ pkg_postinst() {
 	elog
 	elog "***SECURITY NOTICE***"
 	elog "Since distcc-3.3, whitelist is used for what distccd could execute. The whilelist"
-	elog "has to be generated manually by invoking \`update-distcc-symlinks\`.  To revert"
-	elog "to the old behavior, you need to pass --make-me-a-botnet to distccd in"
-	elog "/etc/conf.d/distccd.  Cf. https://github.com/distcc/distcc/pull/243."
+	elog "has been generated by compiler-shadow distccd.  To revert to the old behavior, "
+	elog "you need to pass --make-me-a-botnet to distccd in elog /etc/conf.d/distccd."
+	elog "Cf. https://github.com/distcc/distcc/pull/243."
 }
 
 pkg_prerm() {


             reply	other threads:[~2018-03-20 14:47 UTC|newest]

Thread overview: 130+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-20 14:47 Benda XU [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-03 16:19 [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/ Mike Gilbert
2024-10-12 15:56 Mike Gilbert
2024-10-07 19:18 Mike Gilbert
2024-05-29 12:15 Sam James
2024-05-29 11:47 Sam James
2024-05-29  6:26 Jakov Smolić
2024-05-28 17:01 Sam James
2024-05-27 17:24 Michał Górny
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-04-08 13:30 Michał Górny
2023-01-13  9:32 Sam James
2022-09-01 17:54 Matt Turner
2022-06-23  6:42 Agostino Sarubbo
2022-06-23  5:59 Agostino Sarubbo
2022-06-22 13:25 Agostino Sarubbo
2022-06-22 13:23 Agostino Sarubbo
2022-06-22 13:22 Agostino Sarubbo
2022-06-22  5:49 Agostino Sarubbo
2022-06-21 15:25 Agostino Sarubbo
2022-05-31  7:19 Michał Górny
2021-08-12 17:36 Michał Górny
2021-07-08  3:53 Sam James
2021-07-06  1:48 Sam James
2021-07-05  6:58 Agostino Sarubbo
2021-07-03  1:32 Sam James
2021-07-03  1:30 Sam James
2021-07-03  1:28 Sam James
2021-05-28 15:36 Marek Szuba
2021-05-11 19:23 Michał Górny
2021-02-25 13:55 Michał Górny
2021-02-25 13:47 Sam James
2021-02-21  7:29 Sam James
2021-02-19 17:21 Sam James
2021-02-19 16:11 Sam James
2021-02-19  3:43 Sam James
2021-02-19  2:54 Sam James
2021-02-19  2:45 Sam James
2021-02-19  1:51 Thomas Deutschmann
2021-01-04 11:49 Michał Górny
2020-06-05 13:57 Michał Górny
2020-05-31  9:44 Michał Górny
2020-05-31  9:44 Michał Górny
2020-05-31  9:44 Michał Górny
2020-05-31  9:44 Michał Górny
2020-03-18 19:43 Rick Farina
2019-12-29 20:51 Michał Górny
2019-09-21  7:23 Matt Turner
2019-09-20  6:39 Sergei Trofimovich
2019-09-13 18:27 Mikle Kolyada
2019-09-09  6:02 Agostino Sarubbo
2019-09-09  5:54 Agostino Sarubbo
2019-09-09  1:13 Aaron Bauman
2019-09-08 19:15 Thomas Deutschmann
2019-09-08 18:30 Sergei Trofimovich
2019-09-08 18:26 Sergei Trofimovich
2019-09-08 18:21 Sergei Trofimovich
2019-09-08 10:22 Agostino Sarubbo
2019-08-14 23:04 Michał Górny
2019-06-01  8:14 Sergei Trofimovich
2019-04-13  0:37 Aaron Bauman
2019-04-10 15:07 Michał Górny
2019-04-08  6:54 Mikle Kolyada
2019-03-16 22:55 Sergei Trofimovich
2019-03-16 21:57 Sergei Trofimovich
2019-03-16 14:06 Mikle Kolyada
2019-03-15 23:14 Mikle Kolyada
2019-03-12 17:06 Mikle Kolyada
2019-03-11 22:42 Sergei Trofimovich
2019-03-10 22:17 Sergei Trofimovich
2019-02-16 13:31 Mikle Kolyada
2019-02-16 13:31 Mikle Kolyada
2019-02-16 13:31 Mikle Kolyada
2019-02-12 12:42 Mikle Kolyada
2019-02-12 12:42 Mikle Kolyada
2019-02-12 12:42 Mikle Kolyada
2018-12-16 10:00 Michał Górny
2018-12-09  8:35 Georgy Yakovlev
2018-12-09  8:35 Georgy Yakovlev
2018-12-09  8:04 Georgy Yakovlev
2018-12-08 17:53 Michał Górny
2018-12-02 16:32 Michał Górny
2018-12-02  8:38 Michał Górny
2018-12-02  8:38 Michał Górny
2018-12-02  8:38 Michał Górny
2018-12-02  8:38 Michał Górny
2018-12-02  8:38 Michał Górny
2018-12-02  8:38 Michał Górny
2018-12-02  8:38 Michał Górny
2018-04-13  4:25 Benda XU
2018-03-28  4:22 Matt Turner
2018-03-28  4:22 Matt Turner
2018-03-20 15:23 Jeroen Roovers
2018-03-20 13:55 Benda XU
2018-03-20 13:24 Benda XU
2018-03-17 21:42 Matt Turner
2018-03-17 21:42 Matt Turner
2018-03-17 19:45 Matt Turner
2018-03-11 22:20 Sergei Trofimovich
2018-03-11  6:08 Matt Turner
2018-01-06 20:13 Markus Meier
2018-01-06 18:34 Sergei Trofimovich
2017-10-02  5:51 Benda XU
2017-08-26 16:10 Michał Górny
2017-08-26 13:37 Michał Górny
2017-08-26 13:37 Michał Górny
2017-08-26 13:37 Michał Górny
2017-08-17  7:44 Michał Górny
2017-03-13  4:51 Mike Frysinger
2017-02-24 21:45 Michael Weber
2016-10-02 12:37 Pacho Ramos
2016-06-12  9:12 Benda XU
2015-11-18  9:37 Sergey Popov
2015-11-16 14:19 Agostino Sarubbo
2015-11-05 20:58 Markus Meier
2015-11-05 11:20 Agostino Sarubbo
2015-11-03 16:18 Agostino Sarubbo
2015-11-01 14:56 Tobias Klausmann
2015-10-30 10:15 Agostino Sarubbo
2015-10-28 13:36 Justin Lecher
2015-10-27 12:18 Agostino Sarubbo
2015-10-24  6:39 Jeroen Roovers
2015-10-22 15:39 Sergey Popov
2015-10-22 14:53 Sergey Popov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1521557207.d1377aaa818973deae073a82bdd57e8aa0601ac5.heroxbd@gentoo \
    --to=heroxbd@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox