mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
ngx-authpam [0] is an NGINX module using PAM for simple HTTP authentication. This commit unbundles the module from www-servers/nginx into a separate package, using nginx-module.eclass. [0]: https://github.com/sto/ngx_http_auth_pam_module Closes: https://bugs.gentoo.org/959604 Suggested-by: Stevan Bajić Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43231 Closes: https://github.com/gentoo/gentoo/pull/43231 Signed-off-by: Sam James <sam@gentoo.org>
17 lines
569 B
XML
17 lines
569 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>zurabid2016@gmail.com</email>
|
|
<name>Zurab Kvachadze</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://github.com/sto/ngx_http_auth_pam_module/issues</bugs-to>
|
|
<remote-id type="github">sto/ngx_http_auth_pam_module</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|