Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 10:09:33 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452629 - in head: dns/curvedns dns/dnscrypt-proxy dns/dnscrypt-wrapper dns/dnsdist ftp/pure-ftpd net-im/py-toxcore-c net-im/qTox net-im/tox net-im/toxic net-im/uTox net-p2p/tribler net...
Message-ID:  <201710221009.v9MA9XJd082034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Sun Oct 22 10:09:33 2017
New Revision: 452629
URL: https://svnweb.freebsd.org/changeset/ports/452629

Log:
  - Update libsodium to 1.0.15 [1]
  - Bump revisions for all dependent ports
  
  PR:		223147 [1]
  Submitted by:	Greg V [1]

Modified:
  head/dns/curvedns/Makefile
  head/dns/dnscrypt-proxy/Makefile
  head/dns/dnscrypt-wrapper/Makefile
  head/dns/dnsdist/Makefile
  head/ftp/pure-ftpd/Makefile
  head/net-im/py-toxcore-c/Makefile
  head/net-im/qTox/Makefile
  head/net-im/tox/Makefile
  head/net-im/toxic/Makefile
  head/net-im/uTox/Makefile
  head/net-p2p/tribler/Makefile
  head/net/mlvpn/Makefile
  head/net/ntopng/Makefile
  head/security/fastd-devel/Makefile
  head/security/fastd/Makefile
  head/security/kickpass/Makefile
  head/security/libsodium/Makefile
  head/security/libsodium/distinfo
  head/security/libsodium/pkg-plist
  head/security/libuecc/Makefile
  head/security/p5-Crypt-Sodium/Makefile
  head/security/pecl-libsodium/Makefile
  head/security/py-libnacl/Makefile
  head/security/py-pynacl/Makefile
  head/security/reop/Makefile

Modified: head/dns/curvedns/Makefile
==============================================================================
--- head/dns/curvedns/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/dns/curvedns/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,7 +3,7 @@
 
 PORTNAME=	curvedns
 PORTVERSION=	0.88.b
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	dns
 
 MAINTAINER=	vsevolod@FreeBSD.org

Modified: head/dns/dnscrypt-proxy/Makefile
==============================================================================
--- head/dns/dnscrypt-proxy/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/dns/dnscrypt-proxy/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dnscrypt-proxy
 PORTVERSION=	1.9.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 MASTER_SITES=	https://download.dnscrypt.org/dnscrypt-proxy/ \
 		http://download.dnscrypt.org/dnscrypt-proxy/ \

Modified: head/dns/dnscrypt-wrapper/Makefile
==============================================================================
--- head/dns/dnscrypt-wrapper/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/dns/dnscrypt-wrapper/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dnscrypt-wrapper
 PORTVERSION=	0.3
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	dns
 

Modified: head/dns/dnsdist/Makefile
==============================================================================
--- head/dns/dnsdist/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/dns/dnsdist/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dnsdist
 DISTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns net
 MASTER_SITES=	https://downloads.powerdns.com/releases/ \
 		LOCAL/cpm

Modified: head/ftp/pure-ftpd/Makefile
==============================================================================
--- head/ftp/pure-ftpd/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/ftp/pure-ftpd/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pure-ftpd
 PORTVERSION=	1.0.46
+PORTREVISION=	1
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	https://github.com/jedisct1/${PORTNAME}/releases/download/${PORTVERSION}/ \
 		https://download.pureftpd.org/pub/pure-ftpd/releases/ \

Modified: head/net-im/py-toxcore-c/Makefile
==============================================================================
--- head/net-im/py-toxcore-c/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/net-im/py-toxcore-c/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,6 +3,7 @@
 
 PORTNAME=	toxcore-c
 PORTVERSION=	0.170206
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/net-im/qTox/Makefile
==============================================================================
--- head/net-im/qTox/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/net-im/qTox/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -4,6 +4,7 @@
 PORTNAME=	qTox
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.12.1
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	yuri@rawbw.com

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/net-im/tox/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,7 +3,7 @@
 
 PORTNAME=	toxcore
 PORTVERSION=	0.1.8
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 PORTEPOCH=	1
 CATEGORIES=	net-im net-p2p

Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/net-im/toxic/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,7 +3,7 @@
 
 PORTNAME=	toxic
 PORTVERSION=	0.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-im
 

Modified: head/net-im/uTox/Makefile
==============================================================================
--- head/net-im/uTox/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/net-im/uTox/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -2,7 +2,7 @@
 
 PORTNAME=	uTox
 PORTVERSION=	0.11.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	portmaster@BSDforge.com

Modified: head/net-p2p/tribler/Makefile
==============================================================================
--- head/net-p2p/tribler/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/net-p2p/tribler/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tribler
 PORTVERSION=	6.5.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-p2p
 MASTER_SITES=	https://github.com/Tribler/tribler/releases/download/v${PORTVERSION}/
 DISTNAME=	Tribler-v${PORTVERSION}

Modified: head/net/mlvpn/Makefile
==============================================================================
--- head/net/mlvpn/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/net/mlvpn/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mlvpn
 PORTVERSION=	2.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 
 MAINTAINER=	olivier@FreeBSD.org

