112 Commits

Author SHA1 Message Date
tj
503a3ac175 nginx isn't part of base anymore; remove mention of it being there.
ok sthen
2016-04-18 22:45:10 +00:00
robert
a0c63f6a13 update to 1.9.14; from David CARLIER 2016-04-06 16:06:28 +00:00
robert
1e32a27243 update to 1.9.12 2016-04-01 18:18:21 +00:00
robert
4104c96614 update to 1.9.12; initial diff from David CARLIER 2016-02-27 12:47:32 +00:00
jsg
49d112f9f8 Don't attempt to build on arm. sync atomic builtins required. 2016-02-25 02:19:14 +00:00
robert
af5582e545 security update to 1.9.10;
fixes CVE-2016-0742/076/0747; from David CARLIER
2016-01-26 20:42:56 +00:00
robert
bc90e85984 update to 1.9.9; from David CARLIER 2015-12-09 16:46:01 +00:00
ajacoutot
33f1194b86 Check configuration file validity before attempting to reload.
from Martijn van Duren
ok sthen@ landry@ robert@ (maintainer)
2015-12-02 10:21:48 +00:00
jca
1a1e59695c BROKEN-hppa: #error ngx_atomic_cmp_set() is not defined! 2015-11-20 19:49:45 +00:00
sthen
69744ccc36 update to nginx-1.9.7, a few fixes (mostly http2) and some small new features
ok robert@
2015-11-18 20:39:50 +00:00
robert
241b4fd189 update to 1.9.6 2015-11-02 08:19:36 +00:00
robert
cb3a17a2cf update to 1.9.5 2015-09-22 16:50:02 +00:00
robert
109a48d4a3 update to 1.9.4; from Brad Smith 2015-08-20 08:58:14 +00:00
ajacoutot
27f9ecb61c Typo in pexp.
reported by sebastia@
2015-07-29 17:21:11 +00:00
jeremy
0668e2785b Update passenger FLAVOR depends due to removal of passenger subpackages 2015-07-26 01:34:53 +00:00
sthen
df7659fe10 add ruby22-passenger to the list of alternatives for nginx,passenger RUN_DEPENDS 2015-07-17 00:06:32 +00:00
ajacoutot
05db302ead Fix pexp. 2015-07-15 22:35:43 +00:00
robert
67302f0f80 update to 1.9.3 2015-07-14 19:10:45 +00:00
robert
4d1fcfc3a1 update to 1.9.2 and enable the stream module; from Brad 2015-06-19 05:41:35 +00:00
robert
12c53e24c7 update to 1.9.1 because we track the mainline version 2015-06-01 14:00:24 +00:00
robert
40734e6b26 update to 1.7.12, diff from Brad Smith 2015-04-14 17:39:18 +00:00
robert
f113ec08ba update to 1.7.11 and add a patch to nginx.8 to mention the chroot patch
the manual page patch is from Jason Tubnor
2015-03-31 18:20:20 +00:00
sthen
4efa0df165 update to nginx 1.7.10, ok robert@ 2015-02-12 17:55:55 +00:00
robert
fe1a07d45a update to 1.7.9 2015-01-02 19:32:39 +00:00
sthen
c04e4c6b72 libressl added ALPN support, no need for the hack 2014-12-10 16:44:32 +00:00
robert
9cb2aa9940 update to 1.7.8 2014-12-08 17:07:07 +00:00
sthen
88e5518298 fix SUBST_VARS, pointed out by Mikolaj Kucharski 2014-11-09 20:46:19 +00:00
sthen
7c6ba5c12c unbreak www/nginx, it uses TLSEXT_TYPE_application_layer_protocol_negotiation
to detect ALPN support which fails for us as libressl has added the macro but
not the functions yet.

