Commit Graph

218 Commits (484511de1035c7ac8b4fc48edbf1070efd8fb1fa)

Author SHA1 Message Date
Micah Snyder 1cf323d5de Adds --with-libjson-static=DIR option to configure. 6 years ago
Micah Snyder 9ee0f4663a Define HAVE_LIBZ & HAVE_ZLIB_H manually when zlib found using PKG_CHECK_MODULES. 6 years ago
Micah Snyder d4a9a760fc Version increment from 0.102 -> 0.103. 6 years ago
Mickey Sola 37e87e761a configure - libclamav-only - fix interplay between enable-libclamav-only and disable-clamonacc configure options 6 years ago
Mickey Sola 4ea891db60 configure - add libclamav only compilation option 6 years ago
Micah Snyder (micasnyd) 02236628e8 Bumps version string from 0.102.0-rc to 0.102.0 6 years ago
Micah Snyder 4826537301 bb12390: Replaces custom iconv.m4 iconv.h detection logic with gnulib's stock iconv.m4. 6 years ago
Micah Snyder f16a085b2e Fix to zlib autoconf logic so it will be able to detect zlib when zlib.h is in a nonstandard compiler toolchain include path (i.e. not /usr/include or /usr/local/include). 6 years ago
Micah Snyder e30d797e77 Fix to correctly detect libcurl installations that depend on openssl installs in alternative install locations, and to properly get and compare x509 certificate names when using openssl 1.1+. 6 years ago
Mickey Sola 083ca38727 xml - check path for xml2-config when building, based on pull-request by Jim Klimov 6 years ago
Eneas U de Queiroz 3c72f7daf7 Avoid libxml checks if --disable-xml is used 6 years ago
Micah Snyder (micasnyd) b819efc769 Updated version strings for 0.102.0-rc. 6 years ago
Micah Snyder d45d16b27e Adds clamav-version.h generated header files to provide a hex-based numerical macro for evaluating the ClamAV, libclamav, and libfreshclam versions. 6 years ago
Micah Snyder d8408af0df Updated version strings for 0.102.0-beta. 6 years ago
Mickey Sola b75b6e420a clamonacc - make curl version configure error message more verbose; remove Makefile artifact from merge conflict which broke auto configure logic 6 years ago
Mickey Sola 0d021a31d1 clamonacc - changing libcurl config version check for clamonacc to key from curl-config 6 years ago
Mickey Sola aaad010cf4 clamonacc - remove share/priv-fts.h path from makefile to fix 6 years ago
Mickey Sola 7de42c4b92 clamonacc - rework and fixup configure script to more cleanly and 6 years ago
Mickey Sola 4ca79bd7cb autojunk'd 6 years ago
Mickey Sola b576671317 clamonacc - add configure check for existence of CURLOPT_UNIX_SOCKET_PATH; add configure option to conditionally build clamonacc 6 years ago
Mickey Sola 3e5b1b8bbf clamonacc - add curl support 6 years ago
Mickey Sola 1b264c0bf2 clamonacc - update autotools scripts to get clamd and onacc building; autojunk'd 6 years ago
Micah Snyder 0450e68551 Added new EGG archive extraction feature, written from scratch based on ESTsoft's EGG archive specification. 6 years ago
Micah Snyder (micasnyd) 1c996e8872 bb12238 - Removing support for deprecated readdir_r() function. The readdir() function is thread safe so long as you don't share a dir object between threads. If you do, it requires a mutex. 6 years ago
Micah Snyder cef54eaf8f Freshclam refresh. This update makes libcurl a hard requirement for ClamAV. 6 years ago
rickwang a5141522c7 Add configure option to force enable mmap support while cross compiling 6 years ago
Micah Snyder 155eaaad8b bb12284 - Fix to prevent path traversal when using cli_genfname() to generate filenames that may retain path and filename information. Changed scanrar so that it will no longer retain path information for extracted files. 6 years ago
Micah Snyder 8149ccedcf bb12234: Fix for oversight in libjson and libcurl detection code, so that --with-json=<path> will work. 6 years ago
Micah Snyder 8d53f30804 Added 0.101.1 version information, flevel enum value. Increased the FLEVEL setting to 110 for 0.102.0 devel. Increased the libclamav revision value to account for the clamav-types.h change. 6 years ago
Micah Snyder b3e82e5e61 Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h. 6 years ago
Micah Snyder 35f04d064c Improvements to the fuzz Makefile settings. 6 years ago
Micah Snyder 2e26e12cab Changing ClamAV version number from 0.101.0 to 0.102.0-devel. 6 years ago
Micah Snyder (micasnyd) ce6402f7fe Added oss-fuzz integration. 6 years ago
Micah Snyder f1f31c6acf Removed rc moniker for the 0.100.0 stable release. Added docs/html back so it may be packaged in the release tarball. 7 years ago
Micah Snyder (micasnyd) 2f28382694 Updated version string to 0.101-rc and incremented the FLEVEL to 101. 7 years ago
Micah Snyder 420426dd5f Incrementing the libclamav version numbers to 9.0.0 and setting the version strings to 0.101.0-beta. 7 years ago
Micah Snyder 7b563ca798 Enabling configure option --with-system-libmspack that will allow use of libmspack installations in /usr or /usr/local in favor of the version provided by ClamAV. 7 years ago
Micah Snyder b563e84083 Moved libmspack-0.5alpha from libclamav to libclammspack, and restructured the build so that there should be no need to modify the libmspack build files in the future (i.e. libmspack autoconf and automake files aren't actually used). 7 years ago
Renato Botelho 5450d4579b Make milter to respect $THREAD_LIBS instead of force -lpthread 7 years ago
Mickey Sola dfd6feb862 0.101 - pr87 - normalizing/correcting json m4 macro logic based on curl macro logic patch provided by Thomas Petazzoni 7 years ago
Thomas Petazzoni 65ee1b8ec2 m4/reorganization/libs/curl.m4: fix curl-config detection logic 7 years ago
Micah Snyder 5a8bf449ca bb12118: Increased recommended pcre2 version to 10.30 to avoid possible stack overflows. Adding warning for pcre users who should switch to pcre2. Updating warnings for pcre, pcre2 versions affected by 1 or more CVE's. 7 years ago
Micah Snyder d64cd9defd Updated version-related strings, structs, FLEVEL for 0.101.0(-devel). 7 years ago
Mickey Sola a3b6a805ca bb12090 - 0.101.x - updating openssl and libcrypto checks to backwards compatible, non-deprecated function checks 7 years ago
Mickey Sola 8c2fae4a89 bb12087 - 0.101 - updating to libtool v2.4.6, autojunking, and adding markdown files to make dist target 7 years ago
Micah Snyder e96b53b68b Autoreconf with stock libtool 2.4.2 7 years ago
Micah Snyder 6bced430e0 Fixing formatting mistake where # comment character made it into .m4 file by way of URL. Correcting .am file to account for removing files from repository. 7 years ago
Micah Snyder 64e2fedac7 Updated the NEWS.md, and reformatted it to improve the markdown. updated the version string from 0.100.0-rc to 0.100.0 in preparation for the release. 7 years ago
Micah Snyder 964a1e7321 Converting http urls to https urls. Primary focus was on clamav.net urls. I updated a couple others and fixes a few broken links as well. There are many (non-clamav.net) urls I didn't address, especially in 3rd party or contrib code. 7 years ago
Micah Snyder 6e407f2014 Applying patch to master to bring master 100% in line with dev/100 development branch in preparation for new development fork. 7 years ago