aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-09-09 08:10:56 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-09-09 08:10:56 +0000
commit93b92ef4fb6742d51d056e016a0cf37431d576d2 (patch)
treec163b59e81fbb0fd99c28e89e0bd535e9ce2a745 /net
parent6cfabef4c1d906bbcaa9eb68c8201578639b9b04 (diff)
downloadports-93b92ef4fb6742d51d056e016a0cf37431d576d2.tar.gz
ports-93b92ef4fb6742d51d056e016a0cf37431d576d2.zip
MFH: r548068
net/enet: update to 1.3.16 From ChangeLog: https://github.com/lsalzman/enet/blob/master/ChangeLog * fix bug in unreliable fragment queuing * use single output queue for reliable and unreliable packets for saner ordering * revert experimental throttle changes that were less stable than prior algorithm Reported by: portscout Approved by: ports-secteam (blanket, runtime fix)
Notes
Notes: svn path=/branches/2020Q3/; revision=548069
Diffstat (limited to 'net')
-rw-r--r--net/enet/Makefile4
-rw-r--r--net/enet/distinfo6
-rw-r--r--net/enet/pkg-plist2
3 files changed, 6 insertions, 6 deletions
diff --git a/net/enet/Makefile b/net/enet/Makefile
index 0071ed15d2e1..897dd132be62 100644
--- a/net/enet/Makefile
+++ b/net/enet/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= enet
-PORTVERSION= 1.3.15
+PORTVERSION= 1.3.16
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://enet.bespin.org/download/
@@ -13,7 +13,7 @@ COMMENT= Simple and robust communication library based on UDP
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= pathfix libtool
+USES= libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/net/enet/distinfo b/net/enet/distinfo
index d75f4df90b3f..f49d2cbe83ce 100644
--- a/net/enet/distinfo
+++ b/net/enet/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595106803
-SHA256 (enet-1.3.15.tar.gz) = 5abdf63346e54272344d8184b5a2f333d202d809d28123911cbd993e5772bdfb
-SIZE (enet-1.3.15.tar.gz) = 698681
+TIMESTAMP = 1599641667
+SHA256 (enet-1.3.16.tar.gz) = bbb77ebb607f4a03ecce0b06304bae4612bc26f418b75340644cff950562efd1
+SIZE (enet-1.3.16.tar.gz) = 703461
diff --git a/net/enet/pkg-plist b/net/enet/pkg-plist
index 92427fccb0e1..7d34adbcd198 100644
--- a/net/enet/pkg-plist
+++ b/net/enet/pkg-plist
@@ -10,5 +10,5 @@ include/enet/win32.h
lib/libenet.a
lib/libenet.so
lib/libenet.so.7
-lib/libenet.so.7.0.3
+lib/libenet.so.7.0.4
libdata/pkgconfig/libenet.pc