[csw-devel] SF.net SVN: gar:[14499] csw/mgar/pkg/nginx/trunk

aigoshin at users.sourceforge.net aigoshin at users.sourceforge.net
Tue May 3 15:00:39 CEST 2011


Revision: 14499
          http://gar.svn.sourceforge.net/gar/?rev=14499&view=rev
Author:   aigoshin
Date:     2011-05-03 13:00:38 +0000 (Tue, 03 May 2011)

Log Message:
-----------
nginx: release 20110503

Modified Paths:
--------------
    csw/mgar/pkg/nginx/trunk/Makefile
    csw/mgar/pkg/nginx/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/nginx/trunk/files/patch.errno

Modified: csw/mgar/pkg/nginx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nginx/trunk/Makefile	2011-05-03 07:03:17 UTC (rev 14498)
+++ csw/mgar/pkg/nginx/trunk/Makefile	2011-05-03 13:00:38 UTC (rev 14499)
@@ -1,5 +1,5 @@
 NAME       = nginx
-VERSION    = 1.0.0
+VERSION    = 1.0.1
 CATEGORIES = server
 
 GARCOMPILER = SOS11
@@ -16,8 +16,6 @@
 
 LICENSE      = LICENSE
 
-PATCHFILES   = patch.errno
-
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
 

Modified: csw/mgar/pkg/nginx/trunk/checksums
===================================================================
--- csw/mgar/pkg/nginx/trunk/checksums	2011-05-03 07:03:17 UTC (rev 14498)
+++ csw/mgar/pkg/nginx/trunk/checksums	2011-05-03 13:00:38 UTC (rev 14499)
@@ -1 +1 @@
-5751c920c266ea5bb5fc38af77e9c71c  nginx-1.0.0.tar.gz
+4d4e70e3c6c907cb101c97e9cf9399c8  nginx-1.0.1.tar.gz

Deleted: csw/mgar/pkg/nginx/trunk/files/patch.errno
===================================================================
--- csw/mgar/pkg/nginx/trunk/files/patch.errno	2011-05-03 07:03:17 UTC (rev 14498)
+++ csw/mgar/pkg/nginx/trunk/files/patch.errno	2011-05-03 13:00:38 UTC (rev 14499)
@@ -1,26 +0,0 @@
-Index: nginx-1.0.0/auto/unix
-===================================================================
---- nginx-1.0.0/auto/unix	(revision 3896)
-+++ nginx-1.0.0/auto/unix	(working copy)
-@@ -141,14 +141,19 @@
-     ngx_feature_name=NGX_SYS_NERR
-     ngx_feature_run=value
-     ngx_feature_incs='#include <errno.h>
-+                      #include <string.h>'
-                       #include <stdio.h>'
-     ngx_feature_path=
-     ngx_feature_libs=
-     ngx_feature_test='int  n;
-+                      char *p;
-                       for (n = 1; n < 1000; n++) {
-                           errno = 0;
--                          strerror(n);
--                          if (errno == EINVAL) {
-+                          p = strerror(n);
-+                          if (p == NULL
-+                              || strncmp(p, "Unknown error", 13) == 0
-+                              || errno == EINVAL)
-+                          {
-                               printf("%d", n);
-                               return 0;
-                           }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list