Received: by mail.netbsd.org (Postfix, from userid 605) id 9AD8B84F60; Wed, 21 Jul 2021 10:24:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D676984F5F for ; Wed, 21 Jul 2021 10:24:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hHTzDsezgsYN for ; Wed, 21 Jul 2021 10:24:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 425DB84CBC for ; Wed, 21 Jul 2021 10:24:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B61DFA95; Wed, 21 Jul 2021 10:24:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1626863057138090" MIME-Version: 1.0 Date: Wed, 21 Jul 2021 10:24:17 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/shells/bash To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20210721102417.3B61DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1626863057138090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Jul 21 10:24:17 UTC 2021 Modified Files: pkgsrc/shells/bash: Makefile distinfo Removed Files: pkgsrc/shells/bash/patches: patch-shell.c patch-variables.c Log Message: bash: Remove attempted workaround for Shellshock. Releases of bash since then have correctly resolved the issue, and this undocumented and non-standard option just results in software being broken out of the box with a configuration different to other OS. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 pkgsrc/shells/bash/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/shells/bash/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/shells/bash/patches/patch-shell.c cvs rdiff -u -r1.6 -r0 pkgsrc/shells/bash/patches/patch-variables.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1626863057138090 Content-Disposition: inline Content-Length: 1551 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/bash/Makefile diff -u pkgsrc/shells/bash/Makefile:1.100 pkgsrc/shells/bash/Makefile:1.101 --- pkgsrc/shells/bash/Makefile:1.100 Wed Jun 16 12:30:04 2021 +++ pkgsrc/shells/bash/Makefile Wed Jul 21 10:24:16 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.100 2021/06/16 12:30:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.101 2021/07/21 10:24:16 jperkin Exp $ BASH_VERSION= 5.1 BASH_PATCHLEVEL= 8 -PKGREVISION= 2 +PKGREVISION= 3 DISTNAME= bash-${BASH_VERSION} PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL} Index: pkgsrc/shells/bash/distinfo diff -u pkgsrc/shells/bash/distinfo:1.64 pkgsrc/shells/bash/distinfo:1.65 --- pkgsrc/shells/bash/distinfo:1.64 Mon May 17 22:10:43 2021 +++ pkgsrc/shells/bash/distinfo Wed Jul 21 10:24:16 2021 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.64 2021/05/17 22:10:43 kre Exp $ +$NetBSD: distinfo,v 1.65 2021/07/21 10:24:16 jperkin Exp $ SHA1 (bash-5.1.tar.gz) = 063019501ef1f30fad99d2b735a7ae2ce1d11423 RMD160 (bash-5.1.tar.gz) = 3b968e29e3867e201a781c4dc28f71120dbaeed8 @@ -44,6 +44,4 @@ SHA1 (patch-builtins_wait.def) = 777ed05 SHA1 (patch-configure) = c4e1ab53a1ee85f3e6121047f0aca8ceb85e6e5d SHA1 (patch-examples_loadables_fdflags.c) = dce409c76b7d6c838eb25c3ccc7a89ee57ca69b8 SHA1 (patch-lib_malloc_malloc.c) = fc22c2bb45490c57782d34d62336d168875c3609 -SHA1 (patch-shell.c) = daa07914d4c318cd72463f80344f4f7c364809cd SHA1 (patch-support_shobj-conf) = 8750c104549ea8a4a722bd21a684a9fe13e05fe5 -SHA1 (patch-variables.c) = 6a60c2f7011f952d7804e0614ebdb2575973a4a7 --_----------=_1626863057138090--