Micah Snyder
b8dbe267cf
Corrections to dist to account for moving of UserManual and addition of fuzz directory.
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
35f04d064c
Improvements to the fuzz Makefile settings.
6 years ago
Micah Snyder (micasnyd)
ce6402f7fe
Added oss-fuzz integration.
6 years ago
Micah Snyder
e766303b2f
Removing final references to libmspack-0.5alpha, preventing make dist.
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
8c2fae4a89
bb12087 - 0.101 - updating to libtool v2.4.6, autojunking, and adding markdown files to make dist target
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
de2d9dc4fc
Removing file references from Makefile that were removed as a part of Windows visual studio project file cleanup effort.
8 years ago
Mickey Sola
0e82841af1
mspack - adding windows build scripts to dist
8 years ago
Kevin Lin
a95e8cb6b9
make: change options for make distcheck
9 years ago
andrey mirtchovski
fe90772833
adding libfreshclam
...
Signed-off-by: Steven Morgan <smorgan@sourcefire.com>
9 years ago
Mickey Sola
b68375fdbb
bb10568 - patch from Andreas Cadhalpun to add systemd support for clamd and freshclam
9 years ago
Kevin Lin
f42fb8b3b3
added COPYING.pcre to Makefile.am
10 years ago
Steven Morgan
d1c3790960
remove obsolete COPYING.sha256 from Makefile.am
10 years ago
Steven Morgan
efd2b4d74b
add file COPYING.YARA to Makefile EXTRA_DIST.
10 years ago
Steven Morgan
325bd3c082
remove obsolete license file.
10 years ago
Shawn Webb
f310738305
Initial commit for clamsubmit app
11 years ago
Tom Judge
8d7dc3a192
Remove -werror flags from dist check target, this makes buildbot useful.
13 years ago
Török Edvin
60ba0f8656
Revert "build system: use automake subdir-objects (bb #2369 )"
...
This reverts commit 321488a958
.
Conflicts:
win32/clamav-config.h
14 years ago
Török Edvin
321488a958
build system: use automake subdir-objects (bb #2369 )
...
This required introduced various libshared*.la, because otherwise the
object files in shared would overwrite eachother.
This is not for 0.97.1
14 years ago
Török Edvin
51e69a14b9
Clean up distcheck. (bb #2342 )
...
Remove *.pyc, and win32/clamav-for-windows from dist.
15 years ago
aCaB
e458124a11
bump autoconf, make test files on make check (bb#2339)
15 years ago
Török Edvin
ecdd4de7d3
More dist fixes.
...
libclamav/c++/llvm/include/llvm/System/DataTypes.h is autogenerated file.
ChangeLog is automatically shipped, no need to add to EXTRA_DIST.
15 years ago
Török Edvin
316a800c4f
COPYING.llvm and ChangeLog were missing from EXTRA_DIST. Thanks aCaB for noticing!
15 years ago
Tomasz Kojm
509d23662e
add win32 to extra dist
15 years ago
Török Edvin
9befe20b55
add missing file.
16 years ago
Török Edvin
4c6ba0e560
Fix make distcheck failure.
...
Disabled Wbad-function-cast as error (it warned about double to int conversion).
Also run configure itself without Werror, and only set Werror at the end,
because otherwise the check for -lm fails (resulting in link error for missing
symbol of sqrt). Apparently the configure check for -lm uses a wrong prototype,
which due to Werror makes configure think it doesn't need -lm (since it doesn't
have any math symbols in it).
16 years ago
Török Edvin
f8f1654d45
Don't error on unused functions.
16 years ago
Török Edvin
f094281181
Fix srcdir != objdir builds: platform.h needs to be configure generated.
16 years ago
Török Edvin
3c5f686d75
Use automake's parallel tests feature.
...
This simplifies the various clamd/clamscan tests a lot,
since the valgrind tests can now be parallelized by automake,
and we don't need to do that in the script itself.
16 years ago
Török Edvin
8e61d24a22
Make dist was still wrong.
...
It needs to modift $(destdir) not objdir!
16 years ago
Török Edvin
c8f694f3ca
Really clean files not meant for make dist, dist-hook is invoked
...
only in toplevel project!
16 years ago
Török Edvin
2922746173
Fix make distcheck.
16 years ago
Török Edvin
62dfa21a4c
Use POSIX tar that support paths longer than 99 characters.
16 years ago
Török Edvin
997a1efeb2
Draft of bytecode loader.
16 years ago
Török Edvin
00c3dfe516
provide script for package maintainers to split tarball (bb #1515 )
...
disable preloading, it doesn't work properly yet.
git-svn: trunk@4993
16 years ago
Tomasz Kojm
956fcfcfe3
COPYING.BSD -> COPYING.regex; add COPYING.sha256
...
git-svn: trunk@4880
16 years ago
Török Edvin
8db0a3463d
clamdtop moved to toplevel + manpage.
...
git-svn: trunk@4846
16 years ago
Tomasz Kojm
b61db429fc
shared, clamconf: drop old stuff; replace getopt.[ch] with my_getopt
...
git-svn: trunk@4589
17 years ago
Török Edvin
62f3e4e421
add -Wformat-security to 'make distcheck'
...
git-svn: trunk@4586
17 years ago
Török Edvin
31a6bb1dde
remove -Wpacked
...
git-svn: trunk@4563
17 years ago
Török Edvin
af84980bec
fix distcheck
...
git-svn: trunk@4406
17 years ago
aCaB
5ed6026065
liblt sucks
...
git-svn: trunk@4381
17 years ago
aCaB
bb7bd3abfd
final
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/dlopen@4368 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
aCaB
094104a7ac
preliminary dlopen support for libclamunrar - this is mostly libtool stuff
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/dlopen@4360 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Török Edvin
b9b477842d
fix compiler warnings, more to come (bb #273 )
...
git-svn: trunk@4346
17 years ago
Török Edvin
4fbb076eb0
fix flags
...
git-svn: trunk@4309
17 years ago