diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2007-06-04 00:26:42 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2007-06-04 00:26:42 +0000 |
commit | e9591a301eb1db855a0153df535f8d75005d0705 (patch) | |
tree | 2c99d24e35a3121ead135d19b12fe1685f0a16e2 /sec-policy/selinux-ftpd | |
parent | Replacing -O0 with -O2 on amd64, bug 171231 (diff) | |
download | gentoo-2-e9591a301eb1db855a0153df535f8d75005d0705.tar.gz gentoo-2-e9591a301eb1db855a0153df535f8d75005d0705.tar.bz2 gentoo-2-e9591a301eb1db855a0153df535f8d75005d0705.zip |
Mark SELinux policy stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'sec-policy/selinux-ftpd')
-rw-r--r-- | sec-policy/selinux-ftpd/ChangeLog | 6 | ||||
-rw-r--r-- | sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sec-policy/selinux-ftpd/ChangeLog b/sec-policy/selinux-ftpd/ChangeLog index cd728c19de76..5cbe3691c8e1 100644 --- a/sec-policy/selinux-ftpd/ChangeLog +++ b/sec-policy/selinux-ftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-ftpd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/ChangeLog,v 1.12 2007/03/29 23:37:49 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/ChangeLog,v 1.13 2007/06/04 00:26:41 pebenito Exp $ + + 04 Jun 2007; Chris PeBenito <pebenito@gentoo.org> + selinux-ftpd-20070329.ebuild: + Mark stable. *selinux-ftpd-20070329 (29 Mar 2007) diff --git a/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild b/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild index 75bfb6291483..0392bcddf33b 100644 --- a/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild +++ b/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild,v 1.1 2007/03/29 23:37:49 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild,v 1.2 2007/06/04 00:26:41 pebenito Exp $ MODS="ftp" IUSE="" @@ -9,5 +9,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ftp daemons" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 mips ppc sparc x86" |