Skip to content

Commit

Permalink
security/libsodium: Revert "security/libsodium: Update to 1.0.19"
Browse files Browse the repository at this point in the history
This reverts commit 0ff061c.

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)
  • Loading branch information
metalefty committed Sep 15, 2023
1 parent 20db1fd commit ad01e56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 4 additions & 2 deletions security/libsodium/Makefile
@@ -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/

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions security/libsodium/distinfo
@@ -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
8 changes: 2 additions & 6 deletions security/libsodium/pkg-plist
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ad01e56

Please sign in to comment.