[nginx] svn commit: r4536 - branches/stable-1.0/misc

mdounin at mdounin.ru mdounin at mdounin.ru
Thu Mar 15 11:46:32 UTC 2012


Author: mdounin
Date: 2012-03-15 11:46:29 +0000 (Thu, 15 Mar 2012)
New Revision: 4536

Log:
Updated OpenSSL and PCRE used for win32 builds.


Modified:
   branches/stable-1.0/misc/GNUmakefile

Modified: branches/stable-1.0/misc/GNUmakefile
===================================================================
--- branches/stable-1.0/misc/GNUmakefile	2012-03-15 11:41:43 UTC (rev 4535)
+++ branches/stable-1.0/misc/GNUmakefile	2012-03-15 11:46:29 UTC (rev 4536)
@@ -6,9 +6,9 @@
 REPO =		$(shell svn info | sed -n 's/^Repository Root: //p')
 
 OBJS =		objs.msvc8
-OPENSSL =	openssl-0.9.8t
+OPENSSL =	openssl-0.9.8u
 ZLIB =		zlib-1.2.5
-PCRE =		pcre-8.21
+PCRE =		pcre-8.30
 
 
 release:



More information about the nginx-devel mailing list