www-servers / nginx

Robust, small and high performance http and reverse proxy server

Official package sites : https://nginx.org ·

v1.27.2-r3 :: mainline :: gentoo

Modified
License
BSD-2 BSD SSLeay MIT GPL-2 GPL-2+ nginx_modules_http_security? ( Apache-2.0 ) nginx_modules_http_push_stream? ( GPL-3 )
Keywords
~amd64 ~amd64-linux ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~x86-linux
USE flags
aio debug http http-cache http2 http3 ktls libatomic pcre pcre-jit pcre2 rtmp selinux ssl test threads vim-syntax

v1.26.2-r6 :: 0 :: gentoo

Modified
License
BSD-2 BSD SSLeay MIT GPL-2 GPL-2+ nginx_modules_http_security? ( Apache-2.0 ) nginx_modules_http_push_stream? ( GPL-3 )
Keywords
amd64 arm arm64 x86 ~amd64-linux ~loong ~ppc ~ppc64 ~riscv ~x86-linux
USE flags
aio debug http http-cache http2 http3 ktls libatomic pcre pcre-jit pcre2 rtmp selinux ssl test threads vim-syntax

General

aio
Enables file AIO support
debug
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
http
Enable HTTP core support
http-cache
Enable HTTP cache support
http2
Enable HTTP2 module support
http3
Enable HTTP3 module support
ktls
Enable Kernel TLS offload (kTLS)
libatomic
Use libatomic instead of builtin atomic operations
pcre
Add support for Perl Compatible Regular Expressions
pcre-jit
Enable JIT for pcre
pcre2
Enable support for pcre2
rtmp
NGINX-based Media Streaming Server
selinux
!!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
ssl
Enable HTTPS module for http. Enable SSL/TLS support for POP3/IMAP/SMTP for mail.
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
threads
Add threads support for various packages. Usually pthreads
vim-syntax
Pulls in related vim syntax scripts

lua_single_target

luajit
Build for LuaJIT only

nginx_modules_http

access
This module provides a simple host-based access control.
addition
This module adds contents of other locations before and after the current location's content.
auth_basic
This module protects your site or parts of it with username and password based on HTTP Basic Authentication.
auth_ldap
LDAP module for nginx which supports authentication against multiple LDAP servers.
auth_pam
This module provides authentication via PAM.
auth_request
Module implementing client authorization based on the result of a subrequest.
autoindex
This module provides automatic directory listings.
brotli
This module allows for on-the-fly Brotli compression.
browser
This module creates variables, the values of which depend on the request header "User-agent".
cache_purge
External module adding ability to purge content from nginx's FastCGI and proxy caches.
charset
This module can reencode data of one encoding into another.
dav
This module adds the HTTP and WebDAV methods PUT, DELETE, MKCOL, COPY and MOVE.
dav_ext
Add missing WebDAV methods PROPFIND & OPTIONS to the existing WebDAV module.
degradation
Allows to return 204 or 444 code for some locations on low memory condition (reliable on FreeBSD only)
echo
Brings shell-style goodies to Nginx config file.
empty_gif
This module keeps a 1x1 transparent GIF in memory that can be served very quickly.
fancyindex
This module makes possible the generation of file listings, like the built-in autoindex module does, but adding a touch of style.
fastcgi
This module allows Nginx to interact with FastCGI processes and control what parameters are passed to the process.
flv
This module provides the ability to seek within FLV (Flash) files using time-based offsets.
geo
This module creates variables, whose values depend on the IP-address of the client.
geoip
This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP binary files.
geoip2
This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP2 binary files.
grpc
This module provides gRPC support.
gunzip
Permits to decompress gzip'ed files on-the-fly for clients not supporting the gzip encoding method.
gzip
This module allows for on-the-fly gzip compression.
gzip_static
Before serving a file from disk to a gzip-enabled client, this module will look for a precompressed file in the same location.
headers_more
Set and clear input and output headers
image_filter
This module is a filter for transforming JPEG, GIF and PNG images.
javascript
This module implements location and variable handlers in nginScript.
limit_conn
This module makes it possible to limit the number of simultaneous connections for the assigned session
limit_req
This module allows you to limit the number of requests for a given session.
lua
Embed the power of Lua into nginx
map
This module allows you to classify, or map a set of values into a different set of values and store the result in a variable.
memc
An extended version of the standard memcached module that supports set, add, delete, and many more memcached commands.
memcached
You can use this module to perform simple caching.
metrics
Module to export various metrics in easy-parseable JSON.
mirror
This module implements mirroring of an original request by creating background mirror subrequests.
mogilefs
Enable support for MogileFS.
mp4
This module adds pseudo-streaming
naxsi
An open source, high performance, low rules maintenance, Web Application Firewall module for Nginx.
perl
This module makes it possible to execute Perl directly within Nginx and call Perl via SSI.
proxy
This module makes it possible to transfer requests to another server.
push_stream
Push Stream module, supporting EventSource, WebSocket, Long Polling, and Forever Iframe.
random_index
Pick a random directory index from a directory.
realip
This module allows to change the client's IP address to value from request header (e. g. X-Real-IP or X-Forwarded-For).
referer
This module makes it possible to block access to the site with the incorrect values of line "Referer" in the request header.
rewrite
This module makes it possible to change URI using regular expressions (PCRE), and to redirect and select configuration depending on variables.
scgi
An implementation of the Simple Common Gateway Interface.
secure_link
This module computes and checks request URLs for a required security token.
security
Web application firewall and Intrusion Detection System.
slice
A filter that splits a request into subrequests, each returning a certain range of response
slowfs_cache
This module adds the ability to cache static files
spdy
This module provides an SPDY implementation. (Deprecated, use IUSE="http2" instead)
split_clients
This module provides A/B testing support.
ssi
This module provides a filter which processes Server-Side Includes (SSI) in the input.
sticky
Module to always forward clients to the same upstream server (via sticky cookies)
stub_status
This module provides the ability to get some status from nginx.
sub
This module can search and replace text in the nginx response.
upload_progress
This module adds the ability to track POST upload progress via JSON API
upstream_check
Add health check support for upstream servers.
upstream_hash
This module provides the ability to distribute upstream requests based on hashed key value.
upstream_ip_hash
This module provides the ability to distribute upstream requests based on the IP-address of the client.
upstream_keepalive
Thiis module provides the ability to cache connections to upstream servers.
upstream_least_conn
This module provides the ability to distribute upstream requests using load balancing methods.
upstream_zone
This module makes it possible to define a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes.
userid
This module gives out cookies for identification of clients.
uwsgi
External module for the uWSGI protocol for python web apps.
vhost_traffic_status
This module provides access to virtual host status information.
vod
Adds support for video streaming using DASH, HDS, HLS, MSS.
xslt
This module is a filter which converts an XML response with the aid of one or more XSLT templates.

