Summary
nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server, originally written by Igor Sysoev.
Versions
v9999 :: live/9999 :: gentoo
- Modified
- License
- BSD-2
- USE flags
- aio debug http libatomic mail modules selinux stream test
v1.29.3-r3 :: mainline/1.29.3 :: gentoo
- Modified
- License
- BSD-2
- Keywords
- amd64 arm arm64 x86 ~amd64-linux ~loong ~ppc ~ppc64 ~riscv ~x86-linux
- USE flags
- aio debug http libatomic mail modules selinux stream test
v1.28.0-r5 :: stable/1.28.0 :: gentoo
- Modified
- License
- BSD-2
- Keywords
- amd64 arm arm64 x86 ~amd64-linux ~loong ~ppc ~ppc64 ~riscv ~x86-linux
- USE flags
- aio debug http libatomic mail modules selinux stream test
v1.27.5-r1 :: 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.3-r2 :: 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
USE flags
General
- aio
- Enable asynchronous I/O support
- debug
- Enable support for debugging log
- http
- Enable core HTTP 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 dev-libs/libatomic_ops instead of builtin atomic operations
- Enable POP3/IMAP4/SMTP mail proxy server
- modules
- Build the kernel modules
- 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.
- stream
- Enable generic TCP/UDP proxying and load balancing
- 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
- Add support for a simple host-based access control
- addition
- Add support for adding contents of other locations before and after the current location's content
- auth_basic
- Add support for limiting access to a location by validating the username and password using the HTTP Basic Authentication
- auth_ldap
- Add support for LDAP authentication module for NGINX
- auth_pam
- Add support for authentication via PAM
- auth_request
- Add support for client authorization based on the result of a subrequest
- autoindex
- Add support for processing requests ending with the slash character ('/') and produciing a directory listing
- brotli
- Add support for on-the-fly Brotli compression
- browser
- Add support for creating variables whose values depend on the value of the "User-Agent" request header field
- cache_purge
- Add support for purging content from NGINX's FastCGI and proxy caches
- charset
- Add support for adding the specified charset to the "Content-Type" response header field and reencoding singe-byte charsets
- dav
- Add support for the WebDAV functionality and methods: PUT, DELETE, MKCOL, COPY and MOVE
- dav_ext
- Add support for the additional WebDAV methods into the existing WebDAV module: PROPFIND & OPTIONS
- degradation
- Add support for returning 204 or 444 code for some locations on low memory condition (reliable on FreeBSD only)
- echo
- Add support for shell-style goodies in the NGINX configuration file
- empty_gif
- Add support for emiting a single-pixel transparent GIF
- fancyindex
- Add support for the fancy generation of file listings
- fastcgi
- Add support for passing requests to a FastCGI server
- flv
- Add support for the server-side pseudo-streaming of Flash Video (FLV) files
- geo
- Add support for creating variables whose values depend on the client IP-address
- geoip
- Add support for creating variables whose values depend on the client IP-address, using the precompiled MaxMind databases
- geoip2
- Add support for creating variables whose values depend on the client IP-address, using the precompiled MaxMind GeoIP2 databases
- grpc
- Add support for passing requests to a gRPC server
- gunzip
- Add support for decompressing responses with "Content-Encoding: gzip" for clients that do not support "gzip" encoding method
- gzip
- Add support for compressing responses using the "gzip" method
- gzip_static
- Add support for sending precompressed files with the ".gz" filename extension instead of regular files
- headers_more
- Add support for setting arbitrary input and output headers
- image_filter
- Add support for transforming images in JPEG, GIF, PNG, and WebP formats
- javascript
- Add support for implementing location and variable handlers in njs - a subset of the JavaScript language
- limit_conn
- Add support for limiting the number of connections per a defined key, e.g. the number of connections from a single IP address
- limit_req
- Add support for limiting the request processing rate per a defined key, e.g. the processing rate of requests coming from a single IP address
- lua
- Add support for Lua scripting in NGINX
- map
- Add support for creating variables whose values depend on values of other variables
- memc
- Add support for an extended version of the standard memcached module that supports set, add, delete, and many more memcached commands
- memcached
- Add support for obtaining responses from a memcached server
- metrics
- Add support for exporting various metrics in an easy-parseable JSON format
- mirror
- Add support for mirroring of the original request by creating background mirror subrequests
- mogilefs
- Add support for MogileFS
- mp4
- Add support for server-side pseudo-streaming for MP4 files
- naxsi
- Add support for NAXSI WAF (Web Application Firewall)
- perl
- Add support for implementing location and variable handlers in Perl and inserting Perl calls into SSI
- proxy
- Add support for passing subrequests to another server
- push_stream
- Add support for the stream HTTP push module, which supports EventSource, WebSocket, Long Polling, and Forever Iframe
- random_index
- Add support for processing requests ending with the slash character ('/') by picking a random file in a directory to serve as an index file
- realip
- Add support for setting the client address and optional port to those sent in the specified header field (e.g. "X-Real-IP" or "X-Forwarded-For")
- referer
- Add support for blocking access to a site for requests with invalid values in the "Referer" header field
- rewrite
- Add support for changing the request URI using PCRE regular expressions, returning redirects, and conditionally selecting configurations
- scgi
- Add support for passing requests to an SCGI server
- secure_link
- Add support for checking authenticity of requested links, protecting resources from unauthorized access, and limiting link lifetime
- security
- Add support for modsecurity: web application firewall and intrusion detection system
- slice
- Add support for spliting a request into subrequests, each returning a certain range of response
- slowfs_cache
- Add support for caching static files
- spdy
- Add support for an SPDY implementation. (Deprecated, use USE="nginx_modules_http_v2" instead)
- split_clients
- Add support for creating variables suitable for A/B testing, also known as split testing
- ssi
- Add support for processing SSI (Server Side Includes) commands in responses passing through NGINX
- ssl
- Add support for HTTPS - SSL/TLS-encrypted HTTP
- sticky
- Add support for sending a sticky cookie in order to always forward client to the same upstream server
- stub_status
- Add support for providing access to basic status information
- sub
- Add support for modifying a response by replacing one specified string by another
- upload_progress
- Add support for an upload progress system, that monitors RFC1867 POST uploads as they are transmitted to upstream servers
- upstream_check
- Add support for performing health check of upstream servers
- upstream_hash
- Add support for distributing upstream requests based on hashed key value
- upstream_ip_hash
- Add support for distributing upstream requests based on the IP-address of the client
- upstream_keepalive
- Add support for caching connections to upstream servers
- upstream_least_conn
- Add support for passing upstream requests to the server with the least number of active connections
- upstream_random
- Add support for passing upstream requests to a randomly selected server
- upstream_zone
- Add support for defining a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes
- userid
- Add support for setting cookies suitable for client identification
- uwsgi
- Add support for passing requests to a uwsgi server
- v2
- Add support for HTTP/2
- v3
- Add experimental support for HTTP/3
- vhost_traffic_status
- Add support for providing access to virtual host status information
- vod
- Add support for streaming video using DASH, HDS, HLS, MSS
- xslt
- Add support for transforming XML responses using one or more XSLT stylesheets
nginx_modules_mail
- imap
- Add support for proxying IMAP messages
- imap
- Add support for proxying IMAP messages
- pop3
- Add support for proxying POP3 messages
- pop3
- Add support for proxying POP3 messages
- smtp
- Add support for proxying SMTP messages
- smtp
- Add support for proxying SMTP messages
- ssl
- Add SSL/TLS protocol support to a mail proxy server (implicit TLS, STARTTLS, etc.)
nginx_modules_stream
- access
- Add support for a simple host-based access control
- access
- Add support for a simple host-based access control
- geo
- Add support for creating variables whose values depend on the client IP-address
- geo
- Add support for creating variables whose values depend on the client IP-address
- geoip
- Add support for creating variables whose values depend on the client IP-address, using the precompiled MaxMind databases
- geoip2
- Add support for creating variables whose values depend on the client IP-address, using the precompiled MaxMind GeoIP2 databases
- javascript
- Add support for implementing location and variable handlers in njs - a subset of the JavaScript language
- limit_conn
- Add support for limiting the number of connections per a defined key, e.g. the number of connections from a single IP address
- limit_conn
- Add support for limiting the number of connections per a defined key, e.g. the number of connections from a single IP address
- map
- Add support for creating variables whose values depend on the values of other variables
- map
- Add support for creating variables whose values depend on the values of other variables
- pass
- Add support for passing the accepted connection directly to any configured listening socket in "http", "stream", "mail", and other similar modules
- realip
- Add support for setting the client address and optional port to those sent in the specified header field (e.g. "X-Real-IP" or "X-Forwarded-For")
- return
- Add support for sending a specified value to the client and then closing the connection
- return
- Add support for sending a specified value to the client and then closing the connection
- set
- Add support for setting a value for a variable
- split_clients
- Add support for creating variables suitable for A/B testing, also known as split testing
- split_clients
- Add support for creating variables suitable for A/B testing, also known as split testing
- ssl
- Add SSL/TLS protocol support to a stream proxy server
- ssl_preread
- Add support for extracting information from the ClientHello message without terminating SSL/TLS connection
- upstream_hash
- Add support for distributing upstream requests based on hashed key value
- upstream_hash
- Add support for distributing upstream requests based on hashed key value
- upstream_least_conn
- Add support for passing upstream requests to the server with the least number of active connections
- upstream_least_conn
- Add support for passing upstream requests to the server with the least number of active connections
- upstream_random
- Add support for passing upstream requests to a randomly selected server
- upstream_zone
- Add support for defining a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes
- upstream_zone
- Add support for defining a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes
Dependencies
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
net-nds / openldap : LDAP suite of application and development tools
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
Runtime Dependencies
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
app-vim / nginx-syntax : vim plugin: Nginx configuration files syntax
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
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)
virtual / libcrypt : Virtual for libcrypt.so
virtual / zlib : Virtual for libz.so providers
www-servers / nginx : Robust, small and high performance HTTP and reverse proxy server
Depending packages
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-nginx / ngx-auth-ldap : LDAP authentication module for NGINX
www-nginx / ngx-authpam : NGINX module using PAM for simple HTTP authentication
www-nginx / ngx-brotli : NGINX module for Brotli compression
www-nginx / ngx-cache-purge : NGINX module allowing to purge the FastCGI, proxy, SCGI and uWSGI caches
www-nginx / ngx-dav-ext : NGINX module providing support for WebDAV PROPFIND,OPTIONS,LOCK,UNLOCK
www-nginx / ngx-echo : An NGINX module bringing the power of "echo", "sleep", "time" and more to NGINX
www-nginx / ngx-encrypted-session : An NGINX module that encrypts and decrypts NGINX variable values
www-nginx / ngx-eval : An NGINX module that stores subrequest response bodies into variables
www-nginx / ngx-fancyindex : Fancy indexes module for the NGINX web server
www-nginx / ngx-geoip2 : NGINX GeoIP2 module
www-nginx / ngx-headers-more : Set, add, and clear arbitrary output headers in NGINX HTTP servers
www-nginx / ngx-iconv : A character conversion NGINX module using libiconv
www-nginx / ngx-lua-module : A module embedding the power of Lua into NGINX HTTP Servers
www-nginx / ngx-lua-upstream : An NGINX C module exposing ngx-lua-module's Lua APIs for NGINX upstreams
www-nginx / ngx-memc : An extended version of the standard NGINX memcached module
www-nginx / ngx-modsecurity : ModSecurity v3 NGINX Connector
www-nginx / ngx-naxsi : NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
www-nginx / ngx-push-stream : A pure stream HTTP push technology for your NGINX setup
www-nginx / ngx-rtmp : NGINX-based Media Streaming Server
www-nginx / ngx-set-misc : An NGINX module that adds various set_xxx directives to NGINX's rewrite module
www-nginx / ngx-srcache : An NGINX module enabling transparent subrequest-based caching
www-nginx / ngx-upload-progress : An upload progress system for NGINX monitoring RFC1867 POST uploads
www-nginx / ngx-vod : NGINX-based MP4 Repackager
www-nginx / ngx-vts : NGINX virtual host traffic status module
www-nginx / ngx-xss : Native support for cross-site scripting (XSS) in NGINX
www-nginx / ngx_devel_kit : An NGINX module that adds generic tools for third-party modules
www-nginx / njs : A subset of JavaScript language to use in NGINX
www-servers / nginx : Robust, small and high performance HTTP and reverse proxy server
Bugs
- 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
- 691998
- www-servers/nginx : reintroduce the upload module
- 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
- 925098
- www-servers/freenginx - new package due to upstream split from www-servers/nginx
- 949354
- <www-servers/nginx-1.26.3: SNI allowed to reuse SSL sessions in a different virtual server
- 959569
- www-servers/nginx: notes on SLOTing
- 960235
- www-servers/nginx: please add module ngx_metrics/http_metrics_module
- 966720
- www-servers/nginx: please add module http_accept_language_module
- 967018
- <www-servers/nginx-1.28.0: Treecleaning of pre-nginx.eclass NGINX
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Zurab Kvachadze · gentoo
www-servers/nginx: fix fastcgi.conf, nginx-r6.initd regressions from nginx.eclass
nginx.eclass prefers fastcgi_params over fastcgi.conf for consistency. For some reason, when I was writing nginx.eclass I missed the fact that fastcgi.conf has one extra `fastcgi_param` vs fastcgi_params. This commit uses fastcgi.conf as new fastcgi_params by renaming the former to the latter. In 8481acdc2c34e960f08cd90ce09068d791e42901[1] ("www-servers/nginx: use default start/stop initd functions"), the custom start() was removed, where the `-c` and `-g` cmdline parameters were hardcoded, which regressed services that were symlinked to /etc/init.d/nginx. This commit fixes both issues at the same time to avoid revbumping ebuilds twice. KEYWORDS were not dropped because this fixes regressions. [1]: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8481acdc2c34e960f08cd90ce09068d791e42901 Closes: https://bugs.gentoo.org/966799 Closes: https://bugs.gentoo.org/966798 Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44853 Closes: https://github.com/gentoo/gentoo/pull/44853 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zurab Kvachadze · gentoo
www-servers/nginx: drop 1.29.1-r3
This mainline version is superseeded by mainline 1.29.3. Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44805 Signed-off-by: Sam James <sam@gentoo.org> - Zurab Kvachadze · gentoo
www-servers/nginx: "frontport" pre-nginx.eclass httpoxy mitigation patch
When porting NGINX to nginx.eclass, I forgot to add the httpoxy mitigation patch, that was applied for previous NGINX versions. See the patch for more information. This commit adds the patch back. Closes: https://bugs.gentoo.org/966715 Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44805 Closes: https://github.com/gentoo/gentoo/pull/44805 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/nginx: Stabilize 1.29.3-r1 x86, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.29.1-r3 x86, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.28.0-r3 x86, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.29.3-r1 amd64, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.29.1-r3 amd64, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.28.0-r3 amd64, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/nginx: Stabilize 1.29.3-r1 arm, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.28.0-r3 arm, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.29.1-r3 arm, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.29.1-r3 arm64, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.29.3-r1 arm64, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.28.0-r3 arm64, #966233
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Louis Sautier · gentoo
www-servers/nginx: restore reload command for nginx.service
Since 1.28.0 and the introduction of nginx-r2.service, the reload command failed: ``` Failed to reload nginx.service: Job type reload is not applicable for unit nginx.service. ``` Closes: https://github.com/gentoo/gentoo/pull/44611 Signed-off-by: Louis Sautier <sbraz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Tomáš Mózes · gentoo
www-servers/nginx: drop 1.29.0-r4
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44527 Closes: https://github.com/gentoo/gentoo/pull/44527 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Tomáš Mózes · gentoo
www-servers/nginx: add 1.29.3
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44527 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Add := to virtual/zlib deps
Done via: ``` git grep -l 'virtual/zlib ' | xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g' ``` with some manual reverts. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: update the remaining packages for virtual/zlib
Update done using: ``` git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Plus reverts in sys-libs/minizip-ng, sys-libs/zlib-ng and profiles. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zurab Kvachadze · gentoo
eclass/nginx.eclass: change /var/tmp -> /var/cache + use new tmpfiles
This commit changes of the default location of NGINX temporary files from /var/tmp/nginx (world-writable) to /var/cache/nginx (root-writable). Additionally, this revbumps all www-servers/nginx consumers of nginx.eclass to use the new nginx-r1.tmpfiles, where the path is updated accordingly. This fixes 962961 by specifying that the cache directory should only be pruned on boot, i.e. tmpfiles (even with --remove option) will not delete the temporary files of *running* NGINX. Closes: https://bugs.gentoo.org/962961 Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43823 Closes: https://github.com/gentoo/gentoo/pull/43823 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Anna (navi) Figueiredo Gomes · gentoo
www-servers/nginx: use default start/stop initd functions
capturing the output of a command means the shell is stalled until the file descriptor is closed, which means using an option such as 'error_log stderr ...;' hangs the default start, as nginx will keep the stderr file descriptor alive there's little reason to redefine start for usual daemons, and caputring the output just so we can hide on success or wrap it in a customized error message does not seem worth the trouble also remove the capture of output in checkpath, in there it does nothing except "hide" output on success Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> Bug: https://bugs.gentoo.org/show_bug.cgi?id=961964 Part-of: https://github.com/gentoo/gentoo/pull/43577 Closes: https://github.com/gentoo/gentoo/pull/43577 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zurab Kvachadze · gentoo
www-servers/nginx: add 1.29.1
Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43516 Closes: https://github.com/gentoo/gentoo/pull/43516 Signed-off-by: Sam James <sam@gentoo.org> - Zurab Kvachadze · gentoo
www-servers/nginx: add 1.28.0, use nginx.eclass for stable NGINX
This adds the first stable NGINX version that uses nginx.eclass. The ebuild is the same as the mainline version only with NGINX_UPDATE_STREAM changed to "stable". The keywords are left as they were on nginx-1.29.0-r2. Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43516 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zurab Kvachadze · gentoo
eclass/nginx.eclass: Install *_params files to /etc/nginx
Previously, the {fastcgi,scgi,uwcgi}_params files would be installed in /usr/share/nginx. This broke workflows for the users that included the files from the main config, i.e. the included files would not be found. This commit brings the files back to /etc/nginx to reflect the pre-nginx.eclass behaviour. Closes: https://bugs.gentoo.org/960357 Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43166 Closes: https://github.com/gentoo/gentoo/pull/43166 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Louis Sautier · gentoo
www-servers/nginx: fix pidfile in OpenRC service, move back to subdir
* Fix the typo in RC_SVCNAME. * Move back the pidfile to a subdirectory of /run to restore the behavior from 108a642ef4da9fa6ae4f0d33580a05cea3f70678. Please note that the owner of /run/nginx is now root so rootless setup won't work with the current init script. Closes: https://github.com/gentoo/gentoo/pull/42906 Closes: https://bugs.gentoo.org/959651 Bug: https://bugs.gentoo.org/939560 Signed-off-by: Louis Sautier <sbraz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Alfred Wingate · gentoo
www-servers/nginx: add dev-libs/libxml2 subslot op for incoming ABI break
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 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.5, drop 1.27.4-r1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
www-servers/nginx: update to njs-0.8.10
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
www-servers/nginx: drop 1.26.2-r9
Bug: https://bugs.gentoo.org/949354 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/nginx: Stabilize 1.26.3 amd64, #949355
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/nginx: Stabilize 1.26.3 x86, #949355
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/nginx: Stabilize 1.26.3 arm, #949355
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/nginx: Stabilize 1.26.3 arm64, #949355
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
www-servers/nginx: bump to 1.26.3 and 1.27.4
Bug: https://bugs.gentoo.org/949354 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.9
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Z. Liu · gentoo
www-servers/nginx: add lua config if USE="nginx_modules_http_lua"
Start from commit https://github.com/openresty/lua-nginx-module/commit/60736e686ac5ca5af9a5bf118cb9bd4a9126cefc 'resty.core' is now mandatorily loaded, and the 'lua_load_resty_core' directive is deprecated. See also https://github.com/openresty/lua-nginx-module/pull/1501 If nginx is built with USE="nginx_modules_http_lua", there must have resty.core (OpenResty or a module named 'resty') exist, otherwise nginx will fail to start w/ messages like bellow: nginx: [alert] failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: module 'resty.core' not found: no field package.preload['resty.core'] no file './resty/core.lua' no file '/usr/share/luajit-2.1.0-beta3/resty/core.lua' no file '/usr/local/share/lua/5.1/resty/core.lua' no file '/usr/local/share/lua/5.1/resty/core/init.lua' no file '/usr/share/lua/5.1/resty/core.lua' no file '/usr/share/lua/5.1/resty/core/init.lua' no file './resty/core.so' no file '/usr/local/lib/lua/5.1/resty/core.so' no file '/usr/lib64/lua/5.1/resty/core.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file './resty.so' no file '/usr/local/lib/lua/5.1/resty.so' no file '/usr/lib64/lua/5.1/resty.so' no file '/usr/local/lib/lua/5.1/loadall.so') in /etc/nginx/nginx.conf:47 Closes: https://bugs.gentoo.org/726728 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39823 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
www-servers/nginx: update njs to 0.8.8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
www-servers/nginx: drop 1.27.2-r3, 1.27.2-r4
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
www-servers/nginx: add 1.27.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Maxime Daniel · gentoo
www-servers/nginx: update and fix cache-purge module
This commit updates `nginx-1.27.2` module `http_cache_purge-2.5.3` and fixes segmentation fault on purge requests. Signed-off-by: Maxime Daniel <root@maxux.net> Closes: https://github.com/gentoo/gentoo/pull/39413 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - 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> - Zurab Kvachadze · gentoo
www-servers/nginx: add 9999 live version, use nginx.eclass
This commit adds the live Git version of NGINX to the Gentoo tree, making use of nginx.eclass. Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/37590 Signed-off-by: Sam James <sam@gentoo.org> - Zurab Kvachadze · gentoo
www-servers/nginx: add 1.29.0, use nginx.eclass
This commit makes NGINX employ new nginx.eclass. This adds the mainline 1.29.0 NGINX version to the Gentoo tree bringing a considerable amount of changes: * NGINX is now fully slotted. Stable versions are in the 'stable' SLOT and mainline ones are in the 'mainline' SLOT. There is also a 'live' slot for the latest git version. * All external modules have been unbundled from the main NGINX package. They will soon be available as separate packages in the www-nginx/ category. In addition, NGINX development kit (ngx_devel_kit) is no longer unconditionally statically built into NGINX binary. * LICENSE has been modified to reflect reality. * USE flag changes: 1. "pcre", "pcre2" have been removed along with the dependency on EOL libpcre1. Bug 886537, although it is not really closed until old versions that still depend on libpcre1 are treecleaned. 2. "ktls" and "pcre-jit" have been removed completely since they have no effect if system OpenSSL and libpcre are used (as is always the case with NGINX on Gentoo). 3. "threads" - removed, even though some really ancient third-party modules break with this (e.g. mogilefs last time I checked it). nginx.eclass enables pthreads support unconditionally, see https://bugs.gentoo.org/868336. 4. "vim-syntax" has been removed, as vimfiles are bundled with NGINX, are more updated there and, therefore, are now installed from the NGINX tarball. 5. "http2" and "http3" have been moved to their nginx_modules_http_v{2,3} counterparts where they actually belong as regular modules. 6. "ssl" has been moved to nginx_modules_{http,mail,stream}_ssl. 7. "http-cache" has been removed. It does not even qualify to be a USE flag: the flag just passes some argument to disable the http cache, which (the cache) is not documented upstream at all. 8. "modules" USE flag has been added to control dynamic modules support. 9. A substantial amount of USE flags have been added for minor HTTP, stream (bug 735020) and mail modules. * All the miscellaneous files (configuration file, confd, init and logrotate scripts, systemd service) have been revbumped. NGINX now ships with tmpfiles.d(5) configuration file (see below). This closes bugs 481456, 928131, 576414. * All the files that previously went into /etc/nginx are now stored in /usr/share/nginx, apart from nginx.conf. * NGINX's temporary files are now stored in /var/tmp/nginx, instead of /var/lib/nginx/tmp. The new directory is managed by systemd-tmpfiles(8), which has been added as a dependency. * NGINX now uses the access.log and error.log as default log names, instead of access_log and error_log (bug 700866). * NGINX no longer does strange permission checks for 8-year-old CVEs. This commit also closes the bug 578658 mentioned in nginx.eclass. Bug: https://bugs.gentoo.org/886537 Closes: https://bugs.gentoo.org/481456 Closes: https://bugs.gentoo.org/928131 Closes: https://bugs.gentoo.org/576414 Closes: https://bugs.gentoo.org/578658 Closes: https://bugs.gentoo.org/735020 Closes: https://bugs.gentoo.org/700866 Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/37590 Signed-off-by: Sam James <sam@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