pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   kre
Date:           Tue Feb 11 11:45:25 UTC 2020

Modified Files:
        pkgsrc/doc: CHANGES-2020
        pkgsrc/shells/bash: Makefile distinfo

Log Message:
Update bash 5.0 from patch level 11 to patch level 16

New patches:
   12: avoid moving back from oldest history entry to invalid data
   13: bug fix for reading history entries with timestamps
   14: fix emacs C-xC-e binding so it doesn't edit previous line
       if the current one is empty
   15: weird aliasing bug with aliases in bash -c command line fixed.
   16: earlier clean up of /dev/fd fds used in process substitutions.

Read the patch files for (slightly) expanded information.


To generate a diff of this commit:
cvs rdiff -u -r1.1027 -r1.1028 pkgsrc/doc/CHANGES-2020
cvs rdiff -u -r1.91 -r1.92 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/shells/bash/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2020
diff -u pkgsrc/doc/CHANGES-2020:1.1027 pkgsrc/doc/CHANGES-2020:1.1028
--- pkgsrc/doc/CHANGES-2020:1.1027      Tue Feb 11 08:01:32 2020
+++ pkgsrc/doc/CHANGES-2020     Tue Feb 11 11:45:24 2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.1027 2020/02/11 08:01:32 he Exp $
+$NetBSD: CHANGES-2020,v 1.1028 2020/02/11 11:45:24 kre Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -1460,3 +1460,4 @@ Changes to the packages collection and i
        Updated devel/R-pkgbuild to 1.0.6 [mef 2020-02-11]
        Updated emulators/mame to 0.218 [wiz 2020-02-11]
        Updated security/opendnssec2 to 2.1.6 [he 2020-02-11]
+       Updated shells/bash to 5.0.16 [kre 2020-02-11]

Index: pkgsrc/shells/bash/Makefile
diff -u pkgsrc/shells/bash/Makefile:1.91 pkgsrc/shells/bash/Makefile:1.92
--- pkgsrc/shells/bash/Makefile:1.91    Sat Jan 18 23:35:13 2020
+++ pkgsrc/shells/bash/Makefile Tue Feb 11 11:45:25 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.91 2020/01/18 23:35:13 rillig Exp $
+# $NetBSD: Makefile,v 1.92 2020/02/11 11:45:25 kre Exp $
 
 BASH_VERSION=          5.0
-BASH_PATCHLEVEL=       11
+BASH_PATCHLEVEL=       16
 
 DISTNAME=      bash-${BASH_VERSION}
 PKGNAME=       bash-${BASH_VERSION:C/4\.4\..*/4.4/}.${BASH_PATCHLEVEL}
@@ -12,7 +12,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
 PATCH_SITES=   ${MASTER_SITES:=bash-5.0-patches/}
 PATCHFILES+=   bash50-001 bash50-002 bash50-003 bash50-004 bash50-005
 PATCHFILES+=   bash50-006 bash50-007 bash50-008 bash50-009 bash50-010
-PATCHFILES+=   bash50-011
+PATCHFILES+=   bash50-011 bash50-012 bash50-013 bash50-014 bash50-015
+PATCHFILES+=   bash50-016
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnu.org/software/bash/bash.html

Index: pkgsrc/shells/bash/distinfo
diff -u pkgsrc/shells/bash/distinfo:1.56 pkgsrc/shells/bash/distinfo:1.57
--- pkgsrc/shells/bash/distinfo:1.56    Sun Sep  1 05:59:21 2019
+++ pkgsrc/shells/bash/distinfo Tue Feb 11 11:45:25 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.56 2019/09/01 05:59:21 kre Exp $
+$NetBSD: distinfo,v 1.57 2020/02/11 11:45:25 kre Exp $
 
 SHA1 (bash-5.0.tar.gz) = d116b469b9e6ea5264a74661d3a4c797da7f997b
 RMD160 (bash-5.0.tar.gz) = a081428a896d617855499376b670eca3433a27c1
@@ -48,6 +48,26 @@ SHA1 (bash50-011) = c8dfa690a081b1582673
 RMD160 (bash50-011) = d2866cbdf4f5a8e1f79ff4795b6045a45bea4627
 SHA512 (bash50-011) = 05833d6c85f3795a9c100246335f39155c1b5d190e073bf382269c2bbceb13a2de3f85dbe1dd5d4c7824fcca481febe3bdbb4c555e1f2de86bec05fcf6f5871e
 Size (bash50-011) = 1870 bytes
+SHA1 (bash50-012) = 302ff4f46b7910f83600496d6afab898ff24f76b
+RMD160 (bash50-012) = 3c08d0e8a96645112fe86c407637f2d030319a7a
+SHA512 (bash50-012) = 24d67358eec07cc4cd0457ec0c296567558f20bf713b917fc8a8e5095a83f1c5db880bb863d483ca0c9e003972ac5f56596a2eb10c26c82bf6326d0475784e7e
+Size (bash50-012) = 1571 bytes
+SHA1 (bash50-013) = f03604304381de28bf16f4f86a7d98fc38c05b6e
+RMD160 (bash50-013) = 824d45c5779bf238b2891a4906a38d7e49f71ea8
+SHA512 (bash50-013) = 38fff9856c2259fbba607aacee027dd61e8733c6e5f476b7491bc43755fb5a63e82372f9f18663ec81e7480f0738b296271c948e1932e851f68f53cf3a1935b5
+Size (bash50-013) = 2328 bytes
+SHA1 (bash50-014) = 7ca0ac31f30ce2364999dc71d7e4d7bd1517dc3d
+RMD160 (bash50-014) = 1f36acc05688999814a8932ac87fcbd8f2f71b4c
+SHA512 (bash50-014) = e8f65be24b425ecaf66672eb4271e0efac2f495f882aeb559d60b52359a468b51852ed7aeeea0ab77cf648a48c9d37f2a00e263d06d29e9fa75b67a648399d91
+Size (bash50-014) = 1747 bytes
+SHA1 (bash50-015) = ea47fdb05dfde153414dccc79c51238156963bf1
+RMD160 (bash50-015) = 540db9eff2543184e504f2de9bff3c07642c2ce5
+SHA512 (bash50-015) = 3a1a552d1f03dec9ed41be8d8c319fb3cbd01df9978ab25a7b37322913014beca6703980f342ea908250b666d72db95402d7b8219ffdd3df717acb36ed4b72b9
+Size (bash50-015) = 2565 bytes
+SHA1 (bash50-016) = 93c1a62446bf403139fd266612df9204e477d40d
+RMD160 (bash50-016) = 19d5f631e0181e2671f9bcb8ee7419a46f99008e
+SHA512 (bash50-016) = dbc3bd0fe3bddad8f6417b210fc5638a9c0c545f9d27638d63bac48aba9d3b93181a4f2e9898584d231b658589573fad5e4627ccbcf3e9d87e7663ac730b51aa
+Size (bash50-016) = 1534 bytes
 SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
 SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0



Home | Main Index | Thread Index | Old Index