Commit Graph

86 Commits

Author SHA1 Message Date
Matthias Fischer
10945e38f3 clamav: Update to 0.101.2
For details see:
https://blog.clamav.net/2019/03/clamav-01012-and-01003-patches-have.html

"ClamAV 0.101.2 is a patch release to address a handful of security related bugs."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2019-03-29 13:50:18 +00:00
Matthias Fischer
e3429b4aad clamav: Update to 0.101.1
For details see:
https://blog.clamav.net/2019/01/clamav-01011-patch-has-been-released.html

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2019-01-07 01:33:05 +00:00
Matthias Fischer
5df66de303 clamav: Update to 0.101.0
For details see:
https://blog.clamav.net/

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-12-11 19:42:22 +00:00
Michael Tremer
92505ef003 Drop paxctl
We do not have grsecurity and more and there is no point
in shipping this tool.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-10-29 11:27:34 +00:00
Michael Tremer
aeefbca730 clamav: Move database directory to /var partition
The clamav database is quite large and occupies valuable
space on the root partition that on older systems is only
2GB large. This change moves the virus definition database
to the /var partition which is larger and supposed to hold
data like this anyway.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-10-29 11:25:24 +00:00
Matthias Fischer
e27f2aa69a clamav: Update to 0.100.2
Hi,

"This is a patch release to address several vulnerabilities..."