nginx_modules_mail

imap
This module provides IMAP proxy capability.
pop3
This module provides POP3 proxy capability.
smtp
This module provides SMTP proxy capability.

nginx_modules_stream

access
This module allows limiting access to certain client addresses.
geo
This module creates variables, whose values depend on the IP-address of the client.
geoip
This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP binary files.
geoip2
This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP2 binary files.
javascript
This module implements location and variable handlers in nginScript.
limit_conn
This module is used to limit the number of connections per the defined key.
map
This module allows you to classify, or map a set of values into a different set of values and store the result in a variable.
realip
This module allows to change the client's IP address to value from request header (e. g. X-Real-IP or X-Forwarded-For).
return
This module allows sending a specified value to the client and then closing the connection.
split_clients
This module provides A/B testing support.
ssl_preread
This module allows extracting information from the ClientHello message without terminating SSL/TLS.
upstream_hash
This module provides the ability to distribute upstream requests based on hashed key value.
upstream_least_conn
This module provides the ability to distribute upstream requests using load balancing methods.
upstream_zone
This module makes it possible to define a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes.

acct-group / nginx : A group for www-servers/nginx

acct-user / nginx : System user: nginx

app-arch / brotli : Generic-purpose lossless compression algorithm

dev-lang / luajit : Just-In-Time Compiler for the Lua programming language

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-libs / geoip : GeoIP Legacy C API

dev-libs / libatomic_ops : Implementation for atomic memory update operations

dev-libs / libmaxminddb : C library for the MaxMind DB file format

dev-libs / libpcre : Perl-compatible regular expression library

dev-libs / libpcre2 : Perl-compatible regular expression library

dev-libs / libxml2 : XML C parser and toolkit

dev-libs / libxslt : XSLT libraries and tools

dev-libs / modsecurity : Application firewall and intrusion detection

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-libs / yajl : Small event-driven (SAX-style) JSON parser

media-libs / gd : Graphics library for fast image creation

media-video / ffmpeg : Complete solution to record/convert/stream audio and video. Includes libavcodec

net-nds / openldap : LDAP suite of application and development tools

sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)

sys-libs / zlib : Standard (de)compression library

virtual / libcrypt : Virtual for libcrypt.so

acct-group / nginx : A group for www-servers/nginx

acct-user / nginx : System user: nginx

app-arch / brotli : Generic-purpose lossless compression algorithm

app-misc / mime-types : Provides /etc/mime.types file

dev-lang / luajit : Just-In-Time Compiler for the Lua programming language

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-libs / geoip : GeoIP Legacy C API

dev-libs / libmaxminddb : C library for the MaxMind DB file format

dev-libs / libpcre : Perl-compatible regular expression library

dev-libs / libpcre2 : Perl-compatible regular expression library

dev-libs / libxml2 : XML C parser and toolkit

dev-libs / libxslt : XSLT libraries and tools

dev-libs / modsecurity : Application firewall and intrusion detection

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-libs / yajl : Small event-driven (SAX-style) JSON parser

media-libs / gd : Graphics library for fast image creation

media-video / ffmpeg : Complete solution to record/convert/stream audio and video. Includes libavcodec

net-nds / openldap : LDAP suite of application and development tools

sec-policy / selinux-nginx : SELinux policy for nginx

sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)

sys-libs / zlib : Standard (de)compression library

virtual / libcrypt : Virtual for libcrypt.so

www-servers / nginx : Robust, small and high performance http and reverse proxy server

app-metrics / nginx-lua-prometheus : Library that exports Nginx metrics to Prometheus

virtual / httpd-basic : Virtual for static HTML-enabled webservers

virtual / httpd-cgi : Virtual for CGI-enabled webservers

virtual / httpd-fastcgi : Virtual for FastCGI-enabled webservers

www-apps / icingaweb2 : Icinga Web 2 - Frontend for icinga2

www-apps / rt : RT is an enterprise-grade ticketing system

www-servers / nginx : Robust, small and high performance http and reverse proxy server

