Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.6 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
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 |
2.9.6 19 Oct 2022 16:11:58 |
Fernando Apesteguía (fernape) Author: Pascal Christen |
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 ) |
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) |
2.9.5_2 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 ) |
2.9.5_2 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) |
2.9.5_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 |
2.9.5 04 Mar 2022 15:54:52 |
Jochen Neumeister (joneum) |
www/mod_security: Update to 2.9.5
Changelog: https://github.com/SpiderLabs/ModSecurity/releases/
PR: 261527
Sponsored by: Netzkommune GmbH |
2.9.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.9.3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.9.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9.3 08 Nov 2019 12:53:37 |
tobik |
www: Add missing USES=gnome |
2.9.3 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
2.9.3 19 Jan 2019 08:30:22 |
joneum |
Update to 2.9.3
Changelog: https://github.com/SpiderLabs/ModSecurity/releases/tag/v2.9.3
PR: 235054
Sponsored by: Netzkommune GmbH |
2.9.2_3 19 Jan 2019 08:01:40 |
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 |
2.9.2_3 11 Nov 2018 15:38:51 |
danfe |
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) |
2.9.2_2 21 Mar 2018 21:24:44 |
brnrd |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
2.9.2_1 21 Mar 2018 19:50:35 |
brnrd |
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) |
2.9.2 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
2.9.2 09 Oct 2017 08:54:43 |
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 |
2.9.1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
2.9.1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.9.1 16 Apr 2016 17:29:07 |
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 |
2.9.0 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.9.0 17 Aug 2015 14:20:41 |
mat |
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 |
2.9.0 24 Apr 2015 21:19:40 |
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) |
2.7.7_3 12 Jun 2014 09:17:33 |
tijl |
Bump PORTREVISION on everything that depends on devel/apr1 due to the
library version change.
Approved by: portmgr (implicit) |
2.7.7_2 26 May 2014 16:41:09 |
bapt |
Prefer lua 5.2 over lua 5.1 |
2.7.7_1 16 Apr 2014 18:28:50 |
zeising |
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 ) |
2.7.7 07 Feb 2014 20:23:14 |
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) |
2.7.4_2 04 Feb 2014 15:40:39 |
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> |
2.7.4_2 30 Dec 2013 20:55:19 |
ohauer |
- 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@) |
2.7.4_2 29 Nov 2013 07:37:53 |
araujo |
- 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. |
2.7.4_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.7.4_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.7.4_2 11 Jul 2013 16:26:27 |
sunpoet |
- 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 |
2.7.4_1 06 Jul 2013 09:04:54 |
ohauer |
- bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1
while I'm here
- convert to USES=gmake
- trim Makefile header and respect nice_people |
2.7.4 03 Jun 2013 06:51:43 |
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 |
2.7.3 16 Apr 2013 10:58:16 |
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 |
2.6.6_1 04 Feb 2013 10:06:31 |
araujo |
- Fix mlogc source path.
PR: ports/174784
Submitted by: Dewayne <dewayne@amdg.etowns.org> |
2.6.6_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.6.6 18 Aug 2012 14:29:11 |
ohauer |
- 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@ |
2.6.6 28 Jun 2012 07:58:10 |
araujo |
- Update to 2.6.6. |
2.6.5_1 13 May 2012 17:01:51 |
araujo |
- Fix plist.
- Bump PORTREVISION.
Reported by: pav |
2.6.5 28 Apr 2012 06:26:38 |
araujo |
- Use lua-5.1.1 instead lua-5.1 that was a typo.
- Remove pkg-message.rules forgotten on previous commit. |
2.6.5 28 Apr 2012 06:19:08 |
araujo |
- Update to 2.6.5.
- Define LICENSE. |
2.5.13_2 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
2.5.13_1 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
2.5.13 24 Feb 2011 01:04:57 |
araujo |
- Update to 2.5.13.
PR: ports/153985
Submitted by: Jin-Sih Lin <linpct@gmail.com> |
2.5.12 08 Jun 2010 22:01:35 |
pgollucci |
- Remove previously stray entry |
2.5.12 08 Jun 2010 21:58:59 |
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@ |
2.5.11_3 25 May 2010 20:17:37 |
pgollucci |
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) |
2.5.11_3 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
2.5.11_2 18 May 2010 04:05:05 |
pgollucci |
- Convert ports/ to devel/apr1
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
2.5.11_2 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
2.5.11_1 05 May 2010 21:47:49 |
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@ |
2.5.11_1 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
2.5.11 18 Dec 2009 22:37:08 |
pav |
- Update to 2.5.11
PR: ports/140463
Submitted by: Chris Petrik <chris@officialunix.com>
Approved by: maintainer timeout (araujo; 1 month) |
2.5.9_1 22 Aug 2009 00:38:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
2.5.9_1 11 Aug 2009 12:26:49 |
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) |
2.5.9_1 28 Jul 2009 20:51:46 |
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> |
2.5.9 24 Jul 2009 13:50:13 |
araujo |
- Fix the issue when you set a custom PREFIX or LOCALBASE.
Reported by: itetcu (QAT)
Thanks to: pgollucci |
2.5.9 21 May 2009 20:45:34 |
pgollucci |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports) |
2.5.9 23 Apr 2009 02:34:25 |
araujo |
- Update to 2.5.9.
- Update MASTER_SITES. |
2.5.7_1 23 Jan 2009 15:43:14 |
roam |
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. |
2.5.7 08 Dec 2008 17:05:30 |
araujo |
- Add WITH_MLOGC knob. [0]
- Update to 2.5.7.
PR: ports/126559 [0]
Submitted by: Tomoyuki Sakurai <cherry@trombik.org> |
2.5.5_2 20 Jul 2008 17:59:44 |
araujo |
- Add support a LUA scripts.
- Bump PORTREVISION.
PR: ports/125789
Submitted by: Tomoyuki Sakurai <cherry@trombik.org> |
2.5.5_1 07 Jul 2008 22:50:42 |
pav |
- Chase apr shlib bump |
2.5.5 25 Jun 2008 00:41:42 |
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> |
1.9.4 18 Jul 2006 05:51:50 |
ale |
Update to 1.9.4 release.
PR: ports/100079
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw> |
1.9.2 27 Jan 2006 13:15:05 |
ale |
Update to 1.9.2 release.
PR: ports/92168
Submitted by: Gary Palmer <freebsd-bugs@in-addr.com> |
1.9.1 10 Dec 2005 14:25:43 |
ale |
Update to 1.9.1 release. |
1.8.7 06 Apr 2005 14:52:57 |
ale |
Update to 1.8.7 release.
PR: ports/79171
Submitted by: Toni Viemero <toni.viemero@iki.fi> |
1.8.6 15 Nov 2004 15:49:17 |
ale |
Update to 1.8.6 release. |
1.8.4 30 Jul 2004 07:06:19 |
ale |
Update to 1.8.4 release. |
1.8.2 27 Jun 2004 09:41:16 |
ale |
Update to 1.8.2 release. |
1.8 20 Jun 2004 09:14:53 |
ale |
Update to 1.8 release. |
1.7.6 28 Mar 2004 22:06:15 |
ale |
Update to 1.7.6 release. |
1.7.5 22 Feb 2004 12:03:20 |
ale |
Update to 1.7.5 release. |
1.7.4 18 Jan 2004 10:50:16 |
ale |
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor) |
1.7.4 07 Jan 2004 16:34:00 |
nork |
Update to 1.7.4 release.
PR: ports/61017
Submitted by: ale (maintainer) |
1.7.3 12 Nov 2003 11:50:08 |
osa |
Update to 1.7.3.
Add a newline after COMMENT section, change DISTNAME.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
PR: 59193 |
1.7.2 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
1.7.2 29 Oct 2003 14:12:59 |
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 |
1.7.1 23 Oct 2003 09:57:47 |
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 |
1.7.1 22 Oct 2003 11:05:09 |
osa |
Update to latest bugfix release: 1.7.1
Submitted by: Alex Dupre <sysamin@alexdupre.com> (maintainer)
PR: 58374 |
1.7 21 Oct 2003 12:49:49 |
osa |
Update to 1.7.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
PR: 58307 |
1.5.1 19 Jul 2003 06:49:46 |
leeym |
Update to 1.5.1 release.
PR: 54344
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
1.5 06 Jun 2003 12:53:34 |
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> |
1.5 06 Jun 2003 12:43:14 |
edwin |
Apache2 has .la, apache13 has .so
Noticed by: Alex Dupre <sysadmin@alexdupre.com> |
1.5 06 Jun 2003 12:04:54 |
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> |