On Fri, May 15, 2009 at 11:51:29PM -0400, b...@openbsd.rutgers.edu wrote:
> Update to 0.6.36, set default user to _nginx in the config file (from
> simon@ via Darrin), and take MAINTAINER... (update done with Darrin)

This is fine by me, and thanks!

> Thanks in advance.
> 

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/nginx/Makefile,v
> retrieving revision 1.12
> diff -u -u -r1.12 Makefile
> --- Makefile  22 Mar 2009 20:19:32 -0000      1.12
> +++ Makefile  16 May 2009 03:26:56 -0000
> @@ -2,12 +2,12 @@
>  
>  COMMENT=     robust and small HTTP server and mail proxy server
>  
> -DISTNAME=    nginx-0.6.35
> +DISTNAME=    nginx-0.6.36
>  CATEGORIES=  www
>  
>  HOMEPAGE=    http://nginx.net/
>  
> -MAINTAINER=  Darrin Chandler <dwchand...@stilyagin.com>
> +MAINTAINER=  William Yodlowsky <b...@openbsd.rutgers.edu>
>  
>  # BSD-like
>  PERMIT_PACKAGE_CDROM=        Yes
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/nginx/distinfo,v
> retrieving revision 1.9
> diff -u -u -r1.9 distinfo
> --- distinfo  22 Mar 2009 20:19:32 -0000      1.9
> +++ distinfo  16 May 2009 03:27:04 -0000
> @@ -1,5 +1,5 @@
> -MD5 (nginx-0.6.35.tar.gz) = Rcei09kfJ/WvG0Y/D/RgcA==
> -RMD160 (nginx-0.6.35.tar.gz) = Pq9xi++kWnLZVvss9Et2918fFgU=
> -SHA1 (nginx-0.6.35.tar.gz) = XnC7AWRNgD9oWRR3FdUvqtGdZVY=
> -SHA256 (nginx-0.6.35.tar.gz) = BNwZx12PlrRhajpYpxjhPzhHtsbMA6cJsZqT45iCP7U=
> -SIZE (nginx-0.6.35.tar.gz) = 524987
> +MD5 (nginx-0.6.36.tar.gz) = FczmECou/PTUrN6btx6m0w==
> +RMD160 (nginx-0.6.36.tar.gz) = VXr66VTNnmjMG994gQVwUuxpNdg=
> +SHA1 (nginx-0.6.36.tar.gz) = 1egapWo1z+u2OKuItqgErPD3ebc=
> +SHA256 (nginx-0.6.36.tar.gz) = McGvuwh+ZQ1jgAAShiG1FNIdQS/rnKxCJypfsofbrsU=
> +SIZE (nginx-0.6.36.tar.gz) = 528425
> Index: patches/patch-conf_nginx_conf
> ===================================================================
> RCS file: /cvs/ports/www/nginx/patches/patch-conf_nginx_conf,v
> retrieving revision 1.3
> diff -u -u -r1.3 patch-conf_nginx_conf
> --- patches/patch-conf_nginx_conf     7 Dec 2008 20:08:55 -0000       1.3
> +++ patches/patch-conf_nginx_conf     16 May 2009 03:35:50 -0000
> @@ -1,6 +1,13 @@
>  $OpenBSD: patch-conf_nginx_conf,v 1.3 2008/12/07 20:08:55 merdely Exp $
>  --- conf/nginx.conf.orig     Thu Feb 28 15:44:16 2008
> -+++ conf/nginx.conf  Sun Dec  7 14:33:16 2008
> ++++ conf/nginx.conf  Fri May 15 23:35:38 2009
> +@@ -1,5 +1,5 @@
> + 
> +-#user  nobody;
> ++user _nginx;
> + worker_processes  1;
> + 
> + #error_log  logs/error.log;
>  @@ -41,7 +41,7 @@ http {
>           #access_log  logs/host.access.log  main;
>   


-- 
Darrin Chandler            |  Phoenix BSD User Group  |  MetaBUG
dwchand...@stilyagin.com   |  http://phxbug.org/      |  http://metabug.org/
http://www.stilyagin.com/  |  Daemons in the Desert   |  Global BUG Federation

Reply via email to