add upstream's -W flags back in, to make the problem a compile rather than
a linker error (we're overriding cflags with our usual ones in the port).
2014-11-08 00:02:45 +00:00
robert
001e9d4de7 bugfix update to 1.7.7 2014-10-31 14:40:59 +00:00
sthen
7293399a8f Use specific flavour extensions for @pkgpath lines in each package, so that
pkg_add -u is handled without prompting each time, as noticed by myself and
jasper. Modelled on similar in mail/mutt.  ok jasper@ espie@
2014-10-23 12:13:12 +00:00
jeremy
f3764fb5aa Bump. The default FLAVOR of the passenger dependency is included in
@depend, even though it doesn't appear to be used.

Spotted by naddy@
2014-10-09 18:46:44 +00:00
jeremy
78a7ce5dc4 Use default ruby version for building ruby-passenger and nginx passenger
FLAVOR. No runtime effect for either, so no bump.

nginx part from zhuk@, with minor tweak by me to fix CONFIGURE_ARGS
and BUILD_DEPENDS
2014-10-08 02:32:43 +00:00
robert
d40be4a735 update to 1.7.6 2014-10-05 11:43:53 +00:00
robert
b6cebef04d fix and update the lua flavor 2014-09-21 14:00:16 +00:00
robert
c5fe99b6fb security update to 1.7.5:
CVE-2014-3616 - fix an SSL session reuse vulnerability
2014-09-16 18:37:57 +00:00
sthen
613dc9d33e @sample nginx config files, suggested by/ok aja@ 2014-09-09 14:05:48 +00:00
sthen
4629939628 add a README to www/nginx with clues about log-rotation, ok aja@ 2014-09-09 13:48:28 +00:00
ajacoutot
6c7faa0c70 Drop out-dated README.
ok robert@
2014-08-27 06:46:49 +00:00
robert
9baaa1e17b add @pkgpaths 2014-08-26 19:48:06 +00:00
robert
7ac41220aa - remove the devel nginx packages
- apply chroot and other patches from the base system
- update to 1.7.4
2014-08-26 19:43:58 +00:00
kili
c97e7ef241 Properly move the revision bumps to devel/Makefile (REVISION=3)
and stable/Makefile (REVISION=0) to avoid the devel packages
going back from p2 to p0.
2014-06-28 20:31:10 +00:00
jeremy
5d9fe8724b For the passenger FLAVOR, support the ruby 2.0 and 2.1 passenger versions
as RDEPs. Use ruby 2.0 as the BDEP, similar to the rest of the ports system.

Thanks to Frank Groeneveld for feedback and testing.
2014-06-24 21:47:26 +00:00
sthen
def2c3a69c Remove "fix" for CVE-2014-0088, this bug only affected nginx 1.5.10 and the
version in ports/devel/nginx is 1.5.7. Spotted by jasper@
2014-05-20 10:17:01 +00:00
william
971104747a SECURITY fix for CVE-2014-0088 and apply fix for CVE-2014-0133; ok sthen
a proper 1.5 update is in the works
2014-03-25 02:39:38 +00:00
william
257b977c44 SECURITY update to nginx-1.4.7; ok sthen. Resolves CVE-2014-0133 2014-03-25 02:38:26 +00:00
ajacoutot
eec05f5bea Build {devel,stable},naxsi
ok landry@ william@ (maintainer)
2014-01-06 16:47:32 +00:00
william
ed288679a4 SECURITY UPDATE to 1.4.4 / 1.5.7 to resolve CVE-2013-4547
- naxsi update to 0.53 and update MASTER_SITES
- enable the new auth_request_module for the devel branch
- whitespace cleanup and handle naxsi the same as for other modules (thanks sthen)
2013-11-25 04:34:27 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
jeremy
194bf3856a For the passenger FLAVOR, force a BDEP on ruby19-passenger (removing
ruby-passenger), as CONFIGURE_ARGS specifies a directory that only
exists in ruby19-passenger.

The RDEP hasn't changed (can use either ruby-passenger or
ruby19-passenger), so no package change.
2013-05-25 23:00:49 +00:00
william
c5e70389d4 SECURITY update to 1.4.1 (stable) and 1.5.0 (devel)
- update lua module to 0.8.1
- add upstream_check module for healthchecking
- enable spdy in both stable and devel

All the heavy lifting was done by dlg -- thanks!

ok dlg jasper
2013-05-22 02:53:09 +00:00