Hello community,

here is the log from the commit of package cvs for openSUSE:Factory checked in 
at 2012-02-23 15:32:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cvs (Old)
 and      /work/SRC/openSUSE:Factory/.cvs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cvs", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cvs/cvs.changes  2012-02-14 13:05:15.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.cvs.new/cvs.changes     2012-02-23 
15:32:29.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 21 11:50:12 CET 2012 - [email protected]
+
+- Fix typo in the last patch.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cvs-CVE-2012-0804.patch ++++++
--- /var/tmp/diff_new_pack.1Pi1wq/_old  2012-02-23 15:32:31.000000000 +0100
+++ /var/tmp/diff_new_pack.1Pi1wq/_new  2012-02-23 15:32:31.000000000 +0100
@@ -7,7 +7,7 @@
           */
        read_line_via (from_server, to_server, &read_buf);
 -      sscanf (read_buf, "%s %d", write_buf, &codenum);
-+      count = sscanf (read_buf, "%s %d", write_buf, &codenum);
++      count = sscanf (read_buf, "%*s %d", &codenum);
  
 -      if ((codenum / 100) != 2)
 +      if (count != 1 || (codenum / 100) != 2)

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

Reply via email to