Opened 15 years ago
Closed 15 years ago
#21586 closed defect (fixed)
lighttpd update to 1.4.23
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | lighttpd, spawn-fcgi |
Description
lighttpd 1.4.23 was released in June 2009 and the lighttpd port should be updated to this version.
In April 2009 spawn-fcgi was split out from the lighttpd project and is now in its own port. The developer says:
Package maintainers are advised to provide packages for spawn-fcgi, to make it a dependency of lighttpd and to remove the binary from any existing package as soon as possible so spawn-fcgi can be updated even when there is no new lighttpd release.
The attached patch updates lighttpd to 1.4.23 (which no longer includes spawn-fcgi), adds the spawn-fcgi dependency, removes the unnecessary mandir configure arg, installs some additional documentation files, and adds the license keyword. I had to refresh the config file patch; while I was in there, I fixed the rest of the paths which had been referencing locations outside of ${prefix}.
Attachments (1)
Change History (3)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | lighttpd-1.4.23.diff added |
---|
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
- r58202: I updated the spawn-fcgi port to advise the user to deactivate their current lighttpd (<= 1.4.22) before installing; this should greatly ease the upgrade to 1.4.23, as otherwise every user attempting to do so would encounter a conflict when trying to activate the new spawn-fcgi dependency.
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r58369.