svn commit: r505068 - head/ports-mgmt/portfmt

Tobias Kortkamp tobik at FreeBSD.org
Tue Jun 25 04:29:16 UTC 2019


Author: tobik
Date: Tue Jun 25 04:29:14 2019
New Revision: 505068
URL: https://svnweb.freebsd.org/changeset/ports/505068

Log:
  ports-mgmt/portfmt: Update to latest commit
  
  - Fix many crashes and hangs found by fuzzing with afl
  - Portclippy ignores variables prefixed with an _ now

Modified:
  head/ports-mgmt/portfmt/Makefile
  head/ports-mgmt/portfmt/distinfo

Modified: head/ports-mgmt/portfmt/Makefile
==============================================================================
--- head/ports-mgmt/portfmt/Makefile	Tue Jun 25 04:13:33 2019	(r505067)
+++ head/ports-mgmt/portfmt/Makefile	Tue Jun 25 04:29:14 2019	(r505068)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	portfmt
-PORTVERSION=	g20190615
+PORTVERSION=	g20190625
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	tobik at FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	t6
-GH_TAGNAME=	b39b99da87b026ba86608011df46a1eec0584ecc
+GH_TAGNAME=	87b395d53b67b9b4c506b0195ca2aa2d3f2e53fa
 USE_LDCONFIG=	yes
 
 HAS_CONFIGURE=	yes

Modified: head/ports-mgmt/portfmt/distinfo
==============================================================================
--- head/ports-mgmt/portfmt/distinfo	Tue Jun 25 04:13:33 2019	(r505067)
+++ head/ports-mgmt/portfmt/distinfo	Tue Jun 25 04:29:14 2019	(r505068)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560580493
-SHA256 (t6-portfmt-g20190615-b39b99da87b026ba86608011df46a1eec0584ecc_GH0.tar.gz) = 3b36e648e8638de40165766d302025b8a4b8e955fb042a422138c0d3227ec895
-SIZE (t6-portfmt-g20190615-b39b99da87b026ba86608011df46a1eec0584ecc_GH0.tar.gz) = 66613
+TIMESTAMP = 1561436598
+SHA256 (t6-portfmt-g20190625-87b395d53b67b9b4c506b0195ca2aa2d3f2e53fa_GH0.tar.gz) = 6796f43e4134775735687070bea8298785e4fd45fa6fee331c9e9b5405572656
+SIZE (t6-portfmt-g20190625-87b395d53b67b9b4c506b0195ca2aa2d3f2e53fa_GH0.tar.gz) = 69216


More information about the svn-ports-all mailing list