Page MenuHomeSolus

D8930.diff
No OneTemporary

D8930.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -145,12 +145,16 @@
libsodium.so.23:crypto_box_zerobytes
libsodium.so.23:crypto_core_ed25519_add
libsodium.so.23:crypto_core_ed25519_bytes
+libsodium.so.23:crypto_core_ed25519_from_hash
libsodium.so.23:crypto_core_ed25519_from_uniform
+libsodium.so.23:crypto_core_ed25519_hashbytes
libsodium.so.23:crypto_core_ed25519_is_valid_point
libsodium.so.23:crypto_core_ed25519_nonreducedscalarbytes
+libsodium.so.23:crypto_core_ed25519_random
libsodium.so.23:crypto_core_ed25519_scalar_add
libsodium.so.23:crypto_core_ed25519_scalar_complement
libsodium.so.23:crypto_core_ed25519_scalar_invert
+libsodium.so.23:crypto_core_ed25519_scalar_mul
libsodium.so.23:crypto_core_ed25519_scalar_negate
libsodium.so.23:crypto_core_ed25519_scalar_random
libsodium.so.23:crypto_core_ed25519_scalar_reduce
@@ -168,6 +172,23 @@
libsodium.so.23:crypto_core_hsalsa20_inputbytes
libsodium.so.23:crypto_core_hsalsa20_keybytes
libsodium.so.23:crypto_core_hsalsa20_outputbytes
+libsodium.so.23:crypto_core_ristretto255_add
+libsodium.so.23:crypto_core_ristretto255_bytes
+libsodium.so.23:crypto_core_ristretto255_from_hash
+libsodium.so.23:crypto_core_ristretto255_hashbytes
+libsodium.so.23:crypto_core_ristretto255_is_valid_point
+libsodium.so.23:crypto_core_ristretto255_nonreducedscalarbytes
+libsodium.so.23:crypto_core_ristretto255_random
+libsodium.so.23:crypto_core_ristretto255_scalar_add
+libsodium.so.23:crypto_core_ristretto255_scalar_complement
+libsodium.so.23:crypto_core_ristretto255_scalar_invert
+libsodium.so.23:crypto_core_ristretto255_scalar_mul
+libsodium.so.23:crypto_core_ristretto255_scalar_negate
+libsodium.so.23:crypto_core_ristretto255_scalar_random
+libsodium.so.23:crypto_core_ristretto255_scalar_reduce
+libsodium.so.23:crypto_core_ristretto255_scalar_sub
+libsodium.so.23:crypto_core_ristretto255_scalarbytes
+libsodium.so.23:crypto_core_ristretto255_sub
libsodium.so.23:crypto_core_salsa20
libsodium.so.23:crypto_core_salsa2012
libsodium.so.23:crypto_core_salsa2012_constbytes
@@ -371,6 +392,10 @@
libsodium.so.23:crypto_scalarmult_ed25519_noclamp
libsodium.so.23:crypto_scalarmult_ed25519_scalarbytes
libsodium.so.23:crypto_scalarmult_primitive
+libsodium.so.23:crypto_scalarmult_ristretto255
+libsodium.so.23:crypto_scalarmult_ristretto255_base
+libsodium.so.23:crypto_scalarmult_ristretto255_bytes
+libsodium.so.23:crypto_scalarmult_ristretto255_scalarbytes
libsodium.so.23:crypto_scalarmult_scalarbytes
libsodium.so.23:crypto_secretbox
libsodium.so.23:crypto_secretbox_boxzerobytes
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,15 @@
name : libsodium
-version : 1.0.17
-release : 4
+version : 1.0.18
+release : 5
source :
- - https://github.com/jedisct1/libsodium/releases/download/1.0.17/libsodium-1.0.17.tar.gz : 0cc3dae33e642cc187b5ceb467e0ad0e1b51dcba577de1190e9ffa17766ac2b1
+ - https://github.com/jedisct1/libsodium/releases/download/1.0.18-RELEASE/libsodium-1.0.18.tar.gz : 6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
license : ISC
component : security.library
summary : Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.
description: |
Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.
setup : |
- %configure --disable-asm --disable-opt --disable-static
+ %configure --disable-opt --disable-static
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>libsodium</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Packager>
<License>ISC</License>
<PartOf>security.library</PartOf>
<Summary xml:lang="en">Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.</Summary>
<Description xml:lang="en">Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>libsodium</Name>
@@ -20,7 +20,7 @@
<PartOf>security.library</PartOf>
<Files>
<Path fileType="library">/usr/lib64/libsodium.so.23</Path>
- <Path fileType="library">/usr/lib64/libsodium.so.23.2.0</Path>
+ <Path fileType="library">/usr/lib64/libsodium.so.23.3.0</Path>
</Files>
</Package>
<Package>
@@ -30,7 +30,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="4">libsodium</Dependency>
+ <Dependency release="5">libsodium</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/sodium.h</Path>
@@ -48,6 +48,7 @@
<Path fileType="header">/usr/include/sodium/crypto_core_ed25519.h</Path>
<Path fileType="header">/usr/include/sodium/crypto_core_hchacha20.h</Path>
<Path fileType="header">/usr/include/sodium/crypto_core_hsalsa20.h</Path>
+ <Path fileType="header">/usr/include/sodium/crypto_core_ristretto255.h</Path>
<Path fileType="header">/usr/include/sodium/crypto_core_salsa20.h</Path>
<Path fileType="header">/usr/include/sodium/crypto_core_salsa2012.h</Path>
<Path fileType="header">/usr/include/sodium/crypto_core_salsa208.h</Path>
@@ -68,6 +69,7 @@
<Path fileType="header">/usr/include/sodium/crypto_scalarmult.h</Path>
<Path fileType="header">/usr/include/sodium/crypto_scalarmult_curve25519.h</Path>
<Path fileType="header">/usr/include/sodium/crypto_scalarmult_ed25519.h</Path>
+ <Path fileType="header">/usr/include/sodium/crypto_scalarmult_ristretto255.h</Path>
<Path fileType="header">/usr/include/sodium/crypto_secretbox.h</Path>
<Path fileType="header">/usr/include/sodium/crypto_secretbox_xchacha20poly1305.h</Path>
<Path fileType="header">/usr/include/sodium/crypto_secretbox_xsalsa20poly1305.h</Path>
@@ -89,7 +91,7 @@
<Path fileType="header">/usr/include/sodium/crypto_verify_64.h</Path>
<Path fileType="header">/usr/include/sodium/export.h</Path>
<Path fileType="header">/usr/include/sodium/randombytes.h</Path>
- <Path fileType="header">/usr/include/sodium/randombytes_salsa20_random.h</Path>
+ <Path fileType="header">/usr/include/sodium/randombytes_internal_random.h</Path>
<Path fileType="header">/usr/include/sodium/randombytes_sysrandom.h</Path>
<Path fileType="header">/usr/include/sodium/runtime.h</Path>
<Path fileType="header">/usr/include/sodium/utils.h</Path>
@@ -99,12 +101,12 @@
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2019-01-12</Date>
- <Version>1.0.17</Version>
+ <Update release="5">
+ <Date>2020-05-23</Date>
+ <Version>1.0.18</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 17 2023, 6:55 AM (12 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5819011
Default Alt Text
D8930.diff (7 KB)

Event Timeline