aboutsummaryrefslogtreecommitdiff
path: root/www/mod_security
Commit message (Collapse)AuthorAgeFilesLines
* devel/apr1: Bump portrevisionBernard Spil2018-03-211-1/+1
| | | | | | | | | | - Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine Notes: svn path=/head/; revision=465240
* devel/apr1: Fix runtime issues of dependent portBernard Spil2018-03-211-0/+1
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=465232
* Migrate USE_APACHE to USES= apache (category www)Bernard Spil2018-03-111-2/+1
| | | | | | | | | - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache Notes: svn path=/head/; revision=464189
* www/mod_security: update to 2.9.2Luca Pizzamiglio2017-10-092-5/+8
| | | | | | | | | | PR: 222838 Submitted by: walter@lifeforms.nl (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12623 Notes: svn path=/head/; revision=451586
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - update to 2.9.1Olli Hauer2016-04-166-22/+53
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=413465
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-3/+0
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=394508
* Update to 2.9.0.Adam Weinberger2015-04-245-24/+135
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=384686
* Bump PORTREVISION on everything that depends on devel/apr1 due to theTijl Coosemans2014-06-121-1/+1
| | | | | | | | | library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357574
* Prefer lua 5.2 over lua 5.1Baptiste Daroussin2014-05-261-2/+6
| | | | Notes: svn path=/head/; revision=355416
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - update to version 2.7.7 [1]Olli Hauer2014-02-072-16/+12
| | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=343295
* - Fix build when LUA=on [1]Pawel Pekala2014-02-041-27/+21
| | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=342545
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - 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@) Notes: svn path=/head/; revision=338168
* - Return almost all of my ports back to the pool. I have no time to make anyMarcelo Araujo2013-11-291-1/+1
| | | | | | | necessary fixes on them for the past months. Notes: svn path=/head/; revision=335151
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=322783
* - bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1Olli Hauer2013-07-061-0/+1
| | | | | | | | | while I'm here - convert to USES=gmake - trim Makefile header and respect nice_people Notes: svn path=/head/; revision=322372
* - Update to 2.7.4.Marcelo Araujo2013-06-032-3/+3
| | | | | | | | | | | | More info: https://github.com/SpiderLabs/ModSecurity/blob/master/CHANGES PR: ports/179167 Submitted by: ohauer@ Security: 9dfb63b8-8f36-11e2-b34d-000c2957946c Notes: svn path=/head/; revision=319757
* - Update to 2.7.3 due a vulnerability that affect all versions 2.x. [1]Marcelo Araujo2013-04-162-26/+18
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=315811
* - Fix mlogc source path.Marcelo Araujo2013-02-041-1/+1
| | | | | | | | PR: ports/174784 Submitted by: Dewayne <dewayne@amdg.etowns.org> Notes: svn path=/head/; revision=311600
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - Update to 2.6.6.Marcelo Araujo2012-06-282-4/+3
| | | | Notes: svn path=/head/; revision=300150
* - Fix plist.Marcelo Araujo2012-05-131-3/+5
| | | | | | | | | - Bump PORTREVISION. Reported by: pav Notes: svn path=/head/; revision=296546
* - Use lua-5.1.1 instead lua-5.1 that was a typo.Marcelo Araujo2012-04-282-21/+1
| | | | | | | - Remove pkg-message.rules forgotten on previous commit. Notes: svn path=/head/; revision=295636
* - Update to 2.6.5.Marcelo Araujo2012-04-282-84/+13
| | | | | | | - Define LICENSE. Notes: svn path=/head/; revision=295635
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+2
| | | | Notes: svn path=/head/; revision=280086
* - Update to 2.5.13.Marcelo Araujo2011-02-242-16/+17
| | | | | | | | PR: ports/153985 Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=269573
* - Remove previously stray entryPhilip M. Gollucci2010-06-081-1/+0
| | | | Notes: svn path=/head/; revision=256143
* - Update to 2.5.12Philip M. Gollucci2010-06-082-47/+55
| | | | | | | | | | | | - sort PLIST_FILES and PLIST_DIRS PR: ports/147099 Submitted by: pgollucci@ (myself), several Approved by: maintainer (araujo; implicit) With Hat: apache@ Notes: svn path=/head/; revision=256142
* Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mkPhilip M. Gollucci2010-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=255075
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* - Convert ports/ to devel/apr1Philip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254522
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-1/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* 3/5: Fix apr-1.3 libnames to be apr-1Philip M. Gollucci2010-05-051-1/+1
| | | | | | | | | | | | PORTREVISION bumps comming next PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253783
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-0/+1
| | | | Notes: svn path=/head/; revision=252125
* - Update to 2.5.11Pav Lucistnik2009-12-184-41/+34
| | | | | | | | | PR: ports/140463 Submitted by: Chris Petrik <chris@officialunix.com> Approved by: maintainer timeout (araujo; 1 month) Notes: svn path=/head/; revision=246196
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* - Fix a linker error when you use mlogc with pthread in osversionMarcelo Araujo2009-08-112-0/+14
| | | | | | | | | | less than 700000. Submitted by: Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net> (private mail) Notes: svn path=/head/; revision=239316
* - Support updated to latest lang/lua library version.Marcelo Araujo2009-07-281-2/+3
| | | | | | | | | | - Fixed a wrong prefix when use WITH_MLOGC=yes. PR: ports/137214, ports/137215 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru> Notes: svn path=/head/; revision=238552
* - Fix the issue when you set a custom PREFIX or LOCALBASE.Marcelo Araujo2009-07-241-0/+3
| | | | | | | | Reported by: itetcu (QAT) Thanks to: pgollucci Notes: svn path=/head/; revision=238333
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-211-0/+2
| | | | | | | | PR: ports/134611 Approved by: pav (#bsdports) Notes: svn path=/head/; revision=234362
* - Update to 2.5.9.Marcelo Araujo2009-04-232-6/+6
| | | | | | | - Update MASTER_SITES. Notes: svn path=/head/; revision=232527
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-0/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=226721
* - Add WITH_MLOGC knob. [0]Marcelo Araujo2008-12-082-10/+29
| | | | | | | | | | - Update to 2.5.7. PR: ports/126559 [0] Submitted by: Tomoyuki Sakurai <cherry@trombik.org> Notes: svn path=/head/; revision=223999