Commit Graph

109 Commits (b849bbd02eabc0f948930e893bee2e0590a6e8b2)

Author SHA1 Message Date
Micah Snyder (micasnyd) 9e20cdf6ea Add CMake build tooling 5 years ago
Mickey Sola 29389cb774 clamonacc - Loosen curl requirements 5 years ago
Micah Snyder 9b03090a0a Autotools compatibility fixes 5 years ago
Micah Snyder 206dbaefe8 Update copyright dates for 2020 5 years ago
Micah Snyder 1cf323d5de Adds --with-libjson-static=DIR option to configure. 6 years ago
Mickey Sola 4e585c89eb configure - fix fanotify detection issue; allow for all code checks to run 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 (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 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 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 5f71cae2f2 Moved AC_PROG_OBJC out of conditional. 6 years ago
Micah Snyder 352248f608 Moving Windows cert verification to shared directory, and adding macOS cert verification support. 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 2c5f01c72c Autoconf configure.ac adjustment. Move AC_CONFIG_AUX_DIR([config]) after AC_INIT and before all others. 6 years ago
Micah Snyder cef54eaf8f Freshclam refresh. This update makes libcurl a hard requirement for ClamAV. 6 years ago
Micah Snyder 52cddcbcfd Updating and cleaning up copyright notices. 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 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
Micah Snyder d39cb6581f Updating libclamunrar from legacy C implementation to modern unrar 5.6.5. API changes and supporting changes included to pass the filepath of the scanned file into libclamav through the cli_ctx structure, required by the unrar library to open archives. The filename argument may be optional for the scandesc scanning variant, but libclamav will make a best effort to identify the filename from the file descriptor if it was not provided. In addition, included the ability to prefix temp file and directory names with file basenames. 7 years ago
Mickey Sola 1e34093976 bb12091 - 0.101.x - adding pkg-config macro to fix conditional check failures for specificied configure options 7 years ago
Micah Snyder d64cd9defd Updated version-related strings, structs, FLEVEL for 0.101.0(-devel). 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 c651294fb6 Changing version string to 0.100.0-rc 7 years ago
Kevin Lin 9289ec6912 designate when internal llvm is used 7 years ago
Kevin Lin 92cfebf690 remove 'yes' as reported location for PATH-detected llvm 7 years ago
Micah Snyder d0a2b1990d Improved configure summary to be more descriptive with clamsubmit and preclass. Updated libjson-c configuration to be opt-out. 7 years ago
Micah Snyder 0f726bcd8b adding error case when json-c is requested but not found. only display preclass in configure summary if json-c is found. 7 years ago
Micah Snyder 6e56ae1243 updating version numbers after reversioning. Updating README, NEWS. 7 years ago
Mickey Sola 915614e7a6 strn - adding configuration option to force use of internal strn functions for use when crosscompiling binaries against older libraries 8 years ago
Steven Morgan 279237dc73 Fix clamsubmit prereq checks. 8 years ago
Steven Morgan 2d05df6f32 bb11883 - Fix fanotify ./configure issue. 8 years ago
Steven Morgan fb11adbbdf bb11867/11885 - Fix clamsubmit build issues. 8 years ago
Sebastian Andrzej Siewior 9a1b6ef52d clamav: add private fts() implementation 8 years ago