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 F182C138010 for ; Sat, 6 Oct 2012 19:25:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 066CA21C00A; Sat, 6 Oct 2012 19:24:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6AB6B21C004 for ; Sat, 6 Oct 2012 19:24:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBA7A33D748 for ; Sat, 6 Oct 2012 19:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 35515E5436 for ; Sat, 6 Oct 2012 19:24:52 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1349373278.572159420a7b218640d173f52c31999a1891df03.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-apps/policycoreutils/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-apps/policycoreutils/ChangeLog sys-apps/policycoreutils/policycoreutils-2.1.13-r2.ebuild sys-apps/policycoreutils/policycoreutils-2.1.13-r3.ebuild X-VCS-Directories: sys-apps/policycoreutils/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 572159420a7b218640d173f52c31999a1891df03 X-VCS-Branch: master Date: Sat, 6 Oct 2012 19:24:52 +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: 34a65e0d-aa8b-4ca3-9191-9aeea21362a0 X-Archives-Hash: 28777135ee70bef005450f2c5a733348 commit: 572159420a7b218640d173f52c31999a1891df03 Author: Sven Vermeulen siphos be> AuthorDate: Thu Oct 4 17:54:38 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Thu Oct 4 17:54:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=57215942 Fix initial value issue (reported by Feandil) (Portage version: 2.1.11.9/git/Linux x86_64, unsigned Manifest commit) --- sys-apps/policycoreutils/ChangeLog | 6 ++++++ ...-r2.ebuild => policycoreutils-2.1.13-r3.ebuild} | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/sys-apps/policycoreutils/ChangeLog b/sys-apps/policycoreutils/ChangeLog index f3cb27b..b93bacd 100644 --- a/sys-apps/policycoreutils/ChangeLog +++ b/sys-apps/policycoreutils/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.104 2012/09/08 18:40:59 swift Exp $ +*policycoreutils-2.1.13-r3 (04 Oct 2012) + + 04 Oct 2012; -policycoreutils-2.1.13-r2.ebuild, + +policycoreutils-2.1.13-r3.ebuild: + Fix assignment issue reported by feandil + *policycoreutils-2.1.13-r2 (03 Oct 2012) 03 Oct 2012; -policycoreutils-2.1.13.ebuild, diff --git a/sys-apps/policycoreutils/policycoreutils-2.1.13-r2.ebuild b/sys-apps/policycoreutils/policycoreutils-2.1.13-r3.ebuild similarity index 99% rename from sys-apps/policycoreutils/policycoreutils-2.1.13-r2.ebuild rename to sys-apps/policycoreutils/policycoreutils-2.1.13-r3.ebuild index 598d482..b026e6a 100644 --- a/sys-apps/policycoreutils/policycoreutils-2.1.13-r2.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-2.1.13-r3.ebuild @@ -20,7 +20,7 @@ IUSE="audit pam dbus sesandbox" DESCRIPTION="SELinux core utilities" HOMEPAGE="http://userspace.selinuxproject.org" SRC_URI="http://userspace.selinuxproject.org/releases/20120924/${P}.tar.gz - http://dev.gentoo.org/~swift/patches/policycoreutils/patchbundle-${P}-gentoo-r2.tar.gz + http://dev.gentoo.org/~swift/patches/policycoreutils/patchbundle-${P}-gentoo-r3.tar.gz mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" LICENSE="GPL-2"