Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clamav
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
clamav
Commits
0582c0cb
Commit
0582c0cb
authored
May 17, 2022
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated ClamAV to 0.103.0 LTS
parent
20addc5b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile
Makefile
+6
-6
clamav-0.103.0.tar.gz
clamav-0.103.0.tar.gz
+0
-0
No files found.
Makefile
View file @
0582c0cb
...
@@ -21,11 +21,11 @@ all: freshclam-config clamd-config
...
@@ -21,11 +21,11 @@ all: freshclam-config clamd-config
ln
-sv
/data/etc/shadow /etc/shadow
ln
-sv
/data/etc/shadow /etc/shadow
mv
-v
/etc/gshadow /data/etc/gshadow
mv
-v
/etc/gshadow /data/etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
tar
xf clamav-0.10
2.4
.tar.gz
tar
xf clamav-0.10
3.0
.tar.gz
cd
clamav-0.10
2.4
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
cd
clamav-0.10
3.0
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
$(MAKE)
-C
clamav-0.10
2.4
$(MAKE)
-C
clamav-0.10
3.0
$(MAKE)
-C
clamav-0.10
2.4
check
$(MAKE)
-C
clamav-0.10
3.0
check
$(MAKE)
-C
clamav-0.10
2.4
install
$(MAKE)
-C
clamav-0.10
3.0
install
install
-d
-m755
-o
clamav
-g
clamav /usr/share/clamav
install
-d
-m755
-o
clamav
-g
clamav /usr/share/clamav
sed
-i
'/^\[Service\]$$/a RestartSec=5s'
/lib/systemd/system/clamav-daemon.service
sed
-i
'/^\[Service\]$$/a RestartSec=5s'
/lib/systemd/system/clamav-daemon.service
sed
-i
'/^\[Service\]$$/a Restart=on-failure'
/lib/systemd/system/clamav-daemon.service
sed
-i
'/^\[Service\]$$/a Restart=on-failure'
/lib/systemd/system/clamav-daemon.service
...
@@ -34,7 +34,7 @@ all: freshclam-config clamd-config
...
@@ -34,7 +34,7 @@ all: freshclam-config clamd-config
systemctl
enable
clamav-freshclam
systemctl
enable
clamav-freshclam
@
echo
"
$$
CLAMD_CONFIG"
>
/etc/clamd.conf
@
echo
"
$$
CLAMD_CONFIG"
>
/etc/clamd.conf
systemctl
enable
clamav-daemon
systemctl
enable
clamav-daemon
rm
-rf
clamav-0.10
2.4
rm
-rf
clamav-0.10
3.0
freshclam-config
:
freshclam-config
:
define
FRESHCLAM_CONFIG
define
FRESHCLAM_CONFIG
...
...
clamav-0.10
2.4
.tar.gz
→
clamav-0.10
3.0
.tar.gz
View file @
0582c0cb
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment