git-svn: trunk@3824
remotes/push_mirror/metadata
aCaB 17 years ago
parent a36ba5a386
commit a622f5f353
  1. 4
      ChangeLog
  2. 6
      libclamav/unzip.c

@ -1,3 +1,7 @@
Tue Apr 29 18:53:51 CEST 2008 (acab)
------------------------------------
* libclamav/unzip.c: check for unprefixed bz2 - bb#990
Tue Apr 29 15:04:11 CEST 2008 (acab)
------------------------------------
* doc/man/freshclam.1.in: english typo - thanks Stephen Gran

@ -178,9 +178,9 @@ static int unz(uint8_t *src, uint32_t csize, uint32_t usize, uint16_t method, ui
#if HAVE_BZLIB_H
#ifdef NOBZ2PREFIX
#define BZ2_bzReadOpen bzReadOpen
#define BZ2_bzReadClose bzReadClose
#define BZ2_bzRead bzRead
#define BZ2_bzDecompress bzDecompress
#define BZ2_bzDecompressEnd bzDecompressEnd
#define BZ2_bzDecompressInit bzDecompressInit
#endif
case ALG_BZIP2: {

Loading…
Cancel
Save