diff --git a/abi_libs b/abi_libs new file mode 100644 --- /dev/null +++ b/abi_libs @@ -0,0 +1 @@ +libenet.so.7 diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -1,6 +1,7 @@ libenet.so.7:enet_address_get_host libenet.so.7:enet_address_get_host_ip libenet.so.7:enet_address_set_host +libenet.so.7:enet_address_set_host_ip libenet.so.7:enet_crc32 libenet.so.7:enet_deinitialize libenet.so.7:enet_free diff --git a/abi_used_symbols b/abi_used_symbols new file mode 100644 --- /dev/null +++ b/abi_used_symbols @@ -0,0 +1,30 @@ +libc.so.6:__errno_location +libc.so.6:__stack_chk_fail +libc.so.6:abort +libc.so.6:accept +libc.so.6:bind +libc.so.6:close +libc.so.6:connect +libc.so.6:fcntl +libc.so.6:free +libc.so.6:freeaddrinfo +libc.so.6:getaddrinfo +libc.so.6:getnameinfo +libc.so.6:getsockname +libc.so.6:getsockopt +libc.so.6:gettimeofday +libc.so.6:inet_ntop +libc.so.6:inet_pton +libc.so.6:listen +libc.so.6:malloc +libc.so.6:memchr +libc.so.6:memcpy +libc.so.6:memset +libc.so.6:poll +libc.so.6:recvmsg +libc.so.6:select +libc.so.6:sendmsg +libc.so.6:setsockopt +libc.so.6:shutdown +libc.so.6:socket +libc.so.6:time diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,15 +1,15 @@ name : enet -version : 1.3.13 -release : 1 +version : 1.3.17 +release : 2 source : - - http://enet.bespin.org/download/enet-1.3.13.tar.gz : e36072021faa28731b08c15b1c3b5b91b911baf5f6abcc7fe4a6d425abada35c + - https://github.com/lsalzman/enet/archive/v1.3.17.tar.gz : 1e0b4bc0b7127a2d779dd7928f0b31830f5b3dcb7ec9588c5de70033e8d2434a license : MIT component : programming summary : Reliable UDP networking library description: | ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol).The primary feature it provides is optional reliable, in-order delivery of packets. setup : | - %configure --disable-static + %reconfigure --disable-static build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,15 +2,15 @@ enet - Joshua Strobl - joshua@stroblindustries.com + Martin Reboredo + yakoyoku@gmail.com MIT programming Reliable UDP networking library ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol).The primary feature it provides is optional reliable, in-order delivery of packets. - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus enet @@ -19,7 +19,8 @@ programming - /usr/lib64/lib*.so.* + /usr/lib64/libenet.so.7 + /usr/lib64/libenet.so.7.0.5 @@ -29,21 +30,29 @@ programming.devel - enet + enet - /usr/include/ - /usr/lib64/lib*.so - /usr/lib64/pkgconfig/*.pc + /usr/include/enet/callbacks.h + /usr/include/enet/enet.h + /usr/include/enet/list.h + /usr/include/enet/protocol.h + /usr/include/enet/time.h + /usr/include/enet/types.h + /usr/include/enet/unix.h + /usr/include/enet/utility.h + /usr/include/enet/win32.h + /usr/lib64/libenet.so + /usr/lib64/pkgconfig/libenet.pc - - 2016-05-27 - 1.3.13 + + 2021-02-22 + 1.3.17 Packaging update - Joshua Strobl - joshua@stroblindustries.com + Martin Reboredo + yakoyoku@gmail.com \ No newline at end of file