Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2012 15:58:00 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307382 - head/www/nginx
Message-ID:  <201211131558.qADFw0IF074077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Nov 13 15:58:00 2012
New Revision: 307382
URL: http://svnweb.freebsd.org/changeset/ports/307382

Log:
  Update from 1.2.4 to 1.2.5.
  
  Feature safe: yes
  
  <ChangeLog>
  
  *) Feature: the "optional_no_ca" parameter of the "ssl_verify_client"
     directive.
     Thanks to Mike Kazantsev and Eric O'Connor.
  
  *) Feature: the $bytes_sent, $connection, and $connection_requests
     variables can now be used not only in the "log_format" directive.
     Thanks to Benjamin Grц╤ssing.
  
  *) Feature: resolver now randomly rotates addresses returned from cache.
     Thanks to Anton Jouline.
  
  *) Feature: the "auto" parameter of the "worker_processes" directive.
  
  *) Bugfix: "cache file ... has md5 collision" alert.
  
  *) Bugfix: OpenSSL 0.9.7 compatibility.
  
  </ChangeLog>

Modified:
  head/www/nginx/Makefile
  head/www/nginx/distinfo

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Tue Nov 13 15:40:59 2012	(r307381)
+++ head/www/nginx/Makefile	Tue Nov 13 15:58:00 2012	(r307382)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.2.4
+PORTVERSION=	1.2.5
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Tue Nov 13 15:40:59 2012	(r307381)
+++ head/www/nginx/distinfo	Tue Nov 13 15:58:00 2012	(r307382)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.2.4.tar.gz) = c587c25f2fa9c9dde6a58cbaf7bf2c808ee360cfa3cdaf00a13a33f728d96c43
-SIZE (nginx-1.2.4.tar.gz) = 724309
+SHA256 (nginx-1.2.5.tar.gz) = 87392b8ebc3a763589bdf3f0578cad323bb4ddd327a84243eb4a8babbbd79ddd
+SIZE (nginx-1.2.5.tar.gz) = 725368
 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c
 SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398
 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211131558.qADFw0IF074077>