Update the reaadline7 package to readline7-7.0.0-2 to start picking up the upstream readline-7.0-patches with the Info fiile changes...
diff -u -r1.1 readline7.info
--- readline7.info 6 Oct 2016 11:41:15 -0000 1.1
+++ readline7.info 19 Nov 2016 14:49:34 -0000
@@ -1,7 +1,7 @@
Info4: <<
Package: readline7
Version: 7.0.0
-Revision: 1
+Revision: 2
Maintainer: Fink Core Group <fink-core@lists.sourceforge.net>
#
Depends: %n-shlibs (= %v-%r)
@@ -14,15 +14,17 @@
Replaces: readline, readline5, readline6, readline7
Source: mirror:gnu:readline/readline-7.0.tar.gz
Source-MD5: 205b03a87fc83dab653b628c59b9fc91
+Source2: mirror:gnu:readline/readline-7.0-patches/readline70-001
+Source2-MD5: e299384458a4cbefaaac3f30e9cc2bba
PatchFile: %{ni}.patch
PatchFile-MD5: d43bdde26742f49a3dbe735f54d28bdd
-# PatchScript: <<
-# #! /bin/sh -ev
-# for file in ../readline63-* ; do
-# patch -p0 < $file
-# done
-# %{default_script}
-# <<
+PatchScript: <<
+#! /bin/sh -ev
+for file in ../readline70-* ; do
+ patch -p0 < $file
+ done
+ %{default_script}
+<<
SetCPPFLAGS: -MD
CompileScript: <<
#! /bin/sh -ev
Tested on 10.11 with 'fink -m'.
Info file for readline7-7.0.0-2
Current upstream patch is...
Readline-Release: 7.0
Patch-ID: readline70-001
Bug-Reported-by: Sean Zha freeman_cha@hotmail.com
Bug-Reference-ID: BN3PR01MB13657D9303EB94BF6E54216E8CCA0@BN3PR01MB1365.prod.exchangelabs.com
Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
Bug-Description:
Readline-7.0 changed the way the history list is initially allocated to reduce
the number of reallocations and copies. Users who set the readline
history-size variable to a very large number to essentially unlimit the size
of the history list will get memory allocation errors