Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2020 15:09:06 +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: r542862 - branches/2020Q3/net/enet
Message-ID:  <202007221509.06MF96oh038882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Jul 22 15:09:06 2020
New Revision: 542862
URL: https://svnweb.freebsd.org/changeset/ports/542862

Log:
  MFH: r542861
  
  net/enet: Update to 1.3.15
  
  From ChangeLog: https://github.com/lsalzman/enet/blob/master/ChangeLog
  
   * quicker RTT initialization
   * use fractional precision for RTT calculations
   * fixes for packet throttle with low RTT variance
   * miscellaneous socket bug fixes
  
  While here, reorder USE_LDCONFIG.
  
  PR:	248083
  Submitted by:	marcel@herrbischoff.com
  
  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 Jul 22 15:05:44 2020	(r542861)
+++ branches/2020Q3/net/enet/Makefile	Wed Jul 22 15:09:06 2020	(r542862)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	enet
-PORTVERSION=	1.3.14
+PORTVERSION=	1.3.15
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	http://enet.bespin.org/download/
@@ -14,9 +14,10 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		pathfix libtool
+USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
 
 PORTDOCS=	*
 

Modified: branches/2020Q3/net/enet/distinfo
==============================================================================
--- branches/2020Q3/net/enet/distinfo	Wed Jul 22 15:05:44 2020	(r542861)
+++ branches/2020Q3/net/enet/distinfo	Wed Jul 22 15:09:06 2020	(r542862)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548678770
-SHA256 (enet-1.3.14.tar.gz) = 98f6f57aab0a424469619ed3047728f0d3901ce8f0dea919c11e7966d807e870
-SIZE (enet-1.3.14.tar.gz) = 698808
+TIMESTAMP = 1595106803
+SHA256 (enet-1.3.15.tar.gz) = 5abdf63346e54272344d8184b5a2f333d202d809d28123911cbd993e5772bdfb
+SIZE (enet-1.3.15.tar.gz) = 698681

Modified: branches/2020Q3/net/enet/pkg-plist
==============================================================================
--- branches/2020Q3/net/enet/pkg-plist	Wed Jul 22 15:05:44 2020	(r542861)
+++ branches/2020Q3/net/enet/pkg-plist	Wed Jul 22 15:09:06 2020	(r542862)
@@ -10,5 +10,5 @@ include/enet/win32.h
 lib/libenet.a
 lib/libenet.so
 lib/libenet.so.7
-lib/libenet.so.7.0.2
+lib/libenet.so.7.0.3
 libdata/pkgconfig/libenet.pc



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