Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471314 - www-servers/nginx: add echo 3rd party module
Summary: www-servers/nginx: add echo 3rd party module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-26 08:03 UTC by Johan Bergström
Modified: 2013-10-05 12:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
nginx-1.4.1-r6.ebuild (nginx-1.4.1-r6.ebuild,20.09 KB, text/plain)
2013-05-26 08:03 UTC, Johan Bergström
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Bergström 2013-05-26 08:03:36 UTC
Created attachment 349206 [details]
nginx-1.4.1-r6.ebuild

Attaching updated ebuild to include the echo module. Pretty nifty thing I personally use to output those GWT urls ( location /google1231412.html )

Suggested text to nginx_modules_http.desc:
echo - Bringing the power of "echo", "sleep", "time" and more to Nginx's config file
Comment 1 Johan Bergström 2013-05-26 08:15:39 UTC
While at it:
--- nginx-1.4.1-r6.ebuild	2013-05-26 10:15:52.759716020 +1000
+++ nginx-1.4.1-r7.ebuild	2013-05-26 18:14:45.175173471 +1000
@@ -67,7 +67,7 @@
 HTTP_FANCYINDEX_MODULE_WD="${WORKDIR}/ngx-fancyindex-${HTTP_FANCYINDEX_MODULE_PV}"

 # http_lua (https://github.com/chaoslawful/lua-nginx-module, BSD license)
-HTTP_LUA_MODULE_PV="0.8.1"
+HTTP_LUA_MODULE_PV="0.8.2"
 HTTP_LUA_MODULE_P="ngx_http_lua-${HTTP_LUA_MODULE_PV}"
 HTTP_LUA_MODULE_URI="https://github.com/chaoslawful/lua-nginx-module/archive/v${HTTP_LUA_MODULE_PV}.tar.gz"
 HTTP_LUA_MODULE_WD="${WORKDIR}/lua-nginx-module-${HTTP_LUA_MODULE_PV}"

works for me.
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2013-10-05 12:19:27 UTC
Added in nginx-1.4.2(-r1), thanks for the prep-work.