From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J7T9F-0004WO-5R for garchives@archives.gentoo.org; Wed, 26 Dec 2007 10:06:01 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBQA5sG6011985; Wed, 26 Dec 2007 10:05:54 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBQA5rMh011980 for ; Wed, 26 Dec 2007 10:05:53 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0E73E65AE7 for ; Wed, 26 Dec 2007 10:05:53 +0000 (UTC) Received: from maekke by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J7T95-0006bi-TW for gentoo-commits@lists.gentoo.org; Wed, 26 Dec 2007 10:05:51 +0000 From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-arch/unp: unp-1.0.13.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: unp-1.0.13.ebuild ChangeLog X-VCS-Directories: app-arch/unp X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Markus Meier Date: Wed, 26 Dec 2007 10:05:51 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 42a5daf1-c096-4457-a40b-10903a249483 X-Archives-Hash: 4e4bb1672e196aab71ed7259bf115bec maekke 07/12/26 10:05:51 Modified: unp-1.0.13.ebuild ChangeLog Log: x86 stable, security bug #203106 (Portage version: 2.1.4_rc11) Revision Changes Path 1.3 app-arch/unp/unp-1.0.13.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild?r1=1.2&r2=1.3 Index: unp-1.0.13.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- unp-1.0.13.ebuild 26 Dec 2007 08:46:21 -0000 1.2 +++ unp-1.0.13.ebuild 26 Dec 2007 10:05:51 -0000 1.3 @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild,v 1.2 2007/12/26 08:46:21 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild,v 1.3 2007/12/26 10:05:51 maekke Exp $ DESCRIPTION="Script for unpacking various file formats" HOMEPAGE="http://packages.qa.debian.org/u/unp.html" SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ~ppc x86" IUSE="" DEPEND="dev-lang/perl dev-perl/String-ShellQuote" 1.17 app-arch/unp/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 26 Dec 2007 08:46:21 -0000 1.16 +++ ChangeLog 26 Dec 2007 10:05:51 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unp # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.16 2007/12/26 08:46:21 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.17 2007/12/26 10:05:51 maekke Exp $ + + 26 Dec 2007; Markus Meier unp-1.0.13.ebuild: + x86 stable, security bug #203106 26 Dec 2007; Peter Weller unp-1.0.13.ebuild: Stable on amd64; bug 203106 -- gentoo-commits@gentoo.org mailing list