Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Thu, 30 Apr 2015 14:13:18
Message-Id: 20150430141309.7E93F9AA@oystercatcher.gentoo.org
1 grknight 15/04/30 14:13:08
2
3 Modified: ChangeLog package.mask
4 Log:
5 Mask <dev-php/smarty-2.6.29 as it is unknown if vulnerable to security bug 526542. Removal in 30 days as to not break scripts using the old version
6
7 Revision Changes Path
8 1.9966 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9966&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9966&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9965&r2=1.9966
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.9965
18 retrieving revision 1.9966
19 diff -u -r1.9965 -r1.9966
20 --- ChangeLog 29 Apr 2015 05:13:00 -0000 1.9965
21 +++ ChangeLog 30 Apr 2015 14:13:07 -0000 1.9966
22 @@ -1,11 +1,15 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9965 2015/04/29 05:13:00 rhill Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9966 2015/04/30 14:13:07 grknight Exp $
27 #
28 # This ChangeLog should include records for all changes in profiles directory.
29 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
30 # here. If in doubt put a record here!
31
32 + 30 Apr 2015; <grknight@g.o> package.mask:
33 + Mask <dev-php/smarty-2.6.29 as it is unknown if vulnerable to security bug
34 + 526542. Removal in 30 days as to not break scripts using the old version
35 +
36 29 Apr 2015; Ryan Hill <rhill@g.o> package.mask:
37 Mask >=sys-devel/gcc-config-1.8-r1
38
39
40
41
42 1.16512 profiles/package.mask
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16512&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16512&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16511&r2=1.16512
47
48 Index: package.mask
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
51 retrieving revision 1.16511
52 retrieving revision 1.16512
53 diff -u -r1.16511 -r1.16512
54 --- package.mask 29 Apr 2015 22:49:14 -0000 1.16511
55 +++ package.mask 30 Apr 2015 14:13:07 -0000 1.16512
56 @@ -1,5 +1,5 @@
57 ####################################################################
58 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16511 2015/04/29 22:49:14 mr_bones_ Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16512 2015/04/30 14:13:07 grknight Exp $
60 #
61 # When you add an entry to the top of this file, add your name, the date, and
62 # an explanation of why something is getting masked. Please be extremely
63 @@ -30,6 +30,12 @@
64
65 #--- END OF EXAMPLES ---
66
67 +# Brian Evans <grknight@g.o> (30 Apr 2015)
68 +# It is unclear if dev-php/smarty-2* is affected by
69 +# security bug 526542. Masked for removal in 30 days
70 +# Please update your code to the latest version
71 +<dev-php/smarty-2.6.29
72 +
73 # Ryan Hill <rhill@g.o> (28 Apr 2015)
74 # Moving to /lib/gentoo/functions.sh broke the eclass
75 # by changing output it relies on. See bug #504118,