Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10867638
D12999.id31783.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D12999.id31783.diff
View Options
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -66,6 +66,7 @@
libc.so.6:strdup
libc.so.6:strerror
libc.so.6:strlen
+libc.so.6:strncmp
libc.so.6:strtok_r
libc.so.6:strtol
libc.so.6:strtoul
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : libcap2
version : '2.50'
-release : 10
+release : 11
source :
- https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.50.tar.xz : 47a57b8bd238b84c93c921a9b4ff82337551dbcb0cca071316aadf3e23b19261
license : GPL-2.0-or-later
@@ -20,8 +20,11 @@
if [[ ! -z "${EMUL32BUILD}" ]]; then
rm $installdir/%libdir%/security -rf
else
- mkdir $installdir/lib
+ install -d -m 00644 $installdir/lib
mv $installdir/%libdir%/security $installdir/lib/.
+ install -d -m 00644 $installdir/usr/bin/
+ ln -s /usr/sbin/getcap $installdir/usr/bin/getcap
+ ln -s /usr/sbin/setcap $installdir/usr/bin/setcap
fi
# no static, thanks.
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>libcap2</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@getsol.us</Email>
+ <Name>Jacek Jagosz</Name>
+ <Email>jacek.jagosz@outlook.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>system.base</PartOf>
@@ -20,6 +20,8 @@
<PartOf>system.base</PartOf>
<Files>
<Path fileType="data">/lib/security/pam_cap.so</Path>
+ <Path fileType="executable">/usr/bin/getcap</Path>
+ <Path fileType="executable">/usr/bin/setcap</Path>
<Path fileType="library">/usr/lib64/libcap.so.2</Path>
<Path fileType="library">/usr/lib64/libcap.so.2.50</Path>
<Path fileType="library">/usr/lib64/libpsx.so.2</Path>
@@ -97,7 +99,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
- <Dependency release="10">libcap2</Dependency>
+ <Dependency release="11">libcap2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libcap.so.2</Path>
@@ -113,8 +115,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="10">libcap2-32bit</Dependency>
- <Dependency release="10">libcap2-devel</Dependency>
+ <Dependency release="11">libcap2-32bit</Dependency>
+ <Dependency release="11">libcap2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libcap.so</Path>
@@ -130,7 +132,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="10">libcap2</Dependency>
+ <Dependency release="11">libcap2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/sys/capability.h</Path>
@@ -142,12 +144,12 @@
</Files>
</Package>
<History>
- <Update release="10">
- <Date>2021-06-15</Date>
+ <Update release="11">
+ <Date>2022-03-10</Date>
<Version>2.50</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@getsol.us</Email>
+ <Name>Jacek Jagosz</Name>
+ <Email>jacek.jagosz@outlook.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 18 2023, 8:23 PM (7 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5856582
Default Alt Text
D12999.id31783.diff (3 KB)
Attached To
Mode
D12999: Update libcap2 for T10070
Attached
Detach File
Event Timeline
Log In to Comment