Page MenuHomeSolus

D4362.diff
No OneTemporary

D4362.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -5,6 +5,7 @@
libkeyutils.so.1:KEYUTILS_1.5
libkeyutils.so.1:KEYUTILS_1.6
libkeyutils.so.1:KEYUTILS_1.7
+libkeyutils.so.1:KEYUTILS_1.8
libkeyutils.so.1:find_key_by_type_and_desc
libkeyutils.so.1:keyctl_assume_authority
libkeyutils.so.1:keyctl_chown
@@ -24,6 +25,11 @@
libkeyutils.so.1:keyctl_join_session_keyring
libkeyutils.so.1:keyctl_link
libkeyutils.so.1:keyctl_negate
+libkeyutils.so.1:keyctl_pkey_decrypt
+libkeyutils.so.1:keyctl_pkey_encrypt
+libkeyutils.so.1:keyctl_pkey_query
+libkeyutils.so.1:keyctl_pkey_sign
+libkeyutils.so.1:keyctl_pkey_verify
libkeyutils.so.1:keyctl_read
libkeyutils.so.1:keyctl_read_alloc
libkeyutils.so.1:keyctl_reject
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,4 +1,2 @@
libc.so.6
-libcom_err.so.2
-libkrb5.so.3
libresolv.so.2
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : keyutils
-version : 1.5.11
-release : 2
+version : '1.6'
+release : 3
source :
- - https://people.redhat.com/~dhowells/keyutils/keyutils-1.5.11.tar.bz2 : 11584488206edc30736263eb855bf7793f16e661987241d333d3cb5ea479b1b5
+ - https://people.redhat.com/~dhowells/keyutils/keyutils-1.6.tar.bz2 : d3aef20cec0005c0fa6b4be40079885567473185b1a57b629b030e67942c7115
license :
- GPL-2.0-or-later
- LGPL-2.1-or-later
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>keyutils</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<License>LGPL-2.1-or-later</License>
@@ -24,12 +24,13 @@
<Path fileType="config">/etc/request-key.d</Path>
<Path fileType="executable">/usr/bin/keyctl</Path>
<Path fileType="library">/usr/lib64/libkeyutils.so.1</Path>
- <Path fileType="library">/usr/lib64/libkeyutils.so.1.7</Path>
+ <Path fileType="library">/usr/lib64/libkeyutils.so.1.8</Path>
<Path fileType="executable">/usr/sbin/key.dns_resolver</Path>
<Path fileType="executable">/usr/sbin/request-key</Path>
<Path fileType="data">/usr/share/keyutils/request-key-debug.sh</Path>
<Path fileType="man">/usr/share/man/man1/keyctl.1</Path>
<Path fileType="man">/usr/share/man/man5/request-key.conf.5</Path>
+ <Path fileType="man">/usr/share/man/man7/asymmetric-key.7</Path>
<Path fileType="man">/usr/share/man/man7/keyutils.7</Path>
<Path fileType="man">/usr/share/man/man8/key.dns_resolver.8</Path>
<Path fileType="man">/usr/share/man/man8/request-key.8</Path>
@@ -42,12 +43,13 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="2">keyutils</Dependency>
+ <Dependency release="3">keyutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/keyutils.h</Path>
<Path fileType="library">/usr/lib64/libkeyutils.so</Path>
<Path fileType="data">/usr/lib64/pkgconfig/keyutils.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libkeyutils.pc</Path>
<Path fileType="man">/usr/share/man/man3/find_key_by_type_and_name.3</Path>
<Path fileType="man">/usr/share/man/man3/keyctl.3</Path>
<Path fileType="man">/usr/share/man/man3/keyctl_assume_authority.3</Path>
@@ -68,6 +70,11 @@
<Path fileType="man">/usr/share/man/man3/keyctl_join_session_keyring.3</Path>
<Path fileType="man">/usr/share/man/man3/keyctl_link.3</Path>
<Path fileType="man">/usr/share/man/man3/keyctl_negate.3</Path>
+ <Path fileType="man">/usr/share/man/man3/keyctl_pkey_decrypt.3</Path>
+ <Path fileType="man">/usr/share/man/man3/keyctl_pkey_encrypt.3</Path>
+ <Path fileType="man">/usr/share/man/man3/keyctl_pkey_query.3</Path>
+ <Path fileType="man">/usr/share/man/man3/keyctl_pkey_sign.3</Path>
+ <Path fileType="man">/usr/share/man/man3/keyctl_pkey_verify.3</Path>
<Path fileType="man">/usr/share/man/man3/keyctl_read.3</Path>
<Path fileType="man">/usr/share/man/man3/keyctl_read_alloc.3</Path>
<Path fileType="man">/usr/share/man/man3/keyctl_reject.3</Path>
@@ -85,12 +92,12 @@
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2018-08-28</Date>
- <Version>1.5.11</Version>
+ <Update release="3">
+ <Date>2018-11-15</Date>
+ <Version>1.6</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 2:45 PM (3 h, 5 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5860312
Default Alt Text
D4362.diff (5 KB)

Event Timeline