ports/153311: [patch] port net/sflowtool update to version 3.17
olli hauer
ohauer at FreeBSD.org
Mon Dec 20 16:10:11 UTC 2010
>Number: 153311
>Category: ports
>Synopsis: [patch] port net/sflowtool update to version 3.17
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 20 16:10:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Olli Hauer <ohauer at FreeBSD.org>
>Release:
>Organization:
>Environment:
>Description:
- update sflowtool to version 3.17
- install sample scrips to EXAMPLESDIR
Changelog:
==========
Sep-23-2010
3.17 - add decodes for sflow-memcached (experimental)
- add decodes for virtual host-sflow structs
May-17-2010
3.16 - host-sflow memory counters changed to 64-bit
April-8-2010
3.15 - add host-sflow structure decodes
- add more wifi-sflow structure decodes
- fix bug/overrun vulnerability in getData32 - thanks to Sven Eshenberg
April-22-2009
3.14 - clear dst_peer_as,dst_as every time - thanks to Marc Lavine
>How-To-Repeat:
>Fix:
--- patch_sflowtool.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/sflowtool/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 28 Jul 2009 17:40:28 -0000 1.4
+++ Makefile 20 Dec 2010 15:28:20 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= sflowtool
-PORTVERSION= 3.13
+PORTVERSION= 3.17
CATEGORIES= net
MASTER_SITES= http://www.inmon.com/bin/
@@ -18,11 +18,19 @@
PLIST_FILES= bin/sflowtool
PORTDOCS= README
+PORTEXAMPLES= README ipTopTalkers ipTrafficMatrix sflowRRDChart.cgi \
+ sflowRRDLoad sflowenable
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+.endif
+.ifndef(NOPORTEXAMPLES)
+ @${MKDIR} ${EXAMPLESDIR}
+. for f in ${PORTEXAMPLES}
+ @${INSTALL_DATA} ${WRKSRC}/scripts/$f ${EXAMPLESDIR}/
+. endfor
.endif
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/sflowtool/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo 28 Jul 2009 17:40:28 -0000 1.4
+++ distinfo 20 Dec 2010 15:28:20 -0000
@@ -1,3 +1,2 @@
-MD5 (sflowtool-3.13.tar.gz) = 62761a36d3545d4c27449ba227cbc7ad
-SHA256 (sflowtool-3.13.tar.gz) = e0f40fa0ab60cbd72564f221e904943de2235c0ef6cdc378510c6ef2805f3a36
-SIZE (sflowtool-3.13.tar.gz) = 124946
+SHA256 (sflowtool-3.17.tar.gz) = e102c4edcc9dde91cd6f020ce4699fbf55f43fa5ffd215809436da5e6848af0b
+SIZE (sflowtool-3.17.tar.gz) = 153277
--- patch_sflowtool.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list