pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/bash



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.

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



Home | Main Index | Thread Index | Old Index