From owner-svn-ports-head@freebsd.org Tue Oct 13 12:13:16 2015 Return-Path: Delivered-To: svn-ports-head@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 D5E61A1263C; Tue, 13 Oct 2015 12:13:16 +0000 (UTC) (envelope-from pi@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 AEE931CBE; Tue, 13 Oct 2015 12:13:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DCDFRa007564; Tue, 13 Oct 2015 12:13:15 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DCDFjH007561; Tue, 13 Oct 2015 12:13:15 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201510131213.t9DCDFjH007561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 13 Oct 2015 12:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399187 - in head/net/ocserv: . 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 13 Oct 2015 12:13:17 -0000 Author: pi Date: Tue Oct 13 12:13:15 2015 New Revision: 399187 URL: https://svnweb.freebsd.org/changeset/ports/399187 Log: net/ocserv: 0.10.8 -> 0.10.9 Changes: http://www.infradead.org/ocserv/changelog.html PR: 203739 Submitted by: Carlos J Puga Medina (maintainer) Modified: head/net/ocserv/Makefile head/net/ocserv/distinfo head/net/ocserv/files/patch-src_ocserv-args.def Modified: head/net/ocserv/Makefile ============================================================================== --- head/net/ocserv/Makefile Tue Oct 13 11:31:40 2015 (r399186) +++ head/net/ocserv/Makefile Tue Oct 13 12:13:15 2015 (r399187) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ocserv -PORTVERSION= 0.10.8 +PORTVERSION= 0.10.9 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ Modified: head/net/ocserv/distinfo ============================================================================== --- head/net/ocserv/distinfo Tue Oct 13 11:31:40 2015 (r399186) +++ head/net/ocserv/distinfo Tue Oct 13 12:13:15 2015 (r399187) @@ -1,2 +1,2 @@ -SHA256 (ocserv-0.10.8.tar.xz) = af989f27585d3567221ffc40babbb383bcd0ca6879e52bbcdee6ac3a90608454 -SIZE (ocserv-0.10.8.tar.xz) = 714404 +SHA256 (ocserv-0.10.9.tar.xz) = 96d0ea22e811a70e46561ffe29c4e6b1cc014ee24d353c0367ca72edcedf533c +SIZE (ocserv-0.10.9.tar.xz) = 718004 Modified: head/net/ocserv/files/patch-src_ocserv-args.def ============================================================================== --- head/net/ocserv/files/patch-src_ocserv-args.def Tue Oct 13 11:31:40 2015 (r399186) +++ head/net/ocserv/files/patch-src_ocserv-args.def Tue Oct 13 12:13:15 2015 (r399187) @@ -1,4 +1,4 @@ ---- src/ocserv-args.def.orig 2015-08-31 19:19:45 UTC +--- src/ocserv-args.def.orig 2015-10-13 09:47:33 UTC +++ src/ocserv-args.def @@ -68,7 +68,7 @@ doc-section = { ds-format = 'texi'; @@ -13,12 +13,12 @@ # This enabled PAM authentication of the user. The gid-min option is used # by auto-select-group option, in order to select the minimum valid group ID. # --# plain[passwd=/etc/ocserv/ocpasswd] -+# plain[passwd=/usr/local/etc/ocserv/ocpasswd] +-# plain[passwd=/etc/ocserv/ocpasswd,otp=/etc/ocserv/users.otp] ++# plain[passwd=/usr/local/etc/ocserv/ocpasswd,otp=/usr/local/etc/ocserv/users.otp] # The plain option requires specifying a password file which contains # entries of the following format. # "username:groupname1,groupname2:encoded-password" -@@ -119,7 +119,7 @@ An example configuration file follows. +@@ -121,7 +121,7 @@ An example configuration file follows. #auth = "certificate" #auth = "pam" #auth = "pam[gid-min=1000]" @@ -27,7 +27,7 @@ #auth = "radius[config=/etc/radiusclient/radiusclient.conf,groupconfig=true]" # Specify alternative authentication methods that are sufficient -@@ -429,7 +429,7 @@ rekey-method = ssl +@@ -437,7 +437,7 @@ rekey-method = ssl use-occtl = true # PID file. It can be overriden in the command line. @@ -36,7 +36,7 @@ # Set the protocol-defined priority (SO_PRIORITY) for packets to # be sent. That is a number from 0 to 6 with 0 being the lowest -@@ -553,13 +553,13 @@ no-route = 192.168.5.0/255.255.255.0 +@@ -564,13 +564,13 @@ no-route = 192.168.5.0/255.255.255.0 # Also explicit addresses, are only allowed when they are odd. In that # case the next even address will be used as the remote address (in PtP).