notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: www/mod_clamav/Makefile
SVNWeb

Number of commits found: 41

Sun, 11 Mar 2018
[ 17:38 brnrd search for other commits by this committer ] Original commit   Revision:464189 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Wed, 20 Jul 2016
[ 15:33 mat search for other commits by this committer ] Original commit   Revision:418840 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Cleanup $() variables in ports Makefiles.

Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 11 Dec 2015
[ 01:08 zi search for other commits by this committer ] Original commit   Revision:403481 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION after security/clamav update

PR:		205086
Submitted by:	me
Wed, 30 Jul 2014
[ 18:32 amdmi3 search for other commits by this committer ] Original commit   Revision:363501
- Switch to USES=libtool

Approved by:	portmgr blanket
Fri, 16 May 2014
[ 18:46 garga search for other commits by this committer ] Original commit   Revision:354254
Retire security/clamav-devel, clamav is not being updated that much nowadays,
so a -devel version is not required anymore. Also removed OPTIONS on other
ports that pointed to clamav-devel as a dependency.

Approved by:	portmgr (implict)
Thu, 15 May 2014
[ 15:40 garga search for other commits by this committer ] Original commit   Revision:354141 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
. Add USES=libtool on security/clamav
. Drop .la files
. Since lib version was downgraded, bump portrevision on ports that depends of
clamav
. Fix REQUIRE names on rc.d scripts
Sun, 27 Apr 2014
[ 15:40 ohauer search for other commits by this committer ] Original commit   Revision:352434
- add stage support
- add LICENSE
- use new LIB_DEPENDS notation
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Tue, 5 Mar 2013
[ 17:07 miwi search for other commits by this committer ] Original commit   Revision:313460 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
- Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
Thu, 7 Feb 2013
[ 12:37 gahr search for other commits by this committer ] Original commit   Revision:311829 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)

Approved by:	portmgr
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sat, 20 Aug 2011
[ 19:00 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Tue, 31 Aug 2010
[ 01:13 pgollucci search for other commits by this committer ] Original commit 
- pet portlint
- add OPTIONS
- use apxs not sed in pkg-plist
- use PLIST_SUB vars in pkg-plist
- bump PORTREVISION

PR:             ports/147145
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (tmueko@kommunity.net ; ~3 months)
With Hat:       apache@
Tue, 25 May 2010
[ 20:17 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
Tue, 18 May 2010
[ 04:08 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
Wed, 5 May 2010
[ 21:54 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
5/5: Chase www/apache22 (bundled apr shlib bump)

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
Tue, 6 Apr 2010
[ 12:01 garga search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Chase clamav's lib bump
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Thu, 21 May 2009
[ 20:45 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
Sat, 9 May 2009
[ 18:58 garga search for other commits by this committer ] Original commit 
- Update to version 0.23

PR:             ports/133876
Submitted by:   garga
Approved by:    maintainer timeout (> 2 weeks)
Wed, 29 Apr 2009
[ 01:41 pgollucci search for other commits by this committer ] Original commit 
- WITH_APACHE2 is deprecated and was never needed
- Remove version check USE_APACHE=2.0 takes care of it
- Use some bsd.apache.mk vars
- PREFIX->LOCALBASE

PR:             ports/133683
Approved by:    maintainer timeout (2 weeks)
Submitted by:   me
Fri, 27 Mar 2009
[ 11:53 garga search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Bump necessary PORTREVISIONS and fix some ports to new clamav API
Mon, 15 Sep 2008
[ 19:56 garga search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 16 Aug 2008
[ 21:55 edwin search for other commits by this committer ] Original commit 
Fix build process.

Submitted by:   pavbot
Fri, 15 Aug 2008
[ 06:53 edwin search for other commits by this committer ] Original commit 
maintainer update www/mod_clamav

        Update to 0.22.
        Check that Apache-2.2 is NOT installed

PR:             ports/123594
Submitted by:   Tom Müller-Kortkamp <tmueko@kommunity.net>
Wed, 16 Apr 2008
[ 16:10 garga search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- 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.
Wed, 19 Dec 2007
[ 23:08 garga search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 15 Oct 2007
[ 15:35 garga search for other commits by this committer ] Original commit 
- Unbreak

PR:             ports/117135
Submitted by:   maintainer
Mon, 20 Aug 2007
[ 17:14 itetcu search for other commits by this committer ] Original commit 
Mark broken.

PR:             ports/115648
Submitted by:   Tom Mueller-Kortkamp
Tue, 13 Mar 2007
[ 20:11 garga search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 29 Jan 2007
[ 23:51 kris search for other commits by this committer ] Original commit  (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid a.out objformat botch
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Fri, 4 Jun 2004
[ 17:29 ade search for other commits by this committer ] Original commit  (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
Sync with new bsd.autotools.mk
Wed, 5 May 2004
[ 12:36 clement search for other commits by this committer ] Original commit  Encoding Errors (not all of the commit message was ASCII)
- Update to 0.21
  Problem with gcc 2.95 has been fixed, so patch is removed.

Submitted by:   Tom M?ller-Kortkamp <tmueko@kommunity.net> (maintainer)
Wed, 21 Apr 2004
[ 20:39 clement search for other commits by this committer ] Original commit 
- Fix build on 4.x

Approved by:    maintainer, portmgr (marcus)
Tue, 20 Apr 2004
[ 09:34 clement search for other commits by this committer ] Original commit  Encoding Errors (not all of the commit message was ASCII)
- Update to 0.20

Submitted by:    Tom M?ller-Kortkamp <tmueko@kommunity.net> (maintainer)
Sun, 18 Apr 2004
[ 17:01 clement search for other commits by this committer ] Original commit  Encoding Errors (not all of the commit message was ASCII)
All mod_clamev 0.19, scans content delivered by the Apache2 proxy
module for viruses

Submitted by:   Tom M?ller-Kortkamp <tmueko@kommunity.net>

Number of commits found: 41