Hello community,

here is the log from the commit of package minicom for openSUSE:Factory
checked in at Wed Jul 27 12:19:21 CEST 2011.



--------
--- minicom/minicom.changes     2011-01-31 12:55:51.000000000 +0100
+++ /mounts/work_src_done/STABLE/minicom/minicom.changes        2011-07-26 
11:27:09.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 26 09:24:27 UTC 2011 - [email protected]
+
+- increased size of parameter buffers (bnc#707860) 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  minicom-2.5-increase-parameter-buffers.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ minicom.spec ++++++
--- /var/tmp/diff_new_pack.jogl1c/_old  2011-07-27 12:08:26.000000000 +0200
+++ /var/tmp/diff_new_pack.jogl1c/_new  2011-07-27 12:08:26.000000000 +0200
@@ -26,7 +26,7 @@
 Group:          Hardware/Modem
 Requires:       rzsz
 Version:        2.5
-Release:        1
+Release:        7
 Summary:        A Terminal Program
 Source:         %{name}-%{version}.tar.bz2
 Patch0:         minicom-2.2-defaults.diff
@@ -35,6 +35,8 @@
 Patch3:         minicom-2.4-lockdev.diff
 Patch4:         minicom-2.3-no-build-date.patch        
 Patch5:         minicom-2.4-norootsetup.diff
+# PATCH-FIX-UPSTREAM increased size of parameter buffers (bnc#707860) 
+Patch6:         minicom-2.5-increase-parameter-buffers.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,13 +47,6 @@
 of the uucp group.
 
 
-
-Authors:
---------
-    Miquel van Smoorenburg <[email protected]>
-    Jukka Lahtinen <[email protected]>
-    Adam Lackorzynski <[email protected]>
-
 %prep
 %setup -q
 %patch0
@@ -60,6 +55,7 @@
 %patch3 -p1
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build
 autoreconf --force --install

++++++ minicom-2.4-norootsetup.diff ++++++
--- /var/tmp/diff_new_pack.jogl1c/_old  2011-07-27 12:08:26.000000000 +0200
+++ /var/tmp/diff_new_pack.jogl1c/_new  2011-07-27 12:08:26.000000000 +0200
@@ -1,8 +1,8 @@
 save to ~/.minirc if not root
-Index: minicom-2.4/src/config.c
+Index: minicom-2.5/src/config.c
 ===================================================================
---- minicom-2.4.orig/src/config.c
-+++ minicom-2.4/src/config.c
+--- minicom-2.5.orig/src/config.c
++++ minicom-2.5/src/config.c
 @@ -1234,7 +1234,7 @@ void vdodflsave(void)
  int dodflsave(void)
  {
@@ -12,7 +12,7 @@
  
    if ((fp = fopen(fname, "w")) == NULL) {
      werror(_("Cannot write to %s"), fname);
-@@ -1287,6 +1287,7 @@ static void donamsave(void)
+@@ -1289,6 +1289,7 @@ static void donamsave(void)
    s = input(_("Give name to save this configuration?"), ifile);
    if (s != (char *)0 && *s != 0) {
      snprintf(parfile, sizeof(parfile), "%s/minirc.%s", CONFDIR, s);

++++++ minicom-2.5-increase-parameter-buffers.patch ++++++
Index: minicom-2.5/src/configsym.h
===================================================================
--- minicom-2.5.orig/src/configsym.h
+++ minicom-2.5/src/configsym.h
@@ -35,7 +35,7 @@
  * jl  10.02.2000 parameter P_STOPB
  */
 
-#define PARS_VAL_LEN 64
+#define PARS_VAL_LEN 256
 
 struct pars {
   /* value is first, so that (char *)mpars[0] == mpars[0].value */

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to