FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 6:33 PM GMT
Port details
mod_security 2.5.13_1 www on this many watch lists=31 search for ports that depend on this port
An intrusion detection and prevention engine
Maintained by: araujo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Jun 2003 12:05:36
Also Listed In: security
License: not specified in port
ModSecurity is an embeddable web application firewall. It provides
protection from a range of attacks against web applications and allows
for HTTP traffic monitoring and real-time analysis with no changes to
existing infrastructure.

It is also an open source project that aims to make the web application
firewall technology available to everyone. 

WWW: http://www.modsecurity.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: www/apache22, devel/pkg-config
Required To Run: www/apache22, devel/pkg-config
Required Libraries: devel/pcre, devel/apr1, textproc/libxml2
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/mod_security/ && make install clean
To add the package: pkg_add -r ap22-mod_security


Configuration Options
===> The following configuration options are available for ap22-mod_security-2.5.13_1:
     LUA=off (default) "Embedded Lua language support"
     MLOGC=off (default) "Build ModSecurity Log Collector"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://sunet.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://iweb.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://switch.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://surfnet.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://kent.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://freefr.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://voxel.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://jaist.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://osdn.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://nchc.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://ncu.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://transact.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://softlayer.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://internode.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://ufpr.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
http://waix.dl.sourceforge.net/project/mod-security/modsecurity-apache/2.5.13/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-06-24
    Affects: users of www/mod_security
    Author: Marcelo Araujo <araujo@FreeBSD.org>
    Reason: 
      The mod_security port has been updated from 1.9.4 to 2.5.5. Branch 1.9.x
      will not receive any further updates; all users must update mod_security
      port to versions 2.1 or 2.5.
    
      You can get more information about update issues at:
    
    	http://www.modsecurity.org/documentation/
    
    

Number of commits found: 44

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Aug 2011 17:27:52
Original commit files touched by this commit  2.5.13_1
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
24 Feb 2011 01:04:57
Original commit files touched by this commit  2.5.13
araujo search for other commits by this committer
- Update to 2.5.13.

PR:             ports/153985
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
08 Jun 2010 22:01:35
Original commit files touched by this commit  2.5.12
pgollucci search for other commits by this committer
- Remove previously stray entry
08 Jun 2010 21:58:59
Original commit files touched by this commit  2.5.12
pgollucci search for other commits by this committer
- Update to 2.5.12
- sort PLIST_FILES and PLIST_DIRS

PR:             ports/147099
Submitted by:   pgollucci@ (myself), several
Approved by:    maintainer (araujo; implicit)
With Hat:       apache@
25 May 2010 20:17:37
Original commit files touched by this commit  2.5.11_3
  Sanity Test Failure
pgollucci search for other commits by this committer
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)
18 May 2010 04:08:06
Original commit files touched by this commit  2.5.11_3
pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
18 May 2010 04:05:05
Original commit files touched by this commit  2.5.11_2
pgollucci search for other commits by this committer
- Convert ports/ to devel/apr1

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
05 May 2010 21:52:39
Original commit files touched by this commit  2.5.11_2
pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
05 May 2010 21:47:49
Original commit files touched by this commit  2.5.11_1
pgollucci search for other commits by this committer
3/5: Fix apr-1.3 libnames to be apr-1
     PORTREVISION bumps comming next

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
03 Apr 2010 10:44:36
Original commit files touched by this commit  2.5.11_1
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
18 Dec 2009 22:37:08
Original commit files touched by this commit  2.5.11
pav search for other commits by this committer
- Update to 2.5.11

PR:             ports/140463
Submitted by:   Chris Petrik <chris@officialunix.com>
Approved by:    maintainer timeout (araujo; 1 month)
22 Aug 2009 00:38:34
Original commit files touched by this commit  2.5.9_1
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with W
11 Aug 2009 12:26:49
Original commit files touched by this commit  2.5.9_1
araujo search for other commits by this committer
- Fix a linker error when you use mlogc with pthread in osversion
  less than 700000.

Submitted by:   Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
                (private mail)
28 Jul 2009 20:51:46
Original commit files touched by this commit  2.5.9_1
araujo search for other commits by this committer
- Support updated to latest lang/lua library version.
- Fixed a wrong prefix when use WITH_MLOGC=yes.

PR:             ports/137214, ports/137215
Submitted by:   Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
24 Jul 2009 13:50:13
Original commit files touched by this commit  2.5.9
araujo search for other commits by this committer
- Fix the issue when you set a custom PREFIX or LOCALBASE.

Reported by:    itetcu (QAT)
Thanks to:      pgollucci
21 May 2009 20:45:34
Original commit files touched by this commit  2.5.9
pgollucci search for other commits by this committer
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
23 Apr 2009 02:34:25
Original commit files touched by this commit  2.5.9
araujo search for other commits by this committer
- Update to 2.5.9.
- Update MASTER_SITES.
23 Jan 2009 15:43:14
Original commit files touched by this commit  2.5.7_1
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
08 Dec 2008 17:05:30
Original commit files touched by this commit  2.5.7
araujo search for other commits by this committer
- Add WITH_MLOGC knob. [0]
- Update to 2.5.7.

PR:             ports/126559 [0]
Submitted by:   Tomoyuki Sakurai <cherry@trombik.org>
20 Jul 2008 17:59:44
Original commit files touched by this commit  2.5.5_2
araujo search for other commits by this committer
- Add support a LUA scripts.
- Bump PORTREVISION.

