Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 16:46:32 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444377 - in head/net-mgmt/ipaudit: . files
Message-ID:  <201706261646.v5QGkWtN001301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ultima
Date: Mon Jun 26 16:46:32 2017
New Revision: 444377
URL: https://svnweb.freebsd.org/changeset/ports/444377

Log:
  * Updated to 1.1
  * New maintainer Jov <amutu@amutu.com>
  * Removed obsolete patches
   - Fix typo in add_ports(), change to tcp_ports[] to udp_ports[]
   - Fixed pid file, write it from parent process *after* terminal is detached.
   - Fixed daemon mode, no longer depends on pid file option
   - In ipaudit.c, now apply pcap filters (-f option) to packets read from capture file.
   - In total.c, now handle command-line option errors correctly.
   - In hash.c, fix reallocation of data potions of hash table items when memory reallocated.
  
  PR:		220097
  Submitted by:	Jov <amutu@amutu.com> (maintainer)
  Reviewed by:	lifanov (mentor), matthew (mentor)
  Approved by:	lifanov (mentor), matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11356

Added:
  head/net-mgmt/ipaudit/files/patch-src_ipaudit.conf.sample   (contents, props changed)
Deleted:
  head/net-mgmt/ipaudit/files/patch-Makefile
  head/net-mgmt/ipaudit/files/patch-src__Makefile
  head/net-mgmt/ipaudit/files/patch-src__hash.h
Modified:
  head/net-mgmt/ipaudit/Makefile
  head/net-mgmt/ipaudit/distinfo
  head/net-mgmt/ipaudit/pkg-plist

Modified: head/net-mgmt/ipaudit/Makefile
==============================================================================
--- head/net-mgmt/ipaudit/Makefile	Mon Jun 26 16:19:17 2017	(r444376)
+++ head/net-mgmt/ipaudit/Makefile	Mon Jun 26 16:46:32 2017	(r444377)
@@ -2,28 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	ipaudit
-PORTVERSION=	0.95
+PORTVERSION=	1.1
 CATEGORIES=	net-mgmt sysutils
-MASTER_SITES=	http://ipaudit.sourceforge.net/download/
+MASTER_SITES=	SF
+MASTER_SITE_SUBDIR=	ipaudit/ipaudit
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	amutu@amutu.com
 COMMENT=	IP traffic summarizer
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:tgz
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	DOCS
+GNU_CONFIGURE=	yes
 
-do-install:
-.for f in ipaudit ipstrings total
-	${INSTALL_PROGRAM} ${WRKSRC}/src/${f} ${STAGEDIR}${PREFIX}/bin
-.endfor
-.for f in ipaudit.1 ipstrings.1 total.1
-	${INSTALL_MAN} ${WRKSRC}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1
-.endfor
+post-install:
 	${INSTALL_DATA} ${WRKSRC}/src/ipaudit.conf.sample ${STAGEDIR}${PREFIX}/etc
 
 do-install-DOCS-on:

Modified: head/net-mgmt/ipaudit/distinfo
==============================================================================
--- head/net-mgmt/ipaudit/distinfo	Mon Jun 26 16:19:17 2017	(r444376)
+++ head/net-mgmt/ipaudit/distinfo	Mon Jun 26 16:46:32 2017	(r444377)
@@ -1,2 +1,3 @@
-SHA256 (ipaudit-0.95.tgz) = 82c47fba296e93ee50b0a033e0689d4c3fbc08ebd6e1026dcd7f069a05d0e872
-SIZE (ipaudit-0.95.tgz) = 52412
+TIMESTAMP = 1497756455
+SHA256 (ipaudit-1.1.tar.gz) = ef97c9ff232f4e57624643b6b0e99b1951b55bc12d50f9b8b5e10ed267836458
+SIZE (ipaudit-1.1.tar.gz) = 170253

Added: head/net-mgmt/ipaudit/files/patch-src_ipaudit.conf.sample
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/ipaudit/files/patch-src_ipaudit.conf.sample	Mon Jun 26 16:46:32 2017	(r444377)
@@ -0,0 +1,11 @@
+--- src/ipaudit.conf.sample.orig	2017-06-18 04:09:55 UTC
++++ src/ipaudit.conf.sample
+@@ -0,0 +1,8 @@
++#
++#  test configuration file for ipaudit
++#
++# interface lo eth0
++interface lo eth0
++writetime on
++icmptype  on
++# saveport 1:6,21,23,111,6667,65301

Modified: head/net-mgmt/ipaudit/pkg-plist
==============================================================================
--- head/net-mgmt/ipaudit/pkg-plist	Mon Jun 26 16:19:17 2017	(r444376)
+++ head/net-mgmt/ipaudit/pkg-plist	Mon Jun 26 16:46:32 2017	(r444377)
@@ -1,8 +1,9 @@
-bin/ipaudit
-bin/ipstrings
+bin/makelocal
 bin/total
 etc/ipaudit.conf.sample
-man/man1/ipaudit.1.gz
-man/man1/ipstrings.1.gz
 man/man1/total.1.gz
+man/man8/ipaudit.8.gz
+man/man8/ipstrings.8.gz
+sbin/ipaudit
+sbin/ipstrings
 %%PORTDOCS%%%%DOCSDIR%%/README



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706261646.v5QGkWtN001301>