summaryrefslogtreecommitdiffstats
path: root/httpd.spec
Commit message (Collapse)AuthorAgeFilesLines
* link only httpd, not support/* against -lselinux -lsystemdJoe Orton2017-03-241-3/+6
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_RebuildFedora Release Engineering2017-02-101-1/+4
|
* mod_watchdog: restrict thread lifetime (#1410883)Joe Orton2017-01-201-1/+7
| | | | Resolves: rhbz#1410883
* Resolves: #1358875 - require nghttp2 >= 1.5.0Luboš Uhliarik2016-12-221-1/+5
|
* new version 2.4.25Luboš Uhliarik2016-12-221-9/+6
|
* Resolves: #1401530 - CVE-2016-8740 httpd: Incomplete handling ofLuboš Uhliarik2016-12-051-1/+7
| | | | LimitRequestFields directive in mod_http2
* fix build with OpenSSL 1.1 (#1392900)Joe Orton2016-11-141-1/+7
| | | | | | - fix typos in ssl.conf (josef randinger, #1379407) Resolves: rhbz#1392900 Resolves: rhbz#1379407
* synch ssl.conf with upstreamJoe Orton2016-11-021-0/+1
|
* no longer package /etc/sysconfig/httpdJoe Orton2016-11-021-6/+6
|
* add security fix for CVE-2016-5387Joe Orton2016-07-181-1/+7
|
* load mod_watchdog by default (#1353582)Joe Orton2016-07-071-1/+4
| | | | | Resolves: rhbz#1325883 Resolves: rhbz#1353582
* restore build of mod_proxy_fdpass (#1325883)Joe Orton2016-07-071-4/+20
| | | | | - improve check tests to catch configured-but-not-built modules Resolves: rhbz#1325883
* update to 2.4.23 (#1325883, #1353203)Joe Orton2016-07-071-4/+7
| | | | | | | - load mod_proxy_hcheck - recommend use of "systemctl edit" in httpd.service Resolves: rhbz#1353203 Resolves: rhbz#1325883
* Mandatory Perl build-requires added ↵Petr Písař2016-06-241-1/+1
| | | | <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl>
* have "apachectl graceful" start httpd if not running, per man pageJoe Orton2016-04-071-1/+4
|
* use redirects for lang-specific /manual/ URLsJoe Orton2016-04-061-1/+4
|
* fix welcome page HTML validity (Ville Skyttä)Joe Orton2016-03-181-1/+4
|
* remove httpd pre script (duplicate of httpd-filesystem's)Joe Orton2016-03-181-9/+10
| | | | - in httpd-filesystem pre script, create group/user iff non-existent
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_RebuildDennis Gilmore2016-02-031-1/+4
|
* update to new version 2.4.18Jan Kaluza2015-12-141-3/+6
|
* re-enable mod_asis due to popular demand (#1284315)Joe Orton2015-12-091-3/+5
| | | | Resolves: rhbz#1284315
* fix crash when using -X argument (#1272234)Jan Kaluza2015-10-261-1/+6
|
* rebase socket activation patch to 2.4.17Jan Kaluza2015-10-141-3/+6
|
* update to 2.4.17 (#1271224)Joe Orton2015-10-141-5/+22
| | | | | | | | | - build, load mod_http2 - don't build mod_asis, mod_file_cache - load mod_cache_socache, mod_proxy_wstunnel by default - check every built mod_* is configured - synch ssl.conf with upstream; disable SSLv3 by default Resolves: rhbz#1271224
* Add right tarball...Jan Kaluza2015-07-161-1/+0
|
* Add missing tarballJan Kaluza2015-07-161-0/+1
|
* update to 2.4.16Jan Kaluza2015-07-151-4/+5
|
* mod_ssl: use "localhost" in the dummy SSL cert if len(FQDN) > 59 charsJoe Orton2015-07-071-2/+6
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_RebuildDennis Gilmore2015-06-171-1/+4
|
* update to 2.4.12Jan Kaluza2015-03-271-11/+5
|
* fix compilation with lua-5.3Jan Kaluza2015-03-241-1/+6
|
* remove filter for auto-provides of httpd modules, it is not needed since F20Jan Kaluza2015-03-241-7/+4
|
* core: fix bypassing of mod_headers rules via chunked requests (CVE-2013-5704)Jan Kaluza2014-12-171-1/+18
| | | | | | | - mod_cache: fix NULL pointer dereference on empty Content-Type (CVE-2014-3581) - mod_proxy_fcgi: fix a potential crash with long headers (CVE-2014-3583) - mod_lua: fix handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments (CVE-2014-8109)
* require apr-util 1.5.xJoe Orton2014-10-141-2/+5
|
* use NoDelay and DeferAcceptSec in httpd.socketJan Kaluza2014-09-181-1/+4
|
* increase suexec minimum acceptable uid/gid to 1000 (#1136391)Jan Kaluza2014-09-081-2/+5
|
* fix hostname requirement and conflict with openssl-libsJan Kaluza2014-09-031-3/+6
|
* use KillMode=mixed in httpd.service (#1135122)Jan Kaluza2014-09-011-1/+4
|
* set vstring based on /etc/os-release (Pat Riehecky, #1114539)Joe Orton2014-08-291-2/+5
| | | | Resolves: rhbz#1114539
* pull in httpd-filesystem as Requires(pre) (#1128328)Joe Orton2014-08-291-1/+5
| | | | | | | | - fix cipher selection in default ssl.conf, depend on new OpenSSL (#1134348) - require hostname for mod_ssl post script (#1135118) Resolves: rhbz#1135118 Resolves: rhbz#1134348 Resolves: rhbz#1128328
* pull in httpd-filesystem as Requires(pre) (#1128328)Joe Orton2014-08-291-3/+6
| | | | Resolves: rhbz#1128328
* mod_systemd: updated to the latest versionJan Kaluza2014-08-221-2/+13
| | | | | - use -lsystemd instead of -lsystemd-daemon (#1125084) - fix possible crash in SIGINT handling (#958934)
* mod_ssl: treat "SSLCipherSuite PROFILE=..." as special (#1109119)Joe Orton2014-08-211-1/+7
| | | | | - switch default ssl.conf to use PROFILE=SYSTEM (#1109119) Resolves: rhbz#1109119
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_RebuildPeter Robinson2014-08-161-1/+4
|
* add /usr/bin/useradd dependency to -filesystem requiresJan Kaluza2014-08-151-1/+5
|
* fix creating apache user in pre script (#1128328)Jan Kaluza2014-08-141-8/+22
|\
| * enable mod_request by default for mod_auth_formJoe Orton2014-07-311-2/+7
| | | | | | | | - move disabled-by-default modules from 00-base.conf to 00-optional.conf
| * expand variables in docdir example configsJoe Orton2014-07-211-0/+10
| |
| * update to 2.4.10Joe Orton2014-07-211-6/+5
| |
* | fix creating apache user in pre script (#1128328)Jan Kaluza2014-08-141-1/+9
|/