Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.1_3,1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
1.4.1_2,1 12 Sep 2024 03:59:14 |
Yasuhiro Kimura (yasu) Author: Alexander Leidinger |
security/{clamav,clamav-lts}: Fix filename of the rc script to comply to the rc
scripting recommendations
PR: 280135 |
1.4.1_1,1 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
1.4.1,1 10 Sep 2024 03:57:42 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.4.1
ReleaseNotes: https://blog.clamav.net/2024/09/clamav-141-132-107-and-010312-security.html
Security: 996518f3-6ef9-11ef-b01b-08002784c58d |
1.4.0_1,1 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
1.4.0,1 16 Aug 2024 02:49:03 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.4.0
Remove LHA option as native support for extracting LHA/LZH archives is
added.
ReleaseNotes: https://blog.clamav.net/2024/08/clamav-140-feature-release-and-clamav.html |
1.3.1_3,1 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
1.3.1_2,1 06 Jun 2024 10:22:17 |
Yasuhiro Kimura (yasu) Author: Alexander Leidinger |
security/{clamav,clamav-lts}: Add support of service jail to rc.d scripts |
1.3.1_1,1 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
1.3.1,1 19 Apr 2024 20:44:58 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.3.1
ReleaseNotes: https://blog.clamav.net/2024/04/clamav-131-123-106-patch-versions.html
MFH: 2024Q2
Security: ecafc4af-fe8a-11ee-890c-08002784c58d |
1.3.0_2,1 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
1.3.0_1,1 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
1.3.0,1 08 Feb 2024 05:18:25 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.3.0
ReleaseNotes: https://blog.clamav.net/2023/11/clamav-130-122-105-released.html |
1.2.2,1 08 Feb 2024 05:18:23 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.2.2
ReleaseNotes: https://blog.clamav.net/2023/11/clamav-130-122-105-released.html
MFH: 2024Q1
Security: 68ae70c5-c5e5-11ee-9768-08002784c58d |
1.2.1_2,1 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
1.2.1_1,1 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
1.2.1,1 26 Oct 2023 04:45:24 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.2.1
ReleaseNotes: https://blog.clamav.net/2023/10/clamav-121-113-104-010311-patch.html |
1.2.0_2,1 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
1.2.0_1,1 08 Oct 2023 15:29:00 |
Dimitry Andric (dim) |
security/clamav: fix build with lld 17
Building security/clamav with lld 17 results in the following link
errors:
ld: error: version script assignment of 'CLAMAV_PRIVATE' to symbol
'cli_cvdunpack' failed: symbol not defined
ld: error: version script assignment of 'CLAMAV_PRIVATE' to symbol
'cli_dbgmsg_internal' failed: symbol not defined
ld: error: version script assignment of 'CLAMAV_PRIVATE' to symbol
'init_domainlist' failed: symbol not defined
ld: error: version script assignment of 'CLAMAV_PRIVATE' to symbol
'init_whitelist' failed: symbol not defined
ld: error: version script assignment of 'CLAMAV_PRIVATE' to symbol
'cli_parse_add' failed: symbol not defined
ld: error: version script assignment of 'CLAMAV_PRIVATE' to symbol
'cli_bytecode_context_clear' failed: symbol not defined
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Most of the mentioned symbols no longer exist anywhere in clamav's
source code, except 'cli_cvdunpack', but it is a static function so it
is not visible to external consumers. Remove all the undefined symbols
from the linker version script to fix the build.
PR: 274332
Approved by: yasu (maintainer)
MFH: 2023Q4 |
1.2.0_1,1 12 Sep 2023 11:54:14 |
Yasuhiro Kimura (yasu) |
security/{clamav,clamav-lts}: Fix build with non-default openssl setting
Add arguments to CMAKE_ARGS that specify paths related to openssl so
header files and libraies of selected openssl stack are used instead
of the ones of base system.
PR: 273659
Reported by: doctor@doctor.nl2k.ab.ca, Andrey Pevnev
MFH: 2023Q3 |
1.2.0_1,1 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
1.2.0,1 29 Aug 2023 03:09:11 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.2.0
ReleaseNotes: https://blog.clamav.net/2023/08/clamav-120-feature-version-and-111-102.html |
1.1.2,1 29 Aug 2023 03:08:29 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.1.2
Update to this version is intended to be merged and fix vulnerability
in quarterly branch.
ReleaseNotes: https://blog.clamav.net/2023/08/clamav-120-feature-version-and-111-102.html
MFH: 2023Q3
Security: 6d928319-4612-11ee-b224-080027f5fec9 |
1.1.1,1 17 Aug 2023 03:33:56 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.1.1
ReleaseNotes: https://blog.clamav.net/2023/07/2023-08-16-releases.html
MFH: 2023Q3
Security: 51a59f36-3c58-11ee-b32e-080027f5fec9 |
1.1.0_2,1 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
1.1.0_1,1 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
1.1.0,1 08 May 2023 06:28:43 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.1.0
ReleaseNotes: https://blog.clamav.net/2023/05/clamav-110-released.html |
1.0.1_2,1 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
1.0.1_1,1 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
1.0.1,1 16 Feb 2023 04:09:39 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.0.1
ReleaseNotes: https://blog.clamav.net/2023/02/clamav-01038-01052-and-101-patch.html
MFH: 2023Q1
Security: fd792048-ad91-11ed-a879-080027f5fec9 |
1.0.0_3,1 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
1.0.0_2,1 07 Jan 2023 19:24:18 |
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
1.0.0_1,1 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
1.0.0,1 29 Nov 2022 04:51:14 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.0.0
* Switch to use bundled TomsFastMath library. Upstream made
incompatible change to bundled copy and this makes it impossible to
use external one. They also dropped option to use it.
* Bump PORTREVISION of consumers as shlib version is changed.
* Note that though this is new LTS feature release security/clamav-lts
stays in 0.103.x until either next regular feature release (probably
1.1.0) is released or 0.103.x reaches its EoL.
ReleaseNotes: https://blog.clamav.net/2022/11/clamav-100-lts-released.html |
0.105.1_5,1 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
0.105.1_4,1 16 Nov 2022 02:39:56 |
Yasuhiro Kimura (yasu) |
security/clamav: Update source archive to new one again
Upstream released new source archive of 0.105.1 again to fix the
problem introduced by previous update of source archive.
Reference: https://blog.clamav.net/2022/11/second-clamav-100-release-candidate-and.html
MFH: 2022Q4 |
0.105.1_3,1 01 Nov 2022 02:29:12 |
Yasuhiro Kimura (yasu) |
security/clamav: Update source archive to new one
Upstream released new source archive of 0.105.1 to address critical
bugs in bundled libraries.
Reference: https://lists.clamav.net/pipermail/clamav-announce/2022/000067.html
MFH: 2022Q4 |
0.105.1_2,1 30 Oct 2022 12:07:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.105.1_1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.105.1_1,1 25 Aug 2022 14:49:50 |
Baptiste Daroussin (bapt) |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
0.105.1,1 25 Aug 2022 10:49:39 |
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
0.105.1_1,1 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
0.105.1,1 27 Jul 2022 05:48:01 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 0.105.1
ReleaseNotes: https://blog.clamav.net/2022/07/clamav-01037-01041-and-01051-patch.html |
0.105.0_2,1 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
0.105.0_1,1 24 Jun 2022 00:23:14 |
Piotr Kubaj (pkubaj) |
security/clamav: fix build on big-endian architectures
Backport
https://github.com/image-rs/image/commit/ed8337afc795571795482882236acf14196e10db
to fix build.
Approved by: Tier 2 blanket |
0.105.0_1,1 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
0.105.0,1 24 May 2022 20:45:27 |
Yasuhiro Kimura (yasu) Author: Dan Langille |
security/clamav: Fix plist
PR: 264101
Fixes: c8e4b9ea29d3 (security/clamav: Update to 0.105.0) |
0.105.0,1 23 May 2022 10:55:29 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 0.105.0
ReleaseNotes: https://blog.clamav.net/2022/05/clamav-01050-01043-01036-released.html |
0.104.3,1 19 May 2022 18:29:24 |
Florian Smeets (flo) |
security/clamav: Update to 0.104.3
PR: 263944
Approved by: portmgr (blanket, security fixes apply according to bapt)
Security: b2407db1-d79f-11ec-a15f-589cfc0f81b0 |
0.104.2_2,1 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
0.104.2_2,1 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.104.2_1,1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.104.2,1 13 Jan 2022 03:32:30 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 0.104.2
ReleaseNotes: https://blog.clamav.net/2022/01/clamav-01035-and-01042-security-patch.html
MFH: 2022Q1
Security: CVE-2022-20698 |
0.104.1,1 14 Dec 2021 01:21:45 |
Yasuhiro Kimura (yasu) Author: Oclair |
security/clamav: Make the value of user/group overridable with make.conf
PR: 259987 |
0.104.1,1 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
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) |
0.104.1,1 19 Nov 2021 14:59:10 |
Rodrigo Osorio (rodrigo) |
security/clamav: Revert changes introduced in
d97161a97818bef47e66ab362f444cd1201c87fd |
0.104.1,1 19 Nov 2021 14:51:11 |
Rodrigo Osorio (rodrigo) |
net-mgmt/smokeping: Fix patches filepath
PR: 259891
Reported by: shaun <freebsd@shaunc.com> |
0.104.1,1 03 Nov 2021 21:18:10 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to new bugfix release 0.104.1
Update COMMENT and pkg-descr
ReleaseNotes: https://blog.clamav.net/2021/11/clamav-01034-and-01041-patch-releases.html |
0.104.0,1 29 Oct 2021 22:52:24 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 0.104.0
* 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 |
0.103.3,1 07 Oct 2021 08:52:06 |
Yasuhiro Kimura (yasu) |
security/clamav-lts: Add new port
* 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.
(Only the first 15 lines of the commit message are shown above ) |
0.103.3,1 28 Sep 2021 05:13:33 |
Yasuhiro Kimura (yasu) |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
0.103.3,1 22 Jun 2021 23:49:42 |
Guangyuan Yang (ygy) Author: Yasuhiro Kimura |
security/clamav: Update to 0.103.3
Changes: https://blog.clamav.net/2021/06/clamav-01033-patch-release.html
PR: 256751
Approved by: lwhsu (mentor, implicit) |
0.103.2,1 08 Apr 2021 04:37:17 |
Neel Chauhan (nc) |
security/clamav: Update to 0.103.2
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) |
0.103.1,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.103.1,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.103.1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.103.1,1 07 Feb 2021 16:33:53 |
jhale |
security/clamav: Update to 0.103.1
PR: 253242
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Relnotes: https://blog.clamav.net/2021/02/clamav-01031-patch-release.html |
0.103.0,1 15 Sep 2020 11:14:50 |
vanilla |
Update to 0.103.0.
PR: 249318
Submitted by: maintainer |
0.102.4,1 20 Aug 2020 09:54:34 |
lwhsu |
security/clamav: Fix build after r541115
Fix build when base system is built with WITHOUT_SENDMAIL=yes
PR: 247792
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
0.102.4,1 17 Jul 2020 05:38:20 |
pi |
security/clamav: update 0.102.3 -> 0.102.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 |
0.102.3_1,1 03 Jul 2020 14:54:10 |
lwhsu |
Fix build with non-default LOCALBASE, PREFIX
PR: 246059
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
Approved by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
0.102.3_1,1 22 May 2020 19:20:42 |
sunpoet |
Bump PORTREVISION for devel/json-c json-c |
0.102.3,1 17 May 2020 20:42:11 |
zi |
- Update to 0.102.3 to address CVEs (CVE-2020-3327, CVE-2020-3341)
PR: 246452
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Security: 91ce95d5-cd15-4105-b942-af5ccc7144c1 |
0.102.2,1 06 Feb 2020 20:59:17 |
pi |
security/clamav: upgrade 0.102.1 -> 0.102.2
- 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 |
0.102.1,1 25 Nov 2019 09:24:27 |
joneum |
Update to 0.102.1
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 |
0.102.0,1 12 Nov 2019 20:07:20 |
pi |
security/clamav: upgrade 0.101.4 -> 0.102.0
- 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) |
0.101.4,1 23 Aug 2019 06:27:15 |
pi |
security/clamav: upgrade 0.101.3 -> 0.101.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 |
0.101.3,1 08 Aug 2019 09:30:04 |
pi |
security/clamav: upgrade 0.101.2 -> 0.101.3, partial security fix
- 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 |
0.101.2,1 12 Jul 2019 02:25:07 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
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) |
0.101.2,1 11 Apr 2019 00:56:12 |
swills |
security/clamav: Update to 0.101.2
PR: 236818
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
0.101.1,1 01 Feb 2019 21:44:07 |
sunpoet |
Update MASTER_SITES
Approved by: portmgr (blanket) |
0.101.1,1 15 Jan 2019 17:45:54 |
swills |
security/clamav: Fix build when MSPACK options is off
PR: 234970
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
0.101.1,1 13 Jan 2019 19:32:17 |
swills |
security/clamav: update to 0.101.1
PR: 234835
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
0.100.2,1 27 Dec 2018 13:17:40 |
swills |
security/clamav: Fix build on base system without sendmail when MILTER option is
ON
PR: 234289
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
0.100.2,1 10 Dec 2018 10:18:30 |
antoine |
Pass maintainership to Yasuhiro KIMURA
Approved by: ler@ in r486630 |
0.100.2,1 09 Dec 2018 17:33:26 |
antoine |
Downgrade to 0.100.2
Upstream plans to release version 0.101.1 which fixes header issues in January
2019
With hat: portmgr |
0.101.0_2 09 Dec 2018 13:22:22 |
swills |
security/clamav: Install missing headers
PR: 233879
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
0.101.0_1 07 Dec 2018 17:31:07 |
linimon |
Remove artifact from earlier version of patch.
Reported by: jbeich |
0.101.0_1 07 Dec 2018 15:34:52 |
linimon |
Base GCC supports neither -Wno-logical-op-parentheses nor -Wno-dangling-else.
Remove them on GCC-based architectures to fix build.
PR: 233800
Submitted by: Piotr Kubaj
Approved by: maintainer |
0.101.0_1 04 Dec 2018 19:11:16 |
ler |
security/clamav: Give maintainership to Yasuhiro KIMURA <yasu@utahime.org> |
0.101.0_1 04 Dec 2018 02:39:58 |
ler |
security/clamav: build no longer produces libclammspack.a and
libclammspack.pc with the MSPACK option unset.
PR: 233763
Reported by: PopularMoment@protonmail.com |
0.101.0 03 Dec 2018 23:42:21 |
ler |
security/clamav: update to 0.101.0
PR: 2337761
Submitted by: yasu@utahime.org |
0.100.2_3 30 Nov 2018 13:12:02 |
ler |
security/clamav: remove unneeded build_depends for pkgconfig.
Reported by: sunpoet |
0.100.2_3 30 Nov 2018 10:53:40 |
ler |
security/clamav: really do the right thing with the MSPACK option.
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 |
0.100.2_2 30 Nov 2018 10:12:44 |
ler |
security/clamav: install libclammspack regardless of the MSPACK option.
PR: 233658
Reported by: ohartmann@walstatt.org |
0.100.2_1 30 Nov 2018 02:34:21 |
ler |
security/clamav: fix test failures.
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 |
0.100.2 04 Oct 2018 01:53:10 |
ler |
security/clamav: update to 0.100.2.
* 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 |
0.100.1_1 05 Sep 2018 22:01:55 |
sunpoet |
Update devel/json-c to 0.13.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 |
0.100.1 09 Jul 2018 19:18:57 |
ler |
security/clamav: update to 0.100.1
PR: 229651
Submitted by: yasu@utahime.org
MFH: 2018Q3
Security: CVE-2017-16932
Security: CVE-2018-0360
Security: CVE-2018-0361 |