From owner-svn-ports-head@freebsd.org Thu Sep 13 20:58:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80E0C1099197; Thu, 13 Sep 2018 20:58:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3720382697; Thu, 13 Sep 2018 20:58:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D8571AC29; Thu, 13 Sep 2018 20:58:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8DKwvpT049550; Thu, 13 Sep 2018 20:58:57 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8DKwuiU049548; Thu, 13 Sep 2018 20:58:56 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201809132058.w8DKwuiU049548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 13 Sep 2018 20:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479695 - head/shells/dash X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/shells/dash X-SVN-Commit-Revision: 479695 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2018 20:58:57 -0000 Author: bdrewery Date: Thu Sep 13 20:58:56 2018 New Revision: 479695 URL: https://svnweb.freebsd.org/changeset/ports/479695 Log: - Update to 0.5.10.2 [1] - Update comment on the real problem with UNUSABLE_RT_SIGNALS. This is avoiding a buffer overflow due to NSIG*2 being far smaller than SIGRTMAX. PR: 230156 [1] Submitted by: Nathan (based on) [1] Modified: head/shells/dash/Makefile head/shells/dash/distinfo Modified: head/shells/dash/Makefile ============================================================================== --- head/shells/dash/Makefile Thu Sep 13 20:45:14 2018 (r479694) +++ head/shells/dash/Makefile Thu Sep 13 20:58:56 2018 (r479695) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dash -PORTVERSION= 0.5.9.1 +PORTVERSION= 0.5.10.2 CATEGORIES= shells MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ @@ -12,12 +12,14 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -# This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386 +# SIGRTMAX is larger than NSIG*2 which mksignames.c does not support. Just +# disable RT signal handling. CFLAGS+= -DUNUSABLE_RT_SIGNALS USES= gmake -PLIST_FILES= bin/dash man/man1/dash.1.gz +PLIST_FILES= bin/dash \ + man/man1/dash.1.gz post-patch: ${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \ Modified: head/shells/dash/distinfo ============================================================================== --- head/shells/dash/distinfo Thu Sep 13 20:45:14 2018 (r479694) +++ head/shells/dash/distinfo Thu Sep 13 20:58:56 2018 (r479695) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485880831 -SHA256 (dash-0.5.9.1.tar.gz) = 5ecd5bea72a93ed10eb15a1be9951dd51b52e5da1d4a7ae020efd9826b49e659 -SIZE (dash-0.5.9.1.tar.gz) = 225217 +TIMESTAMP = 1532879576 +SHA256 (dash-0.5.10.2.tar.gz) = 3c663919dc5c66ec991da14c7cf7e0be8ad00f3db73986a987c118862b5f6071 +SIZE (dash-0.5.10.2.tar.gz) = 225196