Thu Nov 26 15:36:59 2020 UTC ()
enet: Update to 1.3.17

ENet 1.3.17 (November 15, 2020):

* fixes for sender getting too far ahead or receiver that can cause instability with reliable packets

ENet 1.3.16 (September 8, 2020):

* 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


(nia)
diff -r1.3 -r1.4 pkgsrc/net/enet/Makefile
diff -r1.3 -r1.4 pkgsrc/net/enet/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/net/enet/Makefile (expand / switch to unified diff)

--- pkgsrc/net/enet/Makefile 2020/06/13 18:22:12 1.3
+++ pkgsrc/net/enet/Makefile 2020/11/26 15:36:59 1.4
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.3 2020/06/13 18:22:12 nia Exp $ 1# $NetBSD: Makefile,v 1.4 2020/11/26 15:36:59 nia Exp $
2 2
3DISTNAME= enet-1.3.15 3DISTNAME= enet-1.3.17
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://enet.bespin.org/download/ 5MASTER_SITES= http://enet.bespin.org/download/
6 6
7MAINTAINER= Pseudo.Statistic@gmail.com 7MAINTAINER= Pseudo.Statistic@gmail.com
8HOMEPAGE= http://enet.bespin.org/ 8HOMEPAGE= http://enet.bespin.org/
9COMMENT= Network communication layer that runs on top of UDP 9COMMENT= Network communication layer that runs on top of UDP
10LICENSE= mit 10LICENSE= mit
11 11
12USE_TOOLS+= gmake 12USE_TOOLS+= gmake
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14 14
15CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyname_r=no 15CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyname_r=no
16CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyaddr_r=no 16CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyaddr_r=no
17 17
 18PKGCONFIG_OVERRIDE+= libenet.pc.in
 19
18.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/net/enet/distinfo (expand / switch to unified diff)

--- pkgsrc/net/enet/distinfo 2020/06/13 18:22:12 1.3
+++ pkgsrc/net/enet/distinfo 2020/11/26 15:36:59 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2020/06/13 18:22:12 nia Exp $ 1$NetBSD: distinfo,v 1.4 2020/11/26 15:36:59 nia Exp $
2 2
3SHA1 (enet-1.3.15.tar.gz) = 84bee572bf00579d8f17e2037f5d14e05b775918 3SHA1 (enet-1.3.17.tar.gz) = 258c2cce3d4f2a79f00ceb90440e3ca76cdbddc6
4RMD160 (enet-1.3.15.tar.gz) = 26175c62dc9b99aeab16c366e9a0ef34898af9a8 4RMD160 (enet-1.3.17.tar.gz) = aeb39542445bcdb7abfc146b30969c05e615c935
5SHA512 (enet-1.3.15.tar.gz) = 41ce9bae1286e61cc2288d326c6571cce35be0fa5abf957c7a1386b785e4c6744b744792ac30c8318bfd11eae5aa4731430c973ffa6a09694bd0b0be8f8b4dae 5SHA512 (enet-1.3.17.tar.gz) = efa0cb093a6ca295e5012a4fdebc5ffd6516a66a967e97b386b72781b18ce4a118c9bf94e87adbbdcd0ed441e22c62a05c24ff39fd6b475919e8efe9ab4715e4
6Size (enet-1.3.15.tar.gz) = 698681 bytes 6Size (enet-1.3.17.tar.gz) = 703278 bytes