mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/enet: update to 1.3.18
https://github.com/lsalzman/enet/blob/master/ChangeLog * Packet sending performance improvements * MTU negotiation fixes * Checksum alignment fix * No more dynamic initialization of checksum table * ENET_SOCKOPT_TTL * Other miscellaneous small improvements Reported by: portscout
This commit is contained in:
parent
71f67cb878
commit
ce8cae48ff
@ -1,5 +1,5 @@
|
||||
PORTNAME= enet
|
||||
PORTVERSION= 1.3.17
|
||||
PORTVERSION= 1.3.18
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://enet.bespin.org/download/
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1607662367
|
||||
SHA256 (enet-1.3.17.tar.gz) = a38f0f194555d558533b8b15c0c478e946310022d0ec7b34334e19e4574dcedc
|
||||
SIZE (enet-1.3.17.tar.gz) = 703278
|
||||
TIMESTAMP = 1713248174
|
||||
SHA256 (enet-1.3.18.tar.gz) = 2a8a0c5360d68bb4fcd11f2e4c47c69976e8d2c85b109dd7d60b1181a4f85d36
|
||||
SIZE (enet-1.3.18.tar.gz) = 737164
|
||||
|
@ -10,5 +10,5 @@ include/enet/win32.h
|
||||
lib/libenet.a
|
||||
lib/libenet.so
|
||||
lib/libenet.so.7
|
||||
lib/libenet.so.7.0.5
|
||||
lib/libenet.so.7.0.6
|
||||
libdata/pkgconfig/libenet.pc
|
||||
|
Loading…
Reference in New Issue
Block a user