Skip to content

Commit

Permalink
rpcsvc-proto: Update to 1.4.4 (#2905)
Browse files Browse the repository at this point in the history
**Summary**

- Use` AC_SYS_LARGEFILE` macro to control largefile support
- Add `homepage` key to `package.yml` (Part of #411)
- Add monitoring.yml

**Test Plan**

<!-- Short description of how the package was tested -->
Rebuild `samba` against this package locally

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
EbonJaeger authored Jun 16, 2024
2 parents ae904d2 + 7825ad9 commit a3ed3e3
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 14 deletions.
1 change: 1 addition & 0 deletions packages/r/rpcsvc-proto/abi_libs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rpcgen
1 change: 1 addition & 0 deletions packages/r/rpcsvc-proto/abi_symbols
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rpcgen:error
3 changes: 2 additions & 1 deletion packages/r/rpcsvc-proto/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ libc.so.6:__ctype_b_loc
libc.so.6:__ctype_toupper_loc
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__isoc23_strtol
libc.so.6:__libc_start_main
libc.so.6:__printf_chk
libc.so.6:__sprintf_chk
Expand Down Expand Up @@ -31,7 +32,7 @@ libc.so.6:pipe
libc.so.6:realloc
libc.so.6:rindex
libc.so.6:setlocale
libc.so.6:stat64
libc.so.6:stat
libc.so.6:stderr
libc.so.6:stdout
libc.so.6:stpcpy
Expand Down
6 changes: 6 additions & 0 deletions packages/r/rpcsvc-proto/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 155452
rss: https://github.com/thkukuk/rpcsvc-proto/tags.atom
# No known CPE, checked 2024-06-08
security:
cpe: ~
9 changes: 5 additions & 4 deletions packages/r/rpcsvc-proto/package.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name : rpcsvc-proto
version : 1.4.2
release : 1
version : 1.4.4
release : 2
source :
- https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4.2/rpcsvc-proto-1.4.2.tar.xz : 678851b9f7ddf4410d2859c12016b65a6dd1a0728d478f18aeb54d165352f17c
- https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4.4/rpcsvc-proto-1.4.4.tar.xz : 81c3aa27edb5d8a18ef027081ebb984234d5b5860c65bd99d4ac8f03145a558b
homepage : https://github.com/thkukuk/rpcsvc-proto/
license : BSD-3-Clause
component : network.base
summary : rpcsvc protocol definitions from glibc
description: |
This package contains rpcsvc proto.x files from glibc, which are missing in libtirpc. Additional it contains rpcgen, which is needed to create header files and sources from protocol files. This package is only needed, if glibc is installed without the deprecated sunrpc functionality and libtirpc should replace it.
setup : |
%configure
%configure_no_runstatedir
build : |
%make
install : |
Expand Down
19 changes: 10 additions & 9 deletions packages/r/rpcsvc-proto/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>rpcsvc-proto</Name>
<Homepage>https://github.com/thkukuk/rpcsvc-proto/</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>network.base</PartOf>
<Summary xml:lang="en">rpcsvc protocol definitions from glibc</Summary>
<Description xml:lang="en">This package contains rpcsvc proto.x files from glibc, which are missing in libtirpc. Additional it contains rpcgen, which is needed to create header files and sources from protocol files. This package is only needed, if glibc is installed without the deprecated sunrpc functionality and libtirpc should replace it.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>rpcsvc-proto</Name>
Expand All @@ -30,7 +31,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="1">rpcsvc-proto</Dependency>
<Dependency release="2">rpcsvc-proto</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/rpcsvc/bootparam_prot.h</Path>
Expand Down Expand Up @@ -60,12 +61,12 @@
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-10</Date>
<Version>1.4.2</Version>
<Update release="2">
<Date>2024-06-08</Date>
<Version>1.4.4</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit a3ed3e3

Please sign in to comment.