Next | Query returned 37 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2006-09-23 15:02:17 by Ben Collver | Files touched by this commit (4)
Log message:
Update cabextract to version 1.2.  Notable changes include:

*  The "-t" archive integrity checking option has been added. This was
requested by several users. cabextract can unpack cabinet files and give
you MD5 checksums of the files inside, without writing the unpacked
files to disk.

* Large files (more than 2 gigabytes) are now correctly searched for
cabinet files.

* A security vulnerability has been fixed. Files compressed with the
Quantum method, using a window size less than 32768 bytes, could cause
cabextract to write beyond the end of the window and cause a
segmentation fault. This fix also permits cabextract to unpack this type
of cabinet file (of which only one has been found in the wild) correctly.

* The unnecessary GNU source mempcpy.c, which caused compilation
failures on several systems, was removed.

* An off-by-one error introduced in 1.1's UTF-8 decoder was fixed. Files
with UTF-8 filenames can now be extracted. The UTF-8 decoder was also
upgraded to support the latest Unicode characer maps.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-23 15:45:28 by Alistair G. Crooks | Files touched by this commit (69)
Log message:
Add RMD160 digests in addition to SHA1 ones.
   2004-10-29 16:32:38 by Todd Vierling | Files touched by this commit (1)
Log message:
HOMEPAGE no longer ends in '.php3' -- it's now just '.php'.
   2004-10-29 16:31:27 by Todd Vierling | Files touched by this commit (2)
Log message:
Make build on Interix (and possibly AIX).  mempcpy() is not actually used
anywhere, yet configure.ac declared an AC_REPLACE_FUNCS() for it.  Rip out
the offending code from configure until it is rebuilt at the source.

(Patch to remove the AC_REPLACE_FUNCS submitted to author.)
   2004-10-28 12:35:56 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 1.1:
  * A security vulnerability has been fixed. If the files within a
    cabinet file include "../" in their filenames, this will be
    changed to "xx/", so cabinets cannot access the parent directory
    of where you want to extract them.
  * cabextract should now compile cleanly on AIX and Cygwin.
   2004-04-23 01:26:05 by Min Sik Kim | Files touched by this commit (1)
Log message:
Enable pkgviews installation.
   2004-03-11 19:03:50 by Juan Romero Pardines | Files touched by this commit (40)
Log message:
bl3ify

Next | Query returned 37 messages, browsing 21 to 30 | Previous