Skip to content
Snippets Groups Projects
Commit 36f9d031 authored by Yasuhiro Kimura's avatar Yasuhiro Kimura
Browse files

security/clamav: Update to new bugfix release 0.104.1

parent dc64b131
No related branches found
No related tags found
No related merge requests found
PORTNAME= clamav
DISTVERSION= 0.104.0
DISTVERSION= 0.104.1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= https://www.clamav.net/downloads/production/
MAINTAINER= yasu@FreeBSD.org
COMMENT= Command line virus scanner written entirely in C
COMMENT= Open-source (GPL) anti-virus engine (Regular Feature Release)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.txt
......
TIMESTAMP = 1631019092
SHA256 (clamav-0.104.0.tar.gz) = a079d64cd55d6184510adfe0f341b2f278f7fb1bcc080d28d374298160f19cb2
SIZE (clamav-0.104.0.tar.gz) = 11896747
TIMESTAMP = 1635961222
SHA256 (clamav-0.104.1.tar.gz) = b7e6b709ab6c8a8eddb8c32b04c3e5df38adcae459b4ecd9bc1febaca9be57c0
SIZE (clamav-0.104.1.tar.gz) = 11953064
--- cmake/FindCURSES.cmake.orig 2021-11-02 19:09:25 UTC
+++ cmake/FindCURSES.cmake
@@ -58,7 +58,11 @@ if(NCURSES_NOT_FOUND EQUAL -1)
set(HAVE_LIBNCURSES 1)
set(CURSES_INCLUDE "<ncurses.h>")
- set(CURSES_LIBRARY ${PC_NCurses_LINK_LIBRARIES})
+ find_library(CURSES_LIBRARY
+ NAMES ncurses
+ PATHS ${PC_NCurses_LIBRARY_DIRS}
+ )
+
set(CURSES_VERSION ${PC_NCurses_VERSION})
include(FindPackageHandleStandardArgs)
This the stable version of Clam Antivirus.
Clam Antivirus is command line virus scanner written entirely in C
and its database is kept up to date. It also detects polymorphic
viruses, scans compressed files and supported by AMaViS.
Optionally you can use the clamav-milter interface to connect
clamav with sendmail.
ClamAV is an open-source (GPL) anti-virus engine used in a variety of
situations, including email and web scanning, and endpoint
security. It provides many utilities for users, including a flexible
and scalable multi-threaded daemon, a command-line scanner and an
advanced tool for automatic database updates.
This is Regular (non-LTS) Feature Release of ClamAV.
WWW: https://www.clamav.net/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment