diff --git a/ncurses-5.9-overwrite.dif b/ncurses-5.9-overwrite.dif
index 56abac6..686252c 100644
--- a/ncurses-5.9-overwrite.dif
+++ b/ncurses-5.9-overwrite.dif
@@ -1,6 +1,11 @@
+---
+ configure    |    1 +
+ configure.in |    1 +
+ 2 files changed, 2 insertions(+)
+
 --- configure.in
 +++ configure.in	2012-01-30 16:31:47.000000000 +0000
-@@ -436,6 +436,7 @@ AC_ARG_ENABLE(overwrite,
+@@ -475,6 +475,7 @@ AC_ARG_ENABLE(overwrite,
  	[with_overwrite=$enableval],
  	[if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi])
  AC_MSG_RESULT($with_overwrite)
@@ -9,12 +14,12 @@
  AC_MSG_CHECKING(if external terminfo-database is used)
  AC_ARG_ENABLE(database,
 --- configure
-+++ configure	2013-09-30 09:17:51.710735838 +0000
-@@ -6390,6 +6390,7 @@ else
++++ configure	2013-09-30 09:17:52.000000000 +0000
+@@ -6526,6 +6526,7 @@ else
  fi;
- echo "$as_me:6455: result: $with_overwrite" >&5
+ echo "$as_me:6527: result: $with_overwrite" >&5
  echo "${ECHO_T}$with_overwrite" >&6
 +WITH_OVERWRITE="$with_overwrite"
  
- echo "$as_me:6458: checking if external terminfo-database is used" >&5
+ echo "$as_me:6530: checking if external terminfo-database is used" >&5
  echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2
index a6609ef..8e41747 100644
--- a/ncurses-5.9-patches.tar.bz2
+++ b/ncurses-5.9-patches.tar.bz2
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:b19855aa9223ae7a8b0295c7565dd6cfbe429521e9e9e2ace42cd87965d04712
-size 3801274
+oid sha256:0cd1185a3c20b46192fd391526e7797275a29e16236d1c3157512a1d7c3e4b2a
+size 3916934
diff --git a/ncurses.changes b/ncurses.changes
index 71b7478..bf25852 100644
--- a/ncurses.changes
+++ b/ncurses.changes
@@ -1,3 +1,44 @@
+-------------------------------------------------------------------
+Tue Sep 30 14:15:11 UTC 2014 - werner@suse.de
+
+- Add upstream patch 20140927
+  + implement curs_set in win_driver.c
+  + implement flash in win_driver.c
+  + fix an infinite loop in win_driver.c if the command-window loses
+    focus.
+  + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
+    win_driver.c by temporarily changing the buffer-size to match the
+    window-size to eliminate the scrollback.  Also enforce a minimum
+    screen-size of 24x80 in the non-buffered mode.
+  + modify generated misc/Makefile to suppress install.data from the
+    dependencies if the --disable-db-install option is used, compensating
+    for the top-level makefile changes used to add ncurses*-config in the
+    20140920 changes (report by Steven Honeyman).
+
+-------------------------------------------------------------------
+Tue Sep 23 08:22:42 UTC 2014 - werner@suse.de
+
+- Add ncurses patch 20140920
+  + add ncurses*-config to bin-directory of sample package-scripts.
+  + add check to ensure that getopt is available; this is a problem in
+    some older cross-compiler environments.
+  + expanded on the description of --disable-overwrite in INSTALL
+    (prompted by reports by Joakim Tjernlund, Thomas Klausner).
+    See Gentoo #522586 and NetBSD #49200 for examples.
+    which relates to the clarified guidelines.
+  + remove special logic from CF_INCLUDE_DIRS which adds the directory
+    for the --includedir from the build (report by Joakim Tjernlund).
+  + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
+  + update config.sub from http://git.savannah.gnu.org/cgit/config.git
+
+-------------------------------------------------------------------
+Mon Sep 15 09:31:43 UTC 2014 - werner@suse.de
+
+- Add ncurses patch 20140913
+  + add a configure check to ignore some of the plethora of non-working
+    C++ cross-compilers.
+  + build-fixes for Ada95 with gnat 4.9
+
 -------------------------------------------------------------------
 Mon Sep  1 12:18:19 UTC 2014 - werner@suse.de