Modified: head/net/ntopng/Makefile
==============================================================================
--- head/net/ntopng/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/net/ntopng/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntopng
 PORTVERSION=	3.0.2017.10.03
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	madpilot@FreeBSD.org

Modified: head/security/fastd-devel/Makefile
==============================================================================
--- head/security/fastd-devel/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/fastd-devel/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -2,7 +2,7 @@
 
 PORTNAME=		fastd
 PORTVERSION=		18.a.20151111
-PORTREVISION=		3
+PORTREVISION=		4
 CATEGORIES=		security net
 MASTER_SITES=		https://git.universe-factory.net/fastd/snapshot/
 PKGNAMESUFFIX=		-devel

Modified: head/security/fastd/Makefile
==============================================================================
--- head/security/fastd/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/fastd/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -2,7 +2,7 @@
 
 PORTNAME=		fastd
 PORTVERSION=		18
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		security net
 MASTER_SITES=		https://git.universe-factory.net/fastd/snapshot/
 

Modified: head/security/kickpass/Makefile
==============================================================================
--- head/security/kickpass/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/kickpass/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kickpass
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 

Modified: head/security/libsodium/Makefile
==============================================================================
--- head/security/libsodium/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/libsodium/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libsodium
-PORTVERSION=	1.0.12
+PORTVERSION=	1.0.15
 CATEGORIES=	security
 MASTER_SITES=	http://download.libsodium.org/libsodium/releases/
 

Modified: head/security/libsodium/distinfo
==============================================================================
--- head/security/libsodium/distinfo	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/libsodium/distinfo	Sun Oct 22 10:09:33 2017	(r452629)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489798419
-SHA256 (libsodium-1.0.12.tar.gz) = b8648f1bb3a54b0251cf4ffa4f0d76ded13977d4fa7517d988f4c902dd8e2f95
-SIZE (libsodium-1.0.12.tar.gz) = 1887284
+TIMESTAMP = 1508591099
+SHA256 (libsodium-1.0.15.tar.gz) = fb6a9e879a2f674592e4328c5d9f79f082405ee4bb05cb6e679b90afe9e178f4
+SIZE (libsodium-1.0.15.tar.gz) = 1866057

Modified: head/security/libsodium/pkg-plist
==============================================================================
--- head/security/libsodium/pkg-plist	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/libsodium/pkg-plist	Sun Oct 22 10:09:33 2017	(r452629)
@@ -27,19 +27,20 @@ include/sodium/crypto_onetimeauth.h
 include/sodium/crypto_onetimeauth_poly1305.h
 include/sodium/crypto_pwhash.h
 include/sodium/crypto_pwhash_argon2i.h
+include/sodium/crypto_pwhash_argon2id.h
 include/sodium/crypto_pwhash_scryptsalsa208sha256.h
 include/sodium/crypto_scalarmult.h
 include/sodium/crypto_scalarmult_curve25519.h
 include/sodium/crypto_secretbox.h
 include/sodium/crypto_secretbox_xchacha20poly1305.h
 include/sodium/crypto_secretbox_xsalsa20poly1305.h
+include/sodium/crypto_secretstream_xchacha20poly1305.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_chacha20.h
 include/sodium/crypto_stream_salsa20.h
 include/sodium/crypto_stream_salsa2012.h
@@ -58,8 +59,8 @@ include/sodium/utils.h
 include/sodium/version.h
 lib/libsodium.a
 lib/libsodium.so
-lib/libsodium.so.18
-lib/libsodium.so.18.2.0
+lib/libsodium.so.23
+lib/libsodium.so.23.0.0
 libdata/pkgconfig/libsodium.pc
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/README.markdown

Modified: head/security/libuecc/Makefile
==============================================================================
--- head/security/libuecc/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/libuecc/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libuecc
 PORTVERSION=	7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	https://git.universe-factory.net/libuecc/snapshot/ \
 		http://git.universe-factory.net/libuecc/snapshot/

Modified: head/security/p5-Crypt-Sodium/Makefile
==============================================================================
--- head/security/p5-Crypt-Sodium/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/p5-Crypt-Sodium/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Crypt-Sodium
 PORTVERSION=	0.11
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/security/pecl-libsodium/Makefile
==============================================================================
--- head/security/pecl-libsodium/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/pecl-libsodium/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libsodium
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	gasol.wu@gmail.com

Modified: head/security/py-libnacl/Makefile
==============================================================================
--- head/security/py-libnacl/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/py-libnacl/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libnacl
 PORTVERSION=	1.5.2
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/security/py-pynacl/Makefile
==============================================================================
--- head/security/py-pynacl/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/py-pynacl/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pynacl
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/security/reop/Makefile
==============================================================================
--- head/security/reop/Makefile	Sun Oct 22 09:04:25 2017	(r452628)
+++ head/security/reop/Makefile	Sun Oct 22 10:09:33 2017	(r452629)
@@ -3,7 +3,7 @@
 
 PORTNAME=	reop
 PORTVERSION=	2.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security
 
 MAINTAINER=	koobs@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710221009.v9MA9XJd082034>