{"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":78418,"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":78418,"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":"201b37bcc7004fbf3a3a3c1956d6359a4760582c","committime":"2025-11-29T17:00:46","packageid":78418,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"5ee1700fdfa65e802bf01588e21e84713392ae3f","committime":"2025-11-29T16:54:51","packageid":78418,"repoid":1,"summary":"www-nginx\/ngx-set-misc: Stabilize 0.33 arm64, #966822"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"a51228b33cc416a7cf696b7921a8405b9d8a5020","committime":"2025-11-29T16:54:48","packageid":78418,"repoid":1,"summary":"www-nginx\/ngx-set-misc: Stabilize 0.33 amd64, #966822"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"9516e00d2c173ae9c707bea1993c55c118061e19","committime":"2025-11-13T12:45:43","packageid":78418,"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":78418,"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":78418,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"arthurzam@gentoo.org","authorname":"Arthur Zamarin","body":"Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>","commitid":"791cf54c1ebbb89e39416d7321091916b0647e3d","committime":"2025-07-05T08:23:54","packageid":78418,"repoid":1,"summary":"www-nginx\/ngx-set-misc: Keyword 0.33 arm64, #959570"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"f29de18c7a002bb49bfd83b31b33d76af55c24c5","committime":"2025-07-05T08:19:14","packageid":78418,"repoid":1,"summary":"www-nginx\/ngx-set-misc: Keyword 0.33 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":78418,"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":78418,"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":78418,"repoid":1,"summary":"www-nginx: enable tests for OpenResty modules"},{"authoremail":"zurabid2016@gmail.com","authorname":"Zurab Kvachadze","body":"The build system of this package automagically enables HMAC support\nbased on SSL functionality being enabled in the installed NGINX.\n\nIn order to enable this support independently, via a USE flag, a \"hack\"\nis applied: only if GENTOO_USE_HMAC environmental variable and\npreprocessor definition are defined, HMAC support is enabled.\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":"8e39e1bb8a3ed0f7e4bb40512298020acc4e37ef","committime":"2024-07-13T11:03:18","packageid":78418,"repoid":1,"summary":"www-nginx\/ngx-set-misc: new package, add 0.33"}],"dependencies":[{"block":false,"categoryid":393,"description":"Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)","ebuildids":[869218],"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":[869218],"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":[869218],"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":869218,"firstseen":"2025-07-05T09:00:51.017362","license":"BSD-2","moddate":"2026-03-22T20:20:58","packageid":78418,"repoid":1,"slot":"0","uses":["hmac","test"],"version":"0.33"}],"masks":[],"package":{"categoryid":1598,"description":"An NGINX module that adds various set_xxx directives to NGINX's rewrite module","firstseen":"2025-07-05T09:00:51.017362","name":"ngx-set-misc","packageid":78418,"summary":"The ngx-set-mist module extends the standard NGINX HttpRewriteModule's directive set to provide more functionalities like URI escaping and unescaping, JSON quoting, Hexadecimal\/MD5\/SHA1\/Base32\/Base64 digest encoding and decoding, random number generator, and more."},"rdependencies":[{"block":false,"categoryid":393,"description":"Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)","ebuildids":[869218],"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":[869218],"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":[869218],"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\/set-misc-nginx-module"],"uses":[{"defaultflag":true,"description":"Enable support for generating HMAC digests using dev-libs\/openssl","isdefault":true,"packageid":78418,"use":"hmac"},{"description":"Enable dependencies and\/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)","isdefault":false,"use":"test"}]}