svn commit: r483770 - head/shells/ksh93-devel

Cy Schubert cy at FreeBSD.org
Fri Nov 2 05:54:54 UTC 2018


Author: cy
Date: Fri Nov  2 05:54:53 2018
New Revision: 483770
URL: https://svnweb.freebsd.org/changeset/ports/483770

Log:
  Update to the latest ast/ksh93 github commit. From their commit log:
  
  	Coverity Out-of-bounds read
  
  	This Coverity Scan issue appears to be a false positive.
  	This change is a reformulation of the code that attempts
  	to both clarify the behavior and suppress the false positive
  	error.
  
  	Coverity CID#316729

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  2 05:07:18 2018	(r483769)
+++ head/shells/ksh93-devel/Makefile	Fri Nov  2 05:54:53 2018	(r483770)
@@ -14,8 +14,8 @@ PORTNAME=	ksh93
 PORTVERSION=	${AST_COMMIT_DATE}
 CATEGORIES=	shells
 PKGNAMESUFFIX=	-devel
-HASH=		993fc6a
-AST_COMMIT_DATE=	2018.10.31
+HASH=		3cf23b9
+AST_COMMIT_DATE=	2018.11.01
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Development branch of AT&T KornShell 93

Modified: head/shells/ksh93-devel/distinfo
==============================================================================
--- head/shells/ksh93-devel/distinfo	Fri Nov  2 05:07:18 2018	(r483769)
+++ head/shells/ksh93-devel/distinfo	Fri Nov  2 05:54:53 2018	(r483770)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541037740
-SHA256 (att-ast-2018.10.31-993fc6a_GH0.tar.gz) = 500a8073e93f8795ce5f6f6566fe6ecca9da6e77d5dcbb031b472cd5f185a10d
-SIZE (att-ast-2018.10.31-993fc6a_GH0.tar.gz) = 15268155
+TIMESTAMP = 1541135835
+SHA256 (att-ast-2018.11.01-3cf23b9_GH0.tar.gz) = 503532785b512c9ab416450094860898b774a547816a6e90e9d79b37ab033d60
+SIZE (att-ast-2018.11.01-3cf23b9_GH0.tar.gz) = 15268048


More information about the svn-ports-all mailing list