]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- up to 0.7.61 auto/ti/nginx-0_7_61-1
authorwitekfl <witekfl@pld-linux.org>
Sun, 28 Jun 2009 14:46:22 +0000 (14:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added the uname.patch (configure stage for 2.6.30_vanilla failed, so I added this patch)

Changed files:
    nginx-uname.patch -> 1.1
    nginx.spec -> 1.96

nginx-uname.patch [new file with mode: 0644]
nginx.spec

diff --git a/nginx-uname.patch b/nginx-uname.patch
new file mode 100644 (file)
index 0000000..4e65b1b
--- /dev/null
@@ -0,0 +1,11 @@
+--- nginx-0.7.61/auto/os/linux.old     2009-06-28 16:31:31.000000000 +0200
++++ nginx-0.7.61/auto/os/linux 2009-06-28 16:32:08.000000000 +0200
+@@ -18,7 +18,7 @@ CC_AUX_FLAGS="$cc_aux_flags -D_GNU_SOURC
+ # Linux kernel version
+ version=$((`uname -r \
+-         | sed 's/^\([^.]*\)\.\([^.]*\)\.\([^.-]*\).*/\1*256*256+\2*256+\3/'`))
++         | sed 's/^\([^.]*\)\.\([^.]*\)\.\([^._]*\).*/\1*256*256+\2*256+\3/'`))
+ version=${version:-0}
index c045d9b2c14c107314628c651df2c541df04880b..d95a5fae356690f1e8c3cb8a1279eb819037c728 100644 (file)
 Summary:       High perfomance HTTP and reverse proxy server
 Summary(pl.UTF-8):     Serwer HTTP i odwrotne proxy o wysokiej wydajnoĹ›ci
 Name:          nginx
-Version:       0.7.59
+Version:       0.7.61
 Release:       1
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://sysoev.ru/nginx/%{name}-%{version}.tar.gz
-# Source0-md5: d981b03b4c3ba43de580553355608b63
+# Source0-md5: 6ebf89b9b00a3b82734e93c32da7df07
 Source1:       http://www.nginx.eu/favicon.ico
 # Source1-md5: 2aaf2115c752cbdbfb8a2f0b3c3189ab
 Source2:       http://www.nginx.eu/download/proxy.conf
@@ -47,6 +47,7 @@ Source14:     %{name}-standard.conf
 Source15:      %{name}-standard.monitrc
 Source16:      %{name}-standard.init
 Source17:      %{name}-mime.types.sh
+Patch0:                %{name}-uname.patch
 URL:           http://nginx.net/
 BuildRequires: mailcap
 BuildRequires: openssl-devel
@@ -209,6 +210,7 @@ Plik monitrc do monitorowania serwera WWW nginx.
 
 %prep
 %setup -q
+%patch0 -p1
 
 # build mime.types.conf
 #sh %{SOURCE17} /etc/mime.types
This page took 0.044734 seconds and 4 git commands to generate.