Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions packages/r/rpcbind/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
libc.so.6:__ctype_b_loc
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__inet_pton_chk
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__nss_configure_lookup
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
libc.so.6:__sprintf_chk
libc.so.6:__open_2
libc.so.6:__stack_chk_fail
libc.so.6:__strncat_chk
libc.so.6:__syslog_chk
libc.so.6:__vfprintf_chk
libc.so.6:__vprintf_chk
libc.so.6:__vsnprintf_chk
libc.so.6:__vsprintf_chk
libc.so.6:__vsyslog_chk
libc.so.6:_exit
libc.so.6:abort
Expand Down Expand Up @@ -46,7 +46,6 @@ libc.so.6:getrpcbynumber
libc.so.6:getsockname
libc.so.6:getsockopt
libc.so.6:if_nametoindex
libc.so.6:inet_pton
libc.so.6:listen
libc.so.6:malloc
libc.so.6:memcmp
Expand Down
13 changes: 8 additions & 5 deletions packages/r/rpcbind/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : rpcbind
version : 1.2.7
release : 9
version : 1.2.9
release : 10
source :
- https://sourceforge.net/projects/rpcbind/files/rpcbind/1.2.7/rpcbind-1.2.7.tar.bz2 : f6edf8cdf562aedd5d53b8bf93962d61623292bfc4d47eedd3f427d84d06f37e
- https://sourceforge.net/projects/rpcbind/files/rpcbind/1.2.9/rpcbind-1.2.9.tar.bz2 : ce5f1a87c566ef0b2897a28f50a75c1dc23fec413a46a7f4183423b6b6aa991b
homepage : https://sourceforge.net/projects/rpcbind/
license : BSD-3-Clause
component : system.utils
Expand All @@ -13,11 +13,14 @@ description: |
clang : true
builddeps :
- pkgconfig(libtirpc)
- pkgconfig(systemd)
- rpcsvc-proto-devel
setup : |
%configure --enable-warmstarts \
--with-statedir=/run/rpcbind
%configure \
--enable-warmstarts \
--with-statedir=/run/rpcbind
build : |
%make
install : |
%make_install
%install_license COPYING
19 changes: 10 additions & 9 deletions packages/r/rpcbind/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>rpcbind</Name>
<Homepage>https://sourceforge.net/projects/rpcbind/</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>system.utils</PartOf>
Expand All @@ -24,17 +24,18 @@
<Path fileType="library">/usr/lib/systemd/system/rpcbind.service</Path>
<Path fileType="library">/usr/lib/systemd/system/rpcbind.socket</Path>
<Path fileType="executable">/usr/sbin/rpcbind</Path>
<Path fileType="man">/usr/share/man/man8/rpcbind.8</Path>
<Path fileType="man">/usr/share/man/man8/rpcinfo.8</Path>
<Path fileType="data">/usr/share/licenses/rpcbind/COPYING</Path>
<Path fileType="man">/usr/share/man/man8/rpcbind.8.zst</Path>
<Path fileType="man">/usr/share/man/man8/rpcinfo.8.zst</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2024-07-26</Date>
<Version>1.2.7</Version>
<Update release="10">
<Date>2026-07-23</Date>
<Version>1.2.9</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Update>
</History>
</PISI>