mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
clamav: update to 0.101.5
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
+24
-39
@@ -4,14 +4,14 @@ HOMEPAGE = "http://www.clamav.net/index.html"
|
|||||||
SECTION = "security"
|
SECTION = "security"
|
||||||
LICENSE = "LGPL-2.1"
|
LICENSE = "LGPL-2.1"
|
||||||
|
|
||||||
DEPENDS = "libtool db libmspack openssl zlib llvm chrpath-replacement-native clamav-native"
|
DEPENDS = "libtool db libxml2 openssl zlib curl llvm clamav-native libmspack"
|
||||||
DEPENDS_class-native = "db-native openssl-native zlib-native"
|
DEPENDS_class-native = "db-native openssl-native zlib-native llvm-native curl-native"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING.LGPL;beginline=2;endline=3;md5=4b89c05acc71195e9a06edfa2fa7d092"
|
LIC_FILES_CHKSUM = "file://COPYING.LGPL;beginline=2;endline=3;md5=4b89c05acc71195e9a06edfa2fa7d092"
|
||||||
|
|
||||||
SRCREV = "b66e5e27b48c0a07494f9df9b809ed933cede047"
|
SRCREV = "482fcd413b07e9fd3ef9850e6d01a45f4e187108"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=rel/0.99 \
|
SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=rel/0.101 \
|
||||||
file://clamd.conf \
|
file://clamd.conf \
|
||||||
file://freshclam.conf \
|
file://freshclam.conf \
|
||||||
file://volatiles.03_clamav \
|
file://volatiles.03_clamav \
|
||||||
@@ -23,20 +23,14 @@ SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=rel/0.99 \
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
LEAD_SONAME = "libclamav.so"
|
LEAD_SONAME = "libclamav.so"
|
||||||
SO_VER = "7.1.1"
|
SO_VER = "9.0.2"
|
||||||
|
|
||||||
EXTRANATIVEPATH += "chrpath-native"
|
inherit autotools pkgconfig useradd systemd
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig useradd systemd
|
CLAMAV_UID ?= "clamav"
|
||||||
|
CLAMAV_GID ?= "clamav"
|
||||||
UID = "clamav"
|
|
||||||
GID = "clamav"
|
|
||||||
INSTALL_CLAMAV_CVD ?= "1"
|
INSTALL_CLAMAV_CVD ?= "1"
|
||||||
|
|
||||||
# Clamav has a built llvm version 2 but does not build with gcc 6.x,
|
|
||||||
# disable the internal one. This is a known issue
|
|
||||||
# If you want LLVM support, use the one in core
|
|
||||||
|
|
||||||
CLAMAV_USR_DIR = "${STAGING_DIR_NATIVE}/usr"
|
CLAMAV_USR_DIR = "${STAGING_DIR_NATIVE}/usr"
|
||||||
CLAMAV_USR_DIR_class-target = "${STAGING_DIR_HOST}/usr"
|
CLAMAV_USR_DIR_class-target = "${STAGING_DIR_HOST}/usr"
|
||||||
|
|
||||||
@@ -45,49 +39,40 @@ PACKAGECONFIG_class-target += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6",
|
|||||||
PACKAGECONFIG_class-target += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
PACKAGECONFIG_class-target += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
||||||
|
|
||||||
PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_LIBDIR}, --without-pcre, libpcre"
|
PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_LIBDIR}, --without-pcre, libpcre"
|
||||||
PACKAGECONFIG[xml] = "--with-xml=${CLAMAV_USR_DIR}, --disable-xml, libxml2,"
|
PACKAGECONFIG[json] = "--with-libjson=${STAGING_LIBDIR}, --without-libjson, json-c,"
|
||||||
PACKAGECONFIG[json] = "--with-libjson=${STAGING_LIBDIR}, --without-libjson, json,"
|
|
||||||
PACKAGECONFIG[curl] = "--with-libcurl=${STAGING_LIBDIR}, --without-libcurl, curl,"
|
|
||||||
PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6"
|
PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6"
|
||||||
PACKAGECONFIG[bz2] = "--with-libbz2-prefix=${CLAMAV_USR_DIR}, --without-libbz2-prefix, "
|
PACKAGECONFIG[bz2] = "--with-libbz2-prefix=${CLAMAV_USR_DIR}, --disable-bzip2, bzip2"
|
||||||
PACKAGECONFIG[ncurses] = "--with-libncurses-prefix=${CLAMAV_USR_DIR}, --without-libncurses-prefix, ncurses, "
|
PACKAGECONFIG[ncurses] = "--with-libncurses-prefix=${CLAMAV_USR_DIR}, --without-libncurses-prefix, ncurses, "
|
||||||
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/, --without-systemdsystemunitdir, "
|
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/, --without-systemdsystemunitdir, "
|
||||||
|
|
||||||
EXTRA_OECONF_CLAMAV = "--without-libcheck-prefix --disable-unrar \
|
EXTRA_OECONF_CLAMAV = "--without-libcheck-prefix --disable-unrar \
|
||||||
--with-system-llvm --with-llvm-linking=dynamic --disable-llvm \
|
|
||||||
--disable-mempool \
|
--disable-mempool \
|
||||||
--program-prefix="" \
|
--program-prefix="" \
|
||||||
--disable-yara \
|
--disable-zlib-vcheck \
|
||||||
--disable-xml \
|
--with-xml=${CLAMAV_USR_DIR} \
|
||||||
|
--with-zlib=${CLAMAV_USR_DIR} \
|
||||||
--with-openssl=${CLAMAV_USR_DIR} \
|
--with-openssl=${CLAMAV_USR_DIR} \
|
||||||
--with-zlib=${CLAMAV_USR_DIR} --disable-zlib-vcheck \
|
--with-libcurl=${CLAMAV_USR_DIR} \
|
||||||
|
--with-system-libmspack=${CLAMAV_USR_DIR} \
|
||||||
|
--with-iconv=no \
|
||||||
|
--enable-check=no \
|
||||||
"
|
"
|
||||||
|
|
||||||
EXTRA_OECONF_class-native += "${EXTRA_OECONF_CLAMAV}"
|
EXTRA_OECONF_class-native += "${EXTRA_OECONF_CLAMAV}"
|
||||||
EXTRA_OECONF_class-target += "--with-user=${UID} --with-group=${GID} --disable-rpath ${EXTRA_OECONF_CLAMAV}"
|
EXTRA_OECONF_class-target += "--with-user=${CLAMAV_UID} --with-group=${CLAMAV_GID} ${EXTRA_OECONF_CLAMAV}"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
||||||
install -d ${S}/clamav_db
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure_class-native () {
|
do_configure_class-native () {
|
||||||
${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
do_compile_append_class-target() {
|
do_compile_append_class-target() {
|
||||||
# brute force removing RPATH
|
|
||||||
chrpath -d ${B}/libclamav/.libs/libclamav.so.${SO_VER}
|
|
||||||
chrpath -d ${B}/sigtool/.libs/sigtool
|
|
||||||
chrpath -d ${B}/clambc/.libs/clambc
|
|
||||||
chrpath -d ${B}/clamscan/.libs/clamscan
|
|
||||||
chrpath -d ${B}/clamconf/.libs/clamconf
|
|
||||||
chrpath -d ${B}/clamd/.libs/clamd
|
|
||||||
chrpath -d ${B}/freshclam/.libs/freshclam
|
|
||||||
|
|
||||||
if [ "${INSTALL_CLAMAV_CVD}" = "1" ]; then
|
if [ "${INSTALL_CLAMAV_CVD}" = "1" ]; then
|
||||||
bbnote "CLAMAV creating cvd"
|
bbnote "CLAMAV creating cvd"
|
||||||
|
install -d ${S}/clamav_db
|
||||||
${STAGING_BINDIR_NATIVE}/freshclam --datadir=${S}/clamav_db --config=${WORKDIR}/freshclam-native.conf
|
${STAGING_BINDIR_NATIVE}/freshclam --datadir=${S}/clamav_db --config=${WORKDIR}/freshclam-native.conf
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@@ -117,7 +102,7 @@ pkg_postinst_ontarget_${PN} () {
|
|||||||
${sysconfdir}/init.d/populate-volatile.sh update
|
${sysconfdir}/init.d/populate-volatile.sh update
|
||||||
fi
|
fi
|
||||||
mkdir -p ${localstatedir}/lib/clamav
|
mkdir -p ${localstatedir}/lib/clamav
|
||||||
chown -R ${UID}:${GID} ${localstatedir}/lib/clamav
|
chown -R ${CLAMAV_UID}:${CLAMAV_GID} ${localstatedir}/lib/clamav
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -158,7 +143,7 @@ FILES_${PN}-dev = " ${bindir}/clamav-config ${libdir}/*.la \
|
|||||||
|
|
||||||
FILES_${PN}-staticdev = "${libdir}/*.a"
|
FILES_${PN}-staticdev = "${libdir}/*.a"
|
||||||
|
|
||||||
FILES_${PN}-libclamav = "${libdir}/libclamav.so* ${libdir}/libmspack.so*\
|
FILES_${PN}-libclamav = "${libdir}/libclamav.so* ${libdir}/libclammspack.so*\
|
||||||
${docdir}/libclamav/* "
|
${docdir}/libclamav/* "
|
||||||
|
|
||||||
FILES_${PN}-doc = "${mandir}/man/* \
|
FILES_${PN}-doc = "${mandir}/man/* \
|
||||||
@@ -168,8 +153,8 @@ FILES_${PN}-doc = "${mandir}/man/* \
|
|||||||
FILES_${PN}-cvd = "${localstatedir}/lib/clamav/*.cvd ${localstatedir}/lib/clamav/*.dat"
|
FILES_${PN}-cvd = "${localstatedir}/lib/clamav/*.cvd ${localstatedir}/lib/clamav/*.dat"
|
||||||
|
|
||||||
USERADD_PACKAGES = "${PN}"
|
USERADD_PACKAGES = "${PN}"
|
||||||
GROUPADD_PARAM_${PN} = "--system ${UID}"
|
GROUPADD_PARAM_${PN} = "--system ${CLAMAV_UID}"
|
||||||
USERADD_PARAM_${PN} = "--system -g ${GID} --home-dir \
|
USERADD_PARAM_${PN} = "--system -g ${CLAMAV_GID} --home-dir \
|
||||||
${localstatedir}/spool/${BPN} \
|
${localstatedir}/spool/${BPN} \
|
||||||
--no-create-home --shell /bin/false ${BPN}"
|
--no-create-home --shell /bin/false ${BPN}"
|
||||||
|
|
||||||
@@ -178,7 +163,7 @@ RREPLACES_${PN} += "${PN}-systemd"
|
|||||||
RCONFLICTS_${PN} += "${PN}-systemd"
|
RCONFLICTS_${PN} += "${PN}-systemd"
|
||||||
SYSTEMD_SERVICE_${PN} = "${BPN}.service"
|
SYSTEMD_SERVICE_${PN} = "${BPN}.service"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "openssl ncurses-libncurses libbz2 ncurses-libtinfo clamav-freshclam clamav-libclamav"
|
RDEPENDS_${PN} = "openssl ncurses-libncurses libxml2 libbz2 ncurses-libtinfo curl libpcre2 clamav-freshclam clamav-libclamav"
|
||||||
RDEPENDS_${PN}_class-native = ""
|
RDEPENDS_${PN}_class-native = ""
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
Reference in New Issue
Block a user