Summary
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
Versions
v2.4.62 :: 2 :: gentoo
- Modified
- License
- Apache-2.0 Apache-1.1
- Keywords
- amd64 arm arm64 ppc ppc64 sparc x86 ~alpha ~amd64-linux ~hppa ~loong ~mips ~riscv ~s390 ~x64-macos ~x64-solaris
- USE flags
- debug doc gdbm ldap selinux ssl static suexec suexec-caps suexec-syslog systemd threads
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- gdbm
- Add support for sys-libs/gdbm (GNU database libraries)
- ldap
- Add LDAP support (Lightweight Directory Access Protocol)
- selinux
- !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
- ssl
- Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
- static
- Link in apache2 modules statically rather then plugins
- suexec
- Install suexec with apache
- suexec-caps
- Install suexec with capabilities instead of SUID
- suexec-syslog
- Log suexec to syslog instead of to a separate file
- systemd
- Enable use of systemd-specific libraries and features like socket activation or session tracking
- threads
- Add threads support for various packages. Usually pthreads
apache2_modules
- access_compat
- Group authorizations based on host (name or IP address). Available as a compatibility module with previous versions
- actions
- Provides for executing CGI scripts based on media type or request method
- alias
- Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
- allowmethods
- This module makes it easy to restrict what HTTP methods can be used on a server
- asis
- Sends files that contain their own HTTP headers
- auth_basic
- Basic authentication
- auth_digest
- User authentication using MD5 Digest Authentication
- auth_form
- Allows the use of an HTML login form to restrict access by looking up users in the given providers
- authn_anon
- Allows "anonymous" user access to authenticated areas
- authn_core
- Provides core authentication capabilities common to all authentication providers (functionality provided by authn_alias in previous versions)
- authn_dbd
- User authentication using an SQL database
- authn_dbm
- User authentication using DBM files
- authn_file
- User authentication using text files
- authn_socache
- Maintains a cache of authentication credentials, so that a new backend lookup is not required for every authenticated request
- authz_core
- Provides core authorization capabilities to various authorization/authorization modules, such as authn_file and authz_user
- authz_dbd
- Provides authorization capabilities via SQL database so that authenticated users can be allowed or denied access to portions of the web site by group membership
- authz_dbm
- Group authorization using DBM files
- authz_groupfile
- Group authorization using plaintext files
- authz_host
- Group authorizations based on host (name or IP address)
- authz_owner
- Authorization based on file ownership
- authz_user
- User Authorization
- autoindex
- Generates directory indexes, automatically, similar to the Unix ls command
- brotli
- Enable brotli compression support
- cache
- Content cache keyed to URIs
- cache_disk
- Disk based storage module for the HTTP caching filter (similar to mem_cache in previous versions)
- cache_socache
- Shared object cache (socache) based storage module for the HTTP caching filter
- cern_meta
- CERN httpd metafile semantics
- cgi
- Enable CGI module (used by non-multithreaded MPMs, for eg. prefork)
- cgid
- Enable CGI module (used by multithreaded MPMs, for eg. worker)
- charset_lite
- Specify character set translation or recoding
- dav
- Distributed Authoring and Versioning (WebDAV) functionality
- dav_fs
- filesystem provider for mod_dav
- dav_lock
- generic locking module for mod_dav
- dbd
- Manages SQL database connections
- deflate
- Compress content before it is delivered to the client
- dir
- Provides for "trailing slash" redirects and serving directory index files
- dumpio
- Dumps all I/O to error log as desired
- env
- Modifies the environment which is passed to CGI scripts and SSI pages
- expires
- Generation of Expires and Cache-Control HTTP headers according to user-specified criteria
- ext_filter
- Pass the response body through an external program before delivery to the client
- file_cache
- Caches a static list of files in memory
- filter
- Context-sensitive smart filter configuration module
- headers
- Customization of HTTP request and response headers
- http2
- Enable http2/alpn module
- ident
- RFC 1413 ident lookups
- imagemap
- Server-side imagemap processing
- include
- Server-parsed html documents (Server Side Includes)
- info
- Provides a comprehensive overview of the server configuration
- lbmethod_bybusyness
- Pending Request Counting load balancer scheduler algorithm for mod_proxy_balancer
- lbmethod_byrequests
- Request Counting load balancer scheduler algorithm for mod_proxy_balancer
- lbmethod_bytraffic
- Weighted Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer
- lbmethod_heartbeat
- Heartbeat Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer
- log_config
- Logging of the requests made to the server
- log_forensic
- Forensic Logging of the requests made to the server
- logio
- Logging of input and output bytes per request
- lua
- Provides Lua hooks into various portions of the httpd request processing
- macro
- Macros for the Apache config file
- md
- Managing domains across virtual hosts, certificate provisioning via the ACME protocol
- mime
- Associates the requested filename's extensions with the file's behavior (handlers and filters) and content (mime-type, language, character set and encoding)
- mime_magic
- Determines the MIME type of a file by looking at a few bytes of its contents
- negotiation
- Provides for content negotiation
- proxy
- HTTP/1.1 proxy/gateway server
- proxy_ajp
- AJP support module for mod_proxy
- proxy_balancer
- mod_proxy extension for load balancing
- proxy_connect
- mod_proxy extension for CONNECT request handling
- proxy_fcgi
- FastCGI support module for mod_proxy
- proxy_ftp
- FTP support module for mod_proxy
- proxy_hcheck
- Dynamic health check of Balancer members (workers) for mod_proxy
- proxy_html
- Module to rewrite links in html pages behind a reverse proxy
- proxy_http
- HTTP support module for mod_proxy
- proxy_http2
- HTTP2 support module for mod_proxy
- proxy_scgi
- SCGI gateway module for mod_proxy
- proxy_uwsgi
- UWSGI gateway module for mod_proxy
- proxy_wstunnel
- Provides support for the tunnelling of web socket connections to a backend websockets server
- ratelimit
- Bandwidth Rate Limiting for Clients
- remoteip
- Replaces the original client IP address for the connection with the useragent IP address list presented by a proxies or a load balancer via the request headers
- reqtimeout
- Set timeout and minimum data rate for receiving requests
- rewrite
- Provides a rule-based rewriting engine to rewrite requested URLs on the fly
- session
- Provides support for a server wide per user session interface
- session_cookie
- Provides support for the storage of user sessions on the remote browser within HTTP cookies
- session_crypto
- Provides support for the encryption of user sessions before being written to a local database, or written to a remote browser via an HTTP cookie
- session_dbd
- Provides support for the storage of user sessions within a SQL database using the mod_dbd module
- setenvif
- Allows the setting of environment variables based on characteristics of the request
- slotmem_shm
- Slot-based shared memory provider
- socache_memcache
- A shared object cache provider using memcached
- socache_shmcb
- A shared object cache provider using a high-performance cyclic buffer inside a shared memory segment
- speling
- Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
- status
- Provides information on server activity and performance
- substitute
- Perform search and replace operations on response bodies
- tls
- mod_tls TLS module for Apache, intended to replace mod_ssl
- unique_id
- Provides an environment variable with a unique identifier for each request
- unixd
- Basic (required) security for Unix-family platforms
- userdir
- User-specific directories
- usertrack
- Clickstream logging of user activity on a site
- version
- Version dependent configuration
- vhost_alias
- Provides for dynamically configured mass virtual hosting
- watchdog
- Provides infrastructure for other modules to periodically run tasks
- xml2enc
- Enable xml2 encoding module
apache2_mpms
- event
- An experimental variant of the standard worker MPM
- prefork
- Implements a non-threaded, pre-forking web server
- worker
- Multi-Processing Module implementing a hybrid multi-threaded multi-process web server
lua_single_target
- lua5-1
- Build for Lua 5.1 only
- lua5-3
- Build for Lua 5.3 only
- lua5-4
- Build for Lua 5.4 only
Dependencies
acct-group / apache : System group: apache
acct-user / apache : System user: apache
app-arch / brotli : Generic-purpose lossless compression algorithm
app-misc / mime-types : Provides /etc/mime.types file
dev-lang / lua : A powerful light-weight programming language designed for extending applications
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / apr : Apache Portable Runtime Library
dev-libs / apr-util : Apache Portable Runtime Utility Library
dev-libs / jansson : C library for encoding, decoding and manipulating JSON data
dev-libs / libpcre2 : Perl-compatible regular expression library
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
net-libs / nghttp2 : HTTP/2 C Library
net-libs / rustls-ffi : C-to-rustls bindings
net-nds / openldap : LDAP suite of application and development tools
sec-policy / selinux-apache : SELinux policy for apache
sys-apps / systemd : System and service manager for Linux
sys-apps / util-linux : Various useful Linux utilities
sys-libs / gdbm : Standard GNU database libraries
Runtime Dependencies
acct-group / apache : System group: apache
acct-user / apache : System user: apache
app-arch / brotli : Generic-purpose lossless compression algorithm
app-misc / mime-types : Provides /etc/mime.types file
dev-lang / lua : A powerful light-weight programming language designed for extending applications
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / apr : Apache Portable Runtime Library
dev-libs / apr-util : Apache Portable Runtime Utility Library
dev-libs / jansson : C library for encoding, decoding and manipulating JSON data
dev-libs / libpcre2 : Perl-compatible regular expression library
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
net-libs / nghttp2 : HTTP/2 C Library
net-libs / rustls-ffi : C-to-rustls bindings
net-nds / openldap : LDAP suite of application and development tools
sec-policy / selinux-apache : SELinux policy for apache
sys-apps / systemd : System and service manager for Linux
sys-apps / util-linux : Various useful Linux utilities
sys-libs / gdbm : Standard GNU database libraries
sys-libs / zlib : Standard (de)compression library
virtual / libcrypt : Virtual for libcrypt.so
virtual / tmpfiles : Virtual to select between different tmpfiles.d handlers
Depending packages
app-backup / backuppc : High-performance backups to a server's disk
app-eselect / eselect-php : PHP eselect module
dev-lang / neko : Neko is a high-level dynamically typed programming language
dev-lang / php : The PHP language runtime engine
dev-perl / Apache-Test : Test.pm wrapper with helpers for testing Apache
dev-perl / HTML-Mason : A HTML development and delivery Perl Module
dev-vcs / subversion : Advanced version control system
gnome-extra / gnome-user-share : Personal file sharing for the GNOME desktop
mate-extra / mate-user-share : Personal file sharing for the MATE desktop
net-analyzer / munin : Munin Server Monitoring Tool
net-analyzer / nagios-core : Nagios core - monitoring daemon, web GUI, and documentation
net-analyzer / pnp4nagios : A performance data analyzer for nagios
sci-geosciences / mapserver : Development environment for building spatially enabled webapps
virtual / httpd-basic : Virtual for static HTML-enabled webservers
virtual / httpd-cgi : Virtual for CGI-enabled webservers
www-apache / libapreq2 : A library for manipulating client request data via the Apache API
www-apache / mod_auth_kerb : An Apache authentication module using Kerberos
www-apache / mod_auth_openidc : OpenID Connect Relying Party implementation for Apache HTTP Server 2.x
www-apache / mod_auth_radius : Radius authentication for Apache
www-apache / mod_auth_tkt : Apache module for cookie based authentication
www-apache / mod_auth_xradius : Radius authentication for Apache
www-apache / mod_authnz_external : An Apache2 authentication DSO using external programs
www-apache / mod_authz_unixgroup : An Apache2 authorization DSO using unix groups
www-apache / mod_backtrace : Debug segmentation faults in Apache threads
www-apache / mod_bw : Bandwidth Management Module for Apache2
www-apache / mod_dnssd : mod_dnssd is an Apache module which adds Zeroconf support via DNS-SD using Avahi
www-apache / mod_fastcgi_handler : A simple FastCGI handler module
www-apache / mod_fcgid : Binary-compatible alternative to mod_fastcgi with better process management
www-apache / mod_gnutls : mod_gnutls uses GnuTLS for SSL/TLS encryption in Apache2 (compare to mod_ssl)
www-apache / mod_h2 : HTTP/2 module for Apache
www-apache / mod_jk : Provides an AJP Apache2-JK-connector for the Tomcat servlet engine
www-apache / mod_limitipconn : Limit the number of simultaneous apache connections
www-apache / mod_log_rotate : Log rotation support for mod_log_config based on strftime(3)
www-apache / mod_maxminddb : MaxMind DB Apache Module
www-apache / mod_musicindex : mod_musicindex allows nice displaying of directories containing music files
www-apache / mod_nss : SSL/TLS module for the Apache HTTP server
www-apache / mod_perl : An embedded Perl interpreter for Apache2
www-apache / mod_qos : A QOS module for the apache webserver
www-apache / mod_rpaf : Reverse proxy add forward module
www-apache / mod_security : Application firewall and intrusion detection for Apache
www-apache / mod_whatkilledus : Debug segmentation faults in Apache threads
www-apache / mod_wsgi : An Apache2 module for running Python WSGI applications
www-apache / mod_xsendfile : Apache module that processes X-SENDFILE headers registered by the output handler
www-apache / mpm_itk : Run virtual hosts under separate users/groups
www-apache / passenger : Passenger makes deployment of Ruby on Rails applications a breeze
www-apps / Apache-Gallery : Apache gallery for mod_perl
www-apps / bugzilla : Bugzilla is the Bug-Tracking System from the Mozilla project
www-apps / icingaweb2 : Icinga Web 2 - Frontend for icinga2
Bugs
- 204485
- www-servers/apache and dev-libs/apr do not bundle libtool and use old automake (libtool cannot infer tags from full path)
- 270860
- www-servers/apache apxs2 should _not_ save the CFLAGS and LDFLAGS used during build
- 296271
- www-servers/apache - Proposition to adopt Debian way of managing vhosts and modules
- 333885
- www-servers/apache[static]: non-standard use (doesn't produce a static apache)
- 398899
- www-servers/apache: /var/log/apache2 shouldn't be world readable
- 412241
- www-servers/apache init script on lxc/openvz/vserver host
- 480000
- www-servers/apache-2.2.24-r1: Invalid command 'LanguagePriority'
- 509426
- www-servers/apache-2.2.27-r2:2 - apache starts before nfsmount
- 510736
- SSL enabled www-servers/apache-2.4.9-r2 fails on graceful restart
- 511658
- >=www-servers/apache-2.4: multiple MPMs not supported
- 526178
- www-servers/apache-2.4.10-r1: fails to build with /bin/sh -> dash
- 532710
- www-servers/apache: move conf.d file to a /etc/apache.modules.conf or similar?
- 544582
- www-servers/apache ships 00_mod_mime.conf, advertising insecure AddHandler directive without mentioning security
- 551078
- www-servers/apache-2.4.12-r1 - You have selected a non-threaded MPM but USE=threads is enabled
- 575598
- =www-servers/apache-2.4.18 - apache2 has detected an error in your setup: AH00526: Syntax error on line 110 of /etc/apache2/modules.d/00_default_settings.conf: Invalid command 'Require', perhaps misspelled or defined by a module not included in the server
- 591892
- www-servers/apache-2.4.x Relocate ServerRoot to /etc/apache2
- 595086
- >=www-servers/apache-2.4.23-r1: systemd hardening breaks php mail function
- 600540
- www-servers/apache Provide minimal header only package
- 642688
- www-servers/apache apache2_modules_authn_dbd require apr-util [sqlite||mysql||postgres]
- 651484
- www-servers/apache-2.4.33 : * http2 does not work with prefork MPM.
- 653376
- www-servers/apache-2.4.29-r1 does not start under systemd with SSL enabled
- 662072
- www-servers/apache mod_lbmethod_byrequests.so undefined symbol
- 663312
- www-servers/apache-2.4.34-r1 syntax error cannot load module into server
- 665742
- www-servers/apache-2.4.34-r2: suexec-caps not working
- 666406
- >=www-servers/apache-2.4.33 segfaults with ssl enabled and apr-util with mysql
- 667148
- www-servers/apache-2.4.35 - Failed to set capabilities on file `/var/tmp/portage/www-servers/apache-2.4.35/image//usr/sbin/suexec' (Operation not supported)
- 669584
- www-servers/apache-2.4.37 not starting with SSL SSL_CTX_set_post_handshake_auth
- 694482
- www-servers/apache-2.4.62 - installs empty directories installed to /var:
- 694936
- www-servers/apache: '/etc/init.d/apache2 gracefulstop' doesn't remove openrc status files
- 728066
- www-servers/apache: upgrade TLS protocols in 00_default_ssl_vhost.conf
- 772800
- www-servers/apache-2.4.46: missing USE flag for mod_request
- 801139
- www-servers/apache APACHE2_MODULES="dav" needs dev-libs/apr-util USE=berkdb
- 834568
- >=www-servers/apache-2.4.42: please add systemd-Module to ebuild
- 892055
- www-servers/apache-2.4.54-r7 installs systemd units that use /etc/conf.d (USR-MERGE-SYSTEM)
- 915585
- www-servers/apache-2.4.58-r2 - [slibtool] rdlibtool: error logged in slbt_lconf_open(), line 597: flow error: unexpected condition or other.
- 915996
- <www-servers/apache-2.4.58: multiple vulnerabilities
- 916043
- www-servers/apache-2.4.58: adjust indent
- 925310
- www-servers/apache: typo in initscript
- 930455
- www-servers/apache: suexec file capabilities might get lost (due to missing fcaps.eclass usage)
- 932162
- www-servers/apache-2.4.59-r3 cross-compilation fails with Could not execute /usr/aarch64-unknown-linux-gnu/tmp/portage/www-servers/apache-2.4.59-r3/temp/pcre2-config
- 934470
- www-servers/apache-2.4.59-r3 - [perl-5.40] [icu-75.1] [slibtool] rdlibtool: error logged in slbt_lconf_open(), line 614: flow error: unexpected condition or other.
- 936791
- www-servers/apache-2.4.61 and 2.4.62: regression in proxy_fcgi, now demands a dummy string after fcgi://
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: drop 2.4.59-r1, 2.4.59-r3, 2.4.61
Bug: https://bugs.gentoo.org/935427 Bug: https://bugs.gentoo.org/936257 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.62 amd64, #936295
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.62 x86, #936295
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.62 ppc64, #936295
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.62 sparc, #936295
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.62 arm, #936295
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.62 ppc, #936295
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.62 arm64, #936295
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: add 2.4.62
Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Hans de Graaff · gentoo
www-servers/apache: drop 2.4.58-r2
Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: drop 2.4.60
Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Hans de Graaff · gentoo
www-servers/apache: add 2.4.61
Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: add 2.4.60
Bug: https://bugs.gentoo.org/935296 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.59-r1 sparc, #931704
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.59-r1 amd64, #931704
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.59-r1 ppc64, #931704
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.59-r1 x86, #931704
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.59-r1 arm, #931704
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.59-r1 ppc, #931704
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.59-r1 arm64, #931704
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Hans de Graaff · gentoo
www-servers/apache: drop 2.4.59-r2
Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Hans de Graaff · gentoo
www-servers/apache: move patches into patchset
This fixes a QA violation. Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: drop 2.4.58, 2.4.59
Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Hans de Graaff · gentoo
www-servers/apache: inline rustls dependency
The rustls dependency can't be set generically in the eclass because it varies from ebuild to ebuild. Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Hans de Graaff · gentoo
www-servers/apache: fix compatibility with rustls-0.13.0
Closes: https://bugs.gentoo.org/928046 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: backport DH regression patch
Closes: https://bugs.gentoo.org/929064 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: add 2.4.59
Bug: https://bugs.gentoo.org/928540 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
www-servers/apache: Stabilize 2.4.58-r2 amd64, #924312
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Matoro Mahri · gentoo
www-servers/apache: Stabilize 2.4.58-r2 ppc, #924312
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Matoro Mahri · gentoo
www-servers/apache: Stabilize 2.4.58-r2 arm64, #924312
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Matoro Mahri · gentoo
www-servers/apache: Stabilize 2.4.58-r2 ppc64, #924312
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.58-r2 for sparc, bug #924312
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.58-r2 x86, #924312
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.58-r2 arm, #924312
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: drop 2.4.57, 2.4.57-r6
Bug: https://bugs.gentoo.org/915996 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Francisco Javier Félix · gentoo
www-servers/apache: Fix build with >=dev-libs/libxml2-2.12.0
See the pull https://github.com/apache/httpd/pull/393. Signed-off-by: INODE64 <web@inode64.com> Closes: https://github.com/gentoo/gentoo/pull/35118 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.58 x86, #916744
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.58 amd64, #916744
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
www-servers/apache: apache-2.eclass: inline USE=split-usr
It is undesirable and should be removed, which requires inlining into each ebuild and then removing it in a revbump. Bug: https://bugs.gentoo.org/502384 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
www-servers/apache: drop 2.4.57-r1, 2.4.57-r2, 2.4.57-r3, 2.4.57-r4
There are six versions of 2.4.57 still in tree. Only the original one is stable, which is concerning. People who are running ~arch will simply use the latest, people who are running arch will run the earliest. There's no reason to keep transitional states around. Removing this helps fix bugs in apache-2.eclass easier without having to update lots of old stuff. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
www-servers/apache: clean up ancient outdated split-usr hack
For nearly a decade, USE=split-usr has been declared in apache-2.eclass and provides a hack intended as a short-term migration for moving a binary from /usr/sbin to /usr/bin. No remaining cases of /usr/sbin/apxs exist in tree, so drop the symlink and the USE flag and revbump. Closes: https://bugs.gentoo.org/502384 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
www-servers/apache: Stabilize 2.4.58 ppc, #916744
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Matoro Mahri · gentoo
www-servers/apache: Stabilize 2.4.58 arm64, #916744
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 - Matoro Mahri · gentoo
www-servers/apache: Stabilize 2.4.58 ppc64, #916744
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Robin H. Johnson · gentoo
www-servers/apache: fix IfDefine PROXY for proxy_uwsgi due to typo
proxy_uwsgi was mis-spelt in MODULE_DEFINES, causing it to not be wrapped with <IfDefine PROXY>. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/819552 - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.58 arm, #916744
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.58 for sparc, bug #916744
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: add 2.4.58
Bug: https://bugs.gentoo.org/915996 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: drop libtool patch
The libtool patch we applied was causing issues for some modules. Closes: https://bugs.gentoo.org/860081 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: fix conf for proxy_http2 and proxy_uswgi
Closes: https://github.com/gentoo/gentoo/pull/22677 Closes: https://github.com/gentoo/gentoo/pull/32529 Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> Signed-off-by: Jaco Kroon <jaco@uls.co.za> Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: move patches from ebuild to tarball
Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: fix interface warning and update default ssl conf
Fix the warning about interfaces for non-default ports and only show it when binding IP addresses. Update the default SSL configuration according to the mozilla intermediate settings. Closes: https://bugs.gentoo.org/913227 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: add allowmethods module
Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: drop 2.4.54-r8, 2.4.55-r1, 2.4.56
Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.57 arm, #907737
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.57 ppc, #907737
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.57 ppc64, #907737
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.57 sparc, #907737
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.57 amd64, #907737
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.57 x86, #907737
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.57 arm64, #907737
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.56 arm64, #903493
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.56 ppc64, #903493
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.56 ppc, #903493
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.56 x86, #903493
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.56 amd64, #903493
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: fix build w/ rustls-ffi-0.10.0
Closes: https://bugs.gentoo.org/906523 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove sparc64-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Tomáš Mózes · gentoo
www-servers/apache: add 2.4.57
Bug: https://bugs.gentoo.org/904225 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30571 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.56 for sparc, bug #903493
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.56 arm, #903493
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.55-r1 sparc, #894146
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.55-r1 arm64, #894146
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.55-r1 arm, #894146
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.55-r1 x86, #894146
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.55-r1 ppc64, #894146
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: add 2.4.56
Bug: https://bugs.gentoo.org/900416 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.55-r1 amd64, #894146
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.55-r1 ppc, #894146
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: revbump for keepdir drop
See 4ff7ee7ef42ad3258a87378963c12a412b0a0639. Closes: https://bugs.gentoo.org/520482 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: drop 2.4.54-r6
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.54-r7 sparc, #890274
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.54-r7 ppc64, #890274
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.54-r7 ppc, #890274
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.54-r7 arm64, #890274
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.54-r7 arm, #890274
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.54-r7 x86, #890274
Signed-off-by: Sam James <sam@gentoo.org> - Tomáš Mózes · gentoo
www-servers/apache: add 2.4.55
Bug: https://bugs.gentoo.org/891211 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29263 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.54-r7 amd64, #890274
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
www-servers/apache: drop 2.4.54-r2
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.54-r6 ppc64, #880701
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.54-r6 ppc, #880701
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: drop 2.4.54-r3, 2.4.54-r4, 2.4.54-r5
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: switch to pcre2
Bug: https://bugs.gentoo.org/835151 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: set GENTOO_USE_PCRE1 in stable ebuilds
Bug: https://bugs.gentoo.org/835151 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
apache-2.eclass: add rustls support
Bug: https://bugs.gentoo.org/885099 Closes: https://bugs.gentoo.org/903746 Closes: https://github.com/gentoo/gentoo/pull/28634 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.54-r6 amd64, #880701
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.54-r6 arm, #880701
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.54-r6 arm64, #880701
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
www-servers/apache: Stabilize 2.4.54-r6 x86, #880701
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.54-r6 sparc, #880701
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
www-servers/apache: keyword 2.4.54-r6 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: fix systemd file
Drop the duplicate PrivateTmp setting and remove the NoNewPrivileges=true setting since it causes issues with suexec and other distributions don't use this as part of their hardened configuration. Thanks to Nick Wiltshire for that patch that this is based on. Closes: https://bugs.gentoo.org/600292 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - orbea · gentoo
www-servers/apache: Fix the build with rlibtool
Bug: https://bugs.gentoo.org/858836 Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: create /var/cache/apache2 with tmpfiles
Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
www-servers/apache: migrate to GLEP-81
Doing only a revbump, as handling is done through eclass. Closes: https://bugs.gentoo.org/802495 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
www-servers/apache: drop 2.4.53, 2.4.53-r1
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/apache: x86 stable wrt bug #852251
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #852251
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 - Agostino Sarubbo · gentoo
www-servers/apache: sparc stable wrt bug #852251
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: ppc64 stable wrt bug #852251
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: ppc stable wrt bug #852251
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: arm64 stable wrt bug #852251
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/apache: arm stable wrt bug #852251
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Sam James · gentoo
www-servers/apache: drop which dependency
Apply to apache itself too just in case & for consistency. Closes: https://bugs.gentoo.org/844868 Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25984 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.54
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Removed old
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Tomáš Mózes · gentoo
www-servers/apache: add mod_proxy_hcheck support
Closes: https://bugs.gentoo.org/837338 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24967 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.53 amd64, #835150
Signed-off-by: Sam James <sam@gentoo.org> - Hans de Graaff · gentoo
www-servers/apache: cleanup
Bug: https://bugs.gentoo.org/829722 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: sparc stable wrt bug #835150
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: ppc stable wrt bug #835150
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.53 ppc64, #835150
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.52-r1 ppc64, #829787
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.52-r1 arm, #829787
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.53 arm, #835150
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
www-servers/apache: Stabilize 2.4.53 arm64, #835150
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
www-servers/apache: Stabilize 2.4.53 x86, #835150
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: add 2.4.53
Bug: https://bugs.gentoo.org/835131 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Added missing systemd module defines
Bug: https://bugs.gentoo.org/834568 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Move remaining lua stuff into eclass
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Add support for systemd module
Removed old versions that would now break without systemd in IUSE. Bug: https://bugs.gentoo.org/834568 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.52 ppc, #829787
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-servers/apache: Stabilize 2.4.52 arm64, #829787
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.52 for sparc, bug #829787
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: x86 stable wrt bug #829787
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #829787
Package-Manager: Portage-3.0.28, 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 - Lars Wendler · gentoo
www-servers/apache: Security bump to version 2.4.52
Bug: https://bugs.gentoo.org/829722 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: remove obsolete authn_alias module
This module was present in 2.2 but removed from 2.4. Closes: https://bugs.gentoo.org/828829 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.51-r1 ppc64, #823898
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.51-r1 arm, #823898
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.51-r1 arm64, #823898
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: x86 stable wrt bug #823898
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: sparc stable wrt bug #823898
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: ppc stable wrt bug #823898
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #823898
Package-Manager: Portage-3.0.20, 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 - Michael Orlitzky · gentoo
www-servers/apache: new revision to unbreak mpm-itk.
This latest version of apache was stabilized with bug 816258 open, affecting everyone who uses the itk MPM. Worse, all of the old ebuilds were removed, leaving no working versions of apache in the tree for anyone with an itk-based configuration. I've added an emergency patch, backported from upstream trunk, to fix the issue, and will ask for stabilization immediately. Bug: https://bugs.gentoo.org/816258 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Security cleanup
Bug: https://bugs.gentoo.org/816864 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.51 arm64, #816870
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.51 arm, #816870
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.51 sparc, #816870
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.51 ppc64, #816870
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.51 ppc, #816870
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.51 x86, #816870
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.51 amd64, #816870
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: bump to v2.4.51
Bug: https://bugs.gentoo.org/816864 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 - Lars Wendler · gentoo
www-servers/apache: Security cleanup
Bug: https://bugs.gentoo.org/816399 Bug: https://bugs.gentoo.org/813429 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.50 sparc, #816402
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.50 ppc64, #816402
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.50 ppc, #816402
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.50 x86, #816402
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.50 amd64, #816402
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.50 arm64, #816402
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.50 arm, #816402
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.49 arm64, #815709
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Minor ebuild tweaks
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.50
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.49 arm, #815709
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: x86 stable wrt bug #815709
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: sparc stable wrt bug #815709
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: ppc stable wrt bug #815709
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.49 amd64, #815709
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: add 2.4.49
Bug: https://bugs.gentoo.org/813429 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
www-servers/apache: keyword 2.4.48-r3 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
www-servers/apache: add ewarn message for user unlock
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
www-servers/apache: revbump
Bug: https://bugs.gentoo.org/802495 Bug: https://bugs.gentoo.org/803500 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
www-servers/apache: drop old version
Closes: https://bugs.gentoo.org/802495 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
www-servers/apache: revbump
This revbump is only made, so acct-* packages, definied through apache-2.eclass, will be pulled into system. Bug: https://bugs.gentoo.org/802495 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Hans de Graaff · gentoo
www-servers/apache: cleanup vulnerable versions
Bug: https://bugs.gentoo.org/795231 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.48-r1 arm, #795231
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: revbump to propagate eclass change for libcrypt
See: ce8c92d8a1cf8363e131f601eb23cac1fb8e7480 Acked-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: add USE=apache2_modules_proxy_uwsgi
Closes: https://bugs.gentoo.org/747958 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 - Sam James · gentoo
www-servers/apache: Stabilize 2.4.48 arm64, #795231
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: ppc64 stable wrt bug #795231
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.48 for sparc, bug #795231
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.48 x86, #795231
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.48 amd64, #795231
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.48 ppc, #795231
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.48
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: drop obsolete LibreSSL patch
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Removed old
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.47
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Removed old
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Revbump to fix logrotate on systemd
Thanks-to: Pacho Ramos <pacho@gentoo.org> Closes: https://bugs.gentoo.org/646032 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Removed unnecessary slash strip
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Removed old
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: EAPI-7 revbump
Added lua module support Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Moved dependencies into eclass
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Moved IUSE handling back to eclass
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Renamed CDEPEND to COMMON_DEPEND
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
www-servers/apache: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Submit pidfile to s-s-d on start
Closes: https://bugs.gentoo.org/762481 Closes: https://github.com/gentoo/gentoo/pull/18875 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
www-servers/apache: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Matt Turner · gentoo
*/*: Drop most stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Revbump for another small interface check tweak
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Revbump fix typo in init script interface check
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Revbump to provide a way to no longer "need net"
in openrc init script Closes: https://bugs.gentoo.org/482092 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Use dotmpfiles from tmpfiles eclass
Closes: https://bugs.gentoo.org/740594 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jaco Kroon · gentoo
www-servers/apache: add mod_socache_memcache
Closes: https://bugs.gentoo.org/740202 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/17395 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: security cleanup
Bug: https://bugs.gentoo.org/736282 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.46 ppc64, #736282
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.46 ppc, #736282
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.46 for hppa
stable wrt bug #736282 Package-Manager: Portage-3.0.1, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.46 amd64, #736282
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.46 arm64, #736282
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-servers/apache: Stabilize 2.4.46 x86, #736282
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.46 sparc, #736282
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: Stabilize 2.4.46 arm, #736282
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: bump to v2.4.46
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-servers/apache: security cleanup
Bug: https://bugs.gentoo.org/715824 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #715824
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 - Agostino Sarubbo · gentoo
www-servers/apache: arm stable wrt bug #715824
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: x86 stable (bug #715824)
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.43 for hppa, bug #715824
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.43 for sparc, bug #715824
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sam James (sam_c) · gentoo
www-servers/apache: arm64 stable (bug #715824)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.43 for ppc64
stable wrt bug #715824 Package-Manager: Portage-2.3.101, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.43 for ppc
stable wrt bug #715824 Package-Manager: Portage-2.3.101, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.43
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@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 - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: 2.2 removal
Bug: https://bugs.gentoo.org/692088 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
www-servers/apache: Honour USE="-split-usr"
* Invoking maintainer timeout Closes: https://bugs.gentoo.org/697974 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert <soap@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 - Lars Wendler · gentoo
www-servers/apache: Added libressl patch
Thanks-to: Stefan Strogin <steils@gentoo.org> Closes: https://bugs.gentoo.org/668060 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Security cleanup
Bug: https://bugs.gentoo.org/692172 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
www-servers/apache: arm stable wrt bug #692172
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: alpha stable wrt bug #692172
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #692172
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.41 for ppc64, bug #692172
Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.41 for ppc, bug #692172
Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.41 for ia64, bug #692172
Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: x86 stable (bug #692172)
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 - Aaron Bauman · gentoo
www-servers/apache: arm64 stable (bug #692172)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="arm64" - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.41 for hppa/sparc, bug #692172
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: add mod_authn_socache support
Closes: https://bugs.gentoo.org/675584 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Thomas Deutschmann · gentoo
www-servers/apache: add mod_auth_form support
Closes: https://bugs.gentoo.org/438084 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Thomas Deutschmann · gentoo
www-servers/apache: fix dependencies for mod_proxy_http2
Closes: https://bugs.gentoo.org/687384 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/apache: bump to v2.4.41
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 - Aaron Bauman · gentoo
www-servers/apache: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Security cleanup
Bug: https://bugs.gentoo.org/682306 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
www-servers/apache: alpha stable wrt bug #682306
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.39 for sparc, bug #682306
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: x86 stable (bug #682306)
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 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
www-servers/apache: arm stable wrt bug #682306
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.39 for ppc64, bug #682306
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.39 for ppc, bug #682306
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.39 for ia64, bug #682306
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.39 for hppa, bug #682306
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
www-servers/apache: alpha stable wrt bug #676064
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
www-servers/apache: amd64 stable wrt bug #682306
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Security bump to version 2.4.39
Attempt to make apache2ctl systemd compatible Bug: https://bugs.gentoo.org/673530 Bug: https://bugs.gentoo.org/682306 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: x86 stable (bug #676064)
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 - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.38-r1 for hppa, bug #676064
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.38-r1 for ppc64, bug #676064
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.38-r1 for ppc, bug #676064
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.38-r1 for ia64, bug #676064
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.38-r1 for sparc, bug #676064
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Markus Meier · gentoo
www-servers/apache: arm stable, bug #676064
Signed-off-by: Markus Meier <maekke@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm" - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #676064
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Revbump to fix apache2ctl issues.
Closes: https://bugs.gentoo.org/676990 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Security bump to version 2.4.38
Bug: https://bugs.gentoo.org/676064 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - parazyd · gentoo
www-servers/apache: Add USE flag for mod_proxy_http2.
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.37
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.35
Closes: https://bugs.gentoo.org/666936 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
www-servers/apache-2.4.34-r2: ppc stable, bug 662894 - Repository mirror & CI · gentoo
Merge updates from master - Tobias Klausmann · gentoo
www-servers/apache-2.4.34-r2: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/662894 - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: process tmpfiles in pkg_postinst phase
Closes: https://bugs.gentoo.org/662544 Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --force - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: fix the issue with lbmethod_* load order
Closes: https://bugs.gentoo.org/663312 Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --force - Repository mirror & CI · gentoo
Merge updates from master - Markus Meier · gentoo
www-servers/apache: arm stable, bug #662894
Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="arm" - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.34-r1 for ppc64, bug #662894
Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.34-r1 for ia64, bug #662894
Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64" - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #662894
Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.34-r1 for sparc, bug #662894
Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: x86 stable (bug #662894)
Package-Manager: Portage-2.3.44, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Revbump to add new suexec related USE flags.
Also fixed a parallel install issue with suexec binary. Closes: https://bugs.gentoo.org/661358 Package-Manager: Portage-2.3.43, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: New tarball without MSIE SSL exception.
Closes: https://bugs.gentoo.org/604744 Package-Manager: Portage-2.3.42, Repoman-2.3.9 - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: Portage-2.3.42, Repoman-2.3.9 - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.34
Package-Manager: Portage-2.3.42, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.33-r1 for ppc64, bug #651406
Bug: https://bugs.gentoo.org/651406 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" - Repository mirror & CI · gentoo
Merge updates from master - Tobias Klausmann · gentoo
www-servers/apache-2.4.33-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/651406 - Repository mirror & CI · gentoo
Merge updates from master - Markus Meier · gentoo
www-servers/apache: arm stable, bug #651406
Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="arm" - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.33-r1 for ia64, bug #651406
Bug: https://bugs.gentoo.org/651406 Package-Manager: Portage-2.3.38, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.33-r1 for sparc
Bug: https://bugs.gentoo.org/651406 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
www-servers/apache: amd64 stable wrt bug #651406
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
www-servers/apache: x86 stable (bug #651406)
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
www-servers/apache: Revbump to fix bashisms in init script.
Also added mod_md module. Closes: https://bugs.gentoo.org/651570 Closes: https://bugs.gentoo.org/635400 Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Mikle Kolyada · gentoo
www-servers/apache: arm stable wrt bug #649356
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Aaron Bauman · gentoo
www-servers/apache: compatibility patch for LibreSSL
This patch fixes building dev-libs/libressl and is based on the upstream Git commit 8134addfabf2685e08da6d51167775b628fda0dc. Closes: https://bugs.gentoo.org/651312 Package-Manager: Portage-2.3.31, Repoman-2.3.9 - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.29-r1 for ppc64, bug #649356
Bug: https://bugs.gentoo.org/649356 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" - Tobias Klausmann · gentoo
www-servers/apache-2.4.29-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/649356 - Lars Wendler · gentoo
Revert "www-servers/apache: Bye bye apache-2.2"
This reverts commit 551a46a19cefaf4502e7f80823fe4cae7a56cdac. - Lars Wendler · gentoo
www-servers/apache: Bye bye apache-2.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.33. Removed old.
Changes/Enhancements: - Start apache daemon after entropy daemon if available (#470018) - Fixed "bashism" in apache2ctl file (#650678) Closes: https://bugs.gentoo.org/470018 Closes: https://bugs.gentoo.org/650678 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Thomas Deutschmann · gentoo
www-servers/apache: x86 stable (bug #649356)
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Mikle Kolyada · gentoo
www-servers/apache: amd64 stable wrt bug #649356
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Rolf Eike Beer · gentoo
www-servers/apache: stable 2.4.29-r1 for sparc, bug #649356
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.29-r1 for ia64, bug #649356
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.32
Changes/Enhancements: - Enabled http2 by default (#563452) - Pass commands to apache with apache2ctl (#634414) Bug: https://bugs.gentoo.org/563452 Closes: https://bugs.gentoo.org/634414 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Michał Górny · gentoo
*/*: Remove sparc-fbsd keywords - Lars Wendler · gentoo
www-servers/apache: Adjusted dependencies.
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Lars Wendler · gentoo
www-servers/apache: Slightly adjusted dependencies.
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Craig Andrews · gentoo
www-servers/apache: add APACHE_MODULES="brotli"
Closes: https://bugs.gentoo.org/622066 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6722 - Thomas Deutschmann · gentoo
www-servers/apache: Security cleanup
Bug: https://bugs.gentoo.org/631308 Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Thomas Deutschmann · gentoo
www-servers/apache: alpha stable (bug #631308)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: Portage-2.3.12, Repoman-2.3.3 - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.29
Package-Manager: Portage-2.3.12, Repoman-2.3.3 - Tobias Klausmann · gentoo
www-servers/apache-2.2.34-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/631308 - Tomas Mozes · gentoo
www-servers/apache: add watchdog module
Package-Manager: Portage-2.3.11, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5975 - Markus Meier · gentoo
www-servers/apache: arm stable, bug #631308
Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="arm" - Markus Meier · gentoo
www-servers/apache: arm stable, bug #631308
Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="arm" - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.28
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.27-r1 for ppc64, bug #631308
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.2.34 for ppc64, bug #631308
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.27-r1 for ppc, bug #631308
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.2.34 for ppc, bug #631308
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.27-r1 for hppa, bug #631308
Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.2.34 for hppa, bug #631308
Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.27-r1 for ia64, bug #631308
Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.2.34 for ia64, bug #631308
Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.2.34 for sparc, bug #631308 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" - Thomas Deutschmann · gentoo
www-servers/apache: x86 & amd64 stable (bug #631308)
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Thomas Deutschmann · gentoo
www-servers/apache: Add patch for CVE-2017-9798 (bug #631308)
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Sergei Trofimovich · gentoo
www-servers/apache: stable 2.4.27 for sparc, bug #624868 (thanks to Dakon)
Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" - Thomas Deutschmann · gentoo
www-servers/apache: x86 stable (bug #624868)
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Tobias Klausmann · gentoo
www-servers/apache-2.4.27-r0: alpha stable
Gentoo-Bug: 624868 - Sergei Trofimovich · gentoo
www-servers/apache: ia64 stable, bug #624868
Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64" - Tobias Klausmann · gentoo
www-servers/apache-2.4.27-r0: add amd64 keyword
Gentoo-Bug: 624868 - Markus Meier · gentoo
www-servers/apache: arm stable, bug #624868
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.27. Removed old.
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.26
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Lars Wendler · gentoo
www-servers/apache: Security cleanup (bug #603130).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Jeroen Roovers · gentoo
www-servers/apache: Stable for HPPA (bug #603130).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.2.32
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Tobias Klausmann · gentoo
www-servers/apache-2.4.25-r0: stable on alpha
Gentoo-Bug: 603130 - Agostino Sarubbo · gentoo
www-servers/apache: ppc stable wrt bug #603130
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: ia64 stable wrt bug #603130
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: sparc stable wrt bug #603130
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: arm stable wrt bug #603130
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: ppc64 stable wrt bug #603130
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: x86 stable wrt bug #603130
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
www-servers/apache-2.4.25-r0: stable on amd64
Gentoo-Bug: 603130 - Agostino Sarubbo · gentoo
www-servers/apache: ppc stable wrt bug #589226
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Cleaned up SRC_URI.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Lars Wendler · gentoo
www-servers/apache: Security bump to version 2.4.25 (bug #603130).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Agostino Sarubbo · gentoo
www-servers/apache: ia64 stable wrt bug #589226
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: sparc stable wrt bug #589226
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Markus Meier · gentoo
www-servers/apache: arm stable, bug #589226
Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="arm" - Markus Meier · gentoo
www-servers/apache: arm stable, bug #589226
Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="arm" - Tobias Klausmann · gentoo
www-servers/apache-2.4.23-r2: stable on alpha
Gentoo-Bug: 589226 - Tobias Klausmann · gentoo
www-servers/apache-2.2.31-r1: stable on alpha
Gentoo-Bug: 589226 - Jeroen Roovers · gentoo
www-servers/apache: Stable for HPPA PPC64 (bug #589226).
Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches - Jeroen Roovers · gentoo
www-servers/apache: Stable for HPPA PPC64 (bug #589226).
Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches - Agostino Sarubbo · gentoo
www-servers/apache: x86 stable wrt bug #589226
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #589226
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: x86 stable wrt bug #589226
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #589226
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Security revbumps for CVE-2016-5387 (bug #589226).
Also fixes fcgi bug in apache-2.4.23 (bug #591288). Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Richard Freeman · gentoo
www-servers/apache: add systemd hardening
Bug: 586984 Package-Manager: portage-2.2.28 - Tobias Klausmann · gentoo
www-servers/apache-2.4.23-r0: add alpha keyword
Gentoo-Bug: 588138 - Jeroen Roovers · gentoo
www-servers/apache: Stable for HPPA (bug #588138).
Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches - Markus Meier · gentoo
www-servers/apache: arm stable, bug #588138
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" - Agostino Sarubbo · gentoo
www-servers/apache: ia64 stable wrt bug #588138
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: ppc64 stable wrt bug #588138
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: sparc stable wrt bug #588138
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: sparc stable wrt bug #583276
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: ppc stable wrt bug #588138
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: ppc stable wrt bug #583276
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: x86 stable wrt bug #588138
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #588138
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Security bump to version 2.4.23 (bug #588138).
Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Mike Frysinger · gentoo
apache: switch to https:// URI - Lars Wendler · gentoo
www-servers/apache: apache-2.4 no longer provides peruser MPM.
Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Tobias Klausmann · gentoo
www-servers/apache-2.4.20-r0: add alpha keyword
Gentoo-Bug: 583276 Package-Manager: portage-2.3.0_rc1 - Jeroen Roovers · gentoo
www-servers/apache: Stable for HPPA PPC64 (bug #583276).
Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --ignore-arches - Markus Meier · gentoo
www-servers/apache: arm stable, bug #583276
Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" - Agostino Sarubbo · gentoo
www-servers/apache: x86 stable wrt bug #583276
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: amd64 stable wrt bug #583276
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.20
Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/sbraz/syncthing'
Pull Request: https://github.com/gentoo/gentoo/pull/990 - Mikle Kolyada · gentoo
www-servers/apache: amd64 stable wrt bug #468302
Package-Manager: portage-2.2.26 - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Revbump to add fixed init script (bug #566726)
and added a config file for http2 module. Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Markus Meier · gentoo
www-servers/apache: arm stable, bug #468302
Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" - Tobias Klausmann · gentoo
www-servers/apache: add alpha keyword
Gentoo-Bug: 468302 Package-Manager: portage-2.2.27 - Pacho Ramos · gentoo
www-servers/apache: Support mod_proxy_html (#572434 by Thomas Beutin)
Package-Manager: portage-2.2.27 - Lars Wendler · gentoo
www-servers/apache: Raised minimum required version of nghttp2
to version 1.2.1 as reuqested in bug #568224 Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.18
Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Removed old.
Package-Manager: portage-2.2.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
www-servers/apache: Bump to version 2.4.17 (bug #563042)
Package-Manager: portage-2.2.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Agostino Sarubbo · gentoo
www-servers/apache: sparc stable wrt bug #557198
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc" - Agostino Sarubbo · gentoo
www-servers/apache: ppc stable wrt bug #557198
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" - Markus Meier · gentoo
www-servers/apache arm stable, bug #557198
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm" - Mikle Kolyada · gentoo
www-servers/apache: ia64 stable wrt bug #557198
Package-Manager: portage-2.2.20.1 - Jeroen Roovers · gentoo
www-servers/apache: Stable for PPC64 (bug #557198).
Package-Manager: portage-2.2.20.1 - Jeroen Roovers · gentoo
www-servers/apache: Stable for HPPA (bug #557198).
Package-Manager: portage-2.2.20.1 - Mikle Kolyada · gentoo
www-servers/apache: x86 stable wrt bug #557198
Package-Manager: portage-2.2.20 - Tobias Klausmann · gentoo
www-servers/apache: add alpha keyword
Gentoo-Bug: 557198 Package-Manager: portage-2.2.20 - Mikle Kolyada · gentoo
www-servers/apache: amd64 stable wrt bug #557198
Package-Manager: portage-2.2.20 - 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