]> granicus.if.org Git - zziplib/commitdiff
remember...
authorGuido Draheim <guidod@gmx.de>
Wed, 5 Jan 2005 21:50:54 +0000 (21:50 +0000)
committerGuido Draheim <guidod@gmx.de>
Wed, 5 Jan 2005 21:50:54 +0000 (21:50 +0000)
 (.)

ChangeLog
TODO
zziplib.spec

index 3c31b49b8db454aaf2b70dee4169c0edd8865132..0e540a3fdf592392e08551aab9a5350cc4ab6266 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-04
+ * remember TODO multithreading tests and hardening the code.
+ http://www.idefense.com/application/poi/display?id=153&type=vulnerabilities
+
 2004-12-27
  * updating to latest autoconf/automake/libtool stuff in Suse92
  * required a rewrite of ax_enable_builddir.m4 in ac-archive
diff --git a/TODO b/TODO
index aa3e76eb86cd0cf90b9bf3dccca88a796e472cb4..2bc5edfd6eada22f8366ebf9ae91ab58d4bec68a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,7 +2,13 @@
 - Check the CRC value at the end of read... and add more error codes.
 
 - Do more test. Currently use only with tested "friendly" archives.
-  inflate interface code needs most testing.
+  This is also related to usages of zziplib in virus detection
+  code which should better have a hardened library code. That does
+  also include inflate interface code to need the most testing.
+
+- the buffer reusage code was not strictly multithreading. It should
+  be fixed by now but it would be better to have an automatic test
+  routine to check reentrancy/multithreaded functionality.
 
 - Sligthly More documentation. With the generation of man pages and
   multiple pages for the website, it does already look acceptable.
@@ -46,5 +52,3 @@ i386-ms-win32/msvc6
 i386-ms-win32/msvc7
 i386-ms-win32/mingw+msys
 ... and probably a lot of others not known to the maintainer.
-
-* 10.82 - wrapwrap autodected disabled, the ssize_t usage should do it now.
index a29c3186c34c63670ea9a460143a1a757300ef49..66b869121bc0c7c1d8de7cdb22a2043fc954ae1c 100644 (file)
@@ -13,9 +13,9 @@ BuildRoot:    /var/tmp/%{name}-%{version}-%{release}
 
 Distribution: Original
 Packager:     Guido Draheim <guidod@gmx.de>
-Requires:      zlib1
-BuildRequires: zlib1-devel
-BuildRequires: libSDL1.2-devel
+Requires:      zlib
+BuildRequires: zlib-devel
+BuildRequires: SDL-devel
 
 #Begin3
 # Author1:        too@iki.fi (Tomi Ollila)