summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* www-apache/mod_python: Remove last-rited pkg, #536134Michał Górny2017-07-056-266/+0
|
* www-apache/mod_wsgi: keyword ~arm64Alexis Ballier2017-06-301-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* www-apache/anyterm: Fix building with GCC-6Peter Levine2017-06-252-1/+148
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=594920 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4970
* www-apache/mod_jk: remove proxy-maintainers.Patrice Clement2017-06-231-9/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* www-apache/mod_jk: version bump to 1.2.42.Timo Gurr2017-06-233-0/+66
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/551216 Closes: https://github.com/gentoo/gentoo/pull/4962
* www-apache/passenger: add 5.1.5Hans de Graaff2017-06-172-0/+123
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* www-apache/mod_wsgi: Support newer pythonPacho Ramos2017-06-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* www-apache/mod_whatkilledus: use HTTPSMichael Palimaka2017-06-121-3/+3
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* www-apache/mod_backtrace: use HTTPSMichael Palimaka2017-06-121-3/+3
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* www-apache/mod_auth_kerb: Fix building with heimdal (#327445)Pacho Ramos2017-06-042-1/+12
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* www-apache/mod_authnz_persona: Remove last-rited pkgMichał Górny2017-06-034-46/+0
|
* www-apache/modsecurity-crs: new version 3.0.2.Michael Orlitzky2017-05-143-0/+61
| | | | | | | | | | | | | | | | | This new version is a companion to the new mod_security-2.9.1. The rule numbering (and loading?) upstream has been completely rewritten, so the ebuild was too: it's a lot simpler now. I based the new ebuild off of the one posted to bug 615750 by Graham E, so thanks are due to him. The "geoip" and "lua" USE flags were dropped in the hopes that the new rule-loading system is smart enough to do the right thing. If not, this may need a revision to disable any rules that won't work with the installed version of mod_security. Gentoo-Bug: 615750 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/mod_security: new revision with updated default configuration.Michael Orlitzky2017-05-142-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've made a few small changes to the configuration file that we install by default. First, I've added two settings, SecTmpDir and SecUploadDir, which serve a similar purpose as the existing SecDataDir. All of those need to be located somewhere safe, and the upstream defaults point to /tmp (which is not safe). It is therefore necessary that we override them, and point them to a location that is created and made private in the ebuild. We now use /var/lib/modsecurity/{data,tmp,upload} and I've made them mode 0750 by default (owned by apache:apache). I've also removed two settings that used to be present. Our default configuration is extremely close to the upstream defaults, and sets almost nothing in 79_mod_security.conf explicitly. The presence of SecHttpBlKey was therefore rather strange, since it was disabled by default and contained nothing Gentoo-specific. I've removed it for consistency (it is documented upstream for people who want it). The other setting that I've removed is SecGeoLookupDb. This one could at least be justified for containing a Gentoo-specific path. However, the path doesn't work out-of-the-box; it requires you to (manually, or via cron) update your GeoIP database at least once before using it. At that point, you know the location of the database, and can point mod_security to it yourself. Taking that into consideration, it again makes more sense to omit the setting for consistency and defer to the upstream documentation and defaults. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/passenger: fix EAPI=6 and make apache2 optionalHans de Graaff2017-05-121-14/+18
| | | | | | | | | | | Fix EAPI=6 which failed silently due to changes in depend.apache.eclass. This only seems possible when apache2 is optional, so make this a USE flag. This should make it possible to use passenger standalone version without apache, but this is not tested yet. Fixes bug 618270 Package-Manager: Portage-2.3.5, Repoman-2.3.1
* www-apache/passenger: add 5.1.4Hans de Graaff2017-05-112-0/+119
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* www-apache/mod_security: new version 2.9.1 to fix some bugs.Michael Orlitzky2017-05-074-8/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a few important changes in this version. First, there is a new USE flag "mlogc" for the audit log collector. USE=curl was too confusing. Oh, and it actually installs the log collector files now. Next, I've moved the SecDataDir under /var/lib to eliminate a QA warning. That's a better place for it anyway, because it doesn't hold cached data (we have no way to recreate the stuff if it disappears). I've dropped the code that enables/disables the GeoIP stuff in the configuration file. We don't need to sed our users' configurations based on USE flags: they'll set it to what they want, and we should leave it that way. The flag is still there to pull in the geoip libs. The configuration file is named 79_mod_security.conf now, for consistency. There are two completely new flags, USE=json and USE=fuzzyhash to enable new upstream features. Some missing dependencies were added, and the docs are being built with doxygen for now. The following users submitted code and/or suggestions that I've used. Thanks guys! * Chris Frederick * Graham E * Leho Kraav * Mario D. Santana Gentoo-Bug: 518828 Gentoo-Bug: 594720 Gentoo-Bug: 605496 Gentoo-Bug: 615294 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/mod_perl: Remove oldAndreas K. Hüttel2017-04-303-284/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* www-apache/mod_perl: ppc64 stable wrt bug #597824Agostino Sarubbo2017-04-301-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-apache/passenger: drop vulnerable versions, bug 616638Hans de Graaff2017-04-303-234/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/mod_perl: ppc stable wrt bug #597824Agostino Sarubbo2017-04-291-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-apache/mod_gnutls: cleanupAlon Bar-Lev2017-04-279-326/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/mod_gnutls: x86 stable wrt bug #616610Agostino Sarubbo2017-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-apache/passenger: x86 stable wrt bug #616638Agostino Sarubbo2017-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-apache/passenger: amd64 stable wrt bug #616638Agostino Sarubbo2017-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-apache/passenger: cleanupHans de Graaff2017-04-273-238/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/mod_gnutls: amd64 stable wrt bug #616610Agostino Sarubbo2017-04-261-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-apache/mod_gnutls: 0.8.2 can be built with gnutls-3.3Alon Bar-Lev2017-04-251-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/mod_gnutls: do not attempt to generate documentationAlon Bar-Lev2017-04-251-0/+4
| | | | | | Bug: 573914 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/mod_gnutls: fix gnutls-3.5 + sandboxAlon Bar-Lev2017-04-251-0/+48
| | | | | | | Bug: 601228 Bug: 616602 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/mod_wsgi: [QA] Add missing python metadata variablesDavid Seifert2017-04-214-6/+10
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* www-apache/mod_python: [QA] Add missing python metadata variablesDavid Seifert2017-04-211-2/+4
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* www-apache/mod_perl: Remove oldAndreas K. Hüttel2017-04-195-362/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* www-apache/mod_perl: Drop hppa ia64 sparc, bug 597822Andreas K. Hüttel2017-04-192-4/+4
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* www-apache/mod_wsgi: add ~arm keyword (bug 59701)Michael Weber2017-04-051-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
* www-apache/mod_perl: add ~arm ~ppc ~ppc64 keywords (bug 597822).Michael Weber2017-03-311-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
* www-apache/mod_nss: remove unused version 1.0.12.Michael Orlitzky2017-03-261-56/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/mod_rpaf: remove unused version 0.6.Michael Orlitzky2017-03-261-27/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/mod_scgi: remove oldMichael Palimaka2017-03-181-29/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* www-apache/mod_python: stabilize for all #531154Mike Frysinger2017-03-142-53/+1
|
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-2881-81/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* www-apache/passenger: remove unused patchesMichael Mair-Keimberger (asterix)2017-02-145-187/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3968
* www-apache/mod_whatkilledus: remove unused fileMichael Mair-Keimberger (asterix)2017-02-141-121/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3959
* www-apache/mod_perl: remove unused patch.Michael Mair-Keimberger (asterix)2017-02-141-241/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3961
* www-apache/mod_gnutls: remove unused patchMichael Mair-Keimberger (asterix)2017-02-141-31/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3960
* www-apache/mod_perl: missing DEPENDRobin H. Johnson2017-02-071-0/+1
| | | | | | | | | mod_perl needs the APR_ECRYPT header definition which was introduced in apr-util-1.4.x. Any box with only apr-util-1.3.x would fail to compile otherwise. Compile failure found during infra upgrades, as nothing else brought in newer apr-util on old systems. Package-Manager: portage-2.3.2
* www-apache/passenger: bug#580078 isnan compile fix.Robin H. Johnson2017-02-035-1/+19
| | | | | | Fixes: https://bugs.gentoo.org/show_bug.cgi?id=580078 Package-Manager: portage-2.3.2 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* www-apache/mod_perl: Block testing with mpm-itk installed re bug #603378Kent Fredric2017-02-021-0/+1
| | | | | | | | | | | mpm_itk needs root or things running apache as non-root fail. mod_perl tests needs to be not run as root or it will skip tests. Therefor, mod_perl's tests and mpm_itk can't coexist. Bug: https://bugs.gentoo.org/603378 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-apache/passenger: add 5.1.2Hans de Graaff2017-01-272-0/+119
| | | | Package-Manager: portage-2.3.3
* www-apache/mod_wsgi: ppc stable wrt bug #606642Agostino Sarubbo2017-01-211-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>