* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc: package.mask
@ 2013-10-31 22:42 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-10-31 22:42 UTC (permalink / raw
To: gentoo-commits
blueness 13/10/31 22:42:34
Modified: package.mask
Log:
Mask >sys-kernel/linux-headers-3.9 on uclibc, bug #490008
Revision Changes Path
1.3 profiles/hardened/linux/uclibc/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?r1=1.2&r2=1.3
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.mask 7 Oct 2012 11:42:37 -0000 1.2
+++ package.mask 31 Oct 2013 22:42:34 -0000 1.3
@@ -1,9 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# Copyright 1999-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v 1.2 2012/10/07 11:42:37 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v 1.3 2013/10/31 22:42:34 blueness Exp $
-sys-libs/uclibc
sys-libs/glibc
#
-dev-libs/elfutils
sys-libs/pam
+#
+# Working on it, bug #470884
+dev-libs/elfutils
+#
+# Working on it, bug #490008
+>sys-kernel/linux-headers-3.9
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc: package.mask
@ 2013-12-30 16:26 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-12-30 16:26 UTC (permalink / raw
To: gentoo-commits
blueness 13/12/30 16:26:08
Modified: package.mask
Log:
Bug #490008 is fixed, unmask >sys-kernel/linux-headers-3.9
Revision Changes Path
1.4 profiles/hardened/linux/uclibc/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?r1=1.3&r2=1.4
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- package.mask 31 Oct 2013 22:42:34 -0000 1.3
+++ package.mask 30 Dec 2013 16:26:08 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v 1.3 2013/10/31 22:42:34 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v 1.4 2013/12/30 16:26:08 blueness Exp $
-sys-libs/uclibc
sys-libs/glibc
@@ -9,6 +9,3 @@
#
# Working on it, bug #470884
dev-libs/elfutils
-#
-# Working on it, bug #490008
->sys-kernel/linux-headers-3.9
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc: package.mask
@ 2014-02-03 18:45 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-02-03 18:45 UTC (permalink / raw
To: gentoo-commits
blueness 14/02/03 18:45:13
Modified: package.mask
Log:
Remove -sys-libs/uclibc from hardened/linux/uclibc/package.mask, bug #500202
Revision Changes Path
1.5 profiles/hardened/linux/uclibc/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?r1=1.4&r2=1.5
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- package.mask 30 Dec 2013 16:26:08 -0000 1.4
+++ package.mask 3 Feb 2014 18:45:12 -0000 1.5
@@ -1,8 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation.
+# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v 1.4 2013/12/30 16:26:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v 1.5 2014/02/03 18:45:12 blueness Exp $
--sys-libs/uclibc
sys-libs/glibc
#
sys-libs/pam
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc: package.mask
@ 2014-06-30 21:04 Ian Stakenvicius (axs)
0 siblings, 0 replies; 6+ messages in thread
From: Ian Stakenvicius (axs) @ 2014-06-30 21:04 UTC (permalink / raw
To: gentoo-commits
axs 14/06/30 21:04:03
Modified: package.mask
Log:
ChangeLog
Revision Changes Path
1.6 profiles/hardened/linux/uclibc/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?r1=1.5&r2=1.6
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- package.mask 3 Feb 2014 18:45:12 -0000 1.5
+++ package.mask 30 Jun 2014 21:04:03 -0000 1.6
@@ -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/uclibc/package.mask,v 1.5 2014/02/03 18:45:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v 1.6 2014/06/30 21:04:03 axs Exp $
sys-libs/glibc
#
@@ -8,3 +8,7 @@
#
# Working on it, bug #470884
dev-libs/elfutils
+
+# this binpkg has a hard dep on glibc, make repoman shut up
+www-plugins/adobe-flash
+
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc: package.mask
@ 2014-07-12 18:30 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-07-12 18:30 UTC (permalink / raw
To: gentoo-commits
blueness 14/07/12 18:30:41
Modified: package.mask
Log:
Mask >sys-fs/e2fsprogs-1.42.7 because of bug #508750
Revision Changes Path
1.7 profiles/hardened/linux/uclibc/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?r1=1.6&r2=1.7
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- package.mask 30 Jun 2014 21:04:03 -0000 1.6
+++ package.mask 12 Jul 2014 18:30:41 -0000 1.7
@@ -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/uclibc/package.mask,v 1.6 2014/06/30 21:04:03 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v 1.7 2014/07/12 18:30:41 blueness Exp $
sys-libs/glibc
#
@@ -12,3 +12,5 @@
# this binpkg has a hard dep on glibc, make repoman shut up
www-plugins/adobe-flash
+# Broken due to fallocate64(), bug #516988
+>sys-fs/e2fsprogs-1.42.7
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc: package.mask
@ 2014-08-13 11:13 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-08-13 11:13 UTC (permalink / raw
To: gentoo-commits
blueness 14/08/13 11:13:39
Modified: package.mask
Log:
Use eudev on uclibc and musl.
Revision Changes Path
1.8 profiles/hardened/linux/uclibc/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/package.mask?r1=1.7&r2=1.8
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- package.mask 12 Jul 2014 18:30:41 -0000 1.7
+++ package.mask 13 Aug 2014 11:13:39 -0000 1.8
@@ -1,11 +1,15 @@
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v 1.7 2014/07/12 18:30:41 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/package.mask,v 1.8 2014/08/13 11:13:39 blueness Exp $
+sys-libs/musl
sys-libs/glibc
-#
sys-libs/pam
-#
+
+# We use eudev which is tested on both uclibc and musl
+sys-apps/systemd
+sys-fs/udev
+
# Working on it, bug #470884
dev-libs/elfutils
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-08-13 11:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 21:04 [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc: package.mask Ian Stakenvicius (axs)
-- strict thread matches above, loose matches on Subject: below --
2014-08-13 11:13 Anthony G. Basile (blueness)
2014-07-12 18:30 Anthony G. Basile (blueness)
2014-02-03 18:45 Anthony G. Basile (blueness)
2013-12-30 16:26 Anthony G. Basile (blueness)
2013-10-31 22:42 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