non port: www/mod_security/Makefile |
SVNWeb
|
Number of commits found: 84 |
Wed, 25 Jan 2023
|
[ 17:54 Muhammad Moinur Rahman (bofh) ] 40843b1 (Only the first 10 of 106 ports in this commit are shown above. )
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113
|
Wed, 19 Oct 2022
|
[ 16:11 Fernando Apesteguía (fernape) Author: Pascal Christen ] ecca075
www/mod_security: Update to 2.9.6
ChangeLog: https://github.com/SpiderLabs/ModSecurity/releases/tag/v2.9.6
New features and security impacting issues
Adjust parser activation rules in modsecurity.conf-recommended
Multipart parsing fixes and new MULTIPART_PART_HEADERS collection
Bug fixes
* Limit rsub null termination to where necessary
* IIS: Update dependencies for next planned release
* XML parser cleanup: NULL duplicate pointer
* Properly cleanup XML parser contexts upon completion (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
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)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Fri, 4 Mar 2022
|
[ 15:54 Jochen Neumeister (joneum) ] 9bceefe
www/mod_security: Update to 2.9.5
Changelog: https://github.com/SpiderLabs/ModSecurity/releases/
PR: 261527
Sponsored by: Netzkommune GmbH
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 8 Nov 2019
|
[ 12:53 tobik ] (Only the first 10 of 21 ports in this commit are shown above. )
www: Add missing USES=gnome
|
Sat, 19 Jan 2019
|
[ 08:30 joneum ]
Update to 2.9.3
Changelog: https://github.com/SpiderLabs/ModSecurity/releases/tag/v2.9.3
PR: 235054
Sponsored by: Netzkommune GmbH
|
[ 08:01 joneum ]
Take Maintainership
Approved by: WH (walter@lifeforms.nl - maintainer via private eMail)
Sponsored by: Netzkommune GmbH
differential revision:
--this line, and those below, will be ignored--
> description of fields to fill in above: 76 columns --|
> pr: if and which problem report is related.
> submitted by: if someone else sent in the change.
> reported by: if someone else reported the issue.
> reviewed by: if someone else reviewed your modification.
> approved by: if you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder
email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or
description.
> Sponsored by: If the change was sponsored by an organization (each
collaborator).
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL
needed).
> Empty fields above will be automatically removed.
M mod_security/Makefile
|
Sun, 11 Nov 2018
|
[ 15:38 danfe ] (Only the first 10 of 65 ports in this commit are shown above. )
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
|
Wed, 21 Mar 2018
|
[ 21:24 brnrd ] (Only the first 10 of 34 ports in this commit are shown above. )
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine
|
[ 19:50 brnrd ] (Only the first 10 of 35 ports in this commit are shown above. )
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache)
|
Sun, 11 Mar 2018
|
[ 17:38 brnrd ] (Only the first 10 of 117 ports in this commit are shown above. )
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
|
Mon, 9 Oct 2017
|
[ 08:54 pizzamig ]
www/mod_security: update to 2.9.2
PR: 222838
Submitted by: walter@lifeforms.nl (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12623
|
Sat, 16 Apr 2016
|
[ 17:29 ohauer ]
- update to 2.9.1
- install etc/apache2x/modules.d/280_mod_security.conf.sample
- adjust README and pkg-message to reflect new module activation
- adjust and sort pkg-plist
Changes:
- ModSecurity: update to 2.9.1
- Add support for Lua 5.1 or higher (was 5.1 only)
- pkg-plist: bring back mod_unique_id activation, fix deprecated @exec
- README: point user to configuration files
PR: 208144
Submitted by: Walter Hop (maintainer)
MFH: 2016Q2
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Fri, 24 Apr 2015
|
[ 21:19 adamw ]
Update to 2.9.0.
Changes:
- update ModSecurity to 2.9.0 (released Feb 12, 2015)
- add JSON parsing support via devel/yajl
- add support for loading remote configuration, which depends on ftp/curl
- add optional support for fuzzy hashes via security/ssdeep
- fix: use lua51 only, ModSecurity does not support lua 5.2 yet
- add FreeBSD specific README with installation and configuration hints
- pkg-message: refer uses to README
- install recommended modsecurity.conf using .sample config file convention
- port skeleton cleanups
PR: 197833
Submitted by: maintainer (Walter Hop)
|
Thu, 12 Jun 2014
|
[ 09:17 tijl ] (Only the first 10 of 22 ports in this commit are shown above. )
Bump PORTREVISION on everything that depends on devel/apr1 due to the
library version change.
Approved by: portmgr (implicit)
|
Mon, 26 May 2014
|
[ 16:41 bapt ]
Prefer lua 5.2 over lua 5.1
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Fri, 7 Feb 2014
|
[ 20:23 ohauer ]
- update to version 2.7.7 [1]
- Makefile cleanup
- remove unused variables
- use explicit OPTIONSFILE
- mlogc is build and installed unless explicit disabled,
remove useless Makefile instructions
- pass MAINTAINER to submitter [1]
Changelog:
https://raw.github.com/SpiderLabs/ModSecurity/master/CHANGES
PR: ports/186524 [1]
Submitted by: Walter Hop <walter@lifeforms.nl> (new port maintainer)
|
Tue, 4 Feb 2014
|
[ 15:40 pawel ]
- Fix build when LUA=on [1]
- Remove leading article from COMMENT
- Convert to LIB_DEPENDS format
- Use option helpers
- Support stage
PR: ports/182894 [1]
Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
Fri, 29 Nov 2013
|
[ 07:37 araujo ] (Only the first 10 of 36 ports in this commit are shown above. )
- Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Thu, 11 Jul 2013
|
[ 16:26 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
|
Sat, 6 Jul 2013
|
[ 09:04 ohauer ] (Only the first 10 of 11 ports in this commit are shown above. )
- bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1
while I'm here
- convert to USES=gmake
- trim Makefile header and respect nice_people
|
Mon, 3 Jun 2013
|
[ 06:51 araujo ]
- Update to 2.7.4.
More info:
https://github.com/SpiderLabs/ModSecurity/blob/master/CHANGES
PR: ports/179167
Submitted by: ohauer@
Security: 9dfb63b8-8f36-11e2-b34d-000c2957946c
|
Tue, 16 Apr 2013
|
[ 10:58 araujo ]
- Update to 2.7.3 due a vulnerability that affect all versions 2.x. [1]
- Update MASTER_SITES.
- Convert to optionsNG.
- Trim header.
More info:
https://github.com/SpiderLabs/ModSecurity/blob/master/CHANGES
Reported by: olli hauer <ohauer@gmx.de> [1]
Approved by: portmgr (bdrewery)
Security: 2070c79a-8e1e-11e2-b34d-000c2957946c
|
Mon, 4 Feb 2013
|
[ 10:06 araujo ]
- Fix mlogc source path.
PR: ports/174784
Submitted by: Dewayne <dewayne@amdg.etowns.org>
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
Sat, 18 Aug 2012
|
[ 14:29 ohauer ] (Only the first 10 of 188 ports in this commit are shown above. )
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@
|
Thu, 28 Jun 2012
|
[ 07:58 araujo ]
- Update to 2.6.6.
|
Sun, 13 May 2012
|
[ 17:01 araujo ]
- Fix plist.
- Bump PORTREVISION.
Reported by: pav
|
Sat, 28 Apr 2012
|
[ 06:26 araujo ]
- Use lua-5.1.1 instead lua-5.1 that was a typo.
- Remove pkg-message.rules forgotten on previous commit.
|
[ 06:19 araujo ]
- Update to 2.6.5.
- Define LICENSE.
|
Tue, 14 Feb 2012
|
[ 12:45 mm ] (Only the first 10 of 140 ports in this commit are shown above. )
Bump pcre library dependency due to 8.30 update
|
Sat, 20 Aug 2011
|
[ 17:27 ohauer ] (Only the first 10 of 152 ports in this commit are shown above. )
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
|
Thu, 24 Feb 2011
|
[ 01:04 araujo ]
- Update to 2.5.13.
PR: ports/153985
Submitted by: Jin-Sih Lin <linpct@gmail.com>
|
Tue, 8 Jun 2010
|
[ 21:58 pgollucci ]
- 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@
|
Tue, 25 May 2010
|
[ 20:17 pgollucci ] (Only the first 10 of 59 ports in this commit are shown above. )
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 ] (Only the first 10 of 151 ports in this commit are shown above. )
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
|
[ 04:05 pgollucci ] (Only the first 10 of 18 ports in this commit are shown above. )
- Convert ports/ to devel/apr1
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
|
Wed, 5 May 2010
|
[ 21:52 pgollucci ] (Only the first 10 of 131 ports in this commit are shown above. )
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@
|
[ 21:47 pgollucci ]
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@
|
Sat, 3 Apr 2010
|
[ 10:44 roam ] (Only the first 10 of 202 ports in this commit are shown above. )
Chase the ftp/curl shlib version bump.
|
Fri, 18 Dec 2009
|
[ 22:37 pav ]
- Update to 2.5.11
PR: ports/140463
Submitted by: Chris Petrik <chris@officialunix.com>
Approved by: maintainer timeout (araujo; 1 month)
|
Sat, 22 Aug 2009
|
[ 00:38 amdmi3 ] (Only the first 10 of 179 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with W
|
Tue, 11 Aug 2009
|
[ 12:26 araujo ]
- 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)
|
Tue, 28 Jul 2009
|
[ 20:51 araujo ]
- 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>
|
Fri, 24 Jul 2009
|
[ 13:50 araujo ]
- Fix the issue when you set a custom PREFIX or LOCALBASE.
Reported by: itetcu (QAT)
Thanks to: pgollucci
|
Thu, 21 May 2009
|
[ 20:45 pgollucci ] (Only the first 10 of 49 ports in this commit are shown above. )
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports)
|
Thu, 23 Apr 2009
|
[ 02:34 araujo ]
- Update to 2.5.9.
- Update MASTER_SITES.
|
Fri, 23 Jan 2009
|
[ 15:43 roam ] (Only the first 10 of 182 ports in this commit are shown above. )
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.
|
Mon, 8 Dec 2008
|
[ 17:05 araujo ]
- Add WITH_MLOGC knob. [0]
- Update to 2.5.7.
PR: ports/126559 [0]
Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
|
Sun, 20 Jul 2008
|
[ 17:59 araujo ]
- Add support a LUA scripts.
- Bump PORTREVISION.
PR: ports/125789
Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
|
Mon, 7 Jul 2008
|
[ 22:50 pav ]
- Chase apr shlib bump
|
Wed, 25 Jun 2008
|
[ 00:41 araujo ]
- 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>
|
Tue, 18 Jul 2006
|
[ 05:51 ale ]
Update to 1.9.4 release.
PR: ports/100079
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
|
Fri, 27 Jan 2006
|
[ 13:15 ale ]
Update to 1.9.2 release.
PR: ports/92168
Submitted by: Gary Palmer <freebsd-bugs@in-addr.com>
|
Sat, 10 Dec 2005
|
[ 14:25 ale ]
Update to 1.9.1 release.
|
Wed, 6 Apr 2005
|
[ 14:52 ale ]
Update to 1.8.7 release.
PR: ports/79171
Submitted by: Toni Viemero <toni.viemero@iki.fi>
|
Mon, 15 Nov 2004
|
[ 15:49 ale ]
Update to 1.8.6 release.
|
Fri, 30 Jul 2004
|
[ 07:06 ale ]
Update to 1.8.4 release.
|
Sun, 27 Jun 2004
|
[ 09:41 ale ]
Update to 1.8.2 release.
|
Sun, 20 Jun 2004
|
[ 09:14 ale ]
Update to 1.8 release.
|
Sun, 28 Mar 2004
|
[ 22:06 ale ]
Update to 1.7.6 release.
|
Sun, 22 Feb 2004
|
[ 12:03 ale ]
Update to 1.7.5 release.
|
Sun, 18 Jan 2004
|
[ 10:50 ale ] (Only the first 10 of 50 ports in this commit are shown above. )
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor)
|
Wed, 7 Jan 2004
|
[ 16:34 nork ]
Update to 1.7.4 release.
PR: ports/61017
Submitted by: ale (maintainer)
|
Wed, 12 Nov 2003
|
[ 11:50 osa ]
Update to 1.7.3.
Add a newline after COMMENT section, change DISTNAME.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
PR: 59193
|
Fri, 7 Nov 2003
|
[ 09:12 marcus ] (Only the first 10 of 89 ports in this commit are shown above. )
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
|
Wed, 29 Oct 2003
|
[ 14:12 osa ]
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
|
Thu, 23 Oct 2003
|
[ 09:57 osa ]
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
|
Wed, 22 Oct 2003
|
[ 11:05 osa ]
Update to latest bugfix release: 1.7.1
Submitted by: Alex Dupre <sysamin@alexdupre.com> (maintainer)
PR: 58374
|
Tue, 21 Oct 2003
|
[ 12:49 osa ]
Update to 1.7.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
PR: 58307
|
Sat, 19 Jul 2003
|
[ 06:49 leeym ]
Update to 1.5.1 release.
PR: 54344
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
Fri, 6 Jun 2003
|
[ 12:53 edwin ]
> 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>
|
[ 12:43 edwin ]
Apache2 has .la, apache13 has .so
Noticed by: Alex Dupre <sysadmin@alexdupre.com>
|
[ 12:04 edwin ]
[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: 84 |