www-nginx/ngx-encrypted-session - 0.09 (gentoo)

Search

Package Information

Description:
An NGINX module that encrypts and decrypts NGINX variable values
Homepage:
https://github.com/openresty/encrypted-session-nginx-module
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.09 8 amd64 arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="encrypted-session-nginx-module"

NGINX_MOD_LINK_MODULES=( www-nginx/ngx_devel_kit )

NGINX_MOD_OPENRESTY_TESTS=1
NGINX_MOD_TEST_LOAD_ORDER=(
	www-nginx/ngx-set-misc
	www-nginx/ngx-echo
	www-nginx/ngx-lua-module
)
inherit nginx-module

DESCRIPTION="An NGINX module that encrypts and decrypts NGINX variable values"
HOMEPAGE="https://github.com/openresty/encrypted-session-nginx-module"
SRC_URI="
	https://github.com/openresty/encrypted-session-nginx-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"

S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 arm64"

BDEPEND="virtual/pkgconfig"
DEPEND="dev-libs/openssl:="
RDEPEND="${DEPEND}"

src_configure() {
	# Make sure the module links to libcrypto, independently of whether NGINX
	# has SSL/TLS support.
	ngx_mod_link_lib libcrypto

	nginx-module_src_configure
}

Dependencies

DEPEND

dev-libs/openssl:=

RDEPEND

dev-libs/openssl:=

BDEPEND

virtual/pkgconfig

Manifest for 0.09

Type File Size Source URLs
DIST ngx-encrypted-session-0.09.tar.gz 11847 bytes https://github.com/openresty/encrypted-session-nginx-module/archive/refs/tags/v0.09.tar.gz