| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
0.91_1
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
19 Mar 2011 12:38:54
0.91_1
|
miwi  |
- Get Rid MD5 support |
06 Apr 2010 12:01:57
0.91_1
|
garga  |
Chase clamav's lib bump |
27 Mar 2010 00:15:24
0.91
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
19 Sep 2009 10:45:18
0.91
|
erwin  |
Assign to new volunteer.
Submitted by: Ayumi Mitsui <ayu@commun.jp>
Feature safe: yes |
19 Sep 2009 09:51:48
0.91
|
erwin  |
Reset maintainership
Submitted by: "Elisey O. Savateev" <b3k@mail.ru> (maintainer)
Feature safe: yes |
13 Sep 2009 02:43:34
0.91
|
lippe  |
- Update to 0.91.
PR: ports/138216
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer timeout (>2 weeks) |
15 Jul 2009 16:56:10
0.90
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
27 Mar 2009 11:53:07
0.90
|
garga  |
- Bump necessary PORTREVISIONS and fix some ports to new clamav API |
15 Sep 2008 19:56:38
0.88_1
|
garga  |
- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94
PR: ports/127122 [1], ports/127310 [2]
Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by: portmgr (pav) |
21 Aug 2008 06:18:49
0.88
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
02 May 2008 19:21:21
0.88
|
miwi  |
- Update to 0.88
PR: 122874
Submitted by: Volker Werth <volker@vwsoft.com>
Approved by: maintainer timeout |
16 Apr 2008 16:10:19
0.87_1
|
garga  |
- Chase clamav library to version 4
- Bump PORTREVISION
Following ports are marked as BROKEN since they don't build with new clamav
0.93:
www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam
This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities. |
21 Feb 2008 13:05:41
0.87
|
garga  |
- Update to 0.87
PR: ports/120789
Approved by: maintainer |
22 Dec 2007 15:59:19
0.86_1
|
miwi  |
- Fix OPTIONS handling
PR: 118373
Submitted by: Max N. Boyarov <m.boyarov@bsd.by>
Approved by: maintainer |
19 Dec 2007 23:08:38
0.86_1
|
garga  |
- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports
Approved by: portmgr (pav)
Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337 |
26 Nov 2007 17:45:55
0.86
|
ade  |
Unbreak pthread-related issues on 5.x
Approved by: portmgr |
25 Nov 2007 01:24:13
0.86
|
linimon  |
Mark as broken on 5.x: fails to find pthread.h.
Something in the infrastructure changed in the late July timeframe that
actually caused this problem. The only major thing at that time was the
autoconf/libtool change, but I can't see how that could have caused this
failure mode. It only happens on 5.x; 6.x and 7.x are fine.
Approved by: portmgr (self) |
11 Jun 2007 13:51:28
0.86
|
araujo  |
- Update to version 0.86.
PR: ports/112410
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
Reviewed by: Elisey Savateev <b3k@mail.ru> (maintainer)
Approved by: stas (mentor) |
16 Mar 2007 15:06:17
0.85
|
novel  |
Fix clamav dependency.
PR: 110390
Submitted by: Volker Werth <volker@vwsoft.com>
Approved by: Elisey Savateev (maintainer)
Pointyhat to: novel |
15 Mar 2007 07:01:04
0.85
|
novel  |
Update to 0.85.
PR: 110117
Submitted by: Elisey Savateev (maintainer) |
13 Mar 2007 20:11:19
0.82_2
|
garga  |
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer |
18 Feb 2007 18:34:13
0.82_1
|
garga  |
- Fix build with clamav 0.90
- Bump PORTREVISION
Reported by: krismail |
03 Aug 2006 14:46:24
0.82
|
novel  |
- Update to 0.82
- Marked as BROKEN on 4.x (compile problem reported to author)
- Added CONFIGURE_TARGET in Makefile
PR: 101300
Submitted by: Elisey Savateev (maintainer) |
18 Jun 2006 04:54:26
0.81
|
novel  |
HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The
main aims are continuous, non-blocking downloads and smooth scanning of
dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent
and transparent proxy mode. It can be used with squid or standalone.
WWW: http://www.server-side.de/
PR: ports/99073
Submitted by: Elisey Savateev <b3k@mail.ru> |