From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0F38A138010 for ; Sat, 22 Sep 2012 09:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EA1F21C078; Sat, 22 Sep 2012 09:27:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5E95E21C06A for ; Sat, 22 Sep 2012 09:27:06 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF61B33D5BC for ; Sat, 22 Sep 2012 09:27:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 8B06721605; Sat, 22 Sep 2012 09:26:59 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, swift@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-nginx: selinux-nginx-2.20120725-r5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: selinux-nginx-2.20120725-r5.ebuild ChangeLog X-VCS-Directories: sec-policy/selinux-nginx X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120922092659.8B06721605@flycatcher.gentoo.org> Date: Sat, 22 Sep 2012 09:26:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4593c49b-cc2c-42e7-9f1b-7efe8b1ab59a X-Archives-Hash: 5ea3e8e4d6692b8f83f9432e9914b931 swift 12/09/22 09:26:59 Modified: ChangeLog Added: selinux-nginx-2.20120725-r5.ebuild Log: Pushing out 2.20120725-r5 SELinux policy build (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.13 sec-policy/selinux-nginx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 30 Jul 2012 16:25:55 -0000 1.12 +++ ChangeLog 22 Sep 2012 09:26:59 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-nginx # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/ChangeLog,v 1.12 2012/07/30 16:25:55 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/ChangeLog,v 1.13 2012/09/22 09:26:59 swift Exp $ + +*selinux-nginx-2.20120725-r5 (21 Sep 2012) + + 21 Sep 2012; +selinux-nginx-2.20120725-r5.ebuild: + Introducing policy for 2.20120725, rev5 30 Jul 2012; selinux-nginx-2.20120215-r14.ebuild: Stabilization of revision 14 of the SELinux policy modules 1.1 sec-policy/selinux-nginx/selinux-nginx-2.20120725-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/selinux-nginx-2.20120725-r5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-nginx/selinux-nginx-2.20120725-r5.ebuild?rev=1.1&content-type=text/plain Index: selinux-nginx-2.20120725-r5.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nginx/selinux-nginx-2.20120725-r5.ebuild,v 1.1 2012/09/22 09:26:59 swift Exp $ EAPI="4" IUSE="" MODS="nginx" BASEPOL="2.20120725-r5" inherit selinux-policy-2 DESCRIPTION="SELinux policy for nginx" KEYWORDS="~amd64 ~x86" DEPEND="${DEPEND} sec-policy/selinux-apache " RDEPEND="${DEPEND}"