ba9c0a4801
* Version 1.0.1 - DLL_EXPORT was renamed SODIUM_DLL_EXPORT in order to avoid collisions with similar macros defined by other libraries. - sodium_bin2hex() is now constant-time. - crypto_secretbox_detached() now supports overlapping input and output regions. - NaCl's donna_c64 implementation of curve25519 was reading an extra byte past the end of the buffer containing the base point. This has been fixed.
19 lines
448 B
Makefile
19 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/01/16 11:39:32 wiz Exp $
|
|
|
|
DISTNAME= libsodium-1.0.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://download.libsodium.org/libsodium/releases/
|
|
|
|
MAINTAINER= csosstudy@gmail.com
|
|
HOMEPAGE= https://github.com/jedisct1/libsodium
|
|
COMMENT= Library for build higher-level cryptographic tools
|
|
LICENSE= isc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
PKGCONFIG_OVERRIDE= libsodium.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|