[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2024-03-30 Thread Andreas K. Hüttel
commit: 0db1a3d0210226cf80b3f6962f2e64eb354eb7ca
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Mar 30 08:53:07 2024 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Mar 30 08:54:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db1a3d0

profiles, musl: Also stable.mask gcc[sanitize] on x86 17.0 musl profiles

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/default/linux/x86/17.0/musl/package.use.stable.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/default/linux/x86/17.0/musl/package.use.stable.mask 
b/profiles/default/linux/x86/17.0/musl/package.use.stable.mask
new file mode 100644
index ..c021f45d8508
--- /dev/null
+++ b/profiles/default/linux/x86/17.0/musl/package.use.stable.mask
@@ -0,0 +1,6 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License, v2
+
+# Andreas K. Hüttel  (2024-03-20)
+# Does not compile with musl-1.2.4
+sys-devel/gcc sanitize



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2021-11-21 Thread Sam James
commit: 038685f3027f01ed1665878a13f3c9663e7b5209
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 21 11:45:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 21 11:46:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038685f3

profiles/default/linux/x86/17.0/musl: unmask SSP

We've imported GCC (with its patches) from ::musl and SSP should
be fine with x86 (and any other arch) for Gentoo + musl now.

In fact, USE=ssp just controls the default, -fstack-protector
has been & is working already, so this is just about bringing
hardening to x86 users now.

Bug: https://bugs.gentoo.org/706210
Bug: https://bugs.gentoo.org/747346
Signed-off-by: Sam James  gentoo.org>

 profiles/default/linux/x86/17.0/musl/use.mask | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/profiles/default/linux/x86/17.0/musl/use.mask 
b/profiles/default/linux/x86/17.0/musl/use.mask
index a676f6deb519..fe008ec19efd 100644
--- a/profiles/default/linux/x86/17.0/musl/use.mask
+++ b/profiles/default/linux/x86/17.0/musl/use.mask
@@ -1,5 +1,2 @@
-# Copyright 1999-2020 Gentoo Authors.
+# Copyright 1999-2021 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License, v2
-
-# ssp is broken on x86 musl: bug #706210
-ssp



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2021-09-13 Thread Sam James
commit: 48a63c983a559f87d693e606380a49c139d3e356
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 14 02:49:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 14 02:50:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a63c98

profiles/default/linux/x86/17.0/musl: unmask systemd-tmpfiles

There's now a patch for gcc in ::musl and we'll hopefully
import it to ::gentoo shortly.

Bug: https://bugs.gentoo.org/800893
Signed-off-by: Sam James  gentoo.org>

 profiles/default/linux/x86/17.0/musl/package.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/default/linux/x86/17.0/musl/package.mask 
b/profiles/default/linux/x86/17.0/musl/package.mask
index 48c3e6db7a7..ea771f7580c 100644
--- a/profiles/default/linux/x86/17.0/musl/package.mask
+++ b/profiles/default/linux/x86/17.0/musl/package.mask
@@ -1,10 +1,2 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License, v2
-
-# Sam James  (2021-07-06)
-# Forces -fstack-protector, masking for now to allow stage3s to be built.
-# Masking this forces sys-apps/opentmpfiles to provide virtual/tmpfiles.
-# bug #800893
-# Temporarily unmask opentmpfiles here to get working stages.
-sys-apps/systemd-tmpfiles
--sys-apps/opentmpfiles



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2021-07-06 Thread Andreas K. Hüttel
commit: bfb5e56428aecae31283cd4238d30a949cb353e5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jul  6 19:17:46 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jul  6 19:17:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb5e564

musl/x86: temporarily unmask opentmpfiles

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/default/linux/x86/17.0/musl/package.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/default/linux/x86/17.0/musl/package.mask 
b/profiles/default/linux/x86/17.0/musl/package.mask
index 2bfe7a93567..48c3e6db7a7 100644
--- a/profiles/default/linux/x86/17.0/musl/package.mask
+++ b/profiles/default/linux/x86/17.0/musl/package.mask
@@ -5,4 +5,6 @@
 # Forces -fstack-protector, masking for now to allow stage3s to be built.
 # Masking this forces sys-apps/opentmpfiles to provide virtual/tmpfiles.
 # bug #800893
+# Temporarily unmask opentmpfiles here to get working stages.
 sys-apps/systemd-tmpfiles
+-sys-apps/opentmpfiles



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2021-07-06 Thread Sam James
commit: edfb96ce04da908ec6caccffc019a16d4f0e9ffb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  6 19:04:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  6 19:04:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfb96ce

profiles/default/linux/x86/17.0/musl: fix typo in comment

Reported-by: dwfreed
Signed-off-by: Sam James  gentoo.org>

 profiles/default/linux/x86/17.0/musl/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/x86/17.0/musl/package.mask 
b/profiles/default/linux/x86/17.0/musl/package.mask
index 776568d39cb..2bfe7a93567 100644
--- a/profiles/default/linux/x86/17.0/musl/package.mask
+++ b/profiles/default/linux/x86/17.0/musl/package.mask
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License, v2
 
 # Sam James  (2021-07-06)
-# Forces -fstack-protector, masking for now to allow# stage3s to be built. 
+# Forces -fstack-protector, masking for now to allow stage3s to be built.
 # Masking this forces sys-apps/opentmpfiles to provide virtual/tmpfiles.
 # bug #800893
 sys-apps/systemd-tmpfiles



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2021-07-06 Thread Sam James
commit: 31be81b1141d76911fbde9d927bde3d2141d80d0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  6 18:59:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  6 19:00:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31be81b1

profiles/default/linux/x86/17.0/musl: mask sys-apps/systemd-tmpfiles for now

Requires -fstack-protector at the moment which is broken on x86 + musl
for the timebeing. Masked to allow stage builds to proceed.

Bug: https://bugs.gentoo.org/800893
Signed-off-by: Sam James  gentoo.org>

 profiles/default/linux/x86/17.0/musl/package.mask | 8 
 1 file changed, 8 insertions(+)

diff --git a/profiles/default/linux/x86/17.0/musl/package.mask 
b/profiles/default/linux/x86/17.0/musl/package.mask
new file mode 100644
index 000..776568d39cb
--- /dev/null
+++ b/profiles/default/linux/x86/17.0/musl/package.mask
@@ -0,0 +1,8 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License, v2
+
+# Sam James  (2021-07-06)
+# Forces -fstack-protector, masking for now to allow# stage3s to be built. 
+# Masking this forces sys-apps/opentmpfiles to provide virtual/tmpfiles.
+# bug #800893
+sys-apps/systemd-tmpfiles



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2020-09-06 Thread Anthony G. Basile
commit: 122dfef16662c9850b29e1c80ebd74e366721b65
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Sep  6 23:34:17 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Sep  6 23:34:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122dfef1

profiles/default/linux/x86/17.0/musl/package.use.mask: add copyright

Signed-off-by: Anthony G. Basile  gentoo.org>

 profiles/default/linux/x86/17.0/musl/package.use.mask | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/default/linux/x86/17.0/musl/package.use.mask 
b/profiles/default/linux/x86/17.0/musl/package.use.mask
index c2f606453e8..564e326647c 100644
--- a/profiles/default/linux/x86/17.0/musl/package.use.mask
+++ b/profiles/default/linux/x86/17.0/musl/package.use.mask
@@ -1,3 +1,6 @@
+# Copyright 1999-2020 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License, v2
+
 # Anthony G. Basile  (2020-09-06)
 # The patch added for 5.39-r1 breaks on musl i686
 # file-5.39-seccomp_sandbox.patch is okay



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2020-09-06 Thread Anthony G. Basile
commit: b2d03dcbd1e55db71f4d13270a7a92c1fd6f19aa
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Sep  6 23:30:55 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Sep  6 23:30:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d03dcb

profiles/default/linux/x86/17.0/musl: mask USE=seccomp for sys-apps/file

Signed-off-by: Anthony G. Basile  gentoo.org>

 profiles/default/linux/x86/17.0/musl/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/default/linux/x86/17.0/musl/package.use.mask 
b/profiles/default/linux/x86/17.0/musl/package.use.mask
new file mode 100644
index 000..c2f606453e8
--- /dev/null
+++ b/profiles/default/linux/x86/17.0/musl/package.use.mask
@@ -0,0 +1,5 @@
+# Anthony G. Basile  (2020-09-06)
+# The patch added for 5.39-r1 breaks on musl i686
+# file-5.39-seccomp_sandbox.patch is okay
+# file-5.39-portage_sandbox.patch is broken
+sys-apps/file seccomp



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2020-01-24 Thread Sergei Trofimovich
commit: a5f9cdf12da7316370f0cd74d3fc9b4a29d75512
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jan 24 23:53:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan 24 23:53:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f9cdf1

profiles/default/linux/x86/17.0/musl/use.mask: add a link to ssp problems

Bug: https://bugs.gentoo.org/706210
Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/default/linux/x86/17.0/musl/use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/x86/17.0/musl/use.mask 
b/profiles/default/linux/x86/17.0/musl/use.mask
index 057f0d454f0..4b56db0645e 100644
--- a/profiles/default/linux/x86/17.0/musl/use.mask
+++ b/profiles/default/linux/x86/17.0/musl/use.mask
@@ -1,5 +1,5 @@
 # Copyright 1999-2018 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
 
-# ssp is broken on x86 musl.  This is critical for gcc-6.
+# ssp is broken on x86 musl: https://bugs.gentoo.org/706210
 ssp



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2018-02-08 Thread Anthony G. Basile
commit: 7c08ff455a820f8d5ed7c6482c191bde79ea3809
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Feb  8 08:44:50 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Feb  8 08:44:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c08ff45

profiles: force USE=pic on default/linux/x86/17.0/musl

 profiles/default/linux/x86/17.0/musl/use.force | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/default/linux/x86/17.0/musl/use.force 
b/profiles/default/linux/x86/17.0/musl/use.force
new file mode 100644
index 000..8e450e58d6d
--- /dev/null
+++ b/profiles/default/linux/x86/17.0/musl/use.force
@@ -0,0 +1,5 @@
+# Copyright 1999-2018 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License, v2
+
+# Many packages break without this, like app-arch/gzip
+pic



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/17.0/musl/

2018-01-28 Thread Anthony G. Basile
commit: a6355cac3dfdd9dff71ea632d4630d6fddd70db3
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Jan 28 18:13:19 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Jan 28 18:13:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6355cac

profiles: fix inheritance in default/linux/x86/17.0/musl

Signed-off-by: Anthony G. Basile  gentoo.org>

 profiles/default/linux/x86/17.0/musl/parent | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/default/linux/x86/17.0/musl/parent 
b/profiles/default/linux/x86/17.0/musl/parent
index 8b660ec6dca..a340ae54567 100644
--- a/profiles/default/linux/x86/17.0/musl/parent
+++ b/profiles/default/linux/x86/17.0/musl/parent
@@ -1,3 +1,2 @@
 ..
-../../../../../arch/amd64/no-multilib
 ../../../../../features/musl/