head	1.4;
access;
symbols
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2010.12.02.08.42.37;	author jadawin;	state dead;
branches;
next	1.3;

1.3
date	2009.03.16.22.01.34;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.09.18.01.32;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.10.20.23.51.21;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 1.3.8
- Submitter is now maintainer

PR:		ports/152607
Submitted by:	Sofian Brabez <sbrabez AT gmail.com>
@
text
@--- files/rkhunter.orig	2009-02-17 14:24:32.000000000 -0500
+++ files/rkhunter	2009-02-17 14:25:25.000000000 -0500
@@@@ -8448,8 +8448,8 @@@@
 	SOCKSTAT_CMD=`find_cmd sockstat`
 
 	if [ -n "${SOCKSTAT_CMD}" -a -n "${NETSTAT_CMD}" -a -n "${SORT_CMD}" -a -n "${UNIQ_CMD}" ]; then
-		SOCKSTAT_OUTPUT=`${SOCKSTAT_CMD} -n | grep '\*[:.]\*' | cut -c1-55 | grep '\*[:.]' | cut -c39-47 | grep -v '\*' | tr -d ' ' | ${SORT_CMD} | ${UNIQ_CMD}`
-		NETSTAT_OUTPUT=`${NETSTAT_CMD} -an | egrep -v 'TIME_WAIT|ESTABLISHED|SYN_SENT|CLOSE_WAIT|LAST_ACK|SYN_RECV|CLOSING' | cut -c1-44 | grep '\*\.' | cut -c24-32 | grep -v '\*' | tr -d ' ' | tr -d '\t' | ${SORT_CMD} | ${UNIQ_CMD}`
+		SOCKSTAT_OUTPUT=`${SOCKSTAT_CMD} | grep '\*[:.]\*' | cut -c1-55 | grep '\*[:.]' | cut -c39-47 | grep -v '\*' | tr -d ' ' | ${SORT_CMD} | ${UNIQ_CMD}`
+		NETSTAT_OUTPUT=`${NETSTAT_CMD} -an | egrep -v 'TIME_WAIT|ESTABLISHED|SYN_SENT|CLOSE_WAIT|LAST_ACK|SYN_RECV|CLOSING' | cut -c1-44 | grep '\*\.' | cut -c23-31 | grep -v '\*' | tr -d ' ' | tr -d '\t' | tr -d '.' | ${SORT_CMD} | ${UNIQ_CMD}`
 
 		if [ "${SOCKSTAT_OUTPUT}" = "${NETSTAT_OUTPUT}" ]; then
 			display --to SCREEN+LOG --type PLAIN --result OK --color GREEN --log-indent 2 --screen-indent 4 ROOTKIT_OS_BSD_SOCKNET
@


1.3
log
@- Fix warning output

PR:		132541
Submitted by:	Lukasz Wasikowski <lukasz@@wasikowski.net>
@
text
@@


1.2
log
@- Update to 1.3.4
- Take over maintainership
@
text
@d10 1
a10 1
+		NETSTAT_OUTPUT=`${NETSTAT_CMD} -an | egrep -v 'TIME_WAIT|ESTABLISHED|SYN_SENT|CLOSE_WAIT|LAST_ACK|SYN_RECV|CLOSING' | cut -c1-44 | grep '\*\.' | cut -c23-31 | grep -v '\*' | tr -d ' ' | tr -d '\t' | ${SORT_CMD} | ${UNIQ_CMD}`
@


1.1
log
@- Update to 1.3.0

PR:		117269
Submitted by:	Philippe Audeoud <jadawin@@tuxaco.net>
Approved by:	maintainer implicit
@
text
@d1 3
a3 3
--- files/rkhunter.orig	Wed Oct 17 14:03:56 2007
+++ files/rkhunter	Wed Oct 17 14:06:00 2007
@@@@ -7959,7 +7959,7 @@@@
d8 1
d10 1
a10 1
 		NETSTAT_OUTPUT=`${NETSTAT_CMD} -an | egrep -v 'TIME_WAIT|ESTABLISHED|SYN_SENT|CLOSE_WAIT|LAST_ACK|SYN_RECV|CLOSING' | cut -c1-44 | grep '\*\.' | cut -c24-32 | grep -v '\*' | tr -d ' ' | tr -d '\t' | ${SORT_CMD} | ${UNIQ_CMD}`
d13 1
@

