Index: head/net/cjdns/Makefile =================================================================== --- head/net/cjdns/Makefile (revision 425187) +++ head/net/cjdns/Makefile (revision 425188) @@ -1,42 +1,42 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= cjdns -PORTVERSION= 17.4 +PORTVERSION= 18 DISTVERSIONPREFIX= cjdns-v CATEGORIES= net security MAINTAINER= yuri@rawbw.com COMMENT= Routing engine designed for security, scalability, speed LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= node:www/node \ bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= cjdelisle USES= gmake python USE_RC_SUBR= cjdns SUB_FILES= cjdns pkg-message SUB_LIST= LOCALBASE=${LOCALBASE} PLIST_FILES= bin/cjdroute bin/run-cjdroute man/man5/cjdroute.conf.5.gz post-patch: @${REINPLACE_CMD} -i '' -e 's|/etc/|${LOCALBASE}/etc/|g' \ ${WRKSRC}/contrib/sh/run-cjdroute.sh do-build: cd ${WRKSRC} && ./do do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cjdroute ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/contrib/sh/run-cjdroute.sh ${STAGEDIR}${PREFIX}/bin/run-cjdroute ${INSTALL_MAN} ${WRKSRC}/doc/man/cjdroute.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5 do-test: ${WRKSRC}/cjdroute --bench .include Index: head/net/cjdns/distinfo =================================================================== --- head/net/cjdns/distinfo (revision 425187) +++ head/net/cjdns/distinfo (revision 425188) @@ -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 Index: head/net/cjdns/files/pkg-message.in =================================================================== --- head/net/cjdns/files/pkg-message.in (revision 425187) +++ head/net/cjdns/files/pkg-message.in (revision 425188) @@ -1,38 +1,38 @@ ====================================================================== You installed CJDNS: IPv6 routing engine It is recommended to run CJDNS as a service: # sysrc cjdns_enable="YES" # service cjdns start When started the first time, CJDNS will create the config file %%PREFIX%%/etc/cjdroute.conf that you should edit to make CJDNS connected: * You may want to add some nodes to connect to the section "connectTo" from some of these sites: * https://pad.meshwith.me/p/public * http://cjdns.me/ * https://github.com/hyperboria/peers * You may want to uncomment "tunDevice" to make CJDNS always use the same tun device. In order to be able to open IPv6 websites available through CJDNS network that you connect to, you need to add the IPv6 default route: # route -6 add default fc00::1 In order to create an IPv4 or IPv6 VPN, on the server in the section ipTunnel/allowedConnections of the config file you need to add the public keys of the clients, and to define the VPN network. On the clients you only need to add the public key of the server in the section 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. ====================================================================== Property changes on: head/net/cjdns/files/pkg-message.in ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -ON \ No newline at end of property +yes \ No newline at end of property