Date: Fri, 9 Nov 2018 04:21:07 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484498 - head/shells/ksh93-devel Message-ID: <201811090421.wA94L72n092168@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Fri Nov 9 04:21:07 2018 New Revision: 484498 URL: https://svnweb.freebsd.org/changeset/ports/484498 Log: Update to the latest ast/ksh93 github commit. This commit fixes a number of resource leaks and a heap use after free. Modified: head/shells/ksh93-devel/Makefile (contents, props changed) head/shells/ksh93-devel/distinfo (contents, props changed) Modified: head/shells/ksh93-devel/Makefile ============================================================================== --- head/shells/ksh93-devel/Makefile Fri Nov 9 02:59:56 2018 (r484497) +++ head/shells/ksh93-devel/Makefile Fri Nov 9 04:21:07 2018 (r484498) @@ -14,8 +14,8 @@ PORTNAME= ksh93 PORTVERSION= ${AST_COMMIT_DATE} CATEGORIES= shells PKGNAMESUFFIX= -devel -HASH= e922047 -AST_COMMIT_DATE= 2018.11.04 +HASH= 6bc588b +AST_COMMIT_DATE= 2018.11.08 MAINTAINER= cy@FreeBSD.org COMMENT= Development branch of AT&T KornShell 93 Modified: head/shells/ksh93-devel/distinfo ============================================================================== --- head/shells/ksh93-devel/distinfo Fri Nov 9 02:59:56 2018 (r484497) +++ head/shells/ksh93-devel/distinfo Fri Nov 9 04:21:07 2018 (r484498) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541396416 -SHA256 (att-ast-2018.11.04-e922047_GH0.tar.gz) = 7d4faa5a8480a29c9381bb15e1d0eab6ec88eb96ca713356700ae0627ad2bbc3 -SIZE (att-ast-2018.11.04-e922047_GH0.tar.gz) = 15266877 +TIMESTAMP = 1541736298 +SHA256 (att-ast-2018.11.08-6bc588b_GH0.tar.gz) = 0d382c4b53a762f2314c56cd8aa2a592e145ba98210c27ddb0be1bf010d2bf10 +SIZE (att-ast-2018.11.08-6bc588b_GH0.tar.gz) = 15267482
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811090421.wA94L72n092168>