Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 06:28:14 +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: r496013 - head/shells/ksh93-devel
Message-ID:  <201903170628.x2H6SEre048603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sun Mar 17 06:28:13 2019
New Revision: 496013
URL: https://svnweb.freebsd.org/changeset/ports/496013

Log:
  Update to the latest att/ast github commit.
  
  This includes fixes for a use after close and unchecked return value.
  > Description of fields to fill in above:                     76 columns --|
  > PR:                       If and which Problem Report is related.
  > Submitted by:             If someone else sent in the change.
  > Reported by:              If someone else reported the issue.
  > Reviewed by:              If someone else reviewed your modification.
  > Approved by:              If you needed approval for this commit.
  > Obtained from:            If the change is from a third party.
  > MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder email.
  > MFH:                      Ports tree branch name.  Request approval for merge.
  > Relnotes:                 Set to 'yes' for mention in release notes.
  > Security:                 Vulnerability reference (one per line) or description.
  > Sponsored by:             If the change was sponsored by an organization (each collaborator).
  > Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL needed).
  > Empty fields above will be automatically removed.
  
  M    ksh93-devel/Makefile
  M    ksh93-devel/distinfo

Modified:
  head/shells/ksh93-devel/Makefile
  head/shells/ksh93-devel/distinfo

Modified: head/shells/ksh93-devel/Makefile
==============================================================================
--- head/shells/ksh93-devel/Makefile	Sun Mar 17 01:35:30 2019	(r496012)
+++ head/shells/ksh93-devel/Makefile	Sun Mar 17 06:28:13 2019	(r496013)
@@ -12,8 +12,8 @@ LICENSE=	EPL
 
 USES=		compiler:c11 meson ninja
 
-HASH=		816c8a5
-AST_COMMIT_DATE=	2019.03.14
+HASH=		7a5c226
+AST_COMMIT_DATE=	2019.03.16
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	att

Modified: head/shells/ksh93-devel/distinfo
==============================================================================
--- head/shells/ksh93-devel/distinfo	Sun Mar 17 01:35:30 2019	(r496012)
+++ head/shells/ksh93-devel/distinfo	Sun Mar 17 06:28:13 2019	(r496013)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552615684
-SHA256 (att-ast-2019.03.14-816c8a5_GH0.tar.gz) = 3161d091cc524e0a882aa5957bf0f13ea59d807cf3a72ff2beed94aebf1a44d9
-SIZE (att-ast-2019.03.14-816c8a5_GH0.tar.gz) = 2063342
+TIMESTAMP = 1552803893
+SHA256 (att-ast-2019.03.16-7a5c226_GH0.tar.gz) = e46396fd8dc0bfe6d331d0e0868ffe52b2f7d944201e9c2db6241d8a26231d3f
+SIZE (att-ast-2019.03.16-7a5c226_GH0.tar.gz) = 2066015



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903170628.x2H6SEre048603>