Commit Graph

74 Commits

Author SHA1 Message Date
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
Arne Fitzenreiter
3b5afaed9b Updated clamav to 0.94.2 2008-11-28 21:16:51 +01:00
Arne Fitzenreiter
ecacf8102e Update clamav package to 0.94.1 2008-11-11 15:05:45 +01:00
Arne Fitzenreiter
7c5bd538bf Updated clamav to 0.94
Changed videolan package version
2008-09-03 20:28:59 +02:00
Arne Fitzenreiter
8a8e094a3c Updated clamav to version 0.93.3 2008-07-10 07:07:41 +02:00
Maniacikarus
d28456088a Updated clamav to current stable 2008-06-18 22:00:38 +02:00
Christian Schmidt
ecb280f59f Updated clamav to current stable 2008-04-15 18:56:53 +02:00
arne_f
4f57d6981e Fix .pid access of clamd and freshclam
Add ClamAV section to system-log (core8)
Create /etc/ntp folder (core8)


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1216 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-02-16 17:03:48 +00:00
arne_f
30a0603482 Updated ClamAV to 0.92.1
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1205 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-02-13 17:20:22 +00:00
arne_f
a092753f23 Updated ClamAV to 0.92
Added patch for gcc bug pr28045



git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1202 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-02-11 22:33:41 +00:00
maniacikarus
ed8286424f fixed wrong url on redirector page
reverted clamav because of gcc problem
fixed outgoingfw error with ppp connections
added recent fixes to core 2
fixed ppp script timeout no more killing up and down scripts
remove empty lines from the package files because of stty error


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1127 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-12-21 18:31:50 +00:00
maniacikarus
5f9d5a4267 Update Clamav and Cups build might fail because of gcc bug
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1126 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-12-19 18:47:45 +00:00
ms
203c2787c9 Clamav kommt erstma ohne Virendefinitionen daher.
Die laedt der sich dann alleine.
rsync-Update.
Das Pakfire-Update kann beim Verbinden auch im Hintergrund ablaufen.
Einige Shell-Kommandos interaktiv gemacht.
AdoDB ins Paket von Openmailadmin hinzugefuegt.
Prompt ist wieder farbig.
Das MySQL-Setup ist noch nicht so besonders fit.
Der Server braucht zu lange zum starten - somit kann noch kein Passwort gesetzt werden.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@971 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-10-14 14:04:38 +00:00