444660
sci-geosciences/mapserver - add www-servers/nginx support
471106
www-servers/nginx - add USE flag to allow the addition of the ngnx_pagespeed mod
476250
www-servers/nginx should support www-apache/passenger
481456
www-servers/nginx - init.d script should not check configuration on reload/upgrade (upstream said)
496318
www-servers/nginx - init script gives message that should be programmatically checked
573710
www-servers/nginx - Add support for external 3rd party modules
576414
www-servers/nginx: Saner default configuration
578658
www-servers/nginx: should use REQUIRED_USE for http-modules rather than silently ignoring USE=http
598088
www-servers/nginx - add ngx_set_misc module
691998
www-servers/nginx : reintroduce the upload module
700866
www-servers/nginx: use default log names
735020
www-servers/nginx is missing a USE flag for building --with-stream only
801370
www-servers/nginx: Entirely running as non-root via capabilities
886537
www-servers/nginx: drop support for obsolete dev-libs/libpcre
904827
virtual/httpd-cgi should use any-slot operator for www-servers/nginx
909580
www-servers/nginx-1.24.0-r1 with http_sticky module: error: 'SHA_DIGEST_LENGTH' undeclared (first use in this function); did you mean 'MD5_DIGEST_LENGTH'?
925098
www-servers/freenginx - new package due to upstream split from www-servers/nginx
928131
www-servers/nginx-1.25.3: consider using upstream default limits
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: update to njs-0.8.7
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
www-servers/nginx: add subslot binder to dev-libs/modsecurity
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Louis Sautier · gentoo
www-servers/nginx: fix systemd unit to create /run/nginx/ (#941784)
108a642ef4da broke the systemd service, by moving the PID file to /run/nginx/ without creating the directory, resulting in 'open() "/run/nginx/nginx.pid" failed (2: No such file or directory)' Bug: https://bugs.gentoo.org/939560 Closes: https://bugs.gentoo.org/941784 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Patrick Lauer · gentoo
www-servers/nginx: Fix src_install
README is now .md Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: update njs to 0.8.6
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: drop 1.27.1-r2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: add 1.27.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Alexander Lopatin · gentoo
www-servers/nginx: fix directory path to pid file
Closes: https://bugs.gentoo.org/939560 Signed-off-by: Alexander Lopatin <alopatindev@codonaft.com> Closes: https://github.com/gentoo/gentoo/pull/38593 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Z. Liu · gentoo
www-servers/nginx: add patch for http_security from upstream
see https://github.com/owasp-modsecurity/ModSecurity-nginx/commit/7d37ace7431ea9704faa98f29876bcd72ef4b1ff Closes: https://bugs.gentoo.org/933598 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38343 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Z. Liu · gentoo
www-servers/nginx: remove HTTP_POSTPONE=no for nginx-vod module
Closes: https://bugs.gentoo.org/933347 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38260 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: fix for CVE-2024-7347
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: update njs to 0.8.5
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: drop 1.25.4-r1, 1.25.5
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.26.1 x86, #933137
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
www-servers/nginx: Stabilize 1.26.1 amd64, #933137
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.26.1 arm64, #933137
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
www-servers/nginx: Stabilize 1.26.1 arm, #933137
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: add 1.27.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: drop 1.24.0-r3, 1.24.0-r4
Bug: https://bugs.gentoo.org/924619 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: add 1.26.1, drop 1.26.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matoro Mahri · gentoo
www-servers/nginx: Keyword 1.24.0-r4 ppc64, #930135
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: update njs to 0.8.4
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: drop 1.25.3, 1.25.3-r1
Bug: https://bugs.gentoo.org/924619 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: update njs to 0.8.4
Closes: https://bugs.gentoo.org/930561 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: add 1.26.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: update test suite
Closes: https://bugs.gentoo.org/924657 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
sqozz · gentoo
www-servers/nginx: bump nginx-vod module version
Signed-off-by: sqozz <sqozz-git@geekify.de> Closes: https://github.com/gentoo/gentoo/pull/36326 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.25.4 arm64, #928619
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.25.4 x86, #928619
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.25.4 amd64, #928619
Signed-off-by: Sam James <sam@gentoo.org>
Yixun Lan · gentoo
www-servers/nginx: Keyword 1.24.0-r2 riscv, #930135
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Keyword 1.24.0-r2 arm, #930135
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
www-servers/nginx: Keyword 1.24.0-r2 ppc, #930135
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
www-servers/nginx: Stabilize 1.25.4 arm, #928619
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
www-servers/nginx: Keyword 1.24.0-r2 arm64, #930135
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: add 1.25.5
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
www-servers/nginx: re-add dropped keywords
- use.mask [test] via profiles instead. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Keyword 1.25.4 ppc64, #924662
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
www-servers/nginx: Keyword 1.25.4 riscv, #924662
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: drop 1.25.1-r3, 1.25.2
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35337 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Tomáš Mózes · gentoo
www-servers/nginx: add 1.25.4
Bug: https://bugs.gentoo.org/924619 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
www-servers/nginx: Stabilize 1.25.3 x86, #918976
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
www-servers/nginx: Stabilize 1.25.3 amd64, #918976
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
www-servers/nginx: Stabilize 1.25.3 arm64, #918976
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
www-servers/nginx: Stabilize 1.25.3 arm, #918976
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: add 1.25.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Alfred Wingate · gentoo
www-servers/nginx: add tests
Closes: https://bugs.gentoo.org/906078 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33260 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
WANG Xuerui · gentoo
www-servers/nginx: keyword 1.25.2 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Dustin Smith · gentoo
www-servers/nginx: update HTTP_METRICS_MODULE_URI
While doing an unrelated thing with nginx, I tried to `pkgdev manifest` and noticed this package no longer existed at the current URL. I've updated it to a mirror. That said, this module seems fairly old (no commits in three years). Signed-off-by: Dustin Smith <d.usty360@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32349 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: add 1.25.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: update njs to 0.8.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: drop 1.23.3, 1.23.4
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.24.0-r1 arm64, #909561
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony Ryan · gentoo
www-servers/nginx: Add USE="ktls" (Kernel TLS offload)
Kernel TLS offload can reduce HTTPS the number of CPU and Memory ops necessary to send a file over HTTPS. To activate kTLS you need: - CONFIG_TLS=y in the kernel - OpenSSL built with USE="ktls" - ssl_conf_command Options KTLS; in nginx.conf After these changes the ebuild will get everything except nginx.conf ready. Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31870 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Marcin Deranek · gentoo
www-servers/nginx: update lua module to 0.10.25
Closes: https://bugs.gentoo.org/909448 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/31743 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
www-servers/nginx: Stabilize 1.24.0-r1 x86, #909561
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.24.0-r1 amd64, #909561
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.24.0-r1 arm, #909561
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: adjust SLOT
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31589 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: add 1.25.1
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31351 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: drop old
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30768 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Tomáš Mózes · gentoo
www-servers/nginx: update to njs 0.7.12
Bug: https://bugs.gentoo.org/905096 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
John Helmert III · gentoo
www-servers/nginx: drop 1.23.2
Bug: https://bugs.gentoo.org/878765 Signed-off-by: John Helmert III <ajak@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: add 1.24.0
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30637 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
www-servers/nginx: Stabilize 1.23.3 arm, #891923
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: add 1.23.4
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30408 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
www-servers/nginx: Stabilize 1.23.3 arm64, #891923
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.23.3 amd64, #891923
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
www-servers/nginx: Stabilize 1.23.3 x86, #891923
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
www-servers/nginx: Stabilize 1.23.2-r3 arm64, #889022
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
www-servers/nginx: Stabilize 1.23.2-r3 amd64, #889022
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.23.2-r3 x86, #889022
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: add 1.23.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: fix ldap crash
Closes: https://bugs.gentoo.org/883401 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: drop vulnerable
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28049 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Tomáš Mózes · gentoo
www-servers/nginx: update to njs 0.7.8
Bug: https://bugs.gentoo.org/878765 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: various improvements
- update nginx modules - change naxsi upstream as previous fails to build and is considered obsolete - use mime types from app-misc/mime-types by default Closes: https://bugs.gentoo.org/762964 Closes: https://bugs.gentoo.org/836454 Closes: https://bugs.gentoo.org/850571 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27887 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: drop 1.23.1-r1
Bug: https://bugs.gentoo.org/870409 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: add 1.23.2
Includes also CVE-2022-38890 fix for NJS-0.7.7. Bug: https://bugs.gentoo.org/870409 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: drop 1.21.6-r4
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
www-servers/nginx: Stabilize 1.23.1-r1 x86, #869116
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
www-servers/nginx: Stabilize 1.23.1-r1 arm64, #869116
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: Stabilize 1.23.1-r1 arm, #869116
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: Stabilize 1.23.1-r1 amd64, #869116
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: bump njs module to 0.7.7
This fixes CVE-2022-35173. Bug: https://bugs.gentoo.org/865723 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: bump njs module to 0.7.7
This fixes CVE-2022-35173. Bug: https://bugs.gentoo.org/865723 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: drop vulnerable
Bug: https://bugs.gentoo.org/838247 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26491 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: drop 1.23.0-r1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: add 1.23.1
Also updates NJS to 0.7.6. Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
www-servers/nginx: x86 stable wrt bug #858083
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: arm stable wrt bug #858083
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: amd64 stable wrt bug #858083
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
www-servers/nginx: Stabilize 1.21.6-r3 arm64, #858083
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: drop old
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26401 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Tomáš Mózes · gentoo
www-servers/nginx: update geoip2 module to 3.4
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Tomáš Mózes · gentoo
www-servers/nginx: add modsecurity v3 support
Closes: https://bugs.gentoo.org/726614 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Tomáš Mózes · gentoo
www-servers/nginx: update vulnerable njs
Bug: https://bugs.gentoo.org/838247 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26398 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Tomáš Mózes · gentoo
www-servers/nginx: bump to 1.23.0
Bug: https://bugs.gentoo.org/838247 Closes: https://bugs.gentoo.org/852953 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26347 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
www-servers/nginx: migrate to GLEP-81
Closes: https://bugs.gentoo.org/701254 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Conrad Kostecki · gentoo
www-servers/nginx: drop versions
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
www-servers/nginx: x86 stable wrt bug #850490
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: arm64 stable wrt bug #850490
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: arm stable wrt bug #850490
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: amd64 stable wrt bug #850490
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.21.6
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
www-servers/nginx: remove userland_GNU
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.20.2
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.21.4
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.21.3
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.21.2 mainline
- nginScript module bumped to v0.6.2 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.20.1-r2 arm64, #804049
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
www-servers/nginx: keyword 1.21.1 for ~riscv
Note that I have only tested two USE-flag combinations: the default set, and enabling everything except USE=threads (which conflicts with at least one other flag, nginx_modules_http_mogilefs). Signed-off-by: Marek Szuba <marecki@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: Stabilize 1.20.1-r2 arm, #804049
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.21.1 mainline
- nginScript module bumped to v0.6.1 Package-Manager: Portage-3.0.21, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: add virtual/libcrypt dependency
Needed for upcoming libxcrypt migration. Acked-by: David Seifert <soap@gentoo.org> Reported-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Reported-by: John Helmert III <ajak@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Andrew Udvare · gentoo
www-servers/nginx: add nginx-vod module
Signed-off-by: Andrew Udvare <audvare@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump njs to v0.6.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: security cleanup
Bug: https://bugs.gentoo.org/792087 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
www-servers/nginx: amd64 stable wrt bug #792087
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: x86 stable (bug #792087)
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.21.0 mainline
Bug: https://bugs.gentoo.org/792087 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.20.1
Bug: https://bugs.gentoo.org/792087 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
www-servers/nginx: call pkg-config via toolchain-funcs.eclass helper
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
www-servers/nginx: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.10
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mike Gilbert · gentoo
www-servers/nginx: avoid using EROOT in src_configure
For EAPI 7, use ESYSROOT since these paths are used to locate headers and libraries to build against. For older EAPIs, approximate ESYSROOT as "${SYSROOT}${EPREFIX}". Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.9 mainline
- nginScript module bumped to v0.5.3 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.8 mainline
- nginScript module bumped to v0.5.2 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.7 mainline
- nginScript module bumped to v0.5.1 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Ben Kohler · gentoo
www-servers/nginx: fix versionator usage on new EAPI=7 ebuild
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
www-servers/nginx: migrate to lua-single.eclass
http_lua only supports LuaJIT but even so, use the eclass helper functions to find it. Only migrated SLOT=mainline because as far as I could see there are no nginx revdeps in the tree explicitly requiring SLOT=0. Closes: https://bugs.gentoo.org/752879 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.6
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump
- nginScript module bumped to v0.5.0 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.5
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.4
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.3 mainline
- nginScript module bumped to v0.4.4 - brotli module bumped to v1.0.0rc Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: drop http_auth_pam patch
...now included in upstream release. Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: security cleanup
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: downgrade HTTP LUA module, again
Bug: https://bugs.gentoo.org/726728 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump
- nginScript module bumped to v0.4.3 - HTTP Auth PAM module bumped to v1.5.2 - HTTP echo module bumped to v0.62 - brotli module switched to new upstream Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.2 mainline
- nginScript module bumped to v0.4.3 - HTTP Auth PAM module bumped to v1.5.2 - HTTP LUA module bumped to v0.10.17 - HTTP echo module bumped to v0.62 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.1 mainline
- nginScript module bumped to v0.4.2 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: downgrade HTTP LUA module
Bug: https://bugs.gentoo.org/726728 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.19.0 mainline
- brotli module bumped to 1.0.0rc from new upstream - HTTP LUA module bumped to v0.10.16rc5 - fancyindex module bumped to v0.4.3 - nginScript module bumped to v0.4.1 Closes: https://bugs.gentoo.org/724646 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump
- fancyindex module bumped to v0.4.3 - nginScript module bumped to v0.4.1 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
www-servers/nginx: x86 stable wrt bug #723972
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: amd64 stable wrt bug #723972
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.18.0 stable
Closes: https://bugs.gentoo.org/719584 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump
- nginScript module bumped to v0.4.0 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.17.10
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: add REQUIRED_USE for USE=nginx_modules_http_fancyindex
Header/footer feature of HTTP module "fancyindex" requires HTTP module "addition". Closes: https://bugs.gentoo.org/715016 Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: USE=nginx_modules_http_dav_ext needs dev-libs/libxslt
However, USE=nginx_modules_http_dav_ext recommends usage of USE=nginx_modules_http_xslt that why we just add a REQUIRED_USE. Closes: https://bugs.gentoo.org/715018 Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Tomáš Mózes · gentoo
www-servers/nginx: drop old
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15172 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Tomáš Mózes · gentoo
www-servers/nginx: update geoip2 module
Fix segmentation fault when auto reloading maxmind databases Closes: https://bugs.gentoo.org/711298 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-2.3.91, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump
- Fix HTTP echo module compatibility with nginx-1.17.x (reported by mrueg, thanks!) - Don't create /run in install image Package-Manager: Portage-2.3.91, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-2.3.90, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.17.9
Package-Manager: Portage-2.3.90, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
www-servers/nginx: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.17.8 mainline
- nginScript module bumped to v0.3.8 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.17.7
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.17.6 mainline
- nginScript module bumped to v0.3.7 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.17.5
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
www-servers/nginx: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
www-servers: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump v1.17.4
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: update njs add-on
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: security cleanup
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: amd64 & x86 stable
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.16.1 stable
- ngx_devel_kit bumped to v0.3.1 - nginScript module bumped to v0.3.4 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.17.3 mainline
- ngx_devel_kit bumped to v0.3.1 - nginScript module bumped to v0.3.4 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.17.2 mainline
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.17.1 mainline
- nginScript module bumped to v0.3.3 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: security cleanup
Bug: https://bugs.gentoo.org/686424 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: amd64 & x86 stable
Bug: https://bugs.gentoo.org/686424 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump to bump 3rd party modules
- nginScript module bumped to v0.3.2 - HTTP LUA module bumped to v0.10.15 Bug: https://bugs.gentoo.org/686424 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.17.0 mainline
- nginScript module bumped to v0.3.2 - HTTP LUA module bumped to v0.10.15 Bug: https://bugs.gentoo.org/686424 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.16.0 stable
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump
- nginScript module bumped to v0.3.1 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.12 mainline
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: add pax-mark for USE=pax-mark
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.11 mainline
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.10
- nginScript module bumped to v0.3.0 - GeoIP2 module bumped to v3.2 Closes: https://github.com/gentoo/gentoo/pull/11439 Closes: https://bugs.gentoo.org/681038 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: amd64 & x86 stable
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump to bump 3rd party modules
- nginScript module bumped to v0.2.9 - HTTP LUA module bumped to v0.10.14; The new module requires USE=luajit [Link 1] Link 1: https://github.com/openresty/lua-nginx-module/commit/7286812116940216344ade33722c49ae47037605 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.9
- nginScript module bumped to v0.2.9 - HTTP LUA module bumped to v0.10.14; The new module requires USE=luajit [Link 1] Link 1: https://github.com/openresty/lua-nginx-module/commit/7286812116940216344ade33722c49ae47037605 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump to bump 3rd party modules
- nginScript module bumped to v0.2.7 - HTTP WebDAV module bumped to v3.0.0 - HTTP ModSecurity module bumped to v2.9.3 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.8 mainline
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: http_auth_pam: adjust loglevel for auth failures
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.14.2 stable
- nginScript module bumped to v0.2.6 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.7 mainline
- nginScript module bumped to v0.2.6 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: security cleanup (bug #670496)
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: x86 stable (bug #670496)
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
www-servers/nginx: amd64 stable wrt bug #670496
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.14.1 stable
- nginScript module bumped to v0.2.5 - HTTP VHost Traffic Status module bumped to commit 46d85558e344dfe - brotli module bumped to commit 8104036af9cff Bug: https://bugs.gentoo.org/670496 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.6 mainline
- nginScript module bumped to v0.2.5 - brotli module bumped to commit 8104036af9cff Bug: https://bugs.gentoo.org/670496 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.5 mainline
Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.4 mainline
- nginScript module bumped to v0.2.4 Package-Manager: Portage-2.3.50, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.3 mainline
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump to bump 3rd party modules
- nginScript module bumped to v0.2.3 Package-Manager: Portage-2.3.44, Repoman-2.3.10
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.2 mainline
- HTTP VHost Traffic Status module bumped to commit 46d85558e344 Package-Manager: Portage-2.3.43, Repoman-2.3.10
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump to fix missing deps for geoip modules
Closes: https://bugs.gentoo.org/661498 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --force
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
www-servers/nginx: amd64 stable wrt bug #660254
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: x86 stable (bug #660254)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump to bump 3rd party modules
- HTTP Fancy Index module bumpe to v0.4.3 - HTTP VHost Traffic Status module bumped to v0.1.18 - HTTP NAXSI module bumped to v0.56 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.1 mainline
- HTTP Fancy Index module bumpe to v0.4.3 - HTTP VHost Traffic Status module bumped to v0.1.18 - HTTP NAXSI module bumped to v0.56 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: security cleanup
Bug: https://bugs.gentoo.org/658736 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump
- stable slot synchronized with changes from mainline slot: - This will add geoip2 support (introduced via commit c020ffdab8) - Bump some 3rd party modules (see commit 9484e13a for details) - HTTP VHost Traffic Status module bumped to v0.1.17 - nginScript module bumped to v0.2.2 [Bug 658736] - brotli module bumped to v0.1.2 Bug: https://bugs.gentoo.org/658736 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Repository mirror & CI · gentoo
Merge updates from master
Tomas Mozes · gentoo
www-servers/nginx: drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Tomas Mozes · gentoo
www-servers/nginx: add geoip2 module
Closes: https://bugs.gentoo.org/649626 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
www-servers/nginx: bump to v1.15.0 mainline
- HTTP LUA module bumped to v0.10.13 - HTTP VHost Traffic Status module bumped to v0.1.16 - HTTP memc module bumped to v0.19 - nginScript module bumped to v0.2.1 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Thomas Deutschmann · gentoo
www-servers/nginx: Fix self block
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Thomas Deutschmann · gentoo
www-servers/nginx: Cleanup old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.14.0 stable
Based on v1.13.12-r1 mainline. See v1.13.x commits for changes. Package-Manager: Portage-2.3.28, Repoman-2.3.9
Thomas Deutschmann · gentoo
www-servers/nginx: Rev bump vor v1.13.12 mainline
Ebuild changes: =============== - brotli module updated to commit 37ab9b2933a0b756ba3447000b7f31d432ed8228. Package-Manager: Portage-2.3.28, Repoman-2.3.9
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.12 mainline
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.11 mainline
Ebuild changes: =============== - brotli module updated to commit 6a1174446f5a866d3d13615dd2824177570f0a69. - nginScript module bumped to v0.2.0. - Support for EXTRA_ECONF added to allow those who know what they are doing to add additional modules for example. [Bug 651164] Closes: https://bugs.gentoo.org/651164 Package-Manager: Portage-2.3.26, Repoman-2.3.7
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.10 mainline
Ebuild changes: =============== - brotli module updated to commit 482761e7c0cf3ea4d1540fc9e14c9dedd80d2f7c. - New upstream gRPC HTTP module added. Package-Manager: Portage-2.3.24, Repoman-2.3.6
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.9 mainline
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Thomas Deutschmann · gentoo
www-servers/nginx: Fix building of nginScript with -O3
Closes: https://bugs.gentoo.org/647958 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Thomas Deutschmann · gentoo
www-servers/nginx: Rev bump of "mainline" slot to add/update modules
Ebuild changes: =============== - LDAP auth module bumped to commit 42d195d7a7575ebab1c369ad3fc5d78dc2c2669c to add OpenSSL 1.1.x support and other bugfixes. - HTTP upstream check module bumped to commit 9aecf15ec379fe98f62355c57b60c0bc83296f04 to fix possible segfault when reloading configuration. - Virtual host traffic status module added. - nginScript module added. [PR 3200] - Brotli module added. [Bug 628898] See: https://github.com/gentoo/gentoo/pull/3200 Closes: https://bugs.gentoo.org/628898 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Thomas Deutschmann · gentoo
www-servers/nginx: Cleanup old
Package-Manager: Portage-2.3.21, Repoman-2.3.6
Mikle Kolyada · gentoo
www-servers/nginx: amd64 stable wrt bug #642328
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Thomas Deutschmann · gentoo
www-servers/nginx: x86 stable (bug #642328)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Thomas Deutschmann · gentoo
www-servers/nginx: Cleanup old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.8 mainline
Ebuild changes: =============== - rtmp module bumped to v1.2.1 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.7 mainline
Ebuild changes: =============== - headers_more module bumped to v0.33 - lua module bumped to 0.10.11 - push module bumped to 0.5.4 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Thomas Deutschmann · gentoo
www-servers/nginx: Rev bump to fix http_cache_purge module
Closes: https://bugs.gentoo.org/635330 Package-Manager: Portage-2.3.11, Repoman-2.3.3
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.12.2 stable
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.6 mainline
Ebuild changes: =============== - upstream check module bumped to commit 31b1b42873fa56620d8a873ac13f5f26b52d0cd6 Package-Manager: Portage-2.3.10, Repoman-2.3.3
Fabian Groffen · gentoo
www-servers/nginx: marked ~ppc64
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.5 mainline
Ebuild changes: =============== - fancyindex module bumped to v0.4.2 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.4 mainline
Ebuild changes: =============== - LUA module bumped to v0.10.10 - mod_security bumped to v2.9.2 - echo module bumped to v0.61 - WebDAV module bumped to v0.1.0 - New upstream module "mirror" added Package-Manager: Portage-2.3.5, Repoman-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Security cleanup (bug #624552)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Agostino Sarubbo · gentoo
www-servers/nginx: x86 stable wrt bug #624552
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: amd64 stable wrt bug #624552
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: Security bump for CVE-2017-7529 (bug #624552)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.2 mainline
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.1 mainline
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.13.0 mainline
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bumped to v1.12.0 stable
Ebuild changes: =============== - HTTP LUA module bumped to v0.10.8 Warning: While the module now builds against nginx-1.11.11+ the author warns that >=nginx-1.11.11 is still not an officially supported target for that module. You are on your own! - RTMP module bumped to v1.1.11 - HTTP memc module bumped to v0.18 - HTTP NAXSI module bumped to v0.55.3 - New upstream stream modules Package-Manager: Portage-2.3.5, Repoman-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Rev bump mainline slot to update lua module nginx-1.11.11+ patch
Ebuild changes: =============== - HTTP LUA module bumped to v0.10.8 Warning: While the module builds against nginx-1.11.11+ the author warns that >=nginx-1.11.11 is still not an officially supported target for that module. You are on your own! - RTMP module bumped to v1.1.11 - HTTP memc module bumped to v0.18 Package-Manager: Portage-2.3.5, Repoman-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.11.13 mainline
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Cleanup old versions
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Rev bump mainline to re-enable mod_security support
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Agostino Sarubbo · gentoo
www-servers/nginx: x86 stable wrt bug #613416
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.11.12 mainline (bug #614042)
Replaces v1.11.11 which might hog CPU due to a bug introduced in v1.11.11. Package-Manager: Portage-2.3.5, Repoman-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bumped to v1.11.11 mainline
Ebuild changes: =============== - rtmp module bumped to v1.1.11 - mod_security masked because incompatible with recent changes in nginx-1.11.11. We will have to switch to the new ModSecurity v3 Nginx Connector in future but there isn't any release/tagged version yet. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Agostino Sarubbo · gentoo
www-servers/nginx: amd64 stable wrt bug #613416
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.11.10 mainline
Ebuild changes: =============== - NAXSI updated to v0.55.3 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Thomas Deutschmann · gentoo
www-servers/nginx: Use HTTPS for nginx.org
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Thomas Deutschmann · gentoo
www-servers/nginx: Bump nginx (stable) to v1.10.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.11.9
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Thomas Deutschmann · gentoo
www-servers/nginx: Add test restriction
Package does not provide a real test suite. Building with FEATURES=test will currently end with a failure like >>> Test phase: www-servers/nginx-1.10.2-r3 * Test::Harness Jobs=5 make --jobs 5 --load-average 7.95 test TEST_VERBOSE=0 make: *** No rule to make target 'test'. Stop. * ERROR: www-servers/nginx-1.10.2-r3::gentoo failed (test phase): * emake failed Restricting test will prevent an error like this. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Thomas Deutschmann · gentoo
www-servers/nginx: Security cleanup (bug #605008)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Agostino Sarubbo · gentoo
www-servers/nginx: x86 stable wrt bug #605008
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: amd64 stable wrt bug #605008
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.11.8 (bug #603864)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Thomas Deutschmann · gentoo
www-servers/nginx: rev bump to fix CVE-2016-1247 (bug #605008)
Ebuild changes: =============== - Rewritten pkg_postinst for a better user experience - Package tries to show warnings/notices only when really needed - Permission checks should now be more reliable, i.e. working when switching between stable (:0) and mainline (:mainline) slot. - An additional sanity check will make sure that at least permissions on "/var/log/nginx" will prevent a known root privilege escalation - Permissions on "/var/log/nginx" changed to 0710 and owner changed to 0:nginx to fix CVE-2016-1247 (bug #tba) - Runscript: Bashisms removed - User is now able to control most runscript options like used nginx' config file, pidfile, user/group, start-stop-daemon arguments ... through "/etc/conf.d/nginx" Package-Manager: Portage-2.3.3, Repoman-2.3.1
Thomas Deutschmann · gentoo
www-servers/nginx: Cleanup old.
Package-Manager: portage-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.10.2-r2 stable
Ebuild changes: =============== - ngx_headers_more module updated to v0.32 - LUA module updated to v0.10.7 - Patch for ngx_memc added to solve a build issue with latest nginx [Link 1] Link 1: https://github.com/openresty/memc-nginx-module/issues/26 Package-Manager: portage-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.11.6 mainline
Ebuild changes: =============== - ngx_headers_more module updated to v0.32 - LUA module updated to v0.10.7 - Patch for ngx_memc added to solve a build issue with latest nginx [Link 1] Link 1: https://github.com/openresty/memc-nginx-module/issues/26 Package-Manager: portage-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Patch for uploadprogress module updated
The previous patch worked however upstream merged an updated PR so I updated the patch to stay in sync. Package-Manager: portage-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Fix building of uploadprogress module; Add autotools depedencies
Ebuild changes: =============== - Since nginx-upload-progress-module was bumped to v0.9.2 (commit f03aacc3dc) the module was only build as dynamic module so it wasn't useable in Gentoo. This is now fixed. (Bug #593450) - Cherry-picked a patch for cURL detection in Mod_Security - Added autotools depedencies (only necessary when you build nginx_modules_http_security) Gentoo-Bug: https://bugs.gentoo.org/593450 Package-Manager: portage-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.10.2 stable
Package-Manager: portage-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Adjust dependencies/slot operators
Package-Manager: portage-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Drop old
Package-Manager: portage-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.10.1-r4 stable
Ebuild changes: =============== - NAXSI updated to v0.55.1 - rtmp module updated to v1.1.10 - LDAP authentication module updated to commit dbcef31b to fix some segmentation faults Package-Manager: portage-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.11.5 mainline
Ebuild changes: =============== - IPv6 support is now enabled per default due to upstream changeset 6724:a6d116645c51 - NAXSI updated to v0.55.1 - rtmp module updated to v1.1.10 - LDAP authentication module updated to commit dbcef31b to fix some segmentation faults Package-Manager: portage-2.3.2
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.11.4
Package-Manager: portage-2.3.0
Thomas Deutschmann · gentoo
www-servers/nginx: Bump ebuild of stable slot to update 3rd-party modules
Backport of commit f3c2a26e1f50d245e6f06413b99f9d6102679999 from mainline: - nginx-upload-progress-module v0.9.1 -> v0.9.2 - headers-more-nginx-module v0.30 -> 0.31 - ngx-fancyindex v0.4.0 -> v0.4.1 (bug #592464) - lua-nginx-module v0.10.5 -> 0.10.6 - nginx-rtmp-module v1.1.8 -> v1.1.9 - echo-nginx-module v0.59 -> 0.60 Gentoo-Bug: https://bugs.gentoo.org/592464 Package-Manager: portage-2.3.0
Thomas Deutschmann · gentoo
www-servers/nginx: Revision bump to update 3rd-party modules
- nginx-upload-progress-module v0.9.1 -> v0.9.2 - headers-more-nginx-module v0.30 -> 0.31 - ngx-fancyindex v0.4.0 -> v0.4.1 (bug #592464) - lua-nginx-module v0.10.5 -> 0.10.6 - nginx-rtmp-module v1.1.8 -> v1.1.9 - echo-nginx-module v0.59 -> 0.60 Gentoo-Bug: https://bugs.gentoo.org/592464 Package-Manager: portage-2.3.0
Thomas Deutschmann · gentoo
www-servers/nginx: Cleanup
Removing previous ebuilds with incomplete HTTPoxy mitigation. Package-Manager: portage-2.3.0
Thomas Deutschmann · gentoo
www-servers/nginx: Revision bump to update HTTPoxy mitigation
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
Thomas Deutschmann · gentoo
www-servers/nginx: version bump to v1.11.3.
* 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>
Thomas Deutschmann · gentoo
www-servers/nginx: Drop AJP HTTP module leftovers
Bug: https://bugs.gentoo.org/587844 Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: Fix user/group configure argument (bug #588000)
Bug: https://bugs.gentoo.org/588000 Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: HTTPoxy mitigation added
Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: Cleanup
Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: Bump to v1.11.2 (bug #588816)
Bug: https://bugs.gentoo.org/588816 Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: Security cleanup
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
Thomas Deutschmann · gentoo
www-servers/nginx: Patch for rtmp module. Fixes bug 585804.
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>
Agostino Sarubbo · gentoo
www-servers/nginx: x86 stable wrt bug #584744
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: amd64 stable wrt bug #584744
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Thomas Deutschmann · gentoo
www-servers/nginx: Security cleanup
Gentoo-Bug: 584744 Package-Manager: portage-2.3.0_rc1
Thomas Deutschmann · gentoo
www-servers/nginx: Version bump
Gentoo-Bug: 584212 Gentoo-Bug: 584744 Package-Manager: portage-2.3.0_rc1
Zac Medico · gentoo
www-servers/nginx: fix upstream check module segfault for bug 582992
* 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
Zac Medico · gentoo
www-servers/nginx: add segfault fix to 1.10.0 for http_upstream_check (bug 582316)
Package-Manager: portage-2.2.28
everpcpc · gentoo
www-servers/nginx: Fix typo for using stream upstream module
Closes: https://github.com/gentoo/gentoo/pull/1421 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Manuel Rüger · gentoo
www-servers/nginx: Remove old
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
www-servers/nginx: Fix blocker
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
www-servers/nginx: Version bump to 1.10.0, use openrc-run
Gentoo-Bug: #581862 Gentoo-Bug: #581944 Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
www-servers/nginx: Remove old
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
www-servers/nginx: Version bump to 1.9.15
Package-Manager: portage-2.2.28
Zac Medico · gentoo
www-servers/nginx: fix nginx_modules_upstream_check for 1.8.1 (bug 580764)
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
www-servers/nginx: Version bump to 1.9.14
Package-Manager: portage-2.2.28
Johan Bergström · gentoo
www-servers/nginx: version bump to 1.9.13
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>
Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/sbraz/syncthing'
Pull Request: https://github.com/gentoo/gentoo/pull/990
Manuel Rüger · gentoo
www-servers/nginx: Remove old
Package-Manager: portage-2.2.27
Jason A. Donenfeld · gentoo
www-servers/nginx: Support libressl
Package-Manager: portage-2.2.27
Patrice Clement · gentoo
Merge github#959: www-servers/nginx: Version bump to v1.9.12.
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>
Jason A. Donenfeld · gentoo
www-servers/nginx: work with libressl
Thomas D · gentoo
www-servers/nginx: Bump to v1.9.12 (#574342)
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
Manuel Rüger · gentoo
www-servers/nginx: Remove old
Package-Manager: portage-2.2.27
Manuel Rüger · gentoo
www-servers/nginx: Fix build without slice module
Gentoo-Bug: 574020 Thanks to: Thomas D. <whissi@whissi.de> Package-Manager: portage-2.2.27
Manuel Rüger · gentoo
www-servers/nginx: Remove old
Package-Manager: portage-2.2.27
Manuel Rüger · gentoo
www-servers/nginx: Fix typo in configure option
Package-Manager: portage-2.2.27
Johan Bergström · gentoo
www-servers/nginx: Add auth_ldap, stream, slice modules
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.
Manuel Rüger · gentoo
www-servers/nginx: Remove vulnerable
Gentoo-Bugs: 573046 Package-Manager: portage-2.2.27
Manuel Rüger · gentoo
www-servers/nginx: Version bump
Package-Manager: portage-2.2.27
Manuel Rüger · gentoo
www-servers/nginx: Remove old
Package-Manager: portage-2.2.27
Agostino Sarubbo · gentoo
www-servers/nginx: x86 stable wrt bug #573046
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
www-servers/nginx: amd64 stable wrt bug #573046
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Manuel Rüger · gentoo
www-servers/nginx: Remove old
Package-Manager: portage-2.2.27
Manuel Rüger · gentoo
www-servers/nginx: Version bump
Gentoo-Bug: 573046 Package-Manager: portage-2.2.27
Manuel Rüger · gentoo
www-servers/nginx: Version bump
Package-Manager: portage-2.2.25
Manuel Rüger · gentoo
www-servers/nginx: Remove old
Package-Manager: portage-2.2.24
Manuel Rüger · gentoo
www-servers/nginx: Version bump
Package-Manager: portage-2.2.23
Manuel Rüger · gentoo
www-servers/nginx: Remove old
Package-Manager: portage-2.2.23
Manuel Rüger · gentoo
www-servers/nginx: Version bump
Package-Manager: portage-2.2.23
Manuel Rüger · gentoo
www-servers/nginx: Remove old
Package-Manager: portage-2.2.20.1
Manuel Rüger · gentoo
www-servers/nginx: Version bump.
Gentoo-Bug: 558688 Package-Manager: portage-2.2.20.1
Justin Lecher · gentoo
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed