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

Cy Schubert cy at FreeBSD.org
Mon Jan 21 05:12:09 UTC 2019


Author: cy
Date: Mon Jan 21 05:12:07 2019
New Revision: 490818
URL: https://svnweb.freebsd.org/changeset/ports/490818

Log:
  Update to the latest att/ast commit on github.
  
  This brings in the following important commit on github:
  
      Ensure fd 0, 1, 2 are never closed
  
      Closing stdin, stdout, or stderr is extremely dangerous and
      should never be done. If an attempt is made to do so redirect
      the file descriptor to /dev/null. Similarly, if ksh is started
      with one of those fd's closed open it on /dev/null before doing
      anything else.
  
      Resolving upstream issue #1117.

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	Mon Jan 21 04:38:04 2019	(r490817)
+++ head/shells/ksh93-devel/Makefile	Mon Jan 21 05:12:07 2019	(r490818)
@@ -14,8 +14,8 @@ PORTNAME=	ksh93
 PORTVERSION=	${AST_COMMIT_DATE}
 CATEGORIES=	shells
 PKGNAMESUFFIX=	-devel
-HASH=		e8accda
-AST_COMMIT_DATE=	2019.01.17
+HASH=		be962c7
+AST_COMMIT_DATE=	2019.01.20
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Development branch of AT&T KornShell 93

Modified: head/shells/ksh93-devel/distinfo
==============================================================================
--- head/shells/ksh93-devel/distinfo	Mon Jan 21 04:38:04 2019	(r490817)
+++ head/shells/ksh93-devel/distinfo	Mon Jan 21 05:12:07 2019	(r490818)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547782277
-SHA256 (att-ast-2019.01.17-e8accda_GH0.tar.gz) = aa14f12a84d24aa8e659f40b0e9a9aefc4377800b8651b389ec5cd5203e2b25d
-SIZE (att-ast-2019.01.17-e8accda_GH0.tar.gz) = 2062152
+TIMESTAMP = 1548044645
+SHA256 (att-ast-2019.01.20-be962c7_GH0.tar.gz) = b18c79fc70f4c095281fa1e85af834cdb96abab8d44fcee1f2c830bcc9aebb68
+SIZE (att-ast-2019.01.20-be962c7_GH0.tar.gz) = 2061924


More information about the svn-ports-head mailing list