Skip to content

Commit

Permalink
apr: Update to v1.7.5 (#4298)
Browse files Browse the repository at this point in the history
  • Loading branch information
EbonJaeger authored Nov 8, 2024
2 parents 73e5274 + 3f6818e commit fd44f4f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 14 deletions.
3 changes: 2 additions & 1 deletion packages/a/apr/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ libc.so.6:__ctype_toupper_loc
libc.so.6:__errno_location
libc.so.6:__fdelt_chk
libc.so.6:__h_errno_location
libc.so.6:__isoc23_strtol
libc.so.6:__memcpy_chk
libc.so.6:__stack_chk_fail
libc.so.6:_exit
Expand Down Expand Up @@ -32,6 +33,7 @@ libc.so.6:execv
libc.so.6:execve
libc.so.6:execvp
libc.so.6:exit
libc.so.6:fchmod
libc.so.6:fchown
libc.so.6:fcntl
libc.so.6:fdatasync
Expand Down Expand Up @@ -190,7 +192,6 @@ libc.so.6:strftime
libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:strrchr
libc.so.6:strtol
libc.so.6:unlink
libc.so.6:unsetenv
libc.so.6:utimes
Expand Down
7 changes: 7 additions & 0 deletions packages/a/apr/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
releases:
id: 95
rss: ~
security:
cpe:
- vendor: apache
product: portable_runtime
6 changes: 3 additions & 3 deletions packages/a/apr/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : apr
version : 1.7.4
release : 10
version : 1.7.5
release : 11
source :
- https://www.apache.org/dist/apr/apr-1.7.4.tar.bz2 : fc648de983f3a2a6c9e78dea1f180639bd2fad6c06d556d4367a701fe5c35577
- https://www.apache.org/dist/apr/apr-1.7.5.tar.bz2 : cd0f5d52b9ab1704c72160c5ee3ed5d3d4ca2df4a7f8ab564e3cb352b67232f2
homepage : https://apr.apache.org/
license : Apache-2.0
component : programming
Expand Down
20 changes: 10 additions & 10 deletions packages/a/apr/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<Name>apr</Name>
<Homepage>https://apr.apache.org/</Homepage>
<Packager>
<Name>Algent Albrahimi</Name>
<Email>[email protected]</Email>
<Name>David Harder</Name>
<Email>[email protected]</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">The Apache Portable Runtime (APR) library provides an abstraction of operating-system level services</Summary>
<Description xml:lang="en">The Apache Portable Runtime (APR) library provides an abstraction of operating-system level services such as file and network I/O, memory management, and so on.
</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>apr</Name>
Expand All @@ -23,7 +23,7 @@
<Path fileType="executable">/usr/bin/apr-1-config</Path>
<Path fileType="library">/usr/lib64/apr.exp</Path>
<Path fileType="library">/usr/lib64/libapr-1.so.0</Path>
<Path fileType="library">/usr/lib64/libapr-1.so.0.7.4</Path>
<Path fileType="library">/usr/lib64/libapr-1.so.0.7.5</Path>
<Path fileType="data">/usr/share/build-1/apr_rules.mk</Path>
<Path fileType="data">/usr/share/build-1/libtool</Path>
<Path fileType="data">/usr/share/build-1/make_exports.awk</Path>
Expand All @@ -38,7 +38,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="10">apr</Dependency>
<Dependency release="11">apr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/apr-1/apr.h</Path>
Expand Down Expand Up @@ -87,12 +87,12 @@
</Files>
</Package>
<History>
<Update release="10">
<Date>2023-05-06</Date>
<Version>1.7.4</Version>
<Update release="11">
<Date>2024-11-08</Date>
<Version>1.7.5</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>[email protected]</Email>
<Name>David Harder</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit fd44f4f

Please sign in to comment.