diff --git a/security/tor/Makefile b/security/tor/Makefile index e13b2366c..5c19670bb 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= tor PLUGIN_VERSION= 1.8 -PLUGIN_REVISION= 2 +PLUGIN_REVISION= 3 PLUGIN_COMMENT= The Onion Router PLUGIN_DEPENDS= tor ruby PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/www/nginx/Makefile b/www/nginx/Makefile index df5c3e49e..1653e31ad 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= nginx PLUGIN_VERSION= 1.23 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/www/nginx/pkg-descr b/www/nginx/pkg-descr index 5dde33a51..978c576ff 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -10,6 +10,10 @@ WWW: https://nginx.org/ Plugin Changelog ================ +1.23_1 + +* fix some issues with the MVC router + 1.23 * Add custom error pages on a per HTTP server basis (contributed by 8191) diff --git a/www/nginx/src/opnsense/www/js/nginx/package.json b/www/nginx/src/opnsense/www/js/nginx/package.json index 67feb82a8..8aa881c9e 100644 --- a/www/nginx/src/opnsense/www/js/nginx/package.json +++ b/www/nginx/src/opnsense/www/js/nginx/package.json @@ -11,6 +11,7 @@ }, "scripts": { "webpack-cli": "webpack-cli", - "build": "webpack-cli --config webpack.conf.js" + "build": "webpack-cli --config webpack.conf.js", + "build-dev": "webpack-cli --config webpack.conf.js --mode development" } } diff --git a/www/nginx/src/opnsense/www/js/nginx/src/templates/Fingerprint.html b/www/nginx/src/opnsense/www/js/nginx/src/templates/Fingerprint.html index c124365e7..d28a7ac35 100644 --- a/www/nginx/src/opnsense/www/js/nginx/src/templates/Fingerprint.html +++ b/www/nginx/src/opnsense/www/js/nginx/src/templates/Fingerprint.html @@ -1,22 +1,23 @@ +<% if (typeof count !== 'undefined' && typeof ciphers !== 'undefined' && typeof curves !== 'undefined') { %>