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:           Mon Apr  9 14:57:19 UTC 2018

Modified Files:
        pkgsrc/shells/bash: Makefile distinfo

Log Message:
Update to 4.4.019

Changelog:
Bug-Description:

With certain values for PS1, especially those that wrap onto three or more
lines, readline will miscalculate the number of invisible characters,
leading to crashes and core dumps.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.49 -r1.50 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.83 pkgsrc/shells/bash/Makefile:1.84
--- pkgsrc/shells/bash/Makefile:1.83    Sun Feb 11 17:00:45 2018
+++ pkgsrc/shells/bash/Makefile Mon Apr  9 14:57:19 2018
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.83 2018/02/11 17:00:45 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2018/04/09 14:57:19 ryoon Exp $
 
 BASH_VERSION=          4.4.18
-#BASH_PATCHLEVEL=      018
+BASH_PATCHLEVEL=       019
 
 DISTNAME=      bash-${BASH_VERSION}
-#PKGNAME=      bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
+PKGNAME=       bash-${BASH_VERSION:C/4\.4\..*/4.4/}.${BASH_PATCHLEVEL}
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GNU:=bash/}
 
-#PATCH_SITES=  ${MASTER_SITES:=bash-4.4-patches/}
+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 bash44-012 bash44-013 bash44-014 bash44-015
@@ -17,6 +17,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
 #PATCHFILES+=  bash44-026 bash44-027 bash44-028 bash44-029 bash44-030
 #PATCHFILES+=  bash44-031 bash44-032 bash44-033 bash44-034 bash44-035
 #PATCHFILES+=  bash44-036 bash44-037 bash44-038 bash44-039
+PATCHFILES+=   bash44-019
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnu.org/software/bash/bash.html

Index: pkgsrc/shells/bash/distinfo
diff -u pkgsrc/shells/bash/distinfo:1.49 pkgsrc/shells/bash/distinfo:1.50
--- pkgsrc/shells/bash/distinfo:1.49    Sun Feb 11 17:00:45 2018
+++ pkgsrc/shells/bash/distinfo Mon Apr  9 14:57:19 2018
@@ -1,9 +1,13 @@
-$NetBSD: distinfo,v 1.49 2018/02/11 17:00:45 wiz Exp $
+$NetBSD: distinfo,v 1.50 2018/04/09 14:57:19 ryoon Exp $
 
 SHA1 (bash-4.4.18.tar.gz) = 6cf9b3c23930ba8a721fee177d1558e5b7cb6104
 RMD160 (bash-4.4.18.tar.gz) = 0081d54b19e19ab94efc0d69929ae3f40bb984e6
 SHA512 (bash-4.4.18.tar.gz) = bd3048338aded9dee31651011aaa46bc8fba83a27fa063e3d47bcbe85ebbd86816d9080d1a658cfbd1736a2c80e98fdb659019c192d332472b00aa305e0285b0
 Size (bash-4.4.18.tar.gz) = 9463662 bytes
+SHA1 (bash44-019) = 7483741200d09837199d8047cf0f9632834a9b5b
+RMD160 (bash44-019) = b9dedc65d70ca7749ffdb743701487fcb3072033
+SHA512 (bash44-019) = 59984e221a7a6dbf72bf893b1b7c4a63fea34d6af1208a19f0e9e6cd59a09e4cf51890cb2d31c1502e2a2f644f584417bb59cf02c308d3250d2a98d41b63e893
+Size (bash44-019) = 1671 bytes
 SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
 SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0



Home | Main Index | Thread Index | Old Index