packages: minicom/minicom-umask.patch, minicom/minicom.spec, minicom/minico...

arekm arekm at pld-linux.org
Sat May 8 20:54:24 CEST 2010


Author: arekm                        Date: Sat May  8 18:54:24 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 2.4 (own tarball since upstream 2.4 tarball is totally broken)

---- Files affected:
packages/minicom:
   minicom-umask.patch (1.3 -> 1.4) , minicom.spec (1.83 -> 1.84) , minicom-drop-privs.patch (1.3 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/minicom/minicom-umask.patch
diff -u packages/minicom/minicom-umask.patch:1.3 packages/minicom/minicom-umask.patch:1.4
--- packages/minicom/minicom-umask.patch:1.3	Sun Nov 23 22:05:56 2008
+++ packages/minicom/minicom-umask.patch	Sat May  8 20:54:19 2010
@@ -1,10 +1,12 @@
 --- minicom-2.2/src/config.c.orig	2006-04-02 11:52:30.000000000 +0200
 +++ minicom-2.2/src/config.c	2006-10-25 19:55:01.215267750 +0200
-@@ -1248,6 +1248,7 @@
-     }
-     writepars(fp, 1);
-     fclose(fp);
-+    chmod(parfile, (mode_t)0640);
-     werror(_("Configuration saved"));
-   } else {
-     /* Mortals save their own configuration */
+@@ -1245,6 +1245,8 @@
+   }
+   writepars(fp, dosetup);
+   fclose(fp);
++  if (dosetup)
++	  chmod(fname, (mode_t)0640);
+   werror(_("Configuration saved"));
+ 
+   return domacsave() < 0 ? -1 : 0;
+

================================================================
Index: packages/minicom/minicom.spec
diff -u packages/minicom/minicom.spec:1.83 packages/minicom/minicom.spec:1.84
--- packages/minicom/minicom.spec:1.83	Mon Mar 16 11:48:34 2009
+++ packages/minicom/minicom.spec	Sat May  8 20:54:19 2010
@@ -13,13 +13,13 @@
 Summary(uk.UTF-8):	Комунікаційний пакет типу Telix для текстового режиму
 Summary(zh_CN.UTF-8):	一个文本界面的调试解调器控制器和终端模拟器。
 Name:		minicom
-Version:	2.3
-Release:	3
+Version:	2.4
+Release:	1
 License:	GPL v2
 Group:		Applications/Communications
 #Source0Download: http://alioth.debian.org/project/showfiles.php?group_id=30018
 Source0:	http://alioth.debian.org/download.php/2332/%{name}-%{version}.tar.gz
-# Source0-md5:	0ebe7a91898384ca906787cc4e2c3f25
+# Source0-md5:	774df678cf7cbc7bbf6bab8f60672efd
 Source1:	%{name}.desktop
 Source2:	%{name}.png
 Source3:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
@@ -27,10 +27,9 @@
 Patch0:		%{name}-fromsnap.patch
 Patch1:		%{name}-man.patch
 Patch2:		%{name}-umask.patch
-Patch3:		%{name}-drop-privs.patch
-Patch4:		%{name}-check_exec.patch
-Patch5:		%{name}-man_no_ko.patch
-Patch6:		%{name}-tinfo.patch
+Patch3:		%{name}-check_exec.patch
+Patch4:		%{name}-man_no_ko.patch
+Patch5:		%{name}-tinfo.patch
 URL:		http://alioth.debian.org/projects/minicom/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1:1.7
@@ -100,7 +99,6 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 sed 's/getline(/gethistline(/g' -i src/minicom.c
 
 # avoid conflict with glibc-headers' wchar.h::wprintf
@@ -199,6 +197,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2010/05/08 18:54:19  arekm
+- up to 2.4 (own tarball since upstream 2.4 tarball is totally broken)
+
 Revision 1.83  2009/03/16 10:48:34  baggins
 - rel 3
 - change ttyS group to dialout
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/minicom/minicom-umask.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/minicom/minicom.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list