Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56579 - mod_pubcookie-3.1.0.ebuild (New Package)
Summary: mod_pubcookie-3.1.0.ebuild (New Package)
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-07-09 15:43 UTC by Dylan Vanderhoof
Modified: 2005-04-23 20:09 UTC (History)
1 user (show)

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


Attachments
Ebuild for pubcookie client component (mod_pubcookie-3.1.0.ebuild,1.99 KB, text/plain)
2004-07-09 15:44 UTC, Dylan Vanderhoof
Details
Patch to Makefile.in for a build on gentoo (mod_pubcookie-3.1.0.gentoo.diff,515 bytes, patch)
2004-07-09 15:46 UTC, Dylan Vanderhoof
Details | Diff
files/config.apache (config.apache,230 bytes, text/plain)
2004-07-09 15:47 UTC, Dylan Vanderhoof
Details
files/config.apache2 (config.apache2,233 bytes, text/plain)
2004-07-09 15:47 UTC, Dylan Vanderhoof
Details
files/mod_pubcookie.conf.apache (mod_pubcookie.conf.apache,446 bytes, text/plain)
2004-07-09 15:48 UTC, Dylan Vanderhoof
Details
files/mod_pubcookie.conf.apache2 (mod_pubcookie.conf.apache2,448 bytes, text/plain)
2004-07-09 15:48 UTC, Dylan Vanderhoof
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dylan Vanderhoof 2004-07-09 15:43:58 UTC
Hello all!  

The apache module portion of the pubcookie (http://www.pubcookie/org) single signon interface is horrible broken out of the box on gentoo, so I wrote an ebuild to work around what's either weird returns from the gentoo APXS, or a bad autoconf script.

This is the client-side component of the pubcookie login server, which also doesn't have an ebuild yet, but I don't have time to write one just yet.  It should probably go under net-www/mod_pubcookie.

The included patch fixes the Makefile.in so it'll build against gentoo.  Install path was set to be /usr/lib/pubcookie, as that seems to match how things are typically installed, but that might not be correct.

Thanks!

-Dylan Vanderhoof
Comment 1 Dylan Vanderhoof 2004-07-09 15:44:51 UTC
Created attachment 35081 [details]
Ebuild for pubcookie client component
Comment 2 Dylan Vanderhoof 2004-07-09 15:46:30 UTC
Created attachment 35082 [details, diff]
Patch to Makefile.in for a build on gentoo
Comment 3 Dylan Vanderhoof 2004-07-09 15:47:00 UTC
Created attachment 35083 [details]
files/config.apache

Apache1 version of the config.sample file for use with gentoo's apache paths
Comment 4 Dylan Vanderhoof 2004-07-09 15:47:33 UTC
Created attachment 35084 [details]
files/config.apache2

Apache2 version of the config.sample file using Gentoo's apache paths.
Comment 5 Dylan Vanderhoof 2004-07-09 15:48:20 UTC
Created attachment 35085 [details]
files/mod_pubcookie.conf.apache

Extremely terse config for mod_pubcookie.  This almost certainly won't work out
of the box, but pubcookie takes a lot of tweaking to make it work regardless.

(Apache1 version)
Comment 6 Dylan Vanderhoof 2004-07-09 15:48:38 UTC
Created attachment 35086 [details]
files/mod_pubcookie.conf.apache2

Extremely terse config for mod_pubcookie.  This almost certainly won't work out
of the box, but pubcookie takes a lot of tweaking to make it work regardless.

(Apache2 version)
Comment 7 Elfyn McBratney (beu) (RETIRED) gentoo-dev 2005-04-23 20:09:33 UTC
Looks interesting.  I'll pick this up after the new Apache stuff has stabilised if no one beats me to it.