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.46-r5 :: 2 :: gentoo
- Modified
- License
- Apache-2.0 Apache-1.1
- Keywords
- ~alpha ~amd64 ~amd64-linux ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~sparc64-solaris ~x64-macos ~x64-solaris ~x86
- USE flags
- debug doc gdbm ldap libressl selinux split-usr ssl static suexec suexec-caps suexec-syslog threads
v2.4.46-r4 :: 2 :: gentoo
- Modified
- License
- Apache-2.0 Apache-1.1
- Keywords
- ~alpha ~amd64 ~amd64-linux ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~sparc64-solaris ~x64-macos ~x64-solaris ~x86
- USE flags
- debug doc gdbm ldap libressl selinux split-usr ssl static suexec suexec-caps suexec-syslog threads
v2.4.46 :: 2 :: gentoo
- Modified
- License
- Apache-2.0 Apache-1.1
- Keywords
- amd64 arm arm64 ppc ppc64 sparc x86 ~alpha ~amd64-linux ~hppa ~ia64 ~mips ~s390 ~sparc64-solaris ~x64-macos ~x64-solaris
- USE flags
- debug doc gdbm ldap libressl selinux split-usr ssl static suexec suexec-caps suexec-syslog 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)
- libressl
- Use dev-libs/libressl instead of dev-libs/openssl when applicable (see also the ssl useflag)
- selinux
- !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
- split-usr
- Enable behavior to support maintaining /bin, /lib*, /sbin and /usr/sbin separately from /usr/bin and /usr/lib*
- 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
- 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
- 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_alias
- Provides the ability to create extended authentication providers based on actual 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_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_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
- 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-2
- Build for Lua 5.2 only
- lua5-3
- Build for Lua 5.3 only
- lua5-4
- Build for Lua 5.4 only
Dependencies
app-arch / brotli : Generic-purpose lossless compression algorithm
app-misc / mime-types : Provides /etc/mime.types file
app-portage / elt-patches : Collection of patches for libtool.eclass
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 / libpcre : Perl-compatible regular expression library
dev-libs / libressl : Free version of the SSL/TLS protocol forked from OpenSSL
dev-libs / openssl : full-strength general purpose cryptography library (including SSL and TLS)
net-libs / nghttp2 : HTTP/2 C Library
net-nds / openldap : LDAP suite of application and development tools
sec-policy / selinux-apache : SELinux policy for apache
sys-apps / util-linux : Various useful Linux utilities
sys-devel / autoconf : Used to create autoconfiguration files
sys-devel / automake : Used to generate Makefile.in from Makefile.am
sys-devel / libtool : A shared library tool for developers
sys-libs / gdbm : Standard GNU database libraries
sys-libs / libcap : POSIX 1003.1e capabilities
sys-libs / zlib : Standard (de)compression library
virtual / pkgconfig : Virtual for the pkg-config implementation
Runtime Dependencies
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 / libpcre : Perl-compatible regular expression library
dev-libs / libressl : Free version of the SSL/TLS protocol forked from OpenSSL
dev-libs / openssl : full-strength general purpose cryptography library (including SSL and TLS)
net-libs / nghttp2 : HTTP/2 C Library
net-nds / openldap : LDAP suite of application and development tools
sec-policy / selinux-apache : SELinux policy for apache
sys-apps / util-linux : Various useful Linux utilities
sys-libs / gdbm : Standard GNU database libraries
sys-libs / zlib : Standard (de)compression library
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 / php : The PHP language runtime engine
dev-libs / OpenSRF : Framework for the high-level development of the Evergreen ILS software
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_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_caucho : mod_caucho connects Resin and Apache2
www-apache / mod_common_redirect : mod_common_redirect implements common redirects without mod_rewrite overhead
www-apache / mod_dnssd : mod_dnssd is an Apache module which adds Zeroconf support via DNS-SD using Avahi
www-apache / mod_evasive : Evasive maneuvers module for the event of an HTTP DoS
www-apache / mod_extract_forwarded : Rewrites X-Forwarded-For to REMOTE_ADDR for reverse proxy configurations
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 : JK module for connecting Tomcat and Apache using the ajp13 protocol
www-apache / mod_ldap_userdir : Look up Apache ~user directories in an LDAP directory
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_log_sql : An Apache module for logging to an SQL (MySQL) database
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_vdbh : An Apache2 module for mass virtual hosting using a MySQL database
www-apache / mod_vhost_ldap : Store and configure Apache virtual hosts using LDAP
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
www-apps / liquid_feedback_frontend : Internet platforms for proposition development and decision making
www-apps / rt : RT is an enterprise-grade ticketing system
www-misc / log-toolkit : set of tools to manipulate and maintain webserver logfiles
www-servers / nginx : Robust, small and high performance http and reverse proxy server
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
- 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
- 520482
- www-servers/apache installs into paths that should be created at runtime
- 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
- 592452
- www-servers/apache and app-admin/apache-tools fail to build with >=dev-libs/openssl-1.1.0
- 595086
- >=www-servers/apache-2.4.23-r1: systemd hardening breaks php mail function
- 600292
- >=www-servers/apache-2.4.23-r1: systemd hardening breaks suexec
- 600540
- www-servers/apache Provide minimal header only package
- 625450
- www-servers/apache-2.4.27 : ssl_engine_init.c:105:7: error: BN_get_rfc3526_prime_8192 undeclared here (not in a function)
- 642688
- www-servers/apache apache2_modules_authn_dbd require apr-util [sqlite||mysql||postgres]
- 646032
- www-servers/apache: logrotate doesn't work with systemd
- 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
- 693610
- www-servers/apache-2.4.41[apache2_modules_session_crypto] with dev-libs/apr-util[libressl] - configure: WARNING: Your APR does not include SSL/EVP support. To enable it: configure --with-crypto // configure: error: mod_session_crypto cannot be enabled
- 694482
- www-servers/apache-2.4.41 - QA warning: One or more empty directories installed to /var:
- 694936
- www-servers/apache: '/etc/init.d/apache2 gracefulstop' doesn't remove openrc status files
- 703468
- www-servers/apache-2.4.41? - TLS Session Renegotiation MITM vulnerability (CVE-2009-3555)
- 728066
- www-servers/apache: upgrade TLS protocols in 00_default_ssl_vhost.conf
- 744844
- dev-libs/apr-1.7.0-r1 + lto causes www-servers/apache: libtool: eval: line 1777: syntax error near unexpected token `|'
- 746140
- www-servers/apache with apparmor - /etc/init.d/apache2 fails to restart: Permission denied: AH00057: sending signal to server
- 747958
- www-servers/apache-2.4.46: missing USE flag for mod_proxy_uwsgi
- 750470
- www-servers/apache-2.4.46 (/lib/systemd/system/apache2.service) breaks suexec
Change logs
- 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