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:   kre
Date:           Wed May  5 11:02:59 UTC 2021

Modified Files:
        pkgsrc/shells/bash: Makefile distinfo

Log Message:
Update shells/bash to 5.1 patch 8.

The new patches:

Patch 5: Fix memory leaks when using assigning arrays using ...
Patch 6: Use correct process group for command substitution processes
Patch 7: Fix readline version checking in inputrc files
Patch 8: Clean up FIFOs used for process substitutions properly


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.62 -r1.63 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/shells/bash/Makefile
diff -u pkgsrc/shells/bash/Makefile:1.97 pkgsrc/shells/bash/Makefile:1.98
--- pkgsrc/shells/bash/Makefile:1.97    Fri Apr 23 09:43:30 2021
+++ pkgsrc/shells/bash/Makefile Wed May  5 11:02:59 2021
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.97 2021/04/23 09:43:30 nia Exp $
+# $NetBSD: Makefile,v 1.98 2021/05/05 11:02:59 kre Exp $
 
 BASH_VERSION=          5.1
-BASH_PATCHLEVEL=       4
+BASH_PATCHLEVEL=       8
 
 DISTNAME=      bash-${BASH_VERSION}
 PKGNAME=       bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
-PKGREVISION=   1
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GNU:=bash/}
 
 PATCH_SITES=   ${MASTER_SITES:=bash-5.1-patches/}
 PATCHFILES+=   bash51-001 bash51-002 bash51-003 bash51-004
+PATCHFILES+=   bash51-005 bash51-006 bash51-007 bash51-008
 
 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.62 pkgsrc/shells/bash/distinfo:1.63
--- pkgsrc/shells/bash/distinfo:1.62    Mon Jan  4 10:39:23 2021
+++ pkgsrc/shells/bash/distinfo Wed May  5 11:02:59 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.62 2021/01/04 10:39:23 wiz Exp $
+$NetBSD: distinfo,v 1.63 2021/05/05 11:02:59 kre Exp $
 
 SHA1 (bash-5.1.tar.gz) = 063019501ef1f30fad99d2b735a7ae2ce1d11423
 RMD160 (bash-5.1.tar.gz) = 3b968e29e3867e201a781c4dc28f71120dbaeed8
@@ -20,6 +20,22 @@ SHA1 (bash51-004) = 65facaca75a1686ef1c1
 RMD160 (bash51-004) = 6d5536298d29c16bf1004f82ce6b6d0dd1312241
 SHA512 (bash51-004) = 10ff24cd91a2cd88818bfa7218050843af6b409e43fcca89f5ec70d8266020c6c2a55132426271f165cd0f154f49eb0f8ec2761b80fc066c921b83120bb543ce
 Size (bash51-004) = 3745 bytes
+SHA1 (bash51-005) = 46ff6bdfb0199b333c1a9a12d5ff621df0f20661
+RMD160 (bash51-005) = a87d22af54ada099317ad0ceb2490f6bb7fba170
+SHA512 (bash51-005) = fa83d894fe874a05b9a7d47b8bca8e5b7f4067221d82e8b1af616d17725592c3737c621f2a8ad3c917b29846012c37c85acd34dcbb43eb6b05065ccce89b260c
+Size (bash51-005) = 2577 bytes
+SHA1 (bash51-006) = e4766da91962508e2232c658a46a5e49dcc8f6e3
+RMD160 (bash51-006) = c78b9b2e6e69b073b6b42ea7f77f6c0996737fd4
+SHA512 (bash51-006) = b9b6e3d71f7b7718e2e8598ec8e337dcc675571fb233c29e5230ebf14eab2249204531f2fe8c4d1459c5fed10acb679048588d1e457e98dbc00ffc4d2cd227e3
+Size (bash51-006) = 1412 bytes
+SHA1 (bash51-007) = 3d6862052b3e49f5414e19d4b06858dd109740e7
+RMD160 (bash51-007) = 63f8cbba11151cc80efd53075137f802e87b92b6
+SHA512 (bash51-007) = e4ebdc47e780ddc2588ecdfcfe00cb618039c7044e250ab2b836b0735c461ebacd15beaf2145e277c70b7f51cded55bd8dde7757df810f33f8dae306ee5ba571
+Size (bash51-007) = 2621 bytes
+SHA1 (bash51-008) = 3caf6f05b26bb10ff2b462784d388e61033c7ee9
+RMD160 (bash51-008) = 1188a76917ca3602e4f10ece8b74cc500f5dd1aa
+SHA512 (bash51-008) = 97f9558a08a66cc9da62c285bf9118b39328e25ed3b9277728e0539b1ac0adef176a090e39cd96dc03d6fd900d8155bd58040cb3390a09f637bab1de8af3faf6
+Size (bash51-008) = 1821 bytes
 SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
 SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0



Home | Main Index | Thread Index | Old Index