pkgsrc-Changes-HG archive

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

pkgsrc: Update to 4.4.019



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ece0ce96bfc
branches:  trunk
changeset: 306071:3ece0ce96bfc
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Apr 09 14:57:19 2018 +0000
description:
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.

diffstat:

 shells/bash/Makefile |  9 +++++----
 shells/bash/distinfo |  6 +++++-
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 658ad1ad1629 -r 3ece0ce96bfc shells/bash/Makefile
--- a/shells/bash/Makefile      Mon Apr 09 14:53:24 2018 +0000
+++ b/shells/bash/Makefile      Mon Apr 09 14:57:19 2018 +0000
@@ -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 @@
 #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
diff -r 658ad1ad1629 -r 3ece0ce96bfc shells/bash/distinfo
--- a/shells/bash/distinfo      Mon Apr 09 14:53:24 2018 +0000
+++ b/shells/bash/distinfo      Mon Apr 09 14:57:19 2018 +0000
@@ -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