Hello community, here is the log from the commit of package sane checked in at Fri Sep 1 01:42:26 CEST 2006. -------- --- sane/sane.changes 2006-07-21 10:21:39.000000000 +0200 +++ sane/sane.changes 2006-08-31 15:11:10.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Aug 31 15:09:06 CEST 2006 - jsmeix@suse.de + +- Added a fix of a too small char array in fujitsu.c to + fix-buffer-overflow.patch (see Suse Bugzilla bug 202243). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sane.spec ++++++ --- /var/tmp/diff_new_pack.ofdVn2/_old 2006-09-01 01:40:22.000000000 +0200 +++ /var/tmp/diff_new_pack.ofdVn2/_new 2006-09-01 01:40:22.000000000 +0200 @@ -17,7 +17,7 @@ Autoreqprov: on Summary: SANE (Scanner Access Now Easy), the Scan Solution Version: 1.0.18 -Release: 3 +Release: 5 URL: http://www.sane-project.org/ # URL for Source0: http://alioth.debian.org/download.php/1669/sane-backends-1.0.18.tar.gz Source0: sane-backends-%{version}.tar.bz2 @@ -68,20 +68,19 @@ # skip-check-libtool-deps %description -The software consists of "SANE-backends", "scanimage", and the "saned". +The software consists of SANE back-ends, "scanimage," and the "saned" +daemon. -SANE-backends are the actual hardware drivers for various scanner -types. - -Applications that use a backend to access a scanner are referred to as -SANE-frontends. This package contains the command-line frontend -"scanimage". There are various graphical frontends like "xscanimage" -(package sane-frontends), XSane (package xsane), and the KDE frontend -Kooka (package kdegraphics3-scan). +SANE back-ends are the actual hardware drivers for various scanner +types. Applications that use a back-end to access a scanner are +referred to as SANE front-ends. This package contains the command line +front-end "scanimage". There are various graphical front-ends like +"xscanimage" (package sane-frontends), XSane (package xsane), and the +KDE front-end Kooka (package kdegraphics3-scan). The "saned" daemon provides the service "sane-port" to access scanners -which are connected to a server via network from client hosts which run -the "net" backend. +that are connected to a server via network from client hosts that run +the "net" back-end. @@ -388,6 +387,9 @@ %doc %{_mandir}/man8/saned.8.gz %changelog -n sane +* Thu Aug 31 2006 - jsmeix@suse.de +- Added a fix of a too small char array in fujitsu.c to + fix-buffer-overflow.patch (see Suse Bugzilla bug 202243). * Fri Jul 21 2006 - jsmeix@suse.de - canon-backend-autoprobing.patch lets the "canon" backend do scanner auto-recognition (see Suse Bugzilla bug 177492). ++++++ fix-buffer-overflow.patch ++++++ --- /var/tmp/diff_new_pack.ofdVn2/_old 2006-09-01 01:40:23.000000000 +0200 +++ /var/tmp/diff_new_pack.ofdVn2/_new 2006-09-01 01:40:23.000000000 +0200 @@ -1,6 +1,6 @@ --- backend/epson.c.orig 2006-07-04 14:45:33.000000000 +0200 +++ backend/epson.c 2006-07-04 14:46:27.000000000 +0200 -@@ -1331,7 +1331,7 @@ +@@ -1331,7 +1331,7 @@ set_gamma_table (Epson_Scanner * s) { for (i = 0; i < 256; i += 16) { @@ -9,3 +9,14 @@ gammaValues[0] = '\0'; +--- backend/fujitsu.c.orig 2006-06-26 19:08:38.000000000 +0200 ++++ backend/fujitsu.c 2006-08-31 15:05:25.000000000 +0200 +@@ -2641,7 +2641,7 @@ get_hardware_status (struct fujitsu *s) + DBG (15, "get_hardware_status: running\n"); + + if (s->has_cmd_hw_status){ +- unsigned char buffer[10]; ++ unsigned char buffer[11]; + + DBG (15, "get_hardware_status: calling ghs\n"); + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de