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
17 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
Török Edvin
fd9379f9e5
fix make distcheck on gcc < 4.3 (bb #1259 )
...
git-svn: trunk@4303
17 years ago
Török Edvin
a66b62f88b
handle unfinishes string tokens in JS parser
...
git-svn: trunk@4247
17 years ago
Török Edvin
7959343dc7
allow make distcheck to succeed (bb #1142 )
...
fix some more warnings
filter -Werror in clamav-milter.c
git-svn: trunk@4141
17 years ago
Török Edvin
f7e2294c17
fix compiler warnings, and adjust cflags (bb #1142 )
...
configure: if SENDMAIL_VERSION_A cannot be determined, check for
smfi_opensocket, and assume version 8.13.
For example this happens if you have postfix installed instead of sendmail
git-svn: trunk@4139
17 years ago
Török Edvin
5cd3f734a9
add lots of warnings flags to 'make distcheck',
...
and turn some warnings into errors (bb #1092 )
git-svn: trunk@4129
17 years ago
Török Edvin
dfc0c031cb
if there is a version.h.static use that instead of output from svnversion
...
Makefile portability fixes
fix assert failure
add lcov to top level makefile
cleanup after lcov when you run make clean (bb #1112 )
fix parsing of [^.] character class
fix parsing of [r-t]
fix handling of @ for URL hashes
fix handling of &# inside URLs
drop some dead code
more unit tests for str
portability fixes
git-svn: trunk@4078
17 years ago
Török Edvin
b6927a7c77
fix 'make distcheck':
...
add missing files to EXTRA_DIST, SOURCES
update CLEANFILES
.conf files and .cvd files are not removed during uninstall on purpose =>
whitelist them in distuninstallcheck
git-svn: trunk@4040
17 years ago
Tomasz Kojm
2023340a41
update copyrights and stick more files to GPLv2; move and add more credits to the AUTHORS file; add COPYING.BSD
...
git-svn: trunk@3749
17 years ago
Tomasz Kojm
fe473bcb07
add initial support for unit tests
...
git-svn: trunk@3710
17 years ago
Tomasz Kojm
0db944fcef
Makefile fixes
...
git-svn: trunk@3698
17 years ago
aCaB
2455584143
sync to trunk
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/newlimits@3599 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
Török Edvin
6053d09a36
allow to specify libgmp location, by using --with-libgmp-prefix,
...
by default current prefix is also searched
allow to specify libb2 location, by using --with-bz2-prefix,
by default current prefix is also searched
locating gmp and bz2 works by default on OpenBSD (bb #301 )
move local m4 macros to m4/
import lib-link.m4 and dependent files
quoting for autoconf macros (bb #452 )
git-svn: trunk@3566
18 years ago
aCaB
ace28304ad
byteswapped testfiles - bb#398
...
git-svn: trunk@3506
18 years ago
Tomasz Kojm
c8f2d06055
re-enable text detection (ASCII, UTF8, UTF16)
...
git-svn: trunk@3486
18 years ago
aCaB
9f0d9b9890
make gcc 3.4.6 build on solaris
...
git-svn: trunk@3466
18 years ago
Tomasz Kojm
5ca7fd1813
re-include RAR code
...
git-svn: trunk@3396
18 years ago
Tomasz Kojm
067ecc29a3
temporarily remove the RAR code
...
git-svn: trunk@3371
18 years ago
Trog
2fda4dc0ea
* libclamunrar: move unrar to a separate library, under an unrar license.
...
* libclamav/unarj: further bounds checking
git-svn: trunk@3310
18 years ago
Tomasz Kojm
ea8e508d71
update
...
git-svn: trunk@3089
18 years ago
Sven Strickroth
a99111f050
remove old CVS-stuff and make the repository look more like SVN
...
git-svn: trunk@2755
19 years ago