pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/47767: update security/libsodium to 0.4



>Number:         47767
>Category:       pkg
>Synopsis:       update security/libsodium to 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 26 09:30:01 +0000 2013
>Originator:     csosstudy
>Release:        
>Organization:
>Environment:
>Description:
update security/libsodium to 0.4
>How-To-Repeat:

>Fix:
diff -uNr libsodium.orig/Makefile libsodium/Makefile
--- libsodium.orig/Makefile     2013-04-26 07:20:03.000000000 +0000
+++ libsodium/Makefile  2013-04-26 09:25:14.000000000 +0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.1.1.1 2013/02/28 15:43:25 agc Exp $
 #
 
-DISTNAME=      libsodium-0.3
+DISTNAME=      libsodium-0.4
 CATEGORIES=    security
 MASTER_SITES=  http://download.dnscrypt.org/libsodium/releases/
 
@@ -15,4 +15,11 @@
 
 TEST_TARGET=   check
 
+DOCDIR=                share/doc/${PKGBASE}
+
+INSTALLATION_DIRS+=    ${DOCDIR}
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/NEWS ${DESTDIR}${PREFIX}/${DOCDIR}
+
 .include "../../mk/bsd.pkg.mk"
diff -uNr libsodium.orig/PLIST libsodium/PLIST
--- libsodium.orig/PLIST        2013-04-26 07:20:03.000000000 +0000
+++ libsodium/PLIST     2013-04-26 09:25:14.000000000 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2013/02/28 15:43:25 agc Exp $
+@comment $NetBSD$
 include/sodium.h
+include/sodium/core.h
 include/sodium/crypto_auth.h
 include/sodium/crypto_auth_hmacsha256.h
 include/sodium/crypto_auth_hmacsha512256.h
@@ -9,13 +10,20 @@
 include/sodium/crypto_core_salsa20.h
 include/sodium/crypto_core_salsa2012.h
 include/sodium/crypto_core_salsa208.h
+include/sodium/crypto_generichash.h
+include/sodium/crypto_generichash_blake2b.h
 include/sodium/crypto_hash.h
 include/sodium/crypto_hash_sha256.h
 include/sodium/crypto_hash_sha512.h
 include/sodium/crypto_hashblocks_sha256.h
 include/sodium/crypto_hashblocks_sha512.h
+include/sodium/crypto_int32.h
+include/sodium/crypto_int64.h
 include/sodium/crypto_onetimeauth.h
 include/sodium/crypto_onetimeauth_poly1305.h
+include/sodium/crypto_onetimeauth_poly1305_53.h
+include/sodium/crypto_onetimeauth_poly1305_ref.h
+include/sodium/crypto_scalarmult.h
 include/sodium/crypto_scalarmult_curve25519.h
 include/sodium/crypto_secretbox.h
 include/sodium/crypto_secretbox_xsalsa20poly1305.h
@@ -36,8 +44,11 @@
 include/sodium/crypto_uint8.h
 include/sodium/crypto_verify_16.h
 include/sodium/crypto_verify_32.h
+include/sodium/export.h
 include/sodium/randombytes.h
 include/sodium/randombytes_salsa20_random.h
 include/sodium/randombytes_sysrandom.h
+include/sodium/utils.h
 include/sodium/version.h
 lib/libsodium.la
+share/doc/libsodium/NEWS
diff -uNr libsodium.orig/distinfo libsodium/distinfo
--- libsodium.orig/distinfo     2013-04-26 07:20:03.000000000 +0000
+++ libsodium/distinfo  2013-04-26 09:25:14.000000000 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2013/02/28 15:43:25 agc Exp $
+$NetBSD$
 
-SHA1 (libsodium-0.3.tar.gz) = 3d486dc40e7cbd9542d00088d3b73a719d7746fa
-RMD160 (libsodium-0.3.tar.gz) = 8e33538bf8d44255a7e9ea9f919d462cf1b514e7
-Size (libsodium-0.3.tar.gz) = 727213 bytes
+SHA1 (libsodium-0.4.tar.gz) = 08cb82ad9b4771b857e436e191d70a3cc1dfa008
+RMD160 (libsodium-0.4.tar.gz) = 28c440e357f60f093213889b5bbbec0a0b756fab
+Size (libsodium-0.4.tar.gz) = 741960 bytes



Home | Main Index | Thread Index | Old Index