Hello community,

here is the log from the commit of package cvs for openSUSE:12.1:Update:Test 
checked in at 2012-02-23 10:42:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/cvs (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.cvs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cvs", Maintainer is "p...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/cvs/cvs.changes 2012-02-13 
17:30:35.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.cvs.new/cvs.changes    2012-02-23 
10:42:05.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 21 12:46:04 CET 2012 - p...@suse.de
+
+- Fix typo in last patch.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cvs.spec ++++++
--- /var/tmp/diff_new_pack.IHQJcj/_old  2012-02-23 10:42:06.000000000 +0100
+++ /var/tmp/diff_new_pack.IHQJcj/_new  2012-02-23 10:42:06.000000000 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           cvs
 BuildRequires:  gdbm-devel
 BuildRequires:  zlib-devel

++++++ cvs-CVE-2012-0804.patch ++++++
--- /var/tmp/diff_new_pack.IHQJcj/_old  2012-02-23 10:42:07.000000000 +0100
+++ /var/tmp/diff_new_pack.IHQJcj/_new  2012-02-23 10:42:07.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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to