~spuul/nginx/trunk

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu-branding.patch

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-11-22 12:23:25 UTC
  • mfrom: (4.3.6 sid)
  • Revision ID: package-import@ubuntu.com-20131122122325-6i9ns8d0e4fceepd
Tags: 1.4.4-1ubuntu1
* Resynchronise with Debian (LP: #1253691).  Remaining changes:
  - debian/patches/ubuntu-branding.patch:
    + Add Ubuntu branding to server_tokens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: Add ubuntu to nginx_version
2
2
Author: Chuck Short <zulcss@ubuntu.com>
3
3
Forwarded: not-needed
4
 
Last-Update: 2013-10-21
 
4
Last-Update: 2013-11-22
5
5
 
6
6
Index: b/src/core/nginx.h
7
7
===================================================================
9
9
+++ b/src/core/nginx.h
10
10
@@ -11,7 +11,7 @@
11
11
 
12
 
 #define nginx_version      1004003
13
 
 #define NGINX_VERSION      "1.4.3"
 
12
 #define nginx_version      1004004
 
13
 #define NGINX_VERSION      "1.4.4"
14
14
-#define NGINX_VER          "nginx/" NGINX_VERSION
15
15
+#define NGINX_VER          "nginx/" NGINX_VERSION " (Ubuntu)"
16
16