public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-firewall/psad: psad-2.1.7.ebuild ChangeLog
@ 2010-07-15 20:29 Bryan Stine (battousai)
  0 siblings, 0 replies; 5+ messages in thread
From: Bryan Stine (battousai) @ 2010-07-15 20:29 UTC (permalink / raw
  To: gentoo-commits

battousai    10/07/15 20:29:42

  Modified:             ChangeLog
  Added:                psad-2.1.7.ebuild
  Log:
  Version bump to 2.1.7.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 net-firewall/psad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	3 Jun 2010 21:55:40 -0000	1.48
+++ ChangeLog	15 Jul 2010 20:29:42 -0000	1.49
@@ -1,6 +1,11 @@
 # ChangeLog for net-firewall/psad
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.48 2010/06/03 21:55:40 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.49 2010/07/15 20:29:42 battousai Exp $
+
+*psad-2.1.7 (15 Jul 2010)
+
+  15 Jul 2010; Bryan Stine <battousai@gentoo.org> +psad-2.1.7.ebuild:
+  Version bump to 2.1.7.
 
 *psad-2.1.5-r2 (03 Jun 2010)
 



1.1                  net-firewall/psad/psad-2.1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?rev=1.1&content-type=text/plain

Index: psad-2.1.7.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v 1.1 2010/07/15 20:29:42 battousai Exp $

inherit eutils perl-app

IUSE=""

DESCRIPTION="Port Scanning Attack Detection daemon"
SRC_URI="http://www.cipherdyne.org/psad/download/${P}.tar.bz2"
HOMEPAGE="http://www.cipherdyne.org/psad"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"

DEPEND="${DEPEND}
	dev-lang/perl"

RDEPEND="virtual/logger
	dev-perl/Unix-Syslog
	dev-perl/Date-Calc
	virtual/mailx
	net-firewall/iptables
	net-misc/whois"

src_compile() {
	cd "${S}"/deps/Net-IPv4Addr
	SRC_PREP="no" perl-module_src_compile
	emake test

	cd "${S}"/deps/IPTables-Parse
	SRC_PREP="no" perl-module_src_compile
	emake test

	cd "${S}"/deps/IPTables-ChainMgr
	SRC_PREP="no" perl-module_src_compile
	emake test

	cd "${S}"
	# We'll use the C binaries
	emake || die "Make failed: daemons"
}

src_install() {
	local myhostname=
	local mydomain=

	doman *.8

	keepdir /var/lib/psad /var/log/psad /var/run/psad /var/lock/subsys/${PN}
	dodir /etc/psad

	cd "${S}"/deps/Net-IPv4Addr
	perl-module_src_install

	cd "${S}"/deps/IPTables-ChainMgr
	perl-module_src_install

	cd "${S}"/deps/IPTables-Parse
	perl-module_src_install

	cd "${S}"
	insinto /usr
	dosbin kmsgsd psad psadwatchd
	newsbin fwcheck_psad.pl fwcheck_psad
	newbin pscan psad-pscan

	cd "${S}"

	insinto /etc/psad
	doins *.conf
	doins psad_*
	doins auto_dl icmp_types ip_options posf signatures pf.os

	cd "${S}"/init-scripts
	newinitd psad-init.gentoo psad

	cd "${S}"/deps/snort_rules
	dodir /etc/psad/snort_rules
	insinto /etc/psad/snort_rules
	doins *.rules

	cd "${S}"
	dodoc BENCHMARK CREDITS Change* FW_EXAMPLE_RULES README SCAN_LOG
}

pkg_preinst() {
	cd "${S}"

	# Set sane defaults in config file.
	fix_psad_conf
}

pkg_postinst() {
	if [ ! -p "${ROOT}"/var/lib/psad/psadfifo ]
	then
		ebegin "Creating syslog FIFO for PSAD"
		mknod -m 600 "${ROOT}"/var/lib/psad/psadfifo p
		eend $?
	fi

	echo
	elog "Please be sure to edit /etc/psad/psad.conf to reflect your system's"
	elog "configuration or it may not work correctly or start up. Specifically, check"
	elog "the validity of the HOSTNAME setting and replace the EMAIL_ADDRESSES and"
	elog "HOME_NET settings at the least."
	elog
	if has_version ">=app-admin/syslog-ng-0.0.0"
	then
		ewarn "You appear to have installed syslog-ng. If you are using syslog-ng as your"
		ewarn "default system logger, please change the SYSLOG_DAEMON entry in"
		ewarn "/etc/psad/psad.conf to the following (per examples in psad.conf):"
		ewarn "		SYSLOG_DAEMON	syslog-ng;"
		ewarn
	fi
	if has_version ">=app-admin/sysklogd-0.0.0"
	then
		elog "You have sysklogd installed. If this is your default system logger, no"
		elog "special configuration is needed. If it is not, please set SYSLOG_DAEMON"
		elog "in /etc/psad/psad.conf accordingly."
		elog
	fi
	if has_version ">=app-admin/metalog-0.0"
	then
		ewarn "You appear to have installed metalog. If you are using metalog as your"
		ewarn "default system logger, please change the SYSLOG_DAEMON entry in"
		ewarn "/etc/psad/psad.conf to the following (per examples in psad.conf):"
		ewarn "		SYSLOG_DAEMON	metalog"
	fi

	ewarn "NOTE: You need firewall rules to log dropped packets. Otherwise PSAD will"
	ewarn "not be aware of any port scan attacks. Please see FW_EXAMPLE_RULES in the"
	ewarn "psad documentation directory (ie /usr/share/doc/${P}) for the criteria and"
	ewarn "sample rules."
}

fix_psad_conf() {
	cp psad.conf psad.conf.orig

	# Ditch the _CHANGEME_ for hostname, substituting in our real hostname
	[ -e /etc/hostname ] && myhostname="$(< /etc/hostname)"
	[ "${myhostname}" == "" ] && myhostname="$HOSTNAME"
	mydomain=".$(grep ^domain /etc/resolv.conf | cut -d" " -f2)"
	sed -i "s:HOSTNAME\(.\+\)\_CHANGEME\_;:HOSTNAME\1${myhostname}${mydomain};:" psad.conf || die "fix_psad_conf failed"

	# Fix up paths
	sed -i "s:/sbin/syslogd:/usr/sbin/syslogd:g" psad.conf || die "fix_psad_conf failed"
	sed -i "s:/sbin/syslog-ng:/usr/sbin/syslog-ng:g" psad.conf || die "fix_psad_conf failed"
	sed -i "s:/usr/bin/whois_psad:/usr/bin/whois:g" psad.conf || die "fix_psad_conf failed"
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-firewall/psad: psad-2.1.7.ebuild ChangeLog
@ 2010-10-13 11:41 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-13 11:41 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/13 11:41:02

  Modified:             psad-2.1.7.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #340777
  
  (Portage version: 2.2_rc92/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-firewall/psad/psad-2.1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?r1=1.1&r2=1.2

Index: psad-2.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- psad-2.1.7.ebuild	15 Jul 2010 20:29:42 -0000	1.1
+++ psad-2.1.7.ebuild	13 Oct 2010 11:41:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v 1.1 2010/07/15 20:29:42 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v 1.2 2010/10/13 11:41:02 hwoarang Exp $
 
 inherit eutils perl-app
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
 
 DEPEND="${DEPEND}
 	dev-lang/perl"



1.50                 net-firewall/psad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	15 Jul 2010 20:29:42 -0000	1.49
+++ ChangeLog	13 Oct 2010 11:41:02 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/psad
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.49 2010/07/15 20:29:42 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.50 2010/10/13 11:41:02 hwoarang Exp $
+
+  13 Oct 2010; Markos Chandras <hwoarang@gentoo.org> psad-2.1.7.ebuild:
+  Stable on amd64 wrt bug #340777
 
 *psad-2.1.7 (15 Jul 2010)
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-firewall/psad: psad-2.1.7.ebuild ChangeLog
@ 2010-10-14 16:05 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-10-14 16:05 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/10/14 16:05:57

  Modified:             psad-2.1.7.ebuild ChangeLog
  Log:
  x86 stable wrt bug #340777
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.3                  net-firewall/psad/psad-2.1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?r1=1.2&r2=1.3

Index: psad-2.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- psad-2.1.7.ebuild	13 Oct 2010 11:41:02 -0000	1.2
+++ psad-2.1.7.ebuild	14 Oct 2010 16:05:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v 1.2 2010/10/13 11:41:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v 1.3 2010/10/14 16:05:57 phajdan.jr Exp $
 
 inherit eutils perl-app
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 
 DEPEND="${DEPEND}
 	dev-lang/perl"



1.51                 net-firewall/psad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	13 Oct 2010 11:41:02 -0000	1.50
+++ ChangeLog	14 Oct 2010 16:05:57 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/psad
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.50 2010/10/13 11:41:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.51 2010/10/14 16:05:57 phajdan.jr Exp $
+
+  14 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> psad-2.1.7.ebuild:
+  x86 stable wrt bug #340777
 
   13 Oct 2010; Markos Chandras <hwoarang@gentoo.org> psad-2.1.7.ebuild:
   Stable on amd64 wrt bug #340777






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-firewall/psad: psad-2.1.7.ebuild ChangeLog
@ 2010-10-15 19:07 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-10-15 19:07 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/15 19:07:13

  Modified:             psad-2.1.7.ebuild ChangeLog
  Log:
  stable ppc, bug 340777
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  net-firewall/psad/psad-2.1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?r1=1.3&r2=1.4

Index: psad-2.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psad-2.1.7.ebuild	14 Oct 2010 16:05:57 -0000	1.3
+++ psad-2.1.7.ebuild	15 Oct 2010 19:07:13 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v 1.3 2010/10/14 16:05:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v 1.4 2010/10/15 19:07:13 ranger Exp $
 
 inherit eutils perl-app
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ppc ~sparc x86"
 
 DEPEND="${DEPEND}
 	dev-lang/perl"



1.52                 net-firewall/psad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	14 Oct 2010 16:05:57 -0000	1.51
+++ ChangeLog	15 Oct 2010 19:07:13 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/psad
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.51 2010/10/14 16:05:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.52 2010/10/15 19:07:13 ranger Exp $
+
+  15 Oct 2010; Brent Baude <ranger@gentoo.org> psad-2.1.7.ebuild:
+  stable ppc, bug 340777
 
   14 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> psad-2.1.7.ebuild:
   x86 stable wrt bug #340777






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-firewall/psad: psad-2.1.7.ebuild ChangeLog
@ 2010-12-21 13:52 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 5+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-12-21 13:52 UTC (permalink / raw
  To: gentoo-commits

klausman    10/12/21 13:52:48

  Modified:             psad-2.1.7.ebuild ChangeLog
  Log:
  Stable on alpha, bug #340777
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-firewall/psad/psad-2.1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild?r1=1.4&r2=1.5

Index: psad-2.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- psad-2.1.7.ebuild	15 Oct 2010 19:07:13 -0000	1.4
+++ psad-2.1.7.ebuild	21 Dec 2010 13:52:48 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v 1.4 2010/10/15 19:07:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.1.7.ebuild,v 1.5 2010/12/21 13:52:48 klausman Exp $
 
 inherit eutils perl-app
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ppc ~sparc x86"
 
 DEPEND="${DEPEND}
 	dev-lang/perl"



1.54                 net-firewall/psad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/psad/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	13 Nov 2010 00:17:24 -0000	1.53
+++ ChangeLog	21 Dec 2010 13:52:48 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/psad
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.53 2010/11/13 00:17:24 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.54 2010/12/21 13:52:48 klausman Exp $
+
+  21 Dec 2010; Tobias Klausmann <klausman@gentoo.org> psad-2.1.7.ebuild:
+  Stable on alpha, bug #340777
 
   13 Nov 2010; Bryan Stine <battousai@gentoo.org> -psad-2.0.6.ebuild,
   -psad-2.1.4.ebuild, -psad-2.1.5-r2.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-21 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-15 20:29 [gentoo-commits] gentoo-x86 commit in net-firewall/psad: psad-2.1.7.ebuild ChangeLog Bryan Stine (battousai)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-13 11:41 Markos Chandras (hwoarang)
2010-10-14 16:05 PaweA Hajdan (phajdan.jr)
2010-10-15 19:07 Brent Baude (ranger)
2010-12-21 13:52 Tobias Klausmann (klausman)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox