View | Details | Raw Unified | Return to bug 278259 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/libsodium/Makefile (-2 / +4 lines)
Lines 2-14 PORTNAME= libsodium Link Here
2
#################################################
2
#################################################
3
# Make sure to bump all consumers when updating #
3
# Make sure to bump all consumers when updating #
4
#################################################
4
#################################################
5
PORTVERSION=	1.0.18
5
PORTVERSION=	1.0.19
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	https://download.libsodium.org/libsodium/releases/
7
MASTER_SITES=	https://download.libsodium.org/libsodium/releases/
8
8
9
MAINTAINER=	vsevolod@FreeBSD.org
9
MAINTAINER=	vsevolod@FreeBSD.org
10
COMMENT=	Library to build higher-level cryptographic tools
10
COMMENT=	Library to build higher-level cryptographic tools
11
WWW=		https://github.com/jedisct1/libsodium
11
WWW=		https://github.com/jedisct1/libsodium/
12
12
13
LICENSE=	ISCL
13
LICENSE=	ISCL
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
Lines 20-25 GNU_CONFIGURE= yes Link Here
20
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip
21
TEST_TARGET=	check
21
TEST_TARGET=	check
22
22
23
WRKSRC=		${WRKDIR}/${PORTNAME}-stable
24
23
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS
24
26
25
post-install-DOCS-on:
27
post-install-DOCS-on:
(-)b/security/libsodium/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1565704155
1
TIMESTAMP = 1712589058
2
SHA256 (libsodium-1.0.18.tar.gz) = 6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
2
SHA256 (libsodium-1.0.19.tar.gz) = 018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea
3
SIZE (libsodium-1.0.18.tar.gz) = 1919817
3
SIZE (libsodium-1.0.19.tar.gz) = 1945523
(-)b/security/libsodium/pkg-plist (-3 / +6 lines)
Lines 1-5 Link Here
1
include/sodium.h
1
include/sodium.h
2
include/sodium/core.h
2
include/sodium/core.h
3
include/sodium/crypto_aead_aegis128l.h
4
include/sodium/crypto_aead_aegis256.h
3
include/sodium/crypto_aead_aes256gcm.h
5
include/sodium/crypto_aead_aes256gcm.h
4
include/sodium/crypto_aead_chacha20poly1305.h
6
include/sodium/crypto_aead_chacha20poly1305.h
5
include/sodium/crypto_aead_xchacha20poly1305.h
7
include/sodium/crypto_aead_xchacha20poly1305.h
Lines 24-29 include/sodium/crypto_hash_sha256.h Link Here
24
include/sodium/crypto_hash_sha512.h
26
include/sodium/crypto_hash_sha512.h
25
include/sodium/crypto_kdf.h
27
include/sodium/crypto_kdf.h
26
include/sodium/crypto_kdf_blake2b.h
28
include/sodium/crypto_kdf_blake2b.h
29
include/sodium/crypto_kdf_hkdf_sha256.h
30
include/sodium/crypto_kdf_hkdf_sha512.h
27
include/sodium/crypto_kx.h
31
include/sodium/crypto_kx.h
28
include/sodium/crypto_onetimeauth.h
32
include/sodium/crypto_onetimeauth.h
29
include/sodium/crypto_onetimeauth_poly1305.h
33
include/sodium/crypto_onetimeauth_poly1305.h
Lines 63-70 include/sodium/utils.h Link Here
63
include/sodium/version.h
67
include/sodium/version.h
64
lib/libsodium.a
68
lib/libsodium.a
65
lib/libsodium.so
69
lib/libsodium.so
66
lib/libsodium.so.23
70
lib/libsodium.so.26
67
lib/libsodium.so.23.3.0
71
lib/libsodium.so.26.1.0
68
libdata/pkgconfig/libsodium.pc
72
libdata/pkgconfig/libsodium.pc
69
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
73
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
70
%%PORTDOCS%%%%DOCSDIR%%/README.markdown
74
%%PORTDOCS%%%%DOCSDIR%%/README.markdown
71
- 

Return to bug 278259