1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

devel/fstrm: upgrade to 0.5.0

PR:		237799
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
This commit is contained in:
Steve Wills 2019-05-08 20:52:58 +00:00
parent 4aaedd3666
commit 8c12d6abe4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501054
3 changed files with 4 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fstrm
PORTVERSION= 0.4.0
PORTVERSION= 0.5.0
DISTVERSIONPREFIX= v
CATEGORIES= devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1526070744
SHA256 (farsightsec-fstrm-v0.4.0_GH0.tar.gz) = 2c84ff059d5850078d3d85927fd2e8f8a1cbe76bcf91cb125cfbbbd89ec5afc0
SIZE (farsightsec-fstrm-v0.4.0_GH0.tar.gz) = 194789
TIMESTAMP = 1557322029
SHA256 (farsightsec-fstrm-v0.5.0_GH0.tar.gz) = ca762fb260176f35af639376cc65c3f13a5f63d1cca42eb5ce87caca8d57c450
SIZE (farsightsec-fstrm-v0.5.0_GH0.tar.gz) = 134910

View File

@ -1,11 +0,0 @@
--- src/fstrm_replay.c.orig 2018-05-10 14:44:28 UTC
+++ src/fstrm_replay.c
@@ -15,6 +15,8 @@
*/
#include <arpa/inet.h>
+#include <netinet/in.h>
+#include <sys/socket.h>
#include <sys/uio.h>
#include <string.h>
#include <stdio.h>