public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl: make.defaults
@ 2014-06-02 13:31 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-06-02 13:31 UTC (permalink / raw
  To: gentoo-commits

blueness    14/06/02 13:31:28

  Modified:             make.defaults
  Log:
  Enable sandbox on musl profiles

Revision  Changes    Path
1.3                  profiles/hardened/linux/musl/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?r1=1.2&r2=1.3

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults	24 Jan 2014 20:05:04 -0000	1.2
+++ make.defaults	2 Jun 2014 13:31:28 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.2 2014/01/24 20:05:04 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.3 2014/06/02 13:31:28 blueness Exp $
 
 ELIBC="musl"
 
-FEATURES="sfperms strict"
+FEATURES="sandbox sfperms strict"
 
 USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc"
 BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"





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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl: make.defaults
@ 2014-06-08 16:11 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-06-08 16:11 UTC (permalink / raw
  To: gentoo-commits

blueness    14/06/08 16:11:37

  Modified:             make.defaults
  Log:
  Set INSTALL_MASK=charset.alias on musl profiles

Revision  Changes    Path
1.4                  profiles/hardened/linux/musl/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?r1=1.3&r2=1.4

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults	2 Jun 2014 13:31:28 -0000	1.3
+++ make.defaults	8 Jun 2014 16:11:37 -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/profiles/hardened/linux/musl/make.defaults,v 1.3 2014/06/02 13:31:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.4 2014/06/08 16:11:37 blueness Exp $
 
 ELIBC="musl"
 
@@ -10,3 +10,4 @@
 BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"
 
 SYMLINK_LIB="no"
+INSTALL_MASK="charset.alias"





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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl: make.defaults
@ 2014-06-09 15:19 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-06-09 15:19 UTC (permalink / raw
  To: gentoo-commits

blueness    14/06/09 15:19:08

  Modified:             make.defaults
  Log:
  Remove redundant INSTALL_MASK in amd64 and x86

Revision  Changes    Path
1.5                  profiles/hardened/linux/musl/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?r1=1.4&r2=1.5

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults	8 Jun 2014 16:11:37 -0000	1.4
+++ make.defaults	9 Jun 2014 15:19:08 -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/profiles/hardened/linux/musl/make.defaults,v 1.4 2014/06/08 16:11:37 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.5 2014/06/09 15:19:08 blueness Exp $
 
 ELIBC="musl"
 
@@ -10,4 +10,7 @@
 BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"
 
 SYMLINK_LIB="no"
+
+# TODO: fix so musl doesn't generate this for all packages
+# that use a charset, it causes package collisons.
 INSTALL_MASK="charset.alias"





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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl: make.defaults
@ 2014-10-14 17:06 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-10-14 17:06 UTC (permalink / raw
  To: gentoo-commits

blueness    14/10/14 17:06:17

  Modified:             make.defaults
  Log:
  BOOTSTRAP_USE=-nls to avoid a clash between musl and gettext in stage2

Revision  Changes    Path
1.6                  profiles/hardened/linux/musl/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?r1=1.5&r2=1.6

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make.defaults	9 Jun 2014 15:19:08 -0000	1.5
+++ make.defaults	14 Oct 2014 17:06:17 -0000	1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.5 2014/06/09 15:19:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.6 2014/10/14 17:06:17 blueness Exp $
 
 ELIBC="musl"
 
 FEATURES="sandbox sfperms strict"
 
 USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc"
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -nls -orc"
 
 SYMLINK_LIB="no"
 





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

end of thread, other threads:[~2014-10-14 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 13:31 [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl: make.defaults Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-08 16:11 Anthony G. Basile (blueness)
2014-06-09 15:19 Anthony G. Basile (blueness)
2014-10-14 17:06 Anthony G. Basile (blueness)

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