mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 08:28:12 +02:00
Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/37590 Signed-off-by: Sam James <sam@gentoo.org>
22 lines
917 B
XML
22 lines
917 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>
|
|
<longdescription>
|
|
The encrypted-session module provides encryption and decryption support for nginx variables
|
|
based on AES-256 with Mac. It is usually used with the ngx_set_misc module and the
|
|
standard rewrite module's directives. This module can be used to implement simple user login
|
|
and ACL.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/openresty/encrypted-session-nginx-module/issues</bugs-to>
|
|
<remote-id type="github">openresty/encrypted-session-nginx-module</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|