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:   ryoon
Date:           Sat Jan 28 04:41:14 UTC 2017

Modified Files:
        pkgsrc/shells/bash: Makefile distinfo

Log Message:
Update to 4.4.012

Changelog:
When -N is used, the input is not supposed to be split using $IFS, but
leading and trailing IFS whitespace was still removed.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.46 -r1.47 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.80 pkgsrc/shells/bash/Makefile:1.81
--- pkgsrc/shells/bash/Makefile:1.80    Sun Jan 22 21:52:05 2017
+++ pkgsrc/shells/bash/Makefile Sat Jan 28 04:41:14 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.80 2017/01/22 21:52:05 maya Exp $
+# $NetBSD: Makefile,v 1.81 2017/01/28 04:41:14 ryoon Exp $
 
 BASH_VERSION=          4.4
-BASH_PATCHLEVEL=       011
+BASH_PATCHLEVEL=       012
 
 DISTNAME=      bash-${BASH_VERSION}
 PKGNAME=       bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
@@ -12,7 +12,7 @@ MASTER_SITES+=        ftp://ftp.cwru.edu/pub/ba
 PATCH_SITES=   ${MASTER_SITES:=bash-4.4-patches/}
 PATCHFILES+=   bash44-001 bash44-002 bash44-003 bash44-004 bash44-005
 PATCHFILES+=   bash44-006 bash44-007 bash44-008 bash44-009 bash44-010
-PATCHFILES+=   bash44-011 #bash43-012 bash43-013 bash43-014 bash43-015
+PATCHFILES+=   bash44-011 bash44-012 #bash43-013 bash43-014 bash43-015
 #PATCHFILES+=  bash43-016 bash43-017 bash43-018 bash43-019 bash43-020
 #PATCHFILES+=  bash43-021 bash43-022 bash43-023 bash43-024 bash43-025
 #PATCHFILES+=  bash43-026 bash43-027 bash43-028 bash43-029 bash43-030

Index: pkgsrc/shells/bash/distinfo
diff -u pkgsrc/shells/bash/distinfo:1.46 pkgsrc/shells/bash/distinfo:1.47
--- pkgsrc/shells/bash/distinfo:1.46    Sun Jan 22 21:52:05 2017
+++ pkgsrc/shells/bash/distinfo Sat Jan 28 04:41:14 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.46 2017/01/22 21:52:05 maya Exp $
+$NetBSD: distinfo,v 1.47 2017/01/28 04:41:14 ryoon Exp $
 
 SHA1 (bash-4.4.tar.gz) = 8de012df1e4f3e91f571c3eb8ec45b43d7c747eb
 RMD160 (bash-4.4.tar.gz) = 48869b3a460007d05c02ef99745477b2e526fdec
@@ -48,6 +48,10 @@ SHA1 (bash44-011) = 240c287dc60cb69185a2
 RMD160 (bash44-011) = 63587fcb788ceced48dfd455c55868bb058ee647
 SHA512 (bash44-011) = 6b5b068b74978fc691749ccff5e094c768047f702430e97114f5bf342f078696f7d7616d0642d4061b062e9112dfe00a1c2309c65de4147e0e98fb52c593d844
 Size (bash44-011) = 1603 bytes
+SHA1 (bash44-012) = 6dcceca364953498d3eb0c18c49fb0f3374fa3c2
+RMD160 (bash44-012) = 0f2768842206beb1f2255cc6ebd80734e5acc4ac
+SHA512 (bash44-012) = 4661c4c132f2ea7c9a70368301041c482d5820d8389334a7e3ae44c36fc16c171b20db2f194b7663c84d6c3dcef81aa90f050a48e205218fc7bd3395d09c6a51
+Size (bash44-012) = 5768 bytes
 SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
 SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0



Home | Main Index | Thread Index | Old Index