From owner-svn-ports-head@freebsd.org Tue Jun 25 04:29:15 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8CA915BBF9F; Tue, 25 Jun 2019 04:29:15 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E6E96FA02; Tue, 25 Jun 2019 04:29:15 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 54A10B313; Tue, 25 Jun 2019 04:29:15 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5P4TFvE005105; Tue, 25 Jun 2019 04:29:15 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5P4TEsC005104; Tue, 25 Jun 2019 04:29:14 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201906250429.x5P4TEsC005104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 25 Jun 2019 04:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505068 - head/ports-mgmt/portfmt X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/ports-mgmt/portfmt X-SVN-Commit-Revision: 505068 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6E6E96FA02 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 25 Jun 2019 04:29:16 -0000 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@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