diff options
author | marino <marino@FreeBSD.org> | 2016-07-13 06:03:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-07-13 06:03:52 +0800 |
commit | 618fc70c6e3cec0558ee94af93139c99e438884a (patch) | |
tree | 5a59f1485e02b0459e5f459564026ff37115692c | |
parent | ef8dde4f045edfa73b4a6dd13453ce8d62305475 (diff) | |
download | freebsd-ports-graphics-618fc70c6e3cec0558ee94af93139c99e438884a.tar.gz freebsd-ports-graphics-618fc70c6e3cec0558ee94af93139c99e438884a.tar.zst freebsd-ports-graphics-618fc70c6e3cec0558ee94af93139c99e438884a.zip |
security/libsodium: Upgrade version 1.0.8 => 1.0.10
Also bump all ports that depend on libsodium.
PR: 210999
Submitted by: manu
Approved by: vsevolod (maintainer)
-rw-r--r-- | dns/curvedns/Makefile | 2 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 2 | ||||
-rw-r--r-- | dns/dnscrypt-wrapper/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsdist/Makefile | 1 | ||||
-rw-r--r-- | ftp/pure-ftpd/Makefile | 2 | ||||
-rw-r--r-- | net-im/qTox/Makefile | 1 | ||||
-rw-r--r-- | net-im/tox/Makefile | 2 | ||||
-rw-r--r-- | net-im/uTox/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/tribler/Makefile | 1 | ||||
-rw-r--r-- | net/libzmq4/Makefile | 2 | ||||
-rw-r--r-- | net/mlvpn/Makefile | 1 | ||||
-rw-r--r-- | security/fastd-devel/Makefile | 2 | ||||
-rw-r--r-- | security/fastd/Makefile | 1 | ||||
-rw-r--r-- | security/libsodium/Makefile | 2 | ||||
-rw-r--r-- | security/libsodium/distinfo | 5 | ||||
-rw-r--r-- | security/libsodium/pkg-plist | 6 | ||||
-rw-r--r-- | security/libuecc/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Sodium/Makefile | 2 | ||||
-rw-r--r-- | security/py-libnacl/Makefile | 2 | ||||
-rw-r--r-- | security/py-pynacl/Makefile | 2 | ||||
-rw-r--r-- | security/reop/Makefile | 2 |
21 files changed, 26 insertions, 16 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile index e754d9a5f4d..d32737cdbca 100644 --- a/dns/curvedns/Makefile +++ b/dns/curvedns/Makefile @@ -3,7 +3,7 @@ PORTNAME= curvedns PORTVERSION= 0.88.b -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= dns MAINTAINER= vsevolod@FreeBSD.org diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index 7d7927f858e..feaa594b589 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ diff --git a/dns/dnscrypt-wrapper/Makefile b/dns/dnscrypt-wrapper/Makefile index f3a8b513e8f..5b6fc29d868 100644 --- a/dns/dnscrypt-wrapper/Makefile +++ b/dns/dnscrypt-wrapper/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnscrypt-wrapper PORTVERSION= 0.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MAINTAINER= freebsd@toyingwithfate.com diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index db749cdb2a9..eac2be3339b 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -3,6 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index ba95522b544..da66e000f1e 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -3,7 +3,7 @@ PORTNAME= pure-ftpd PORTVERSION= 1.0.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp ipv6 MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 9598edef2cf..b7ab0520178 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -4,6 +4,7 @@ PORTNAME= qTox PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index 58aad78fd9b..aa7851ee701 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -3,7 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.151112 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index cf009e3e96e..18ad148e60e 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -2,6 +2,7 @@ PORTNAME= uTox PORTVERSION= 0.9.5.20160530 +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile index cda84b397de..363db488fc8 100644 --- a/net-p2p/tribler/Makefile +++ b/net-p2p/tribler/Makefile @@ -3,6 +3,7 @@ PORTNAME= tribler PORTVERSION= 6.5.1 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Tribler/tribler/releases/download/v${PORTVERSION}/ DISTNAME= Tribler-v${PORTVERSION} diff --git a/net/libzmq4/Makefile b/net/libzmq4/Makefile index e806b7f390b..ee48b65511b 100644 --- a/net/libzmq4/Makefile +++ b/net/libzmq4/Makefile @@ -2,7 +2,7 @@ PORTNAME= libzmq4 PORTVERSION= 4.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ DISTNAME= zeromq-${DISTVERSION} diff --git a/net/mlvpn/Makefile b/net/mlvpn/Makefile index 3c39d1da8a8..4d30f2e7557 100644 --- a/net/mlvpn/Makefile +++ b/net/mlvpn/Makefile @@ -2,6 +2,7 @@ PORTNAME= mlvpn PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org diff --git a/security/fastd-devel/Makefile b/security/fastd-devel/Makefile index 5cc4c99cf71..c5344e672cd 100644 --- a/security/fastd-devel/Makefile +++ b/security/fastd-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= fastd PORTVERSION= 18.a.20151111 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net MASTER_SITES= https://git.universe-factory.net/fastd/snapshot/ PKGNAMESUFFIX= -devel diff --git a/security/fastd/Makefile b/security/fastd/Makefile index b694d418984..a9e8af2efdf 100644 --- a/security/fastd/Makefile +++ b/security/fastd/Makefile @@ -2,6 +2,7 @@ PORTNAME= fastd PORTVERSION= 18 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= https://git.universe-factory.net/fastd/snapshot/ diff --git a/security/libsodium/Makefile b/security/libsodium/Makefile index c703a936e2a..6de4e19886a 100644 --- a/security/libsodium/Makefile +++ b/security/libsodium/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libsodium -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.10 CATEGORIES= security MASTER_SITES= http://download.libsodium.org/libsodium/releases/ diff --git a/security/libsodium/distinfo b/security/libsodium/distinfo index e279aa34c59..375cb05fa55 100644 --- a/security/libsodium/distinfo +++ b/security/libsodium/distinfo @@ -1,2 +1,3 @@ -SHA256 (libsodium-1.0.8.tar.gz) = c0f191d2527852641e0a996b7b106d2e04cbc76ea50731b2d0babd3409301926 -SIZE (libsodium-1.0.8.tar.gz) = 1794750 +TIMESTAMP = 1468225853 +SHA256 (libsodium-1.0.10.tar.gz) = 71b786a96dd03693672b0ca3eb77f4fb08430df307051c0d45df5353d22bc4be +SIZE (libsodium-1.0.10.tar.gz) = 1827211 diff --git a/security/libsodium/pkg-plist b/security/libsodium/pkg-plist index 7469ba2e408..3cf5656f326 100644 --- a/security/libsodium/pkg-plist +++ b/security/libsodium/pkg-plist @@ -8,6 +8,7 @@ include/sodium/crypto_auth_hmacsha512.h include/sodium/crypto_auth_hmacsha512256.h include/sodium/crypto_box.h include/sodium/crypto_box_curve25519xsalsa20poly1305.h +include/sodium/crypto_core_hchacha20.h include/sodium/crypto_core_hsalsa20.h include/sodium/crypto_core_salsa20.h include/sodium/crypto_core_salsa2012.h @@ -21,6 +22,8 @@ include/sodium/crypto_int32.h include/sodium/crypto_int64.h 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_scryptsalsa208sha256.h include/sodium/crypto_scalarmult.h include/sodium/crypto_scalarmult_curve25519.h @@ -52,11 +55,10 @@ include/sodium/randombytes_sysrandom.h include/sodium/runtime.h include/sodium/utils.h include/sodium/version.h -@dir include/sodium lib/libsodium.a lib/libsodium.so lib/libsodium.so.18 -lib/libsodium.so.18.0.1 +lib/libsodium.so.18.1.0 libdata/pkgconfig/libsodium.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README.markdown diff --git a/security/libuecc/Makefile b/security/libuecc/Makefile index 9cc56703ff4..94e9313d8cf 100644 --- a/security/libuecc/Makefile +++ b/security/libuecc/Makefile @@ -2,6 +2,7 @@ PORTNAME= libuecc PORTVERSION= 7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://git.universe-factory.net/libuecc/snapshot/ \ http://git.universe-factory.net/libuecc/snapshot/ diff --git a/security/p5-Crypt-Sodium/Makefile b/security/p5-Crypt-Sodium/Makefile index 73cbb68ff65..eca3c194eec 100644 --- a/security/p5-Crypt-Sodium/Makefile +++ b/security/p5-Crypt-Sodium/Makefile @@ -3,7 +3,7 @@ PORTNAME= Crypt-Sodium PORTVERSION= 0.07 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/py-libnacl/Makefile b/security/py-libnacl/Makefile index 643f583adbb..729464c217b 100644 --- a/security/py-libnacl/Makefile +++ b/security/py-libnacl/Makefile @@ -3,7 +3,7 @@ PORTNAME= libnacl PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-pynacl/Makefile b/security/py-pynacl/Makefile index 31251dafa60..8047f1dfaa0 100644 --- a/security/py-pynacl/Makefile +++ b/security/py-pynacl/Makefile @@ -3,7 +3,7 @@ PORTNAME= pynacl PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/reop/Makefile b/security/reop/Makefile index f9890865844..24b99a406dd 100644 --- a/security/reop/Makefile +++ b/security/reop/Makefile @@ -3,7 +3,7 @@ PORTNAME= reop PORTVERSION= 2.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= koobs@FreeBSD.org |