aboutsummaryrefslogtreecommitdiff
path: root/security/clamav
Commit message (Collapse)AuthorAgeFilesLines
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* security/clamav: Update to 0.104.2Yasuhiro Kimura2022-01-132-4/+4
| | | | | | ReleaseNotes: https://blog.clamav.net/2022/01/clamav-01035-and-01042-security-patch.html MFH: 2022Q1 Security: CVE-2022-20698
* security/clamav: Make the value of user/group overridable with make.confOclair2021-12-141-2/+2
| | | | PR: 259987
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* security/clamav: Revert changes introduced in ↵Rodrigo Osorio2021-11-191-1/+0
| | | | d97161a97818bef47e66ab362f444cd1201c87fd
* net-mgmt/smokeping: Fix patches filepathRodrigo Osorio2021-11-191-0/+1
| | | | | PR: 259891 Reported by: shaun <freebsd@shaunc.com>
* security/clamav: Update to new bugfix release 0.104.1Yasuhiro Kimura2021-11-034-11/+27
| | | | | | Update COMMENT and pkg-descr ReleaseNotes: https://blog.clamav.net/2021/11/clamav-01034-and-01041-patch-releases.html
* security/clamav: Update to 0.104.0Yasuhiro Kimura2021-10-299-275/+224
| | | | | | | | | | | | | | | | * Upstream changed build tool from GNU Autotools to CMake * Set TEST_TARGET * Add pre-test-TESTS-off target to display message that TESTS option needs to be enabled to execute `make test` * Switch to use pkg-messge instead of pkg-deinstall to display message for those who removes ClamAV permanently from you system * Stop checking in rc scripts if /var/run/clamav exists * Pet portclippy * Reformat Makefile with portfmt Release Notes: https://blog.clamav.net/2021/09/clamav-01040-released.html PR: 258565 Differential Revision: https://reviews.freebsd.org/D32354
* security/clamav-lts: Add new portYasuhiro Kimura2021-10-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Long Term Support release of ClamAV * Add CONFLICTS_INSTALL to security/clamav * Add entry to UPDATING that explains - Upstream changed their end-of-life policy and LTS release is introduced - How to switch from regular release (security/clamav) to LTS release (security/clamav-lts) Note about setting PORTEPOCH In general new port should not set PORTEPOCH. But in this case it should be set with following reason. 1. Recently upstream changed their end-of-life policy as following. - Regular feature release (= 0.xyz.0 release) is released more frequently, and life time of each feature release is shortened to about 4 months. - To compensate for the short lifetime of regular feature release, Long Term Support feature release is introduced and its life time is about 3 years. 2. First LTS starts with version 0.103.3 and it is same as current version of security/clamav. 3. Because of short lifetime of regular feature release, it is probable that not a few users of security/clamav want to switch to security/clamav-lts after the latter is connected (and the former is updated to 0.104.0). 3. For such users the entry is added to UPDATING about how to switch from security/clamav to security/clamav-lts. And binary package user is suggested to execute `pkg set -o security/clamav:security/clamav-lts`. This command changes the origin of already installed clamav packages. So user can switch to LTS version without reinstalling. 4. But if PORTEPOCH isn't set in security/clamav-lts, binary package user who executed above command will notice that version of installed package (0.103.3,1) succeeds to current version of security/clamav-lts (0.103.3). The situation doesn't change after new patch release (0.103.4 for example) is released and it causes the problem that installed package isn't properly upgraded with `pkg upgrade`. 5. So PORTEPOCH is set in security/clamav-lts to prevent binary package user from suffering from such problem.
* */*: Update MAINTAINER address of my ports to that of FreeBSD.orgYasuhiro Kimura2021-09-281-1/+1
| | | | | Approved by: meta (mentor) Differential Revision: https://reviews.freebsd.org/D32170
* security/clamav: Update to 0.103.3Yasuhiro Kimura2021-06-222-4/+4
| | | | | | | Changes: https://blog.clamav.net/2021/06/clamav-01033-patch-release.html PR: 256751 Approved by: lwhsu (mentor, implicit)
* security/clamav: Update to 0.103.2Neel Chauhan2021-04-083-27/+28
| | | | | | | Changes: https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html PR: 254862 Submitted by: Yasuhiro Kimura <yasu AT utahime DOT org> (maintainer)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-064-10/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/clamav: Update to 0.103.1Jason E. Hale2021-02-072-4/+4
| | | | | | | | | PR: 253242 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Relnotes: https://blog.clamav.net/2021/02/clamav-01031-patch-release.html Notes: svn path=/head/; revision=564627
* Update to 0.103.0.Vanilla I. Shu2020-09-153-73/+70
| | | | | | | | PR: 249318 Submitted by: maintainer Notes: svn path=/head/; revision=548726
* security/clamav: Fix build after r541115Li-Wen Hsu2020-08-201-0/+2
| | | | | | | | | | Fix build when base system is built with WITHOUT_SENDMAIL=yes PR: 247792 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=545517
* security/clamav: update 0.102.3 -> 0.102.4Kurt Jaeger2020-07-172-5/+4
| | | | | | | | | | | PR: 248028 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) MFH: 2020Q3 Relnotes: https://blog.clamav.net/2020/07/clamav-01024-security-patch-released.html Security: CVE-2020-3350, CVE-2020-3327, CVE-2020-3481 Notes: svn path=/head/; revision=542405
* Fix build with non-default LOCALBASE, PREFIXLi-Wen Hsu2020-07-031-8/+9
| | | | | | | | | PR: 246059 Submitted by: John Hein <jcfyecrayz@liamekaens.com> Approved by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=541115
* Bump PORTREVISION for devel/json-c json-cSunpoet Po-Chuan Hsieh2020-05-221-0/+1
| | | | Notes: svn path=/head/; revision=536219
* - Update to 0.102.3 to address CVEs (CVE-2020-3327, CVE-2020-3341)Ryan Steinmetz2020-05-172-4/+4
| | | | | | | | | PR: 246452 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Security: 91ce95d5-cd15-4105-b942-af5ccc7144c1 Notes: svn path=/head/; revision=535677
* security/clamav: upgrade 0.102.1 -> 0.102.2Kurt Jaeger2020-02-063-17/+9
| | | | | | | | | | | | | | | - Remove MSPACK option and always use archivers/libmspack in accordance with policy about bundled library described in 6.2 of Porter's Handbook. - Remove obsolete and no-op options from CONFIGURE_ARGS. PR: 243914 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Relnotes: https://blog.clamav.net/2020/02/clamav-01022-security-patch-released.html Security: CVE-2020-3123 Notes: svn path=/head/; revision=525450
* Update to 0.102.1Jochen Neumeister2019-11-253-23/+5
| | | | | | | | | | | | | Changelog: https://blog.clamav.net/2019/11/clamav-01021-and-01015-patches-have.html PR: 242119 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) MFH: 2019Q4 Security: 6ade62d9-0f62-11ea-9673-4c72b94353b5 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=518387
* security/clamav: upgrade 0.101.4 -> 0.102.0Kurt Jaeger2019-11-124-18/+38
| | | | | | | | | | | | | | - Enable MILTER option by default - Disable MSPACK option by default - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and *_DESC - Remove security/clamav-milter, slave port that enables MILTER option - Add entry for security/clamav-milter to MOVED PR: 241860 Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=517347
* security/clamav: upgrade 0.101.3 -> 0.101.4Kurt Jaeger2019-08-232-4/+4
| | | | | | | | | | | PR: 239684 Approved by: ports-secteam (joneum) Relnotes: https://blog.clamav.net/2019/08/clamav-01014-security-patch-release-has.html Security: CVE-2019-12900, CVE-2019-12625 MFH: 2019Q3 Notes: svn path=/head/; revision=509631
* security/clamav: upgrade 0.101.2 -> 0.101.3, partial security fixKurt Jaeger2019-08-082-4/+4
| | | | | | | | | | | | | | | | - please note another fix is coming soonish: https://www.openwall.com/lists/oss-security/2019/08/06/3 - see also https://bugzilla.clamav.net/show_bug.cgi?id=12356 PR: 239684 Approved by: delphij (ports-secteam) Relnotes: https://blog.clamav.net/2019/08/clamav-01013-security-patch-release-and.html MFH: 2019Q3 Security: CVE-2019-13232 Notes: svn path=/head/; revision=508368
* Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.soMark Linimon2019-07-121-3/+5
| | | | | | | | | | | | | | | | | | as a stand-in for "are we running on gcc". For people already testing powerpc on clang, it is possible that they already have both compilers in base. Thus, the assumption that "gcc is in base" (e.g. libstdc++.so exists) always means "force use of GCC" is already broken. It will be for everyone on -CURRENT once the switch is made. While here, standardize on compiler:c++11-lang instead of -lib (they are equivalent these days), pet portlint, and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=506432
* security/clamav: Update to 0.101.2Steve Wills2019-04-113-7/+7
| | | | | | | | PR: 236818 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=498628
* Update MASTER_SITESSunpoet Po-Chuan Hsieh2019-02-011-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=491883
* security/clamav: Fix build when MSPACK options is offSteve Wills2019-01-151-2/+0
| | | | | | | | PR: 234970 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=490393
* security/clamav: update to 0.101.1Steve Wills2019-01-133-94/+51
| | | | | | | | PR: 234835 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=490172
* security/clamav: Fix build on base system without sendmail when MILTER ↵Steve Wills2018-12-271-0/+3
| | | | | | | | | | option is ON PR: 234289 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=488541
* Pass maintainership to Yasuhiro KIMURAAntoine Brodin2018-12-101-1/+1
| | | | | | | Approved by: ler@ in r486630 Notes: svn path=/head/; revision=487145
* Downgrade to 0.100.2Antoine Brodin2018-12-093-56/+99
| | | | | | | | | | Upstream plans to release version 0.101.1 which fixes header issues in January 2019 With hat: portmgr Notes: svn path=/head/; revision=487064
* security/clamav: Install missing headersSteve Wills2018-12-092-2/+5
| | | | | | | | PR: 233879 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=487045
* Remove artifact from earlier version of patch.Mark Linimon2018-12-071-3/+1
| | | | | | | Reported by: jbeich Notes: svn path=/head/; revision=486875
* Base GCC supports neither -Wno-logical-op-parentheses nor -Wno-dangling-else.Mark Linimon2018-12-071-1/+10
| | | | | | | | | | | Remove them on GCC-based architectures to fix build. PR: 233800 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=486867
* security/clamav: Give maintainership to Yasuhiro KIMURA <yasu@utahime.org>Larry Rosenman2018-12-041-1/+1
| | | | Notes: svn path=/head/; revision=486630
* security/clamav: build no longer produces libclammspack.a andLarry Rosenman2018-12-042-2/+1
| | | | | | | | | | libclammspack.pc with the MSPACK option unset. PR: 233763 Reported by: PopularMoment@protonmail.com Notes: svn path=/head/; revision=486579
* security/clamav: update to 0.101.0Larry Rosenman2018-12-033-95/+43
| | | | | | | | PR: 2337761 Submitted by: yasu@utahime.org Notes: svn path=/head/; revision=486562
* security/clamav: remove unneeded build_depends for pkgconfig.Larry Rosenman2018-11-301-2/+1
| | | | | | | Reported by: sunpoet Notes: svn path=/head/; revision=486251
* security/clamav: really do the right thing with the MSPACK option.Larry Rosenman2018-11-302-8/+8
| | | | | | | | | | | | previous patch added the configure argument to find archivers/libmspack installed, but neglected to set USES+= pkgconfig to actually have the binary use that version. With it now properly finding libmspack.so, revert to not trying to install libclammspack* if the MSPACK option is set. PR: 233658 Notes: svn path=/head/; revision=486246
* security/clamav: install libclammspack regardless of the MSPACK option.Larry Rosenman2018-11-302-6/+6
| | | | | | | | PR: 233658 Reported by: ohartmann@walstatt.org Notes: svn path=/head/; revision=486243
* security/clamav: fix test failures.Larry Rosenman2018-11-302-128/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | It adds a few more fixes and improvements. - Solves the bug, by adding a MSPACK option (enabled by default) and a build dependency on pkg-config. - Makes massive use of options helpers and similar tools to improve Makefile's readability. In the rewriting I have not maintained the dependency of option LDAP on option MILTER and the two options are now indipendent: if this is bad, it as to be fixed on my patch. I avoided to do it directly because I am unsure it is needed. - Uses now libpcre2 consistently (before the port could link to libpcre2 by mistake). - Removes useless arguments about zlib in CONFIGURE_ARGS. - Reorders variables consistently with the standard order. - Cleans header. - Updates pkg-plist and sort if alphabetically. - Bump PORTREVISION, needed because of some fixes. PR: 228468 Submitted by: phascolarctos@protonmail.ch Reported by: gondim@bsdinfo.com.br Notes: svn path=/head/; revision=486224
* security/clamav: update to 0.100.2.Larry Rosenman2018-10-042-6/+5
| | | | | | | | | | | | | | * Update to 0.100.2 - Reference: https://blog.clamav.net/2018/10/clamav-01002-has-been-released.html - Security: CVE-2018-14680, CVE-2018-14681, CVE-2018-14682, CVE-2018-15378 * Add gnome to USES to fix developer mode warning. PR: 231925 Submitted by: yasu@utahime.org Security: CVE-2018-14680, CVE-2018-14681, CVE-2018-14682, CVE-2018-15378 Notes: svn path=/head/; revision=481197
* Update devel/json-c to 0.13.1Sunpoet Po-Chuan Hsieh2018-09-051-0/+1
| | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine Notes: svn path=/head/; revision=479045
* security/clamav: update to 0.100.1Larry Rosenman2018-07-092-5/+4
| | | | | | | | | | | | PR: 229651 Submitted by: yasu@utahime.org MFH: 2018Q3 Security: CVE-2017-16932 Security: CVE-2018-0360 Security: CVE-2018-0361 Notes: svn path=/head/; revision=474287
* - Add LICENSE_FILEDmitry Marakasov2018-06-092-1/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=472050