From owner-svn-ports-head@freebsd.org Sat Mar 4 18:39:37 2017 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 879F3CF8A56; Sat, 4 Mar 2017 18:39:37 +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 3D7F3103F; Sat, 4 Mar 2017 18:39:37 +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 v24IdaEr010230; Sat, 4 Mar 2017 18:39:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24IdaoY010228; Sat, 4 Mar 2017 18:39:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201703041839.v24IdaoY010228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 4 Mar 2017 18:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435421 - head/net/pptpclient 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.23 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: Sat, 04 Mar 2017 18:39:37 -0000 Author: pi Date: Sat Mar 4 18:39:36 2017 New Revision: 435421 URL: https://svnweb.freebsd.org/changeset/ports/435421 Log: net/pptpclient: update 1.8.0 -> 1.9.0 Released 29th November 2016 - close a memory leak in pqueue, - avoid spurious error about /bin/ip on FreeBSD, - fix compiler warnings, - avoid clobbering heap (RHBZ #1183627), - fix use after free in call close request handler, - make clean to clean pptpsetup.8 (Debian #831032), - add --missing-window option (Debian #680455, Ubuntu #681617), - randomise call-id (Debian #721963), - replace gethostbyname(3) with getaddrinfo(3), - fix typo in pptp_ctrl manpage, - place pptpsetup manpage in correct section, - don't set build flags; use defaults, - remove pptpsetup.8 from source as it is generated, - fix for (null) in "pptp: GRE-to-PPP gateway on (null)". Modified: head/net/pptpclient/Makefile head/net/pptpclient/distinfo Modified: head/net/pptpclient/Makefile ============================================================================== --- head/net/pptpclient/Makefile Sat Mar 4 18:16:19 2017 (r435420) +++ head/net/pptpclient/Makefile Sat Mar 4 18:39:36 2017 (r435421) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pptpclient -PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTVERSION= 1.9.0 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/pptp/pptp-${PORTVERSION} DISTNAME= pptp-${PORTVERSION} @@ -16,7 +15,7 @@ LICENSE= GPLv2+ USES= perl5 USE_RC_SUBR= pptp MAKE_ARGS= CC="${CC}" OPTIMIZE="${CFLAGS}" DEBUG="" \ - PPPD="/usr/sbin/ppp" IP="/usr/bin/true" + PPPD="/usr/sbin/ppp" CFLAGS+= -DUSER_PPP PLIST_FILES= sbin/pptp man/man8/pptp.8.gz Modified: head/net/pptpclient/distinfo ============================================================================== --- head/net/pptpclient/distinfo Sat Mar 4 18:16:19 2017 (r435420) +++ head/net/pptpclient/distinfo Sat Mar 4 18:39:36 2017 (r435421) @@ -1,2 +1,3 @@ -SHA256 (pptp-1.8.0.tar.gz) = e39c42d933242a8a6dd8600a0fa7f0a5ec8f066d10c4149d8e81a5c68fe4bbda -SIZE (pptp-1.8.0.tar.gz) = 86778 +TIMESTAMP = 1488652415 +SHA256 (pptp-1.9.0.tar.gz) = 0b1e8cbfc578d3f5ab12ee87c5c2c60419abfe9cc445690a8a19c320b11c9201 +SIZE (pptp-1.9.0.tar.gz) = 87591