Bug 1615360
| Summary: | lighttpd-1.4.50 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | lighttpd | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | gs-redhat.com, gwync, matthias, rhbugs |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | lighttpd-1.4.50-1.fc27 lighttpd-1.4.50-1.fc28 lighttpd-1.4.50-1.el7 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-08-22 10:43:32 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Upstream Release Monitoring
2018-08-13 12:20:46 UTC
lighttpd-1.4.50-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-29e4b3eb1b lighttpd-1.4.50-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-be770f97a6 lighttpd-1.4.50-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-dce803ff0d lighttpd-1.4.50-1.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-29e4b3eb1b lighttpd-1.4.50-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-dce803ff0d lighttpd-1.4.50-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-be770f97a6 lighttpd-1.4.50-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. lighttpd-1.4.50-1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. lighttpd-1.4.50-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. I have a pi-hole virtual machine based on Fedora 28. When yum update grabbed lighttpd-1.4.50, the pi-hole admin interface stopped working. Here is the relevant error from journalctl: lighttpd[1205]: 2018-10-13 20:20:59: (configfile.c.1451) pclose "cat external.conf 2>/dev/null"failed: Success lighttpd[1205]: 2018-10-13 20:20:59: (configfile.c.1289) source: /etc/lighttpd/lighttpd.conf line: 94 pos: 1 parser failed somehow near here: (EOL) systemd[1]: lighttpd.service: Main process exited, code=exited, status=255/n/a systemd[1]: lighttpd.service: Failed with result 'exit-code'. (lighttpd.conf is a file installed by pi-hole, *not* the stock conf file that is installed with lighttpd). When I downgrade to lighttpd-1.4.49, the problem disappears, so it may be a problem with pi-hole, but if so it's still a change in lighttpd that is causing the problem to show itself. I just filed a separate BZ for this problem, but thought I should mention it here too: Bug 1639043 It is an improvement in lighttpd 1.4.50. If an include_shell command fails, lighttpd config parsing stops. Your reported issue is in Pi-hole lighttpd sample configs. A pull request was submitted upstream to Pi-hole: https://github.com/pi-hole/pi-hole/pull/2468 |