Index: head/security/scanlogd/Makefile =================================================================== --- head/security/scanlogd/Makefile (revision 568099) +++ head/security/scanlogd/Makefile (revision 568100) @@ -1,45 +1,44 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= scanlogd -PORTVERSION= 2.2.7 -PORTREVISION= 2 +PORTVERSION= 2.2.8 CATEGORIES= security MASTER_SITES= http://openwall.com/scanlogd/ \ ftp://ftp.openwall.com/pub/projects/scanlogd/ \ ftp://rt.fm/pub/scanlogd/ MAINTAINER= novel@FreeBSD.org COMMENT= TCP port scan detection tool USE_RC_SUBR= ${PORTNAME} USERS= scanlogd GROUPS= scanlogd MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/scanlogd man/man8/scanlogd.8.gz \ etc/periodic/security/850.scanlogd OPTIONS_SINGLE= PCAP OPTIONS_SINGLE_PCAP= PCAP_BASE NIDS OPTIONS_DEFAULT= PCAP_BASE PCAP_BASE_DESC= Use pcap from base for packet capture NIDS_DESC= Use net/libnet for packet capture PCAP_BASE_ALL_TARGET= libpcap NIDS_ALL_TARGET= libnids NIDS_BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:net/libnids NIDS_LIB_DEPENDS= libnet.so:net/libnet do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scanlogd ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/scanlogd.8 ${STAGEDIR}${MANPREFIX}/man/man8 ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/security ${INSTALL_SCRIPT} ${FILESDIR}/850.scanlogd \ ${STAGEDIR}${PREFIX}/etc/periodic/security .include Index: head/security/scanlogd/distinfo =================================================================== --- head/security/scanlogd/distinfo (revision 568099) +++ head/security/scanlogd/distinfo (revision 568100) @@ -1,2 +1,3 @@ -SHA256 (scanlogd-2.2.7.tar.gz) = 556a1c82b3561ea796d2ce8dfd20f578717903fd2c6557ebe27775d8ef8771da -SIZE (scanlogd-2.2.7.tar.gz) = 11352 +TIMESTAMP = 1615466931 +SHA256 (scanlogd-2.2.8.tar.gz) = 0bec45ecbcc8a9a3599cb38e21dcacf639ca3b33bb6973b20261315d065ea158 +SIZE (scanlogd-2.2.8.tar.gz) = 12190 Index: head/security/scanlogd/pkg-descr =================================================================== --- head/security/scanlogd/pkg-descr (revision 568099) +++ head/security/scanlogd/pkg-descr (revision 568100) @@ -1,9 +1,6 @@ scanlogd is a TCP port scan detection tool, originally designed to illustrate various attacks an IDS developer has to deal with. Unlike some of the other port scan detection tools out there, scanlogd is designed to be totally safe to use. WWW: http://openwall.com/scanlogd/ - --Roman Bogorodskiy -