-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module Package Repository #43
Comments
Thanks for the suggestion @DaAwesomeP. I'm not a Debian user myself, so creating builds for that platform isn't something I have a need for, but if someone else was willing to set it up and maintain it, please do. I'll leave this issue open in case anyone wants to offer their support. That said, the 'demonstration' status of In any case, feel free to chime in if anyone wishes to support or maintain build infrastructure. (For note, since this relates this "unofficial" Nginx module, there won't be a location on the official Shibboleth Jira issue trackers for this.) |
It sounds like if this were to be done it should maybe not use pkg-oss then. I will take a look at how Debian provides packages for other module (like headers more) and see what they do. |
In case this is helpful. The Debian Nginx Maintainers currently have 20 packages in main: https://qa.debian.org/developer.php?email=pkg-nginx-maintainers%40alioth-lists.debian.net For example, the PAM authentication module has the following:
|
My apologies if this is not the place to discuss features for this module; if so please redirect me to the correct place. I was not sure which space this falls into on Jira.
Shibboleth SP on Debian comes pre-built with FastCGI support (specifically the
shibboleth-sp-utils
package). This is the most difficult requirement to fulfill, aspkg-oss
makes the module compilation simple. But that still requires the user to compile and distribute the module across all of their machines. It seems it would be possible to create a public package repository that builds the Nginx Shibboleth module against one or more of the following repositories:http://nginx.org/packages/debian bullseye nginx
)http://nginx.org/packages/mainline/debian bullseye nginx
)http://deb.debian.org/debian/ bullseye main
)The packages could be built and hosted on a free and available platform:
The text was updated successfully, but these errors were encountered: