Bug 154300 - [PATCH] net/sflowtool: update to 3.18
Summary: [PATCH] net/sflowtool: update to 3.18
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-26 07:20 UTC by Yuri Pankov
Modified: 2011-01-30 21:30 UTC (History)
1 user (show)

See Also:


Attachments
sflowtool-3.18.patch (2.38 KB, patch)
2011-01-26 07:20 UTC, Yuri Pankov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Pankov 2011-01-26 07:20:06 UTC
- Update to 3.18
- Add a patch to make sflowtool actually work (bind to wildcard ipv4 address), otherwise:
> sflowtool
bind() failed, port = 6343 : Invalid argument
> truss sflowtool
...
bind(3,{ AF_INET6 [93d3:202c:bd39:78dc:705f:5100::]:0 },28) ERR#22 'Invalid argument'
...

Added file(s):
- files/patch-src__sflowtool.c

Port maintainer (ohauer@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-26 07:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-30 21:26:21 UTC
ohauer      2011-01-30 21:26:16 UTC

  FreeBSD ports repository

  Modified files:
    net/sflowtool        Makefile distinfo 
  Added files:
    net/sflowtool/files  patch-src__sflowtool.c 
  Log:
   - update to version 3.18
   - fix binding to wildcard IP
  
   Changelog:
   3.18 - add decodes for sflow-httpd, and common-logfile-format output (experimental)
  
  PR:             ports/154300
  Submitted by:   Yuri Pankov <yuri.pankov _at_ gmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.6       +1 -1      ports/net/sflowtool/Makefile
  1.6       +2 -2      ports/net/sflowtool/distinfo
  1.1       +31 -0     ports/net/sflowtool/files/patch-src__sflowtool.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2011-01-30 21:26:46 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!