diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-08 12:07:59 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-08 12:07:59 +0000 |
commit | d290bbe244b3aa188f0061c45bda9b97e10e6515 (patch) | |
tree | af4cabcfb018d1e10978fe898cc03cd0b2ed5258 /dev-libs/libexploit | |
parent | Fixed lib vars. Closes #81217 (diff) | |
download | gentoo-2-d290bbe244b3aa188f0061c45bda9b97e10e6515.tar.gz gentoo-2-d290bbe244b3aa188f0061c45bda9b97e10e6515.tar.bz2 gentoo-2-d290bbe244b3aa188f0061c45bda9b97e10e6515.zip |
Marked stable on x86.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-libs/libexploit')
-rw-r--r-- | dev-libs/libexploit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libexploit/Manifest | 14 | ||||
-rw-r--r-- | dev-libs/libexploit/libexploit-0.2.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-libs/libexploit/ChangeLog b/dev-libs/libexploit/ChangeLog index 40a5856997f9..5a0d12556adc 100644 --- a/dev-libs/libexploit/ChangeLog +++ b/dev-libs/libexploit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libexploit # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/ChangeLog,v 1.5 2005/01/02 21:03:35 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/ChangeLog,v 1.6 2005/02/08 12:07:59 ka0ttic Exp $ + + 08 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> libexploit-0.2.ebuild: + Marked stable on x86. *libexploit-0.2 (02 Jan 2005) diff --git a/dev-libs/libexploit/Manifest b/dev-libs/libexploit/Manifest index 0670007275d1..32790ab434db 100644 --- a/dev-libs/libexploit/Manifest +++ b/dev-libs/libexploit/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f913b96aa7aaadbfba65e5b8dd312d09 libexploit-0.2.ebuild 935 +MD5 b1e7ac380b5f401829c1852e0aee5fcb libexploit-0.2.ebuild 934 MD5 8705a8328ca1dacb1cee92dbeca7723b libexploit-0.1a.ebuild 830 -MD5 46207cae2e3e8d3e610f28794257a70b ChangeLog 815 +MD5 08cdb0baa03f8e2a936b815cf848caa2 ChangeLog 912 MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254 MD5 9ec6db94727c8e810e87c226d3fcee07 files/digest-libexploit-0.1a 65 MD5 ab54a717c2f106abe61a8ab0a7d68f8b files/digest-libexploit-0.2 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB2GGvEZCkKN40op4RAgjXAKCHMN01Q6Z6wxYwOzO8qPeIc64p+gCfXG/9 -t6cpc8+sLpav2VEygyWuTOE= -=cSX2 ------END PGP SIGNATURE----- diff --git a/dev-libs/libexploit/libexploit-0.2.ebuild b/dev-libs/libexploit/libexploit-0.2.ebuild index f8bd78b7ce2a..24804717784c 100644 --- a/dev-libs/libexploit/libexploit-0.2.ebuild +++ b/dev-libs/libexploit/libexploit-0.2.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/dev-libs/libexploit/libexploit-0.2.ebuild,v 1.1 2005/01/02 21:03:35 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/libexploit-0.2.ebuild,v 1.2 2005/02/08 12:07:59 ka0ttic Exp $ DESCRIPTION="generic exploit creation (overflows/format strings) library" HOMEPAGE="http://www.packetfactory.net/projects/libexploit/" @@ -8,7 +8,7 @@ SRC_URI="http://www.packetfactory.net/projects/libexploit/LibExploitV${PV/./}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/libc" |