From owner-svn-ports-all@FreeBSD.ORG Sat Jun 13 16:14:58 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C50DC900; Sat, 13 Jun 2015 16:14:58 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B14C0F3F; Sat, 13 Jun 2015 16:14:58 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5DGEwXm038250; Sat, 13 Jun 2015 16:14:58 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5DGEtvE038232; Sat, 13 Jun 2015 16:14:55 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201506131614.t5DGEtvE038232@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Sat, 13 Jun 2015 16:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389468 - in head: dns/curvedns dns/dnscrypt-proxy ftp/pure-ftpd net-im/qTox net-im/tox net/libzmq4 security/libsodium security/p5-Crypt-Sodium security/py-libnacl security/reop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 16:14:58 -0000 Author: vsevolod Date: Sat Jun 13 16:14:54 2015 New Revision: 389468 URL: https://svnweb.freebsd.org/changeset/ports/389468 Log: - Updated libsodium to 1.0.3 [1] - Bump revision for dependent ports PR: 200548 [1] Submitted by: rsimmons0 at gmail.com [1] Modified: head/dns/curvedns/Makefile head/dns/dnscrypt-proxy/Makefile head/ftp/pure-ftpd/Makefile head/net-im/qTox/Makefile head/net-im/tox/Makefile head/net/libzmq4/Makefile head/security/libsodium/Makefile head/security/libsodium/distinfo head/security/libsodium/pkg-plist head/security/p5-Crypt-Sodium/Makefile head/security/py-libnacl/Makefile head/security/reop/Makefile Modified: head/dns/curvedns/Makefile ============================================================================== --- head/dns/curvedns/Makefile Sat Jun 13 15:35:37 2015 (r389467) +++ head/dns/curvedns/Makefile Sat Jun 13 16:14:54 2015 (r389468) @@ -3,7 +3,7 @@ PORTNAME= curvedns PORTVERSION= 0.88.b -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= dns MAINTAINER= vsevolod@FreeBSD.org Modified: head/dns/dnscrypt-proxy/Makefile ============================================================================== --- head/dns/dnscrypt-proxy/Makefile Sat Jun 13 15:35:37 2015 (r389467) +++ head/dns/dnscrypt-proxy/Makefile Sat Jun 13 16:14:54 2015 (r389468) @@ -3,6 +3,7 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ Modified: head/ftp/pure-ftpd/Makefile ============================================================================== --- head/ftp/pure-ftpd/Makefile Sat Jun 13 15:35:37 2015 (r389467) +++ head/ftp/pure-ftpd/Makefile Sat Jun 13 16:14:54 2015 (r389468) @@ -3,6 +3,7 @@ PORTNAME= pure-ftpd PORTVERSION= 1.0.39 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Sat Jun 13 15:35:37 2015 (r389467) +++ head/net-im/qTox/Makefile Sat Jun 13 16:14:54 2015 (r389468) @@ -3,7 +3,7 @@ PORTNAME= qTox PORTVERSION= 0.150426 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Sat Jun 13 15:35:37 2015 (r389467) +++ head/net-im/tox/Makefile Sat Jun 13 16:14:54 2015 (r389468) @@ -3,7 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.150519 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org Modified: head/net/libzmq4/Makefile ============================================================================== --- head/net/libzmq4/Makefile Sat Jun 13 15:35:37 2015 (r389467) +++ head/net/libzmq4/Makefile Sat Jun 13 16:14:54 2015 (r389468) @@ -2,6 +2,7 @@ PORTNAME= libzmq4 PORTVERSION= 4.0.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ DISTNAME= zeromq-${DISTVERSION} Modified: head/security/libsodium/Makefile ============================================================================== --- head/security/libsodium/Makefile Sat Jun 13 15:35:37 2015 (r389467) +++ head/security/libsodium/Makefile Sat Jun 13 16:14:54 2015 (r389468) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= libsodium -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= security -MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/ +MASTER_SITES= http://download.libsodium.org/libsodium/releases/ \ + https://github.com/jedisct1/libsodium/releases/download/1.0.3/ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Library to build higher-level cryptographic tools Modified: head/security/libsodium/distinfo ============================================================================== --- head/security/libsodium/distinfo Sat Jun 13 15:35:37 2015 (r389467) +++ head/security/libsodium/distinfo Sat Jun 13 16:14:54 2015 (r389468) @@ -1,2 +1,2 @@ -SHA256 (libsodium-1.0.2.tar.gz) = 961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19 -SIZE (libsodium-1.0.2.tar.gz) = 1673394 +SHA256 (libsodium-1.0.3.tar.gz) = cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288 +SIZE (libsodium-1.0.3.tar.gz) = 1679664 Modified: head/security/libsodium/pkg-plist ============================================================================== --- head/security/libsodium/pkg-plist Sat Jun 13 15:35:37 2015 (r389467) +++ head/security/libsodium/pkg-plist Sat Jun 13 16:14:54 2015 (r389468) @@ -55,7 +55,7 @@ include/sodium/version.h lib/libsodium.a lib/libsodium.so lib/libsodium.so.13 -lib/libsodium.so.13.1.0 +lib/libsodium.so.13.2.0 libdata/pkgconfig/libsodium.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README.markdown Modified: head/security/p5-Crypt-Sodium/Makefile ============================================================================== --- head/security/p5-Crypt-Sodium/Makefile Sat Jun 13 15:35:37 2015 (r389467) +++ head/security/p5-Crypt-Sodium/Makefile Sat Jun 13 16:14:54 2015 (r389468) @@ -3,6 +3,7 @@ PORTNAME= Crypt-Sodium PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/py-libnacl/Makefile ============================================================================== --- head/security/py-libnacl/Makefile Sat Jun 13 15:35:37 2015 (r389467) +++ head/security/py-libnacl/Makefile Sat Jun 13 16:14:54 2015 (r389468) @@ -3,6 +3,7 @@ PORTNAME= libnacl PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/reop/Makefile ============================================================================== --- head/security/reop/Makefile Sat Jun 13 15:35:37 2015 (r389467) +++ head/security/reop/Makefile Sat Jun 13 16:14:54 2015 (r389468) @@ -3,6 +3,7 @@ PORTNAME= reop PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= koobs@FreeBSD.org