diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-07-02 05:33:20 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-07-02 05:33:20 +0000 |
commit | a0eda4ddbb9136bf242279b839a5c4dc6fed90dc (patch) | |
tree | 64527d116ad70ee0b5c77e4c8fdbf96d244bb16d /net-analyzer/iptstate | |
parent | Updated mule-base, xemacs-base, efs to latest versions. Fixed mule (diff) | |
download | historical-a0eda4ddbb9136bf242279b839a5c4dc6fed90dc.tar.gz historical-a0eda4ddbb9136bf242279b839a5c4dc6fed90dc.tar.bz2 historical-a0eda4ddbb9136bf242279b839a5c4dc6fed90dc.zip |
upstream update
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r-- | net-analyzer/iptstate/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/iptstate/files/digest-iptstate-1.0.1 | 1 | ||||
-rw-r--r-- | net-analyzer/iptstate/files/digest-iptstate-1.2.1 | 1 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.2.1.ebuild (renamed from net-analyzer/iptstate/iptstate-1.0.1.ebuild) | 4 |
4 files changed, 10 insertions, 4 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog index df33a8e5fcaa..9ba7113fe053 100644 --- a/net-analyzer/iptstate/ChangeLog +++ b/net-analyzer/iptstate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/iptstate # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.2 2002/04/22 05:15:24 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.3 2002/07/02 05:33:20 blocke Exp $ + +*iptstate-1.2.1 (01 Jul 2002) + + 01 Jul 2002; Bruce A. Locke <blocke@shivan.org> iptstate-1.2.1.ebuild : + + Update to 1.2.1 *iptstate-1.2.0 (22 Apr 2002) diff --git a/net-analyzer/iptstate/files/digest-iptstate-1.0.1 b/net-analyzer/iptstate/files/digest-iptstate-1.0.1 deleted file mode 100644 index 2a8045eb1b7c..000000000000 --- a/net-analyzer/iptstate/files/digest-iptstate-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 885786dd254a4b732349b0869f087d4b iptstate-1.0.1.tar.gz 7089 diff --git a/net-analyzer/iptstate/files/digest-iptstate-1.2.1 b/net-analyzer/iptstate/files/digest-iptstate-1.2.1 new file mode 100644 index 000000000000..9beb39731ccf --- /dev/null +++ b/net-analyzer/iptstate/files/digest-iptstate-1.2.1 @@ -0,0 +1 @@ +MD5 d3a649027e3d11c358aa090ba632fc2b iptstate-1.2.1.tar.gz 12222 diff --git a/net-analyzer/iptstate/iptstate-1.0.1.ebuild b/net-analyzer/iptstate/iptstate-1.2.1.ebuild index 212f8310102c..9cdaa8587919 100644 --- a/net-analyzer/iptstate/iptstate-1.0.1.ebuild +++ b/net-analyzer/iptstate/iptstate-1.2.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.0.1.ebuild,v 1.1 2002/03/02 06:05:20 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.2.1.ebuild,v 1.1 2002/07/02 05:33:20 blocke Exp $ S=${WORKDIR}/${P} DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" @@ -19,7 +19,7 @@ src_compile() { src_install() { make PREFIX=${D}/usr install - dodoc README Changelog + dodoc README Changelog BUGS CONTRIB LICENSE WISHLIST } |