diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -1,10 +1,7 @@ libc.so.6:__environ -libc.so.6:__fxstat64 libc.so.6:__libc_start_main -libc.so.6:__lxstat64 libc.so.6:__register_atfork libc.so.6:__xpg_strerror_r -libc.so.6:__xstat64 libc.so.6:_exit libc.so.6:abort libc.so.6:bcmp @@ -21,11 +18,13 @@ libc.so.6:fcntl libc.so.6:fork libc.so.6:free +libc.so.6:fstat64 libc.so.6:getcwd libc.so.6:getenv libc.so.6:getuid libc.so.6:ioctl libc.so.6:isatty +libc.so.6:lstat64 libc.so.6:malloc libc.so.6:memchr libc.so.6:memcmp @@ -53,7 +52,9 @@ libc.so.6:prctl libc.so.6:pthread_attr_destroy libc.so.6:pthread_attr_init +libc.so.6:pthread_getattr_np libc.so.6:pthread_self +libc.so.6:pthread_sigmask libc.so.6:readdir64_r libc.so.6:readlink libc.so.6:realloc @@ -65,6 +66,7 @@ libc.so.6:sigaltstack libc.so.6:sigemptyset libc.so.6:signal +libc.so.6:stat64 libc.so.6:strlen libc.so.6:syscall libc.so.6:sysconf @@ -93,7 +95,6 @@ libpthread.so.0:pthread_attr_setstacksize libpthread.so.0:pthread_create libpthread.so.0:pthread_detach -libpthread.so.0:pthread_getattr_np libpthread.so.0:pthread_getspecific libpthread.so.0:pthread_key_create libpthread.so.0:pthread_key_delete @@ -108,7 +109,6 @@ libpthread.so.0:pthread_rwlock_rdlock libpthread.so.0:pthread_rwlock_unlock libpthread.so.0:pthread_setspecific -libpthread.so.0:pthread_sigmask libpthread.so.0:read libpthread.so.0:sigaction libpthread.so.0:write diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : just -version : 0.9.3 -release : 16 +version : 0.9.8 +release : 18 source : - - https://github.com/casey/just/archive/refs/tags/v0.9.3.tar.gz : bb3e99a2427357c63b568c8e64de76c2962b9c7282d1a5f3b7348deef49e21d9 + - https://github.com/casey/just/archive/refs/tags/0.9.8.tar.gz : 0c464c3a06d40e68e1014e583ec1733aa16bca5796fb42874438dec9f4a464a4 license : CC0-1.0 component : programming.tools homepage : https://github.com/casey/just/ diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -24,12 +24,12 @@ - - 2021-05-24 - 0.9.3 + + 2021-07-04 + 0.9.8 Packaging update Campbell Jones dev@serebit.com \ No newline at end of file