Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 246298 - www-servers/cherokee-0.10.1 version bump
Summary: www-servers/cherokee-0.10.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: José Alberto Suárez López (RETIRED)
URL:
Whiteboard:
Keywords:
: 249757 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-10 15:38 UTC by Piotr Malinski
Modified: 2008-12-30 14:21 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cherokee-0.10.1.ebuild (cherokee-0.10.1.ebuild,2.54 KB, text/plain)
2008-11-23 13:01 UTC, Alan Swanson
Details
cherokee-initd-0.9 (cherokee-initd-0.9,753 bytes, text/plain)
2008-11-23 13:01 UTC, Alan Swanson
Details
cherokee-0.11.3.ebuild (cherokee-0.11.3.ebuild,2.39 KB, text/plain)
2008-12-09 22:52 UTC, Alan Swanson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Malinski 2008-11-10 15:38:28 UTC
Current stable release is 0.10.1 (http://www.cherokee-project.com/) while in portage latest version is 0.9.0.

Reproducible: Always
Comment 1 Alan Swanson 2008-11-23 13:01:37 UTC
Created attachment 172933 [details]
cherokee-0.10.1.ebuild

Ebuild for Cherokee 0.10.1 which includes;

Fix for bug 210830 to install a pam file relevant to Gentoo.
Use updated init script fixing bug 240451 as cherokee-guardian no longer exists and also bug 194464 to add reload option (both applicable for 0.9.0).
But did not include bug 240458 to add trace as optional use flag, maybe use debug use flag perhaps?
We should fix bug 247491 to add cherokee to virtual/httpd-fastcgi.
Comment 2 Alan Swanson 2008-11-23 13:01:42 UTC
Created attachment 172935 [details]
cherokee-initd-0.9

Updated init script.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2008-12-04 04:57:39 UTC
*** Bug 249757 has been marked as a duplicate of this bug. ***
Comment 4 Alan Swanson 2008-12-09 22:52:05 UTC
Created attachment 174803 [details]
cherokee-0.11.3.ebuild

Update for Cherokee 0.11.3.

There is no longer any gnutls support but openssl via plugin only which needs configuration updated with "server!tls = libssl" option in cherokee.conf or via cherokee-admin under General:Secure HTTP:Back-end. However there is no configure option for enabling or disabling SSL at build time.
Comment 5 José Alberto Suárez López (RETIRED) gentoo-dev 2008-12-26 08:48:56 UTC
sorry for the lapse, too much real life (tm) work :)

0.11.6 now in portage
Comment 6 Alan Swanson 2008-12-30 14:21:28 UTC
There are a few changes to the ebuild not included with the version introduced in portage for 0.11.6. Running a diff with mine would show you;

- Removal of gnutls from IUSE flags.
- Stripping the use ssl myconf as no configure options for ssl with Cherokee 0.11.X.
- The conversion script is 09to010 not 09to10 (which got me too).
- The pamd_mimic fix for bug 210830.