PR:             ports/125789
Submitted by:   Tomoyuki Sakurai <cherry@trombik.org>
07 Jul 2008 22:50:42
Original commit files touched by this commit  2.5.5_1
pav search for other commits by this committer
- Chase apr shlib bump
25 Jun 2008 00:41:42
Original commit files touched by this commit  2.5.5
araujo search for other commits by this committer
- The branch 1.9 not is more supported, from now on mod_security receive a new
series called 2.5.
x.
- Take maintainership.

Thanks to Alex Dupre which maintained this port by a long time.

PR:             ports/124828, ports/124830
Submitted by:   araujo (myself)
Approved by:    Alex Dupre <ale@FreeBSD.org> (maintainer)
Thanks to:      WIKTORZAK Cedric <cedric@synapse-interactive.fr>
18 Jul 2006 05:51:50
Original commit files touched by this commit  1.9.4
ale search for other commits by this committer
Update to 1.9.4 release.

PR:             ports/100079
Submitted by:   Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
27 Jan 2006 13:15:05
Original commit files touched by this commit  1.9.2
ale search for other commits by this committer
Update to 1.9.2 release.

PR:             ports/92168
Submitted by:   Gary Palmer <freebsd-bugs@in-addr.com>
10 Dec 2005 14:25:43
Original commit files touched by this commit  1.9.1
ale search for other commits by this committer
Update to 1.9.1 release.
06 Apr 2005 14:52:57
Original commit files touched by this commit  1.8.7
ale search for other commits by this committer
Update to 1.8.7 release.

PR:             ports/79171
Submitted by:   Toni Viemero <toni.viemero@iki.fi>
15 Nov 2004 15:49:17
Original commit files touched by this commit  1.8.6
ale search for other commits by this committer
Update to 1.8.6 release.
30 Jul 2004 07:06:19
Original commit files touched by this commit  1.8.4
ale search for other commits by this committer
Update to 1.8.4 release.
27 Jun 2004 09:41:16
Original commit files touched by this commit  1.8.2
ale search for other commits by this committer
Update to 1.8.2 release.
20 Jun 2004 09:14:53
Original commit files touched by this commit  1.8
ale search for other commits by this committer
Update to 1.8 release.
28 Mar 2004 22:06:15
Original commit files touched by this commit  1.7.6
ale search for other commits by this committer
Update to 1.7.6 release.
22 Feb 2004 12:03:20
Original commit files touched by this commit  1.7.5
ale search for other commits by this committer
Update to 1.7.5 release.
18 Jan 2004 10:50:16
Original commit files touched by this commit  1.7.4
ale search for other commits by this committer
Switch to my @FreeBSD.org email address.

Approved by:    nork (mentor)
07 Jan 2004 16:34:00
Original commit files touched by this commit  1.7.4
nork search for other commits by this committer
Update to 1.7.4 release.

PR:             ports/61017
Submitted by:   ale (maintainer)
12 Nov 2003 11:50:08
Original commit files touched by this commit  1.7.3
osa search for other commits by this committer
Update to 1.7.3.
Add a newline after COMMENT section, change DISTNAME.

Submitted by:   Alex Dupre <sysadmin@alexdupre.com> (maintainer)
PR:             59193
07 Nov 2003 09:12:58
Original commit files touched by this commit  1.7.2
marcus search for other commits by this committer
Use the new Apache bits from bsd.port.mk.

Submitted by:   dinoex
29 Oct 2003 14:12:59
Original commit files touched by this commit  1.7.2
osa search for other commits by this committer
Security update to 1.7.2.
This release fixes several bugs, one of which is
a potentially exploitable local vulnerability
(Apache 2.x users only).

Submitted by:   Alex Dupre <sysadmin@alexdupre.com> (maintainer)
PR:             58681
23 Oct 2003 09:57:47
Original commit files touched by this commit  1.7.1
osa search for other commits by this committer
Fix installation procedure: modsecurity Inc. released a bug-fix,
but forgot to bump version number of pdf doc.
Do not bump PORTREVISION.

Notify from:    bento via kris
No cookie for:  maintainer
22 Oct 2003 11:05:09
Original commit files touched by this commit  1.7.1
osa search for other commits by this committer
Update to latest bugfix release: 1.7.1

Submitted by:   Alex Dupre <sysamin@alexdupre.com> (maintainer)
PR:             58374
21 Oct 2003 12:49:49
Original commit files touched by this commit  1.7
osa search for other commits by this committer
Update to 1.7.

Submitted by:   Alex Dupre <sysadmin@alexdupre.com> (maintainer)
PR:             58307
19 Jul 2003 06:49:46
Original commit files touched by this commit  1.5.1
leeym search for other commits by this committer
Update to 1.5.1 release.

PR:             54344
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
06 Jun 2003 12:53:34
Original commit files touched by this commit  1.5
edwin search for other commits by this committer
> the installed file is *always* mod_security.so, even with
> apache2...only the filename passed to apxs is different.

You learn everyday something new about Apache, even if it means you
have to admit you were too enthousiastic about getting things udpated.

Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
06 Jun 2003 12:43:14
Original commit files touched by this commit  1.5
edwin search for other commits by this committer
Apache2 has .la, apache13 has .so
Noticed by: Alex Dupre <sysadmin@alexdupre.com>
06 Jun 2003 12:04:54
Original commit files touched by this commit  1.5
edwin search for other commits by this committer
[New Port] www/mod_security

        ModSecurity is an open source intrustion detection and
        prevention engine for web applications. It operates embedded
        into the web server, acting as a powerful umbrella - shielding
        web applications from attacks.

        WWW: http://www.modsecurity.org/

        It supports both Apache 1.3 and Apache 2.0.

PR:             ports/52937
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>

Number of commits found: 44

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours8
new 7 days47
new fortnight70
new month143

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.212 seconds.