mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/skalibs: Update to version 2.14.1.1
List of changes between 2.13.1.1 and 2.14.1.1 mentioned in the ./NEWS file: In 2.14.1.1 ----------- - Bugfixes. In 2.14.1.0 ----------- - Bugfixes. - Portability improvements. - New socket_sendnb46_g() and socket_recvnb46_g() macros. In 2.14.0.1 ----------- - Bugfixes. In 2.14.0.0 ----------- - Bugfixes. - New accessor function: selfpipe_fd(). - New functions: slurpn(), openslurpnclose(). - slurp() and openslurpclose() are now macros. - New strerr macros to warn with a "fatal" message. - New cdb functions: cdb_hashv(), cdbmake_addv(). - child_spawn() revamp. Prototype change (last arg is a size_t). - case_lowerb() and friends now use ctype.h functions. - case_str() removed, strcasestr() fallback implementation added. - cspawn(): finally unifying fork() and posix_spawn(). - Better support for nonstandard posix_spawn subfunctions. - Lots of new sysdeps. PR: 279116
This commit is contained in:
parent
876b8bb7ba
commit
08c29b7552
3 changed files with 11 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= skalibs
|
||||
DISTVERSION= 2.13.1.1
|
||||
DISTVERSION= 2.14.1.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1680558177
|
||||
SHA256 (skalibs-2.13.1.1.tar.gz) = b272a1ab799f7fac44b9b4fb5ace78a9616b2fe4882159754b8088c4d8199e33
|
||||
SIZE (skalibs-2.13.1.1.tar.gz) = 229706
|
||||
TIMESTAMP = 1716810597
|
||||
SHA256 (skalibs-2.14.1.1.tar.gz) = b6b79b816f4ba0b6801676b0ed4179b59c8c7809eeffe26db672e404636befc3
|
||||
SIZE (skalibs-2.14.1.1.tar.gz) = 237220
|
||||
|
|
|
@ -16,7 +16,9 @@ include/skalibs/cbuffer.h
|
|||
include/skalibs/cdb.h
|
||||
include/skalibs/cdbmake.h
|
||||
include/skalibs/config.h
|
||||
include/skalibs/cspawn.h
|
||||
include/skalibs/datastruct.h
|
||||
include/skalibs/devino.h
|
||||
include/skalibs/direntry.h
|
||||
include/skalibs/disize.h
|
||||
include/skalibs/diuint.h
|
||||
|
@ -58,6 +60,7 @@ include/skalibs/skaclient.h
|
|||
include/skalibs/skalibs.h
|
||||
include/skalibs/skamisc.h
|
||||
include/skalibs/socket.h
|
||||
include/skalibs/stat.h
|
||||
include/skalibs/stdcrypto.h
|
||||
include/skalibs/stddjb.h
|
||||
include/skalibs/stralloc.h
|
||||
|
@ -78,9 +81,10 @@ include/skalibs/unixconnection.h
|
|||
include/skalibs/unixmessage.h
|
||||
include/skalibs/unixonacid.h
|
||||
lib/libskarnet.so
|
||||
lib/libskarnet.so.2.13
|
||||
lib/libskarnet.so.2.13.1.1
|
||||
lib/libskarnet.so.2.14
|
||||
lib/libskarnet.so.2.14.1.1
|
||||
lib/skalibs/libskarnet.a
|
||||
lib/skalibs/sysdeps/pthread.lib
|
||||
lib/skalibs/sysdeps/socket.lib
|
||||
lib/skalibs/sysdeps/spawn.lib
|
||||
lib/skalibs/sysdeps/sysclock.lib
|
||||
|
@ -109,6 +113,7 @@ lib/skalibs/sysdeps/util.lib
|
|||
%%PORTDOCS%%%%DOCSDIR%%/libstddjb/bytestr.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libstddjb/cdb.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libstddjb/cdbmake.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libstddjb/cspawn.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libstddjb/direntry.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libstddjb/djbtime.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libstddjb/djbunix.html
|
||||
|
|
Loading…
Add table
Reference in a new issue