Bug 254818

Summary: sysutils/pcapfix: update to 1.1.5
Product: Ports & Packages Reporter: Vidar Karlsen <vidar>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: kbowling
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/Rup0rt/pcapfix/blob/v1.1.5/Changelog
Attachments:
Description Flags
git diff
vidar: maintainer-approval+
Fixed git diff vidar: maintainer-approval+

Description Vidar Karlsen 2021-04-06 14:19:27 UTC
Created attachment 223862 [details]
git diff

Changelog:
* snaplen checks are only performed in soft mode now
* fixed repairs for dlt 195 (ieee 802.15.4 with fcs)
* fixed (binary) file repair bug under Microsoft Windows
* improved compiling on all platforms (thanks to mdeweerd)

QA:
* poudriere testport 11.4/12.2: ok
* portlint -AC: looks fine.

This is the first time I'm submitting a git diff, so please let me know if I messed something up.
Comment 1 Vidar Karlsen 2021-04-06 19:59:40 UTC
Created attachment 223874 [details]
Fixed git diff

Fixed diff. Thanks to lcook@ for helping me get this the right way.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-04-08 06:05:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a302d29cbe9580c49fff129d13d9801d2267ae14

commit a302d29cbe9580c49fff129d13d9801d2267ae14
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-04-08 06:02:58 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-04-08 06:05:19 +0000

    sysutils/pcapfix: update to 1.1.5

    Changelog https://github.com/Rup0rt/pcapfix/blob/v1.1.5/Changelog

    PR:             254818
    Approved by:    Vidar Karlsen <vidar@karlsen.tech> (maintainer)

 sysutils/pcapfix/Makefile             |  2 +-
 sysutils/pcapfix/distinfo             |  6 +++---
 sysutils/pcapfix/files/patch-Makefile | 25 ++++++++++++++++---------
 3 files changed, 20 insertions(+), 13 deletions(-)
Comment 3 Kevin Bowling freebsd_committer freebsd_triage 2021-04-08 06:06:57 UTC
Thanks for the patch!