For details see:
https://blog.clamav.net/2018/10/clamav-01002-has-been-released.html

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-10-18 14:40:39 +01:00
Matthias Fischer
b38c334a25 clamav: Update to 0.100.1
For details see:
https://blog.clamav.net/2018/07/clamav-01001-has-been-released.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-07-10 18:40:15 +01:00
Peter Müller
a83b738215 update ClamAV to 0.100.0
Update ClamAV to 0.100.0, which brings some new features and bugfixes
(release notes are available here: https://blog.clamav.net/2018/04/clamav-01000-has-been-released.html).

Since the internal LLVM code is now deprecated and disabled by default,
patching clamav/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp
does not seem to be necessary anymore.

Further, the --disable-zlib-vcheck option has been removed since it
produces warnings during compilation.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-04-23 11:20:52 +01:00
Matthias Fischer
cc4816a1af clamav 0.99.4: removed gcc patch
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-03-07 18:43:44 +00:00
Peter Müller
a12d488682 ClamAV: update to 0.99.4
Update ClamAV to 0.99.4 which fixes four security issues
and compatibility issues with GCC 6 and C++ 11.

The release note can be found here: http://blog.clamav.net/2018/03/clamav-0994-has-been-released.html

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-03-05 15:11:55 +00:00
Michael Tremer
ca4c354e08 Bump release of all packages linked against OpenSSL
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-02-26 16:28:16 +00:00
Matthias Fischer
9a57c6cdd3 clamav: Update to 0.99.3
Excerpt from 'README':

"ClamAV 0.99.3 is a hotfix release to patch a set of vulnerabilities.

- fixes for the following CVE's: CVE-2017-6418, CVE-2017-6420,
  CVE-2017-12374, CVE-2017-12375, CVE-2017-12376, CVE-2017-12377,
  CVE-2017-12378, CVE-2017-12379, CVE-2017-12380.
- also included are 2 minor fixes to properly detect openssl install
  locations on FreeBSD 11, and prevent false warnings about zlib 1.2.1#
  version numbers."

For details see:
http://blog.clamav.net/2018/01/clamav-0993-has-been-released.html

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-01-27 16:26:45 +00:00
Michael Tremer
5e00841da0 Revert "Drop paxctl"
This reverts commit ae666b0c23.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-06-14 15:52:33 +01:00
Michael Tremer
63c94c5185 clamav: Import patch to fix build issues with GCC 6
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-05-19 20:25:30 +01:00
Michael Tremer
ae666b0c23 Drop paxctl
Since the new toolchain the flags are not compiled into the
binaries any more which causes paxctl to fail.

On top of that, PaX and grsecurity won't be available freely
any more which requires us to remove it from the distribution.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-05-18 12:08:22 +01:00
Michael Tremer
dc7d6b204d make.sh: Cleanup of polluted environment
The build environment is using a number of variables which
occasionally conflicted with some other build systems.

This patch cleans that up by renaming some variables and
later unexporting them in the lfs files.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-05-18 12:02:03 +01:00
Jonatan Schlag
afb143bd7c clamav: move initscripts to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-02-22 17:37:23 +01:00
Matthias Fischer
1b0d73ffdb zlib: Update to 1.2.11
Based on:
http://git.ipfire.org/?p=people/mlorenz/ipfire-2.x.git;a=commit;h=b693162e9fdc7c4cae2f148e8c7832c689ac6fd2
http://git.ipfire.org/?p=people/mlorenz/ipfire-2.x.git;a=commit;h=43a3b9986b7710eb685f00d6099965ebb220c012

Sadly, I couldn't avoid this configure-error while building 'clamav':

...
checking for zlib installation... using /usr
configure: error: The installed zlib version may contain a security bug.
Please upgrade to 1.2.2 or later: http://www.zlib.net.
You can omit this check with --disable-zlib-vcheck but DO NOT REPORT any stability issues then!
...

'clamav' seems to check 'zlib.h' for an appropriate zlib version ('clamav'-configure,
line 18679ff) greater v1.2.1 (line 18719ff), but I didn't find a solution for 1.2.11.

Therefore, '--disable-zlib-vcheck' was added to 'clamav'-configure options.
Any hints are welcome.

Testing zlib 1.2.11 with clamav 0.96.2 didn't find any seen problems so far.

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-01-24 14:29:28 +00:00
Arne Fitzenreiter
2b47cc27e3 bump package version of corrupted paks.
I had uploaded the wrong arch of this paks so bump version to fix this
in pakfire.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2016-07-13 13:33:21 +02:00
Arne Fitzenreiter
4558108c4d clamav: rework initskript
display download wait, increase time to 15min and
remove tmp files at freshclam terminate.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2016-05-06 11:22:05 +02:00
Arne Fitzenreiter
fe6e5e03d5 clamav: update to 0.99.2
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2016-05-04 16:21:58 +02:00
Matthias Fischer
f2d02e74e1 clamav: Update to 0.99.1
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2016-03-22 15:40:28 +00:00
Matthias Fischer
db1404051f clamav: Update to 0.99
clamav: Update to 0.99

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-12-11 18:46:02 +00:00
Arne Fitzenreiter
8d1e36cca5 clamav: update to 0.98.7 2015-04-30 06:50:15 +02:00
Michael Tremer
6bea9be4f4 clamav: Fix compiling
glibc headers were not correctly included
2015-03-05 12:54:22 +01:00
Arne Fitzenreiter
3ec88e97cd clamav: update to 0.98.6. 2015-02-23 16:53:07 +01:00
Matthias Fischer
a403ce7cca clamav: Update to 0.98.5 2015-02-23 14:33:19 +01:00
Arne Fitzenreiter
654a8ece84 clamav: update to 0.98.4. 2014-06-17 16:11:03 +02:00
Arne Fitzenreiter
1a200cffc9 clamav: update to 0.98.3. 2014-05-11 19:01:45 +02:00
Arne Fitzenreiter
f56c0f6c77 clamav: update to 0.98.1. 2014-01-15 23:48:48 +01:00
Arne Fitzenreiter
83dfa1d7b2 clamav: disable PaX mprotect for freshclam. 2013-09-29 22:26:14 +02:00
Arne Fitzenreiter
70c11aa670 clamav: disable PaX mprotect for clamd. 2013-09-29 13:09:50 +02:00
Michael Tremer
d0a1fbbe55 clamav: Fix building on ARM.
Disable using fanotify:

  CC     fan.o
In file included from fan.c:38:
fan-syscalllib.h:14:3: error: #error "System call numbers not defined for this architecture"
In file included from fan.c:38:
fan-syscalllib.h: In function 'fanotify_init':
fan-syscalllib.h:19: error: '__NR_fanotify_init' undeclared (first use in this function)
fan-syscalllib.h:19: error: (Each undeclared identifier is reported only once
fan-syscalllib.h:19: error: for each function it appears in.)
fan-syscalllib.h: In function 'fanotify_mark':
fan-syscalllib.h:25: error: '__NR_fanotify_mark' undeclared (first use in this function)
make[3]: *** [fan.o] Error 1
make[3]: Leaving directory `/usr/src/clamav-0.98/clamd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/clamav-0.98'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/clamav-0.98'
make: *** [/usr/src/log/clamav-0.98] Error 2
2013-09-28 11:14:34 +00:00
Arne Fitzenreiter
0a379f8fe6 clamav: update to 0.98. 2013-09-22 16:34:07 +02:00
Arne Fitzenreiter
5d46c29e5a clamav: update to 0.97.8. 2013-04-30 10:16:19 +02:00
Arne Fitzenreiter
656ab28314 clamav: increment PAK_VER. 2012-09-23 16:07:18 +02:00
Arne Fitzenreiter
00f9fa160d clamav: update to 0.97.6. 2012-09-20 23:25:15 +02:00
Arne Fitzenreiter
dd0411c646 clamav: update to 0.97.5. 2012-06-19 21:24:51 +02:00
Arne Fitzenreiter
da43373bdb clamav: updated to 0.97.4. 2012-03-18 13:14:59 +01:00
Arne Fitzenreiter
a5b82ef121 clamav: update to 0.97.3. 2011-10-19 14:35:04 +02:00
Arne Fitzenreiter
68b6a4380f clamav: update to 0.97.2. 2011-07-27 23:38:18 +02:00
Arne Fitzenreiter
b571e4c234 clamav: update to 0.97.1. 2011-06-11 11:23:02 +02:00
Arne Fitzenreiter
5cb1931f25 Update clamav (0.97). 2011-02-08 22:11:51 +01:00
Arne Fitzenreiter
27f2be1853 Updated clamav (0.96.5). 2010-12-06 14:03:15 +01:00
Christian Schmidt
ee788c9e46 Upgraded clamav to latest stable. 2010-08-18 11:26:27 +02:00
Christian Schmidt
065cc0d6ef Updated clamav to current stable. 2010-05-26 16:12:56 +02:00
Arne Fitzenreiter
cae7b5a5b1 Updated clamav (0.96). 2010-05-01 00:32:44 +02:00
Arne Fitzenreiter
1ca249ccfb Updated clamav to 0.95.3. 2009-11-03 09:07:21 +01:00
Arne Fitzenreiter
39dffbc2aa Updated clamav to 0.95.2 2009-06-13 21:19:25 +02:00
Arne Fitzenreiter
86c8565eb2 Updated clamav to 0.95.1 2009-05-10 13:50:35 +02:00