Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 08:10:56 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r548069 - branches/2020Q3/net/enet
Message-ID:  <202009090810.0898AuqF083914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Sep  9 08:10:56 2020
New Revision: 548069
URL: https://svnweb.freebsd.org/changeset/ports/548069

Log:
  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)

Modified:
  branches/2020Q3/net/enet/Makefile
  branches/2020Q3/net/enet/distinfo
  branches/2020Q3/net/enet/pkg-plist
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/net/enet/Makefile
==============================================================================
--- branches/2020Q3/net/enet/Makefile	Wed Sep  9 08:08:48 2020	(r548068)
+++ branches/2020Q3/net/enet/Makefile	Wed Sep  9 08:10:56 2020	(r548069)
@@ -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
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		pathfix libtool
+USES=		libtool pathfix
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes

Modified: branches/2020Q3/net/enet/distinfo
==============================================================================
--- branches/2020Q3/net/enet/distinfo	Wed Sep  9 08:08:48 2020	(r548068)
+++ branches/2020Q3/net/enet/distinfo	Wed Sep  9 08:10:56 2020	(r548069)
@@ -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

Modified: branches/2020Q3/net/enet/pkg-plist
==============================================================================
--- branches/2020Q3/net/enet/pkg-plist	Wed Sep  9 08:08:48 2020	(r548068)
+++ branches/2020Q3/net/enet/pkg-plist	Wed Sep  9 08:10:56 2020	(r548069)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009090810.0898AuqF083914>