diff options
author | 2007-05-31 11:05:40 +0000 | |
---|---|---|
committer | 2007-05-31 11:05:40 +0000 | |
commit | 807bac54ef0e487436df93791e74e15d6a737f90 (patch) | |
tree | 8165b93f3178ebcb91eefe454df1b9da95030deb /net-dialup/minicom | |
parent | stable x86, security bug 178389 (diff) | |
download | gentoo-2-807bac54ef0e487436df93791e74e15d6a737f90.tar.gz gentoo-2-807bac54ef0e487436df93791e74e15d6a737f90.tar.bz2 gentoo-2-807bac54ef0e487436df93791e74e15d6a737f90.zip |
stable x86, security bug 180120
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-dialup/minicom')
-rw-r--r-- | net-dialup/minicom/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/minicom/minicom-2.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-dialup/minicom/ChangeLog b/net-dialup/minicom/ChangeLog index de435cb50e31..21e7ccc59448 100644 --- a/net-dialup/minicom/ChangeLog +++ b/net-dialup/minicom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/minicom # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.55 2007/05/30 20:48:40 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.56 2007/05/31 11:05:40 opfer Exp $ + + 31 May 2007; Christian Faulhammer <opfer@gentoo.org> + minicom-2.2-r1.ebuild: + stable x86, security bug 180120 30 May 2007; Peter Weller <welp@gentoo.org> minicom-2.2-r1.ebuild: Stable on amd64 wrt bug 180120 diff --git a/net-dialup/minicom/minicom-2.2-r1.ebuild b/net-dialup/minicom/minicom-2.2-r1.ebuild index 1958476ab085..7fc3916a42c7 100644 --- a/net-dialup/minicom/minicom-2.2-r1.ebuild +++ b/net-dialup/minicom/minicom-2.2-r1.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/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.6 2007/05/30 20:48:40 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.7 2007/05/31 11:05:40 opfer Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc ~x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r3" |