Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsepol update #3559

Merged
merged 2 commits into from
Sep 18, 2024
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
2 changes: 1 addition & 1 deletion packages/l/libselinux/abi_used_libs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ld-linux-x86-64.so.2
libc.so.6
libpcre.so.1
libsepol.so.1
libsepol.so.2
12 changes: 5 additions & 7 deletions packages/l/libselinux/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ libc.so.6:__asprintf_chk
libc.so.6:__assert_fail
libc.so.6:__ctype_b_loc
libc.so.6:__errno_location
libc.so.6:__fgets_chk
libc.so.6:__fgets_unlocked_chk
libc.so.6:__fprintf_chk
libc.so.6:__fsetlocking
libc.so.6:__getdelim
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__isoc23_strtoul
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__open_2
Expand Down Expand Up @@ -129,8 +129,6 @@ libc.so.6:strndup
libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtok
libc.so.6:strtol
libc.so.6:strtoul
libc.so.6:strverscmp
libc.so.6:sysconf
libc.so.6:umount
Expand All @@ -145,5 +143,5 @@ libpcre.so.1:pcre_free_study
libpcre.so.1:pcre_fullinfo
libpcre.so.1:pcre_study
libpcre.so.1:pcre_version
libsepol.so.1:sepol_check_context
libsepol.so.1:sepol_set_policydb_from_file
libsepol.so.2:sepol_check_context
libsepol.so.2:sepol_set_policydb_from_file
7 changes: 7 additions & 0 deletions packages/l/libselinux/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
releases:
id: 1717
rss: https://github.com/SELinuxProject/selinux/tags.atom
security:
cpe:
- vendor: selinuxproject
product: libselinux
3 changes: 2 additions & 1 deletion packages/l/libselinux/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : libselinux

Check notice on line 1 in packages/l/libselinux/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : '3.3'
release : 3
release : 4
source :
- https://github.com/SELinuxProject/selinux/archive/refs/tags/3.3.tar.gz : 1434900229858103bd50570083fa9a99a6a6a694d0100dff81d5a5914f6b8e6b
homepage : https://github.com/SELinuxProject/selinux
Expand All @@ -19,6 +19,7 @@
- /usr/share/man
- devel : /usr/share/man/man3
builddeps :
- pkgconfig(libpcre)
- pkgconfig(libsepol)
build : |
%make -C libselinux SHLIBDIR=%libdir% LIBDIR=%libdir%
Expand Down
18 changes: 9 additions & 9 deletions packages/l/libselinux/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<Name>libselinux</Name>
<Homepage>https://github.com/SELinuxProject/selinux</Homepage>
<Packager>
<Name>Algent Albrahimi</Name>
<Email>[email protected]</Email>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
</Packager>
<License>Public-Domain</License>
<PartOf>security.library</PartOf>
<Summary xml:lang="en">SELinux runtime library</Summary>
<Description xml:lang="en">Main runtime library and API for the SELinux Linux Security Module. This package is provided in Solus with the sole purpose of providing ABI compatibility with &quot;classic Snaps&quot; in order for them to run freely on more platforms without limitation. Solus does not use SELinux within the kernel, the role of `LSM` is given to the AppArmor subsystem.
</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>libselinux</Name>
Expand All @@ -30,7 +30,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="3">libselinux</Dependency>
<Dependency release="4">libselinux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/selinux/avc.h</Path>
Expand Down Expand Up @@ -255,7 +255,7 @@
</Description>
<PartOf>security.library</PartOf>
<RuntimeDependencies>
<Dependency release="3">libselinux</Dependency>
<Dependency release="4">libselinux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/sbin/avcstat</Path>
Expand Down Expand Up @@ -359,12 +359,12 @@
</Files>
</Package>
<History>
<Update release="3">
<Date>2022-03-28</Date>
<Update release="4">
<Date>2024-08-12</Date>
<Version>3.3</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>[email protected]</Email>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>
2 changes: 1 addition & 1 deletion packages/l/libsepol/abi_libs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libsepol.so.1
libsepol.so.2
Loading