summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* www-servers/nginx: Dropping proxy-maintainer project; Rearranging maintainer ↵Thomas Deutschmann2016-08-151-8/+4
| | | | | | | | | | | order Now that I am a Gentoo developer this package is no longer maintained through proxy-maintainer project. Rearranging maintainer order for proper bug assignment. Package-Manager: portage-2.3.0
* www-servers/nginx: CleanupThomas Deutschmann2016-08-115-2358/+0
| | | | | | Removing previous ebuilds with incomplete HTTPoxy mitigation. Package-Manager: portage-2.3.0
* www-servers/nginx: Revision bump to update HTTPoxy mitigationThomas Deutschmann2016-08-113-0/+1604
| | | | | | | | | | | | Commit c4b897dc39a9 ("www-servers/nginx: HTTPoxy mitigation added") only added HTTPoxy mitigation for fastcgi protocol. This commit will add mitigation for similar protocols like scgi and uwsgi as well. Reported-by: Valentin V. Bartenev <vbart@nginx.com> Package-Manager: portage-2.3.0
* www-servers/nginx: Add myself as maintainerThomas Deutschmann2016-08-101-0/+4
| | | | Package-Manager: portage-2.3.0
* www-servers/nginx: version bump to v1.11.3.Thomas Deutschmann2016-08-093-0/+813
| | | | | | | | | | | | | | | * Upstream added 3 new STREAM modules: - geo - geoip - split_clients * Each HTTP/STREAM upstream module can now be enabled/disabled using a dedicated USE flag Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/1999 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* www-servers/nginx: Drop AJP HTTP module leftoversThomas Deutschmann2016-07-262-2/+0
| | | | | | | Bug: https://bugs.gentoo.org/587844 Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* www-servers/nginx: Fix user/group configure argument (bug #588000)Thomas Deutschmann2016-07-262-2/+4
| | | | | | | Bug: https://bugs.gentoo.org/588000 Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* www-servers/nginx: HTTPoxy mitigation addedThomas Deutschmann2016-07-263-0/+814
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* www-servers/nginx: CleanupThomas Deutschmann2016-07-265-962/+0
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* www-servers/nginx: Bump to v1.11.2 (bug #588816)Thomas Deutschmann2016-07-263-0/+827
| | | | | | Bug: https://bugs.gentoo.org/588816 Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* www-servers/nginx: Patch for rtmp module. Fixes bug 585804.Thomas Deutschmann2016-06-163-6/+53
| | | | | | | | | | | | | Proposed patch for upstream bug 820 added to fix building of nginx's 3rd party module "rtmp" against nginx-1.11.0+. Bug: https://github.com/arut/nginx-rtmp-module/issues/820 Gentoo-Bug: https://bugs.gentoo.org/585804 Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1669 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* www-servers/nginx: Security cleanupThomas Deutschmann2016-06-136-1233/+0
| | | | | | | | | Dropping nginx-1.8.1 which is vulnerable to CVE-2016-4450 and was replaced by nginx-1.10.1 via commit 9d8b4adb72f5912b8c121bdda6ffee72e08926d7. Gentoo-Bug: 584744 Package-Manager: portage-2.3.0_rc1
* www-servers/nginx: x86 stable wrt bug #584744Agostino Sarubbo2016-06-131-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/nginx: amd64 stable wrt bug #584744Agostino Sarubbo2016-06-131-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/nginx: Security cleanupThomas Deutschmann2016-06-113-1531/+0
| | | | | | Gentoo-Bug: 584744 Package-Manager: portage-2.3.0_rc1
* www-servers/nginx: Version bumpThomas Deutschmann2016-06-113-0/+1516
| | | | | | | Gentoo-Bug: 584212 Gentoo-Bug: 584744 Package-Manager: portage-2.3.0_rc1
* www-servers/nginx: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* www-servers/nginx: fix upstream check module segfault for bug 582992Zac Medico2016-05-143-32/+4
| | | | | | | | | | * update module snapshot to fix upstream issue 49, a segfault which occurs in the ngx_http_upstream_check_find_shm_peer function * remove check-0.3.0-segfault-on-reload.patch which is included in the new snapshot Package-Manager: portage-2.2.28
* www-servers/nginx: Fix typo for using stream upstream moduleeverpcpc2016-05-071-1/+1
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/1421 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* www-servers/nginx: add segfault fix to 1.10.0 for http_upstream_check (bug ↵Zac Medico2016-05-062-0/+29
| | | | | | 582316) Package-Manager: portage-2.2.28
* www-servers/nginx: Remove oldManuel Rüger2016-05-042-762/+0
| | | | Package-Manager: portage-2.2.28
* www-servers/nginx: Fix blockerManuel Rüger2016-05-041-1/+1
| | | | Package-Manager: portage-2.2.28
* www-servers/nginx: Version bump to 1.10.0, use openrc-runManuel Rüger2016-05-043-0/+853
| | | | | | | Gentoo-Bug: #581862 Gentoo-Bug: #581944 Package-Manager: portage-2.2.28
* www-servers/nginx: Remove oldManuel Rüger2016-04-243-1525/+0
| | | | Package-Manager: portage-2.2.28
* www-servers/nginx: Version bump to 1.9.15Manuel Rüger2016-04-242-0/+762
| | | | Package-Manager: portage-2.2.28
* www-servers/nginx: fix nginx_modules_upstream_check for 1.8.1 (bug 580764)Zac Medico2016-04-212-202/+1
| | | | Package-Manager: portage-2.2.28
* www-servers/nginx: Version bump to 1.9.14Manuel Rüger2016-04-102-0/+763
| | | | Package-Manager: portage-2.2.28
* Revert "www-servers/nginx: use the nginx utility command for log reopening"Manuel Rüger2016-04-101-2/+2
| | | | | | Gentoo Bug: #576558 This reverts commit 3e8c33b631035683ce988e0988a06661524164f5.
* www-servers/nginx: version bump to 1.9.13Johan Bergström2016-03-312-0/+764
| | | | | | | | | | | Update 3rd party modules: - lua - modsecurity Upstream changes: http://nginx.org/en/CHANGES Closes: https://github.com/gentoo/gentoo/pull/1169 Signed-off-by: Ian Delaney <idella4@gentoo.org>
* www-servers/nginx: Remove oldManuel Rüger2016-03-063-1461/+0
| | | | Package-Manager: portage-2.2.27
* www-servers/nginx: Support libresslJason A. Donenfeld2016-03-031-0/+3
| | | | Package-Manager: portage-2.2.27
* Merge github#959: www-servers/nginx: Version bump to v1.9.12.Patrice Clement2016-03-032-0/+762
|\ | | | | | | | | | | | | | | | | | | | | See commit 8e6af817cbe843501cf4c99dbb9b911aa5ce163e for a more detailed explanation about the changes involved. Pull-Request: https://github.com/gentoo/gentoo/pull/959 Gentoo-Bug: https://bugs.gentoo.org/574342 Reporter: Thomas D <whissi@whissi.de> Acked-by: Johan Bergström <bugs@bergstroem.nu> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
| * www-servers/nginx: Bump to v1.9.12 (#574342)Thomas D2016-03-022-0/+762
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Bumped to EAPI=6 - nginx_modules_http_fancyindex bumped to v0.3.6 - nginx_modules_http_lua bumped to v0.10.1rc1 - nginx_modules_http_auth_ldap bumped to 8517bb05ecc896b54429ca5e95137b0a386bd41a Bug: https://bugs.gentoo.org/show_bug.cgi?id=574342 Package-Manager: portage-2.2.27
* | www-servers/nginx: work with libresslJason A. Donenfeld2016-03-021-0/+3
|/
* www-servers/nginx: use the nginx utility command for log reopeningJason A. Donenfeld2016-02-211-2/+2
|
* www-servers/nginx: Remove oldManuel Rüger2016-02-071-758/+0
| | | | Package-Manager: portage-2.2.27
* www-servers/nginx: Fix build without slice moduleManuel Rüger2016-02-071-0/+758
| | | | | | | | Gentoo-Bug: 574020 Thanks to: Thomas D. <whissi@whissi.de> Package-Manager: portage-2.2.27
* www-servers/nginx: Remove oldManuel Rüger2016-02-061-758/+0
| | | | Package-Manager: portage-2.2.27
* www-servers/nginx: Fix typo in configure optionManuel Rüger2016-02-061-0/+758
| | | | Package-Manager: portage-2.2.27
* www-servers/nginx: Add auth_ldap, stream, slice modulesJohan Bergström2016-02-063-0/+830
| | | | | | This commit adds http_slice, stream, auth_ldap modules and support for libressl. It also updates 3rd party modules, enables http2 by default and disables gzip by default.
* www-servers/nginx: Remove vulnerableManuel Rüger2016-02-032-696/+0
| | | | | | Gentoo-Bugs: 573046 Package-Manager: portage-2.2.27
* www-servers/nginx: Version bumpManuel Rüger2016-02-032-0/+696
| | | | Package-Manager: portage-2.2.27
* www-servers/nginx: Remove oldManuel Rüger2016-02-032-668/+0
| | | | Package-Manager: portage-2.2.27
* www-servers/nginx: x86 stable wrt bug #573046Agostino Sarubbo2016-02-031-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/nginx: amd64 stable wrt bug #573046Agostino Sarubbo2016-02-031-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/nginx: Remove oldManuel Rüger2016-02-022-698/+0
| | | | Package-Manager: portage-2.2.27
* www-servers/nginx: Version bumpManuel Rüger2016-02-022-0/+668
| | | | | | Gentoo-Bug: 573046 Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-3/+3
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.