Bug 217093 - [net/libnet] [patch] unbreak libnet for FreeBSD 11.0 and newer
Summary: [net/libnet] [patch] unbreak libnet for FreeBSD 11.0 and newer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-02-14 10:55 UTC by Eugene Grosbein
Modified: 2017-02-14 14:37 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
unbreak libnet for freebsd 11 (1.31 KB, patch)
2017-02-14 10:55 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Grosbein 2017-02-14 10:55:56 UTC
Created attachment 179981 [details]
unbreak libnet for freebsd 11

tcptraceroute and other applications utilizing net/libnet are broken due to uncompatible kernel API change in FreeBSD 11. A patch attached fixes this.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-02-14 14:33:39 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Feb 14 14:32:48 UTC 2017
New revision: 434089
URL: https://svnweb.freebsd.org/changeset/ports/434089

Log:
  Fix functionality on FreeBSD 11 and above

  - Bump PORTREVISION for package change

  PR:		216308 [1], 217093 [2]
  Submitted by:	<ganbold-freebsd@ateamsystems.com> [1], Eugene Grosbein <ports@grosbein.net> [2]

Changes:
  head/net/libnet/Makefile
  head/net/libnet/files/extra-patch-configure
  head/net/libnet/files/patch-include-libnet.h.in
  head/net/libnet/files/patch-src-libnet_cq.c
  head/net/libnet/files/patch-src-libnet_if_addr.c
  head/net/libnet/files/patch-src-libnet_link_bpf.c
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-02-14 14:37:45 UTC
Committed. Thanks!