From owner-svn-ports-head@freebsd.org Fri Sep 14 12:04:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 600641081791; Fri, 14 Sep 2018 12:04:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B9477F89C; Fri, 14 Sep 2018 12:04:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE3F2242A9; Fri, 14 Sep 2018 12:04:55 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8EC4tou021699; Fri, 14 Sep 2018 12:04:55 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8EC4rFT021684; Fri, 14 Sep 2018 12:04:53 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201809141204.w8EC4rFT021684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 14 Sep 2018 12:04:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479770 - in head: dns/kadnode emulators/dolphin-emu lang/gauche lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel www/hiawatha X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: dns/kadnode emulators/dolphin-emu lang/gauche lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel www/hiawatha X-SVN-Commit-Revision: 479770 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 12:04:56 -0000 Author: tijl Date: Fri Sep 14 12:04:53 2018 New Revision: 479770 URL: https://svnweb.freebsd.org/changeset/ports/479770 Log: Update security/mbedtls to 2.13.0 and bump dependent ports. Modified: head/dns/kadnode/Makefile head/emulators/dolphin-emu/Makefile head/lang/gauche/Makefile head/lang/neko/Makefile head/net/bctoolbox/Makefile head/net/shadowsocks-libev/Makefile head/security/mbedtls/Makefile head/security/mbedtls/distinfo head/security/mbedtls/pkg-plist head/security/openvpn-devel/Makefile head/security/openvpn/Makefile head/www/hiawatha/Makefile Modified: head/dns/kadnode/Makefile ============================================================================== --- head/dns/kadnode/Makefile Fri Sep 14 11:58:23 2018 (r479769) +++ head/dns/kadnode/Makefile Fri Sep 14 12:04:53 2018 (r479770) @@ -4,7 +4,7 @@ PORTNAME= kadnode DISTVERSIONPREFIX= v DISTVERSION= 2.2.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= moritzwarning@web.de Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Fri Sep 14 11:58:23 2018 (r479769) +++ head/emulators/dolphin-emu/Makefile Fri Sep 14 12:04:53 2018 (r479770) @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org Modified: head/lang/gauche/Makefile ============================================================================== --- head/lang/gauche/Makefile Fri Sep 14 11:58:23 2018 (r479769) +++ head/lang/gauche/Makefile Fri Sep 14 12:04:53 2018 (r479770) @@ -3,7 +3,7 @@ PORTNAME= gauche PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= SF/${PORTNAME}/Gauche DISTNAME= Gauche-${PORTVERSION} Modified: head/lang/neko/Makefile ============================================================================== --- head/lang/neko/Makefile Fri Sep 14 11:58:23 2018 (r479769) +++ head/lang/neko/Makefile Fri Sep 14 12:04:53 2018 (r479770) @@ -3,7 +3,7 @@ PORTNAME= neko DISTVERSIONPREFIX= v DISTVERSION= 2-2-0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= lang MAINTAINER= penzin.dev@gmail.com Modified: head/net/bctoolbox/Makefile ============================================================================== --- head/net/bctoolbox/Makefile Fri Sep 14 11:58:23 2018 (r479769) +++ head/net/bctoolbox/Makefile Fri Sep 14 12:04:53 2018 (r479770) @@ -3,7 +3,7 @@ PORTNAME= bctoolbox PORTVERSION= 0.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/bctoolbox Modified: head/net/shadowsocks-libev/Makefile ============================================================================== --- head/net/shadowsocks-libev/Makefile Fri Sep 14 11:58:23 2018 (r479769) +++ head/net/shadowsocks-libev/Makefile Fri Sep 14 12:04:53 2018 (r479770) @@ -4,7 +4,7 @@ PORTNAME= shadowsocks-libev DISTVERSIONPREFIX= v DISTVERSION= 3.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MAINTAINER= xiaoding+freebsd@xiaoding.org Modified: head/security/mbedtls/Makefile ============================================================================== --- head/security/mbedtls/Makefile Fri Sep 14 11:58:23 2018 (r479769) +++ head/security/mbedtls/Makefile Fri Sep 14 12:04:53 2018 (r479770) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.12.0 +PORTVERSION= 2.13.0 DISTVERSIONPREFIX=${PORTNAME}- CATEGORIES= security devel Modified: head/security/mbedtls/distinfo ============================================================================== --- head/security/mbedtls/distinfo Fri Sep 14 11:58:23 2018 (r479769) +++ head/security/mbedtls/distinfo Fri Sep 14 12:04:53 2018 (r479770) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533902976 -SHA256 (ARMmbed-mbedtls-mbedtls-2.12.0_GH0.tar.gz) = 05b126f25d4438f206d062b48cd2f2db2a1cd11bda58b21afe40b9b7cf6fca48 -SIZE (ARMmbed-mbedtls-mbedtls-2.12.0_GH0.tar.gz) = 2299830 +TIMESTAMP = 1536921067 +SHA256 (ARMmbed-mbedtls-mbedtls-2.13.0_GH0.tar.gz) = 4c7df9ad932d84e484da833ac6c98694a0d3cb820ea8f445f74f44d519265f84 +SIZE (ARMmbed-mbedtls-mbedtls-2.13.0_GH0.tar.gz) = 2343870 Modified: head/security/mbedtls/pkg-plist ============================================================================== --- head/security/mbedtls/pkg-plist Fri Sep 14 11:58:23 2018 (r479769) +++ head/security/mbedtls/pkg-plist Fri Sep 14 12:04:53 2018 (r479770) @@ -130,7 +130,7 @@ lib/libmbedcrypto.so lib/libmbedcrypto.so.3 lib/libmbedtls.a lib/libmbedtls.so -lib/libmbedtls.so.11 +lib/libmbedtls.so.12 lib/libmbedx509.a lib/libmbedx509.so lib/libmbedx509.so.0 Modified: head/security/openvpn-devel/Makefile ============================================================================== --- head/security/openvpn-devel/Makefile Fri Sep 14 11:58:23 2018 (r479769) +++ head/security/openvpn-devel/Makefile Fri Sep 14 12:04:53 2018 (r479770) @@ -3,7 +3,7 @@ PORTNAME= openvpn DISTVERSION= 201821 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net MASTER_SITES= https://secure-computing.net/files/openvpn/ \ ftp://ftp2.secure-computing.net/pub/FreeBSD/openvpn-devel/ Modified: head/security/openvpn/Makefile ============================================================================== --- head/security/openvpn/Makefile Fri Sep 14 11:58:23 2018 (r479769) +++ head/security/openvpn/Makefile Fri Sep 14 12:04:53 2018 (r479770) @@ -3,7 +3,7 @@ PORTNAME= openvpn DISTVERSION= 2.4.6 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= security net MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ https://build.openvpn.net/downloads/releases/ Modified: head/www/hiawatha/Makefile ============================================================================== --- head/www/hiawatha/Makefile Fri Sep 14 11:58:23 2018 (r479769) +++ head/www/hiawatha/Makefile Fri Sep 14 12:04:53 2018 (r479770) @@ -3,6 +3,7 @@ PORTNAME= hiawatha PORTVERSION= 10.8.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://www.hiawatha-webserver.org/files/