]> git.pld-linux.org Git - packages/uucp.git/commitdiff
- fix format string error master auto/th/uucp-1.07-7
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 6 Aug 2015 19:48:34 +0000 (21:48 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 6 Aug 2015 19:48:34 +0000 (21:48 +0200)
format-security.patch [new file with mode: 0644]
uucp.spec

diff --git a/format-security.patch b/format-security.patch
new file mode 100644 (file)
index 0000000..35c26de
--- /dev/null
@@ -0,0 +1,11 @@
+--- uucp-1.07/uuconv.c~        2003-05-29 08:08:47.000000000 +0200
++++ uucp-1.07/uuconv.c 2015-08-06 21:46:20.878894404 +0200
+@@ -676,7 +676,7 @@
+     {
+       if ((*pz)[0] != '-' && pz != pzarg)
+       fprintf (e, " ");
+-      fprintf (e, *pz);
++      fputs (*pz, e);
+     }
+ }
index 53438c646e69c804bd80535975ffe3fb557c3258..07c21f596de8fdb5e2d8085330ebca7abd09e22f 100644 (file)
--- a/uucp.spec
+++ b/uucp.spec
@@ -24,6 +24,7 @@ Patch1:               %{name}-debian.patch
 Patch2:                %{name}-ac.patch
 Patch3:                %{name}-pipe.patch
 Patch4:                %{name}-no_libnsl.patch
+Patch5:                format-security.patch
 URL:           http://lists.cirr.com/cgi-bin/wilma/taylor-uucp/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -107,6 +108,7 @@ Serwer GNU uucp.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 find . -name "*.perlpath" | xargs rm -f
 
This page took 0.098819 seconds and 4 git commands to generate.