Natanael Copa
4a90ad0ffc
testing/nginx-naxsi: rebuild against libressl-2.7
2018-04-06 11:49:52 +00:00
Stuart Cardall
242dfebcfe
testing/nginx-naxsi: update to 1.13.8
...
* add `sysguard.conf` to the sysguard module
* fixes `${SVCNAME}` => `${RC_SVCNAME}` in `initd`
* add `server_tokens off;` to `default.conf`
https://nginx.org/en/CHANGES
2018-03-21 12:06:11 +00:00
Natanael Copa
e38d407f11
testing/[various]: rebuild against libressl-2.6
2017-11-10 16:14:35 +00:00
Natanael Copa
5397f7c766
testing/nginx-naxsi: rebuild against libressl 2.5
2017-04-18 22:01:51 +00:00
Stuart Cardall
89e1b4d920
testing/nginx-naxsi: => 1.11.10 / naxsi 0.55.3 / use supervise-daemon
...
* initd now uses supervise-daemon for service supervision
* removes duplicate --with-http_realip_module
* removes scgi_params & uwsgi_params as the servers are disabled
2017-03-21 12:59:42 +01:00
Valery Kartel
7e78164b01
testing/nginx-naxsi: upgrade to 1.11.9
2017-01-25 07:23:11 +00:00
Stuart Cardall
f30d57caf6
testing/nginx-naxsi: update to 1.11.8 with dynamic modules
...
Added support for dynamic modules
/usr/lib/nginx/modules:
3RD PARTY
================================
ngx_http_naxsi_module.so
ngx_http_cache_purge_module.so
ngx_http_upstream_fair_module.so
ngx_http_sysguard_module.so
* http-sysguard backported from tengine:
http://tengine.taobao.org/document/http_sysguard.html
CORE
================================
ngx_http_geoip_module.so
ngx_http_image_filter_module.so
ngx_http_perl_module.so
ngx_http_xslt_filter_module.so
ngx_mail_module.so
ngx_stream_module.so
----------------------------------------------------
To load dynamic modules add to /etc/nginx/nginx.conf
load_module "modules/ngx_module_name_above.so";
----------------------------------------------------
2017-01-11 01:38:22 +01:00
Stuart Cardall
0e45808ff2
testing/nginx-naxsi: update to 1.11.5 / naxsi 0.55.1
...
https://nginx.org/en/CHANGES
2016-10-30 15:02:46 +01:00
Natanael Copa
5c5d9c9bdb
testing/nginx-naxsi: rebuild against libressl
2016-10-10 12:04:51 +00:00
Stuart Cardall
5620eba1f2
testing/nginx-naxsi: update to 1.11.3
...
http://nginx.org/en/CHANGES
2016-09-22 10:29:13 +00:00
Carlo Landmeter
8771b30c58
community/nginx-naxsi: move back to testing
2016-08-22 01:02:44 +02:00
Stuart Cardall
5c9f3ca3e3
testing/[various]: move to community
...
albatross-themes
apk-post-messages
autossh
bitcoin
btrbk
entr
ffmpegthumbnailer
firejail
firetools
fwsnort
gnome-colors
imapsync
inetutils-syslogd
inotify-tools-inc
isync
junit
ktsuss
letsencrypt-nosudo
libmbim
libndp
libqmi
libteam
mini-sendmail
modemmanager
namecoin
networkmanager
nginx-naxsi
numix-themes
nxapi
opencl-headers
opencl-icd-loader
opus-tools
perl-authen-ntlm
perl-bit-vector
perl-data-uniqid
perl-file-copy-recursive
perl-getopt-argvfile
perl-io-tee
perl-iptables-chainmgr
perl-iptables-parse
perl-module-scandeps
perl-par-dist
perl-par-packer
perl-par
perl-uri-escape
psad
py-crcmod
py-graphviz
py-lz4
py-opencl
py-opengl-accelerate
runit
secpwgen
secure-delete
socklog
spacefm
tinyssh
udevil
virt-viewer
virtualbricks
whois
wrk
xpra
zram-init
2016-08-21 22:24:04 +02:00
Przemyslaw Pawelczyk
26abb36b0d
testing/[various]: bump pkgrel for pre-install fixes
2016-04-25 07:11:52 +00:00
Przemyslaw Pawelczyk
da4e96aace
Reorder arguments passed to addgroup/adduser in scripts.
...
Now all invocations have following order of arguments (if present):
addgroup -S -g ... GROUP
adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a593d306c9
Add -g option (GECOS/comment) to adduser in scripts.
...
This way we can avoid ugly default:
Linux user,,,
2016-04-25 06:54:18 +00:00
Przemyslaw Pawelczyk
694ace841f
Reorder options passed to addgroup in scripts: make -S first.
...
It's only for consistency and to ease spotting lack of it.
2016-04-25 06:51:49 +00:00
Bartłomiej Piotrowski
65f5eaf962
testing/nginx-nasxi: update to 1.9.15
2016-04-20 10:01:26 +02:00
Stuart Cardall
44ba472586
testing/nginx-naxsi: update to 1.9.14
...
http://nginx.org/en/CHANGES
2016-04-20 10:00:36 +02:00
Carlo Landmeter
02aad239c6
testing/nginx-naxsi: only have one maintainer
2016-03-31 11:51:03 +02:00
Stuart Cardall
ae38003ba5
testing/nginx-naxsi: update to 1.9.12
...
Changes with nginx 1.9.12 24 Feb 2016
*) Feature: Huffman encoding of response headers in HTTP/2.
Thanks to Vlad Krasnov.
*) Feature: the "worker_cpu_affinity" directive now supports more than
64 CPUs.
*) Bugfix: compatibility with 3rd party C++ modules; the bug had
appeared in 1.9.11.
Thanks to Piotr Sikora.
*) Bugfix: nginx could not be built statically with OpenSSL on Linux;
the bug had appeared in 1.9.11.
*) Bugfix: the "add_header ... always" directive with an empty value did
not delete "Last-Modified" and "ETag" header lines from error
responses.
*) Workaround: "called a function you should not call" and "shutdown
while in init" messages might appear in logs when using OpenSSL
1.0.2f.
*) Bugfix: invalid headers might be logged incorrectly.
*) Bugfix: socket leak when using HTTP/2.
*) Bugfix: in the ngx_http_v2_module.
2016-03-01 12:22:49 +00:00
Stuart Cardall
638e824b78
testing/nginx-naxsi: update to 1.9.11
2016-02-16 06:40:12 +00:00
Stuart Cardall
e865d0f2e8
testing/nginx-naxsi: update to 1.9.9
...
also enables --with-threads
https://www.nginx.com/blog/thread-pools-boost-performance-9x/
2015-12-29 17:22:09 +01:00
Stuart Cardall
931f84256b
testing/nginx-naxsi: update to nginx 1.9.5 / naxsi 0.54
2015-10-07 11:35:27 +00:00
Stuart Cardall
4b3eb8430c
testing/nginx-naxsi: update to 1.9.3 / 0.54rc3
...
also adds:
file aio
mail proxy
2015-08-17 10:03:07 +00:00
Stuart Cardall
14fead710a
testing/nginx-naxsi: update to 1.9.2
2015-06-19 19:48:53 +00:00
Stuart Cardall
5a398ab5f8
testing/nginx-naxsi: update to 1.9.1
...
http-sysguard: repo & release created
upstream-fair: alternative repo with a release used
http-sysguard updated to use the latest features in tengine 2.1.0:
http://tengine.taobao.org/document/http_sysguard.html
2015-06-04 12:44:59 +00:00
Francesco Colista
e9a637ef19
testing/nginx-naxsi: fixed build with correct checksum and package names. Is still ugly tough.
2015-05-21 16:04:45 +00:00
Francesco Colista
467d9e3822
testing/nginx-naxsi: bump pkgrel
2015-05-21 15:49:42 +00:00
Francesco Colista
94a062b648
testing/nginx-naxsi: added ugly checksum of master.zip packages
2015-05-21 15:47:11 +00:00
Francesco Colista
422f04e0d2
testing/nginx-naxsi: temporarily disabled because of checksum problem with unversioned master.zip files
2015-05-21 15:07:06 +00:00
Francesco Colista
325b44c634
testing/nginx-naxsi: update checksum
2015-05-21 14:31:44 +00:00
Stuart Cardall
36d06e7308
testing/nginx-naxsi: update to 1.9.0
...
This fixes missing ssl symbols
2015-05-21 14:25:20 +00:00
Stuart Cardall
a655bcb08d
testing/nginx-naxsi: update to 1.8.0
2015-04-28 16:17:49 +02:00
Timo Teräs
1ed5742556
testing/nginx-naxsi: upgrade to nginx 1.6.3 and use paxmark
2015-04-10 05:52:37 +00:00
Stuart Cardall
30488e2d8a
testing/nginx-naxsi: update to 1.6.3
...
nginx update to 1.6.3
ngx_cache_purge update to 2.3
2015-01-15 10:04:36 +00:00
Stuart Cardall
7596de12a5
testing/nginx-naxsi: new aport
...
NGINX with naxsi WAF support https://github.com/nbs-system/naxsi
Built with the same modules as Debian + SysGuard from Tengine.
Nginx patched to anonymise server strings.
With the WAF & SysGuard enabled nginx-naxsi benchmarked @ approx
600 connections / second (the same as the standard Alpine nginx pkg).
With the WAF disabled 640 connections / second (as the mail modules
are removed as per the naxsi author's recommendation).
2014-09-18 09:47:11 +00:00