{"bugs":[],"categories":[{"categoryid":393,"name":"dev-libs","summary":"The dev-libs category contains various miscellaneous programming libraries."},{"categoryid":1598,"name":"www-nginx","summary":"The www-nginx category contains external modules for the NGINX reverse proxy and web server"},{"categoryid":379,"name":"www-servers","summary":"The www-servers category contains web server packages."}],"changelog":[{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"a13d44cbce7ff81752d725cbd4f9c9bfdbe814f2","committime":"2026-02-20T19:15:52","packageid":78408,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"zurabid2016@gmail.com","authorname":"Zurab Kvachadze","body":"Since the introduction of this eclass to the tree, ${S} has always\npointed to the fake NGINX build system directory (i.e. the directory\nwith symlinks 'src\/', 'configure' and 'auto\/').\n\nThis caused problems in the past, e.g. see commit\nfffbf942fc40a82d37746e70c061864aefa116f5 \"nginx-module.eclass: Add\nNGINX_MOD_CONFIG_DIR, fixup www-nginx\/ngx-naxsi\". Additionally, ${S} not\npointing to real sources required manual integration for live ebuilds\nusing git-r3 and Mercurial eclasses alike.\n\nFollowing Sam's advice on IRC, this commit swaps ${S} and ${NGINX_MOD_S}\nto ${NGINX_S} and ${S} respectively. Now, ${S} points to the actual\nmodule's source, easing integration with other eclasses, and ${NGINX_S}\npoints to our fake build environment. Each phase function, when needed,\nobviously pushd'es into ${NGINX_S}.\n\n${NGINX_MOD_S} is now an alias to ${S}; it is deprecated and will be out\nof the door in EAPI 9. No ebuilds listed on gpo.zugaina.org reference\n${NGINX_MOD_S} so it is safe to not synchronise its value with ${S}.\n\ngit-r3 and mercurial eclasses may now be used with nginx-module.eclass\nas in every other ebuild: set the relevant E(GIT|HG)_REPO_URI, inherit\nthe required eclass, and you are good to go!\n\nCloses: https:\/\/bugs.gentoo.org\/967171\nSuggested-by: Sam James <sam@gentoo.org>\nSigned-off-by: Zurab Kvachadze <zurabid2016@gmail.com>\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"e0b1493dce7b2f868d3348e58d746c22a265820d","committime":"2026-02-08T19:01:57","packageid":78408,"repoid":1,"summary":"nginx-module.eclass: Use S as NGINX_MOD_S, use NGINX_S for build system"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ca35be0176cfa26aae349f5f798deb45b7cf619b","committime":"2025-11-29T17:15:46","packageid":78408,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"d6cfb23dce0fda9ccd7e452a771902e9110b3a14","committime":"2025-11-29T16:58:30","packageid":78408,"repoid":1,"summary":"www-nginx\/ngx-encrypted-session: Stabilize 0.09 arm64, #966812"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"47b1835b9b002fc539fa19e11084d32d76ab250b","committime":"2025-11-29T16:58:27","packageid":78408,"repoid":1,"summary":"www-nginx\/ngx-encrypted-session: Stabilize 0.09 amd64, #966812"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"9516e00d2c173ae9c707bea1993c55c118061e19","committime":"2025-11-13T12:45:43","packageid":78408,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"zurabid2016@gmail.com","authorname":"Zurab Kvachadze","body":"Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/44576\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"a61ff1fee5ddc859a2410569868b9eb2ce6c2220","committime":"2025-11-04T03:33:47","packageid":78408,"repoid":1,"summary":"www-nginx\/*: Convert manual append_libs to ngx_mod_link_lib"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"978fb85973e0c326054d177878dcc6d4653ec6c9","committime":"2025-07-05T08:53:33","packageid":78408,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"arthurzam@gentoo.org","authorname":"Arthur Zamarin","body":"Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>","commitid":"bb2ef30a75b875e18b5a58308ea2d5dcfa1955f2","committime":"2025-07-05T08:23:52","packageid":78408,"repoid":1,"summary":"www-nginx\/ngx-encrypted-session: Keyword 0.09 arm64, #959570"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"d518a5705863ce89bc41523a8176f435c7bc3d80","committime":"2025-07-05T08:19:14","packageid":78408,"repoid":1,"summary":"www-nginx\/ngx-encrypted-session: Keyword 0.09 amd64, #959570"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"nattka can't handle it otherwise. Also, fix some variable layout issues\nwhile here.\n\nBug: https:\/\/bugs.gentoo.org\/959570\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"2242497f4c7c84eba33d8a713a6b6cfed8df5d46","committime":"2025-07-05T08:13:41","packageid":78408,"repoid":1,"summary":"*\/*: fix missing KEYWORDS line for new NGINX modules"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"b2b7a680cb4a078fede4a6efa5f672cf9423f58c","committime":"2025-07-05T07:40:37","packageid":78408,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"zurabid2016@gmail.com","authorname":"Zurab Kvachadze","body":"This commits enables tests for (almost) all OpenResty www-nginx\npackages.\n\nSigned-off-by: Zurab Kvachadze <zurabid2016@gmail.com>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/37590\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"5030183d017658a6617cbd6598cd17c8b4234cd0","committime":"2025-02-18T16:29:42","packageid":78408,"repoid":1,"summary":"www-nginx: enable tests for OpenResty modules"},{"authoremail":"zurabid2016@gmail.com","authorname":"Zurab Kvachadze","body":"Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/37590\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"90d1b578640d6fcf459472101986c81f47d91930","committime":"2024-07-13T11:00:59","packageid":78408,"repoid":1,"summary":"www-nginx\/ngx-encrypted-session: new package, add 0.09"}],"dependencies":[{"block":false,"categoryid":393,"description":"Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)","ebuildids":[869208],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"openssl","packageid":47630},{"block":false,"categoryid":379,"description":"Robust, small and high performance HTTP and reverse proxy server","ebuildids":[869208],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"dev-zero@gentoo.org","maintainername":"Tiziano Müller","name":"nginx","packageid":49724,"summary":"nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP\/UDP proxy server, originally written by Igor Sysoev."},{"block":false,"categoryid":1598,"description":"An NGINX module that adds generic tools for third-party modules","ebuildids":[869208],"firstseen":"2025-07-05T09:00:51.017362","name":"ngx_devel_kit","packageid":78423,"summary":"The NDK is an NGINX module that is designed to extend the core functionality of the excellent NGINX webserver in a way that can be used as a basis of other NGINX modules. It has functions and macros to deal with generic tasks that don't currently have generic code as part of the core distribution. The NDK itself adds few features that are seen from a user's point of view - it's just designed to help reduce the code that NGINX module developers need to write."}],"depending":[],"ebuilds":[{"archs":["amd64","arm64"],"ebuildid":869208,"firstseen":"2025-07-05T09:00:51.017362","license":"BSD-2","moddate":"2026-03-22T20:20:58","packageid":78408,"repoid":1,"slot":"0","uses":["test"],"version":"0.09"}],"masks":[],"package":{"categoryid":1598,"description":"An NGINX module that encrypts and decrypts NGINX variable values","firstseen":"2025-07-05T09:00:51.017362","name":"ngx-encrypted-session","packageid":78408,"summary":"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."},"rdependencies":[{"block":false,"categoryid":393,"description":"Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)","ebuildids":[869208],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"openssl","packageid":47630},{"block":false,"categoryid":379,"description":"Robust, small and high performance HTTP and reverse proxy server","ebuildids":[869208],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"dev-zero@gentoo.org","maintainername":"Tiziano Müller","name":"nginx","packageid":49724,"summary":"nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP\/UDP proxy server, originally written by Igor Sysoev."},{"block":false,"categoryid":1598,"description":"An NGINX module that adds generic tools for third-party modules","ebuildids":[869208],"firstseen":"2025-07-05T09:00:51.017362","name":"ngx_devel_kit","packageid":78423,"summary":"The NDK is an NGINX module that is designed to extend the core functionality of the excellent NGINX webserver in a way that can be used as a basis of other NGINX modules. It has functions and macros to deal with generic tasks that don't currently have generic code as part of the core distribution. The NDK itself adds few features that are seen from a user's point of view - it's just designed to help reduce the code that NGINX module developers need to write."}],"repos":[{"branch":"master","lastcommit":"52197549fd3431fa256b8edbafdcd3702dd0e134","name":"gentoo","path":"\/usr\/portage","repoid":1,"upstream":"origin"}],"tracked":false,"urls":["https:\/\/github.com\/openresty\/encrypted-session-nginx-module"],"uses":[{"description":"Enable dependencies and\/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)","isdefault":false,"use":"test"}]}