Bug 220097 - net-mgmt/ipaudit: update to 1.1 and takeover maintainership
Summary: net-mgmt/ipaudit: update to 1.1 and takeover maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Richard Gallamore
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-18 04:26 UTC by Jov
Modified: 2017-06-26 17:46 UTC (History)
1 user (show)

See Also:


Attachments
ipaudit-1.1.diff (3.97 KB, patch)
2017-06-18 04:26 UTC, Jov
no flags Details | Diff
ipaudit-1.1.diff (4.41 KB, patch)
2017-06-25 06:36 UTC, Jov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jov 2017-06-18 04:26:48 UTC
Created attachment 183589 [details]
ipaudit-1.1.diff

QA:
portlint -AC
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.

poudriere testport passed on 11.0R-amd64
Comment 1 Richard Gallamore freebsd_committer freebsd_triage 2017-06-25 02:38:52 UTC
After applying the patch, I am getting an install error in poudriere.


install: /wrkdirs/usr/ports/net-mgmt/ipaudit/work/ipaudit-1.1/src/ipaudit.conf.sample: No such file or directory
*** Error code 71

Stop.
make: stopped in /usr/ports/net-mgmt/ipaudit
====>> Cleaning up wrkdir
===>  Cleaning for ipaudit-1.1
build of net-mgmt/ipaudit ended at Sat Jun 24 15:35:51 PDT 2017
build time: 00:00:07
!!! build failure encountered !!!

Can you please check this? thanks.
Comment 2 Jov 2017-06-25 06:36:25 UTC
(In reply to Richard Gallamore from comment #1)
I am sorry for that, I missed git add a new file, now fixed.
Thanks!
Comment 3 Jov 2017-06-25 06:36:56 UTC
Created attachment 183776 [details]
ipaudit-1.1.diff
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-06-26 16:47:11 UTC
A commit references this bug:

Author: ultima
Date: Mon Jun 26 16:46:32 UTC 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

Changes:
  head/net-mgmt/ipaudit/Makefile
  head/net-mgmt/ipaudit/distinfo
  head/net-mgmt/ipaudit/files/patch-Makefile
  head/net-mgmt/ipaudit/files/patch-src__Makefile
  head/net-mgmt/ipaudit/files/patch-src__hash.h
  head/net-mgmt/ipaudit/files/patch-src_ipaudit.conf.sample
  head/net-mgmt/ipaudit/pkg-plist
Comment 5 Richard Gallamore freebsd_committer freebsd_triage 2017-06-26 17:46:32 UTC
Committed, thanks!