svn commit: r435421 - head/net/pptpclient

Kurt Jaeger pi at FreeBSD.org
Sat Mar 4 18:39:37 UTC 2017


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


More information about the svn-ports-all mailing list