update to 1.9.2 and enable the stream module; from Brad
This commit is contained in:
parent
dfaea64c7f
commit
4d1fcfc3a1
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.75 2015/06/01 14:00:24 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.76 2015/06/19 05:41:35 robert Exp $
|
||||
|
||||
COMMENT= robust and small HTTP server and mail proxy server
|
||||
|
||||
VERSION= 1.9.1
|
||||
VERSION= 1.9.2
|
||||
DISTNAME= nginx-${VERSION}
|
||||
CATEGORIES= www
|
||||
|
||||
@ -67,6 +67,7 @@ CONFIGURE_ARGS+= --prefix=${NGINX_DIR} \
|
||||
--with-mail \
|
||||
--with-mail_ssl_module \
|
||||
--with-ipv6 \
|
||||
--with-stream \
|
||||
--without-mail_pop3_module \
|
||||
--without-mail_imap_module \
|
||||
--without-mail_smtp_module
|
||||
|
@ -1,10 +1,10 @@
|
||||
SHA256 (lua-nginx-module-0.9.12.tar.gz) = 6FwZJMpGcNVwi1jvzW53eTxD8kMxephQoRKWQGf2MVA=
|
||||
SHA256 (naxsi-0.53-1.tar.gz) = zeF1+UDNLoxZW5VRJkLNP4rm88Si7hDC/aIU/+uAgnQ=
|
||||
SHA256 (nginx-1.9.1.tar.gz) = CfVV+uaUwJRPFytXWtI59W1A0UVZ2Y6EPeCmkPOMHa0=
|
||||
SHA256 (nginx-1.9.2.tar.gz) = gLZCW+FKAFyMsVEV88d19LwGv3mKoa/67oTtnPZB7Xg=
|
||||
SHA256 (nginx_chroot-20140823.patch) = 8cb6VZH1ptCbuJKyJnWRXAfHSmi5w4841nzwSCvcJRU=
|
||||
SHA256 (ngx_devel_kit-0.2.19.tar.gz) = UB8pmr24G5kqmAvaGC5d5aSys+J1+/cu403XroTEtnk=
|
||||
SIZE (lua-nginx-module-0.9.12.tar.gz) = 512403
|
||||
SIZE (naxsi-0.53-1.tar.gz) = 165627
|
||||
SIZE (nginx-1.9.1.tar.gz) = 855402
|
||||
SIZE (nginx-1.9.2.tar.gz) = 860233
|
||||
SIZE (nginx_chroot-20140823.patch) = 7304
|
||||
SIZE (ngx_devel_kit-0.2.19.tar.gz) = 65029
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-man_nginx_8,v 1.3 2015/03/31 18:20:20 robert Exp $
|
||||
--- man/nginx.8.orig Tue Mar 24 16:45:35 2015
|
||||
+++ man/nginx.8 Tue Mar 31 20:02:23 2015
|
||||
@@ -87,6 +87,23 @@ Do not run, just test the configuration file.
|
||||
.Nm
|
||||
checks the configuration file syntax and then tries to open files
|
||||
referenced in the configuration file.
|
||||
$OpenBSD: patch-man_nginx_8,v 1.4 2015/06/19 05:41:35 robert Exp $
|
||||
--- man/nginx.8.orig Tue Jun 16 10:49:41 2015
|
||||
+++ man/nginx.8 Tue Jun 16 19:38:14 2015
|
||||
@@ -91,6 +91,23 @@ referenced in the configuration file.
|
||||
Same as
|
||||
.Fl t ,
|
||||
but additionally dump configuration files to standard output.
|
||||
+.It Fl u
|
||||
+By default
|
||||
+.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user