From owner-svn-ports-all@freebsd.org Thu Nov 3 04:07:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E70F7C2CD14; Thu, 3 Nov 2016 04:07:45 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id 73869145A; Thu, 3 Nov 2016 04:07:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA347iQu062613; Thu, 3 Nov 2016 04:07:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA347iEL062610; Thu, 3 Nov 2016 04:07:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611030407.uA347iEL062610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 Nov 2016 04:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425188 - in head/net/cjdns: . files 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.23 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: Thu, 03 Nov 2016 04:07:46 -0000 Author: jbeich Date: Thu Nov 3 04:07:44 2016 New Revision: 425188 URL: https://svnweb.freebsd.org/changeset/ports/425188 Log: net/cjdns: update to 18 Changes: https://github.com/cjdelisle/cjdns/compare/cjdns-v17.4...cjdns-v18 PR: 213605 Submitted by: Yuri Victorovich (maintainer) Modified: head/net/cjdns/Makefile (contents, props changed) head/net/cjdns/distinfo (contents, props changed) head/net/cjdns/files/pkg-message.in (contents, props changed) Modified: head/net/cjdns/Makefile ============================================================================== --- head/net/cjdns/Makefile Thu Nov 3 03:55:29 2016 (r425187) +++ head/net/cjdns/Makefile Thu Nov 3 04:07:44 2016 (r425188) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cjdns -PORTVERSION= 17.4 +PORTVERSION= 18 DISTVERSIONPREFIX= cjdns-v CATEGORIES= net security Modified: head/net/cjdns/distinfo ============================================================================== --- head/net/cjdns/distinfo Thu Nov 3 03:55:29 2016 (r425187) +++ head/net/cjdns/distinfo Thu Nov 3 04:07:44 2016 (r425188) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467325399 -SHA256 (cjdelisle-cjdns-cjdns-v17.4_GH0.tar.gz) = 2f30aa4d2cc96a6c1f00e873df19b7b213cca1af716d74a091f59aa98b5758c4 -SIZE (cjdelisle-cjdns-cjdns-v17.4_GH0.tar.gz) = 3955198 +TIMESTAMP = 1476859359 +SHA256 (cjdelisle-cjdns-cjdns-v18_GH0.tar.gz) = 57e5fe05b9775daf16f23c16c24035a4e380a3c9461faa2e1bc9de0bc6b147ab +SIZE (cjdelisle-cjdns-cjdns-v18_GH0.tar.gz) = 3989737 Modified: head/net/cjdns/files/pkg-message.in ============================================================================== --- head/net/cjdns/files/pkg-message.in Thu Nov 3 03:55:29 2016 (r425187) +++ head/net/cjdns/files/pkg-message.in Thu Nov 3 04:07:44 2016 (r425188) @@ -26,13 +26,13 @@ only need to add the public key of the s ipTunnel/outgoingConnections. You may also need to bridge the tunN interface on the server to connect the segments of the VPN network. -Here are some websites on CJDNS Hyperboria network: +Here are some websites on the CJDNS Hyperboria network: * http://socialno.de/ - social network * https://rows.io/ - Jabber server * http://forum.meshbits.io/ - forums * http://h.fc00.org/ - network map -Warning: When CJDNS daemon is connected to outside network, tunN +Warning: When the CJDNS daemon is connected to an outside network, tunN interface will generally directly expose your computer to that network, bypassing the regular firewall that you normally use. ======================================================================