public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/developer/
@ 2022-12-01  4:48 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-12-01  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6728932a980eb0ebfac0bfc0566d1dbba6ef83ea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 04:47:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 04:48:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6728932a

profiles/targets/developer: use FEATURES="protect-owned" instead of "collision-protect"

collision-protect stops orphaned collisions too which is a problem when
changing ownership of a file between packages.

We also recommended people stop using it in the libxcrypt news item.

Closes: https://bugs.gentoo.org/883561
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/targets/developer/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
index 457a48e02e89..5b4e3c7a4378 100644
--- a/profiles/targets/developer/make.defaults
+++ b/profiles/targets/developer/make.defaults
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Remove "multilib-strict" for now wrt #424423
-FEATURES="collision-protect sign splitdebug test test-fail-continue userpriv usersandbox"
+FEATURES="protect-owned sign splitdebug test test-fail-continue userpriv usersandbox"
 
 # Disable branding (from desktop)
 USE="-branding"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/developer/
@ 2022-12-01  5:51 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2022-12-01  5:51 UTC (permalink / raw
  To: gentoo-commits

commit:     257ff0d153761e99430a8e34b8d3565828abd589
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 05:49:16 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 05:49:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257ff0d1

Revert "profiles/targets/developer: use FEATURES="protect-owned" instead of "collision-protect""

This reverts commit 6728932a980eb0ebfac0bfc0566d1dbba6ef83ea.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 profiles/targets/developer/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
index 5b4e3c7a4378..457a48e02e89 100644
--- a/profiles/targets/developer/make.defaults
+++ b/profiles/targets/developer/make.defaults
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Remove "multilib-strict" for now wrt #424423
-FEATURES="protect-owned sign splitdebug test test-fail-continue userpriv usersandbox"
+FEATURES="collision-protect sign splitdebug test test-fail-continue userpriv usersandbox"
 
 # Disable branding (from desktop)
 USE="-branding"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/developer/
@ 2020-10-11 14:41 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2020-10-11 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     16bce5dad6a88089449354ce801c1cd6566e8056
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 14:40:48 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 14:41:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bce5da

profiles/targets/developer: don't enable verify-sig by default

 - this change affects multiple people, yet was acked by no one. The
   votes go 3-1 against it.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 profiles/targets/developer/make.defaults | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
index 99e2bd68f55..51d04d55ffb 100644
--- a/profiles/targets/developer/make.defaults
+++ b/profiles/targets/developer/make.defaults
@@ -19,6 +19,3 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
 # perl and python are now disabled by default anyway, truetype and xml are enabled
 # by the also inherited desktop profile
 USE="${USE} snmp"
-
-# Verify upstream signatures by default.
-USE="${USE} verify-sig"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/developer/
@ 2020-10-10 18:21 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-10-10 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     02d5d73b1f8dc09c996dea20e43c6de4e1c63a46
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  6 12:09:26 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 18:21:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d5d73b

profiles/targets/developer: Enable verify-sig by default

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/targets/developer/make.defaults | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults
index 94e10bef018..99e2bd68f55 100644
--- a/profiles/targets/developer/make.defaults
+++ b/profiles/targets/developer/make.defaults
@@ -18,4 +18,7 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
 # USE="-perl -python snmp truetype xml"
 # perl and python are now disabled by default anyway, truetype and xml are enabled
 # by the also inherited desktop profile
-USE="snmp"
+USE="${USE} snmp"
+
+# Verify upstream signatures by default.
+USE="${USE} verify-sig"


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

end of thread, other threads:[~2022-12-01  5:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-01  4:48 [gentoo-commits] repo/gentoo:master commit in: profiles/targets/developer/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-12-01  5:51 Ulrich Müller
2020-10-11 14:41 Joonas Niilola
2020-10-10 18:21 Michał Górny

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