1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

security/clamav-unofficial-sigs: update 5.3.2 -> 5.6.2

PR:		227057, 222032
Submitted by:	Max Kostikov <max@kostikov.co>, Marko Njezic <sf@maxempire.com> (maintainer)
Relnotes:	https://github.com/extremeshok/clamav-unofficial-sigs
This commit is contained in:
Kurt Jaeger 2018-03-30 11:08:35 +00:00
parent ad9dd8f2f2
commit b18b537831
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465959
6 changed files with 39 additions and 38 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= clamav-unofficial-sigs
PORTVERSION= 5.3.2
PORTREVISION= 1
PORTVERSION= 5.6.2
CATEGORIES= security
MAINTAINER= sf@maxempire.com
@ -20,10 +19,9 @@ COMMON_DEPENDS= clamscan:security/clamav \
BUILD_DEPENDS= ${COMMON_DEPENDS}
RUN_DEPENDS= ${COMMON_DEPENDS}
USES= perl5 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= extremeshok
USES= perl5 shebangfix
SHEBANG_FILES= clamav-unofficial-sigs.sh
USE_PERL5= run

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1464946787
SHA256 (extremeshok-clamav-unofficial-sigs-5.3.2_GH0.tar.gz) = 3abe1c22133d879318cebc18d3224a820ea1747524425d4a2efd337749596589
SIZE (extremeshok-clamav-unofficial-sigs-5.3.2_GH0.tar.gz) = 113714
TIMESTAMP = 1522164679
SHA256 (extremeshok-clamav-unofficial-sigs-5.6.2_GH0.tar.gz) = 233404d767fcb7d2b82defef831d584cbbcc7105f6bbc586d69a0a960bc0d4df
SIZE (extremeshok-clamav-unofficial-sigs-5.6.2_GH0.tar.gz) = 50931

View File

@ -2,9 +2,12 @@
logging_enabled="no"
config_version="999"
user_configuration_complete="yes"
work_dir="/var/db/clamav-unofficial-sigs"
work_dir="%%WRKSRC%%"
man_dir="%%WRKSRC%%"
enable_locking="no"
setmode="no"
clam_user="nobody"
clam_group="nobody"
clam_dbs="%%WRKSRC%%"
pkg_mgr=""
pkg_rm=""

View File

