Update clamav hash and bump binutils and fakeroot on CI

This commit is contained in:
Butta 2020-09-22 22:48:39 +05:30
parent 69f67332df
commit 11b4f7aba9
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ TERMUX_PKG_EXTRA_MAKE_ARGS="tooldir=$TERMUX_PREFIX"
TERMUX_PKG_RM_AFTER_INSTALL="share/man/man1/windmc.1 share/man/man1/windres.1 bin/ld.bfd"
TERMUX_PKG_NO_STATICSPLIT=true
TERMUX_PKG_HAS_DEBUG=false
# Debug build fails with:
# Debug build fails with
# ~/termux-build/binutils/src/binutils/readelf.c:19060:81: error: in call to 'fread', size * count is too large for the given buffer
# if (fread (ehdr32.e_type, sizeof (ehdr32) - EI_NIDENT, 1, filedata->handle) != 1)
# ^

View File

@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=0.103.0
TERMUX_PKG_SRCURL=https://www.clamav.net/downloads/production/clamav-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=eebd426a68020ecad0d2084b8c763e6898ccfd5febcae833d719640bb3ff391b
TERMUX_PKG_SHA256=32a9745277bfdda80e77ac9ca2f5990897418e9416880f3c31553ca673e80546
TERMUX_PKG_DEPENDS="json-c, libandroid-support, libbz2, libc++, libcurl, libltdl, liblzma, libxml2, openssl, pcre2, zlib"
TERMUX_PKG_BREAKS="clamav-dev"
TERMUX_PKG_REPLACES="clamav-dev"

View File

@ -16,7 +16,7 @@ termux_step_create_debscripts() {
{
echo "#!$TERMUX_PREFIX/bin/sh"
echo "echo"
echo "echo Fakeroot does not give you any real root permissions. Utility is primarily intended to be used for development purposes."
echo "echo Fakeroot does not give you any real root permissions. This utility is primarily intended to be used for development purposes."
echo "echo More info about usage at https://wiki.debian.org/FakeRoot."
echo "echo"
echo "echo Programs requiring real root permissions will not run under fakeroot. Do not post bug reports about this."