diff options
author | Bryan Stine <battousai@gentoo.org> | 2005-01-05 20:22:36 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2005-01-05 20:22:36 +0000 |
commit | 399d2af95071392802c77171c697f662f5f66886 (patch) | |
tree | 058d1faf847ff29004e5d11a68b1565ba2b3d622 /net-firewall/psad | |
parent | Version bump. Helps close #75950 (diff) | |
download | historical-399d2af95071392802c77171c697f662f5f66886.tar.gz historical-399d2af95071392802c77171c697f662f5f66886.tar.bz2 historical-399d2af95071392802c77171c697f662f5f66886.zip |
Dep mail-client/mailx -> virutal/mailx. Fixes bug #73972.
Diffstat (limited to 'net-firewall/psad')
-rw-r--r-- | net-firewall/psad/ChangeLog | 8 | ||||
-rw-r--r-- | net-firewall/psad/Manifest | 12 | ||||
-rw-r--r-- | net-firewall/psad/psad-1.3.1.ebuild | 6 | ||||
-rw-r--r-- | net-firewall/psad/psad-1.3.2.ebuild | 6 | ||||
-rw-r--r-- | net-firewall/psad/psad-1.3.4.ebuild | 6 | ||||
-rw-r--r-- | net-firewall/psad/psad-1.4.0.ebuild | 6 |
6 files changed, 24 insertions, 20 deletions
diff --git a/net-firewall/psad/ChangeLog b/net-firewall/psad/ChangeLog index ab53102eebfa..d6a51059f699 100644 --- a/net-firewall/psad/ChangeLog +++ b/net-firewall/psad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/psad -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.20 2004/12/29 03:05:36 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.21 2005/01/05 20:22:36 battousai Exp $ + + 05 Jan 2005; Bryan D. Stine <bryan@gentoo.org> psad-1.3.1.ebuild, + psad-1.3.2.ebuild, psad-1.3.4.ebuild, psad-1.4.0.ebuild: + Changed dependancy on mailx to virtual/mailx. Fixes bug #73972. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/net-firewall/psad/Manifest b/net-firewall/psad/Manifest index 266933411930..41c6de566cea 100644 --- a/net-firewall/psad/Manifest +++ b/net-firewall/psad/Manifest @@ -1,10 +1,10 @@ -MD5 622aa9a05b8069387603ffcc5aa7383d psad-1.4.0.ebuild 2943 -MD5 66dd15f59640b19055ef38ee00534bf5 ChangeLog 4009 -MD5 b51ecc7a2caa1ad591e42bd687e271da psad-1.3.1.ebuild 2813 -MD5 a618cafcb0ca08f1f43926c860b79a43 psad-1.3.2.ebuild 2918 -MD5 eeb48488d8717cd3deb2435a7b511fcd psad-1.3.4.ebuild 2943 +MD5 d927b016778f067e78fc56eba049f0f8 ChangeLog 4205 MD5 ac85ccaacab6bf7a9dd356b8c92b3bac metadata.xml 326 +MD5 bb0c7c908f2229eb43468d072b15a862 psad-1.3.1.ebuild 2810 +MD5 854250bebdbec847077934df214e31bf psad-1.3.2.ebuild 2917 +MD5 517a43daeca74b7b8826517bae7b4ce7 psad-1.3.4.ebuild 2939 +MD5 f8a21d8048b5f2d2370d27d7af1b9cec psad-1.4.0.ebuild 2939 MD5 0685c8a54fb4c35dbc920b79c2bea80e files/digest-psad-1.3.1 63 MD5 d5b2c82c2615fcf24e2f599706e35ade files/digest-psad-1.3.2 63 -MD5 c43f2f1a27860fdad099c9000d373b01 files/digest-psad-1.4.0 63 MD5 295923dc84bcfb6e5978b5039ffc0a3a files/digest-psad-1.3.4 63 +MD5 c43f2f1a27860fdad099c9000d373b01 files/digest-psad-1.4.0 63 diff --git a/net-firewall/psad/psad-1.3.1.ebuild b/net-firewall/psad/psad-1.3.1.ebuild index 985c82205a65..9ce83b55c8f1 100644 --- a/net-firewall/psad/psad-1.3.1.ebuild +++ b/net-firewall/psad/psad-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.3.1.ebuild,v 1.11 2004/10/05 02:53:44 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.3.1.ebuild,v 1.12 2005/01/05 20:22:36 battousai Exp $ inherit eutils perl-module @@ -20,7 +20,7 @@ DEPEND="${DEPEND} RDEPEND="virtual/logger dev-perl/Unix-Syslog dev-perl/Date-Calc - mail-client/mailx + virtual/mailx net-firewall/iptables" src_compile() { diff --git a/net-firewall/psad/psad-1.3.2.ebuild b/net-firewall/psad/psad-1.3.2.ebuild index 847154aa190c..e8aa8504fdb3 100644 --- a/net-firewall/psad/psad-1.3.2.ebuild +++ b/net-firewall/psad/psad-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.3.2.ebuild,v 1.3 2004/08/08 00:00:43 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.3.2.ebuild,v 1.4 2005/01/05 20:22:36 battousai Exp $ inherit eutils perl-module @@ -20,7 +20,7 @@ DEPEND="${DEPEND} RDEPEND="virtual/logger dev-perl/Unix-Syslog dev-perl/Date-Calc - mail-client/mailx + virtual/mailx net-firewall/iptables" src_compile() { diff --git a/net-firewall/psad/psad-1.3.4.ebuild b/net-firewall/psad/psad-1.3.4.ebuild index 6b54cdfb761a..a1fe2c3a781a 100644 --- a/net-firewall/psad/psad-1.3.4.ebuild +++ b/net-firewall/psad/psad-1.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.3.4.ebuild,v 1.1 2004/12/01 08:15:12 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.3.4.ebuild,v 1.2 2005/01/05 20:22:36 battousai Exp $ inherit eutils perl-module @@ -20,7 +20,7 @@ DEPEND="${DEPEND} RDEPEND="virtual/logger dev-perl/Unix-Syslog dev-perl/Date-Calc - mail-client/mailx + virtual/mailx net-firewall/iptables" src_compile() { diff --git a/net-firewall/psad/psad-1.4.0.ebuild b/net-firewall/psad/psad-1.4.0.ebuild index f04315310e2e..0abcb3765596 100644 --- a/net-firewall/psad/psad-1.4.0.ebuild +++ b/net-firewall/psad/psad-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.4.0.ebuild,v 1.1 2004/12/01 08:15:12 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.4.0.ebuild,v 1.2 2005/01/05 20:22:36 battousai Exp $ inherit eutils perl-module @@ -20,7 +20,7 @@ DEPEND="${DEPEND} RDEPEND="virtual/logger dev-perl/Unix-Syslog dev-perl/Date-Calc - mail-client/mailx + virtual/mailx net-firewall/iptables" src_compile() { |