@ -1,43 +1,43 @@
--- clamav-unofficial-sigs.sh.orig 2016-11-18 10:05:40 UTC
--- clamav-unofficial-sigs.sh.orig 2018-03-27 15:43:43 UTC
+++ clamav-unofficial-sigs.sh
@@ -753,6 +753,8 @@ function make_signature_database_from_as
#Remove the clamav-unofficial-sigs script
function remove_script () {
echo ""
+ pkg_mgr="FreeBSD ports"
+ pkg_rm="pkg delete"
if [ -n "$pkg_mgr" ] && [ -n "$pkg_rm" ] ; then
echo "This script (clamav-unofficial-sigs) was installed on the system via '$pkg_mgr'"
echo "use '$pkg_rm' to remove the script and all of its associated files and databases from the system."
@@ -1151,7 +1153,7 @@ minimum_required_config_version="65"
@@ -1290,7 +1290,7 @@ minimum_required_config_version="72"
minimum_yara_clamav_version="0.99"
#default config files
# Default config files
-config_dir="/etc/clamav-unofficial-sigs"
+config_dir="%%PREFIX%%/etc/clamav-unofficial-sigs"
config_files=("$config_dir/master.conf" "$config_dir/os.conf" "$config_dir/user.conf")
config_files=( "$config_dir/master.conf" "$config_dir/os.conf" "$config_dir/user.conf" )
#Initialise
@@ -1879,20 +1881,11 @@ if [ "$sanesecurity_enabled" == "yes" ]
# Initialise
@@ -1302,6 +1302,8 @@ force_updates="no"
enable_log="no"
custom_config="no"
we_have_a_config="0"
+pkg_mgr="FreeBSD ports"
+pkg_rm="pkg delete"
# Solaris which function returns garbage when the program is not found
# only define the new which function if running under Solaris
@@ -2131,20 +2133,11 @@ if [ "$sanesecurity_enabled" == "yes" ]
xshok_pretty_echo_and_log "Sanesecurity Database & GPG Signature File Updates" "="
xshok_pretty_echo_and_log "Checking for Sanesecurity updates..."
- sanesecurity_mirror_ips=$(dig +ignore +short "$sanesecurity_url")
- #add fallback to host if dig returns no records
- if [ "$(xshok_array_count "$sanesecurity_mirror_ips")" -lt 1 ] ; then
- sanesecurity_mirror_ips=$(host -t A "$sanesecurity_url" | sed -n '/has address/{s/.*address \([^ ]*\).*/\1/;p;}')
- sanesecurity_mirror_ips="$(dig +ignore +short "$sanesecurity_url")"
- # Add fallback to host if dig returns no records
- if [ ${#sanesecurity_mirror_ips} -lt 1 ] ; then
- sanesecurity_mirror_ips="$(host -t A "$sanesecurity_url" | sed -n '/has address/{s/.*address \([^ ]*\).*/\1/;p;}')"
- fi
+ sanesecurity_mirror_ips=$(host "$sanesecurity_url" | sed 's/.*[[:space:]]//')
if [ "$(xshok_array_count "$sanesecurity_mirror_ips")" -ge "1" ] ; then
if [ ${#sanesecurity_mirror_ips} -ge 1 ] ; then
for sanesecurity_mirror_ip in $sanesecurity_mirror_ips ; do
- sanesecurity_mirror_name=""
- sanesecurity_mirror_name=$(dig +short -x "$sanesecurity_mirror_ip" | command sed 's/\.$//')
- #add fallback to host if dig returns no records
- if [ "$sanesecurity_mirror_name" == "" ] ; then
- sanesecurity_mirror_name=$(host "$sanesecurity_mirror_ip" | sed -n '/name pointer/{s/.*pointer \([^ ]*\).*\.$/\1/;p;}')
- sanesecurity_mirror_name="$(dig +short -x "$sanesecurity_mirror_ip" | command sed 's/\.$//')"
- # Add fallback to host if dig returns no records
- if [ -z "$sanesecurity_mirror_name" ] ; then
- sanesecurity_mirror_name="$(host "$sanesecurity_mirror_ip" | sed -n '/name pointer/{s/.*pointer \([^ ]*\).*\.$/\1/;p;}')"
- fi
+ sanesecurity_mirror_name=$(host "$sanesecurity_mirror_ip" | sed 's/.*[[:space:]]//' | sed 's/\.$//')
sanesecurity_mirror_site_info="$sanesecurity_mirror_name $sanesecurity_mirror_ip"
xshok_pretty_echo_and_log "Sanesecurity mirror site used: $sanesecurity_mirror_site_info"
$rsync_bin $rsync_output_level $no_motd --files-from="$sanesecurity_include_dbs" -ctuz $connect_timeout --timeout="$rsync_max_time" "rsync://$sanesecurity_mirror_ip/sanesecurity" "$work_dir_sanesecurity" 2>/dev/null
# shellcheck disable=SC2086

View File

@ -1,6 +1,6 @@
--- config/master.conf.orig 2016-05-23 23:38:56 UTC
--- config/master.conf.orig 2017-03-18 11:57:29 UTC
+++ config/master.conf
@@ -58,8 +58,8 @@ reload_dbs="yes"
@@ -63,8 +63,8 @@ clamd_reload_opt="clamdscan --reload"
work_dir="/var/lib/clamav-unofficial-sigs" #Top level working directory
# Log update information to '$log_file_path/$log_file_name'.
@ -11,7 +11,7 @@
log_file_name="clamav-unofficial-sigs.log"
@@ -120,7 +120,7 @@ yararulesproject_enabled="yes" # Yara-
@@ -125,7 +125,7 @@ yararulesproject_enabled="yes" # Yara-
additional_enabled="yes" # Additional Databases
## Disabling this will also cause the yararulesproject to be disabled.

View File

@ -1,6 +1,6 @@
--- config/os.freebsd.conf.orig 2016-05-23 23:38:56 UTC
--- config/os.freebsd.conf.orig 2017-03-18 11:57:29 UTC
+++ config/os.freebsd.conf
@@ -33,8 +33,6 @@ clamd_pid="/var/run/clamav/clamd.pid"
@@ -29,8 +29,6 @@ clamd_pid="/var/run/clamav/clamd.pid"
work_dir="/var/db/clamav-unofficial-sigs"