Date: Mon, 21 Jan 2019 05:12: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: r490818 - head/shells/ksh93-devel Message-ID: <201901210512.x0L5C7Xr093700@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901210512.x0L5C7Xr093700>