pkgsrc-Bugs archive

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

pkg/49251: update security/libsodium to 1.0.0



>Number:         49251
>Category:       pkg
>Synopsis:       update security/libsodium to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 02 01:40:00 +0000 2014
>Originator:     csosstudy
>Release:        
>Organization:
>Environment:
>Description:
update security/libsodium to 1.0.0
>How-To-Repeat:

>Fix:
diff -N -r -u libsodium.orig/.#PLIST.1.1.1.1 libsodium/.#PLIST.1.1.1.1
--- libsodium.orig/.#PLIST.1.1.1.1	1970-01-01 00:00:00.000000000 +0000
+++ libsodium/.#PLIST.1.1.1.1	2014-10-02 01:21:36.000000000 +0000
@@ -0,0 +1,55 @@
+@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
+include/sodium/crypto_box.h
+include/sodium/crypto_box_curve25519xsalsa20poly1305.h
+include/sodium/crypto_core_hsalsa20.h
+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
+include/sodium/crypto_shorthash.h
+include/sodium/crypto_shorthash_siphash24.h
+include/sodium/crypto_sign.h
+include/sodium/crypto_sign_ed25519.h
+include/sodium/crypto_sign_edwards25519sha512batch.h
+include/sodium/crypto_stream.h
+include/sodium/crypto_stream_aes128ctr.h
+include/sodium/crypto_stream_aes256estream.h
+include/sodium/crypto_stream_salsa20.h
+include/sodium/crypto_stream_salsa2012.h
+include/sodium/crypto_stream_salsa208.h
+include/sodium/crypto_stream_xsalsa20.h
+include/sodium/crypto_uint16.h
+include/sodium/crypto_uint32.h
+include/sodium/crypto_uint64.h
+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 -N -r -u libsodium.orig/Makefile libsodium/Makefile
--- libsodium.orig/Makefile	2013-10-23 17:08:03.000000000 +0000
+++ libsodium/Makefile	2014-10-02 01:21:36.000000000 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2013/10/23 17:08:03 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2013/05/01 05:52:06 agc Exp $
+#
 
-DISTNAME=	libsodium-0.4.5
+DISTNAME=	libsodium-1.0.0
 CATEGORIES=	security
-MASTER_SITES=	http://download.dnscrypt.org/libsodium/releases/
+MASTER_SITES=	http://download.libsodium.org/libsodium/releases/
 
 MAINTAINER=	csosstudy%gmail.com@localhost
 HOMEPAGE=	https://github.com/jedisct1/libsodium
diff -N -r -u libsodium.orig/PLIST libsodium/PLIST
--- libsodium.orig/PLIST	2013-10-03 08:24:59.000000000 +0000
+++ libsodium/PLIST	2014-10-02 01:21:36.000000000 +0000
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2013/10/03 08:24:59 obache Exp $
+@comment $NetBSD$
 include/sodium.h
 include/sodium/core.h
+include/sodium/crypto_aead_chacha20poly1305.h
 include/sodium/crypto_auth.h
 include/sodium/crypto_auth_hmacsha256.h
+include/sodium/crypto_auth_hmacsha512.h
 include/sodium/crypto_auth_hmacsha512256.h
 include/sodium/crypto_box.h
 include/sodium/crypto_box_curve25519xsalsa20poly1305.h
@@ -15,14 +17,11 @@
 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_donna.h
+include/sodium/crypto_pwhash_scryptsalsa208sha256.h
 include/sodium/crypto_scalarmult.h
 include/sodium/crypto_scalarmult_curve25519.h
 include/sodium/crypto_secretbox.h
@@ -34,7 +33,7 @@
 include/sodium/crypto_sign_edwards25519sha512batch.h
 include/sodium/crypto_stream.h
 include/sodium/crypto_stream_aes128ctr.h
-include/sodium/crypto_stream_aes256estream.h
+include/sodium/crypto_stream_chacha20.h
 include/sodium/crypto_stream_salsa20.h
 include/sodium/crypto_stream_salsa2012.h
 include/sodium/crypto_stream_salsa208.h
@@ -45,10 +44,13 @@
 include/sodium/crypto_uint8.h
 include/sodium/crypto_verify_16.h
 include/sodium/crypto_verify_32.h
+include/sodium/crypto_verify_64.h
 include/sodium/export.h
 include/sodium/randombytes.h
 include/sodium/randombytes_salsa20_random.h
 include/sodium/randombytes_sysrandom.h
+include/sodium/runtime.h
 include/sodium/utils.h
 include/sodium/version.h
 lib/libsodium.la
+lib/pkgconfig/libsodium.pc
diff -N -r -u libsodium.orig/distinfo libsodium/distinfo
--- libsodium.orig/distinfo	2013-10-23 17:08:03.000000000 +0000
+++ libsodium/distinfo	2014-10-02 01:21:36.000000000 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/10/23 17:08:03 wiz Exp $
+$NetBSD$
 
-SHA1 (libsodium-0.4.5.tar.gz) = 1ccb98a90ad499656eccef9b69e1c899e35d7139
-RMD160 (libsodium-0.4.5.tar.gz) = 8ff7b3171740e6c2f054c9fe7c68e4257b131ad5
-Size (libsodium-0.4.5.tar.gz) = 540467 bytes
+SHA1 (libsodium-1.0.0.tar.gz) = 06d80cccdf1f51754dab9dc4cec3b10e79fb75af
+RMD160 (libsodium-1.0.0.tar.gz) = ea8c67b1325a8a1a073e03b241aacd93993cd746
+Size (libsodium-1.0.0.tar.gz) = 1538797 bytes



Home | Main Index | Thread Index | Old Index