security/libsodium: Revert "security/libsodium: Update to 1.0.19"

This reverts commit 0ff061cd7a.

Revert update until creating consumers list to bump. There are at least
72 explicit consumers and some more implicit consumers. Hold on to old
version until creating complete list of consumers.

Approved by:	blanket (runtime fixes)
2023Q4
Koichiro Iwao 2023-09-15 14:02:57 +09:00
parent 20db1fde7e
commit ad01e562ad
3 changed files with 9 additions and 11 deletions

View File

@ -1,5 +1,8 @@
PORTNAME= libsodium
PORTVERSION= 1.0.19
#################################################
# Make sure to bump all consumers when updating #
#################################################
PORTVERSION= 1.0.18
CATEGORIES= security
MASTER_SITES= https://download.libsodium.org/libsodium/releases/
@ -14,7 +17,6 @@ USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-stable
INSTALL_TARGET= install-strip
TEST_TARGET= check

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1694696984
SHA256 (libsodium-1.0.19.tar.gz) = 018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea
SIZE (libsodium-1.0.19.tar.gz) = 1945523
TIMESTAMP = 1565704155
SHA256 (libsodium-1.0.18.tar.gz) = 6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
SIZE (libsodium-1.0.18.tar.gz) = 1919817

View File

@ -1,7 +1,5 @@
include/sodium.h
include/sodium/core.h
include/sodium/crypto_aead_aegis128l.h
include/sodium/crypto_aead_aegis256.h
include/sodium/crypto_aead_aes256gcm.h
include/sodium/crypto_aead_chacha20poly1305.h
include/sodium/crypto_aead_xchacha20poly1305.h
@ -26,8 +24,6 @@ include/sodium/crypto_hash_sha256.h
include/sodium/crypto_hash_sha512.h
include/sodium/crypto_kdf.h
include/sodium/crypto_kdf_blake2b.h
include/sodium/crypto_kdf_hkdf_sha256.h
include/sodium/crypto_kdf_hkdf_sha512.h
include/sodium/crypto_kx.h
include/sodium/crypto_onetimeauth.h
include/sodium/crypto_onetimeauth_poly1305.h
@ -67,8 +63,8 @@ include/sodium/utils.h
include/sodium/version.h
lib/libsodium.a
lib/libsodium.so
lib/libsodium.so.26
lib/libsodium.so.26.1.0
lib/libsodium.so.23
lib/libsodium.so.23.3.0
libdata/pkgconfig/libsodium.pc
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/README.markdown