diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2005-08-22 18:17:30 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2005-08-22 18:17:30 +0000 |
commit | 1036169d4a79ed09a9e3190a29509600d649f9ba (patch) | |
tree | 8d768740b7b7cde86992f65ffb2a648b93e16448 /app-editors | |
parent | Version bumped to 1.2 to fix security vulnerability, bug #102378, stable on x... (diff) | |
download | historical-1036169d4a79ed09a9e3190a29509600d649f9ba.tar.gz historical-1036169d4a79ed09a9e3190a29509600d649f9ba.tar.bz2 historical-1036169d4a79ed09a9e3190a29509600d649f9ba.zip |
mark versoin with double free fix stable.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/teco/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/teco/Manifest | 4 | ||||
-rw-r--r-- | app-editors/teco/teco-1.00-r3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-editors/teco/ChangeLog b/app-editors/teco/ChangeLog index 2a5e188dbd0a..4c2aaa897f09 100644 --- a/app-editors/teco/ChangeLog +++ b/app-editors/teco/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/teco # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.12 2005/08/21 17:41:07 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.13 2005/08/22 18:17:30 taviso Exp $ + +*teco-1.00-r3 (22 Aug 2005) + + 22 Aug 2005; Tavis Ormandy <taviso@gentoo.org> teco-1.00-r3.ebuild: + mark versoin with double free fix stable. 21 Aug 2005; Tavis Ormandy <taviso@gentoo.org> : fixing bug 103257 diff --git a/app-editors/teco/Manifest b/app-editors/teco/Manifest index 9e9b71568d91..0a08f5f5c040 100644 --- a/app-editors/teco/Manifest +++ b/app-editors/teco/Manifest @@ -1,6 +1,6 @@ -MD5 9d7ed7523d73117d0c060f5681d5dcff teco-1.00-r3.ebuild 1376 +MD5 882ede0175eed190b8bb23b5ef784a40 teco-1.00-r3.ebuild 1375 MD5 b79d3992b595f92689c5b7070fc1728c teco-1.00-r2.ebuild 1332 -MD5 95a29ca4bc8a9cfd93dbb1e76c54adfc ChangeLog 1399 +MD5 d01e9c73d9be062aa658111fb7b45c3c ChangeLog 1543 MD5 7510851e62ed9c830d82a0e6d068052a metadata.xml 1324 MD5 cbaebc6d51eb71e4aaaea9737b9d88f6 files/digest-teco-1.00-r2 282 MD5 cbaebc6d51eb71e4aaaea9737b9d88f6 files/digest-teco-1.00-r3 282 diff --git a/app-editors/teco/teco-1.00-r3.ebuild b/app-editors/teco/teco-1.00-r3.ebuild index a9a6addeb0c6..061abf54f790 100644 --- a/app-editors/teco/teco-1.00-r3.ebuild +++ b/app-editors/teco/teco-1.00-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.2 2005/08/21 19:36:03 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.3 2005/08/22 18:17:30 taviso Exp $ inherit toolchain-funcs flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz LICENSE="freedist" SLOT="0" -KEYWORDS="~alpha ~ppc ~x86" +KEYWORDS="~alpha ~ppc x86" IUSE="doc" RDEPEND="sys-libs/ncurses" |