Hello community, here is the log from the commit of package cvs for openSUSE:11.4 checked in at Wed Feb 22 17:23:27 CET 2012.
-------- --- old-versions/11.4/UPDATES/all/cvs/cvs.changes 2012-02-10 15:53:52.000000000 +0100 +++ 11.4/cvs/cvs.changes 2012-02-22 13:59:17.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Feb 21 12:46:04 CET 2012 - [email protected] + +- Fix typo in last patch. + +------------------------------------------------------------------- calling whatdependson for 11.4-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cvs.spec ++++++ --- /var/tmp/diff_new_pack.bzE3Fm/_old 2012-02-22 17:20:58.000000000 +0100 +++ /var/tmp/diff_new_pack.bzE3Fm/_new 2012-02-22 17:20:58.000000000 +0100 @@ -22,7 +22,7 @@ BuildRequires: zlib-devel Url: http://www.nongnu.org/cvs/ Version: 1.12.12 -Release: 166.<RELEASE167> +Release: 166.<RELEASE169> Summary: Concurrent Versions System License: GPL-2.0+ ; LGPL-2.1+ Group: Development/Tools/Version Control @@ -75,6 +75,7 @@ %package doc + Summary: Info pages and Open Source Development with CVS, 2nd Edition Book Group: Development/Tools/Version Control %if 0%{?suse_version} >= 1120 ++++++ cvs-CVE-2012-0804.patch ++++++ --- /var/tmp/diff_new_pack.bzE3Fm/_old 2012-02-22 17:20:58.000000000 +0100 +++ /var/tmp/diff_new_pack.bzE3Fm/_new 2012-02-22 17:20:58.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) continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
