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

Cy Schubert cy at FreeBSD.org
Wed Aug 5 20:26:36 UTC 2020


Author: cy
Date: Wed Aug  5 20:26:36 2020
New Revision: 544240
URL: https://svnweb.freebsd.org/changeset/ports/544240

Log:
  Update to the latest att/ast github commit. Includes:
  
  Merge pull request #1482 from lkoutsofios/master
  
  change for gcc v10
  change to ps.c to remote pid size check
  change to sfputr.c to disable use of memccpy
  change to cmdarg.c to adjust argument length calc. due to failures in tw

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	Wed Aug  5 19:17:19 2020	(r544239)
+++ head/shells/ksh93-devel/Makefile	Wed Aug  5 20:26:36 2020	(r544240)
@@ -21,8 +21,8 @@ COMMENT=	Development branch of AT&T KornShell 93
 
 LICENSE=	EPL
 
-HASH=		cc1f2bf8
-AST_COMMIT_DATE=	2020.02.24
+HASH=		cc1bca27
+AST_COMMIT_DATE=	2020.06.30
 
 BROKEN_aarch64=		Fails to compile: needs sbrk
 

Modified: head/shells/ksh93-devel/distinfo
==============================================================================
--- head/shells/ksh93-devel/distinfo	Wed Aug  5 19:17:19 2020	(r544239)
+++ head/shells/ksh93-devel/distinfo	Wed Aug  5 20:26:36 2020	(r544240)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582777203
-SHA256 (ksh93/att-ast-2020.02.24-cc1f2bf8_GH0.tar.gz) = f3be888584d3a3d24258a55975743710282300092f8fa9c09f9bf3fd2f75222c
-SIZE (ksh93/att-ast-2020.02.24-cc1f2bf8_GH0.tar.gz) = 12998852
+TIMESTAMP = 1596656748
+SHA256 (ksh93/att-ast-2020.06.30-cc1bca27_GH0.tar.gz) = a6a35966f726ad27fe5c6d32fdda47668001cc79d378c4d6f34c474b038b5cce
+SIZE (ksh93/att-ast-2020.06.30-cc1bca27_GH0.tar.gz) = 12999551


More information about the svn-ports-head mailing list