]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-branding.patch
Up to 1.4.56 (HTTP/2, TLS library options, brotli, bugfixes)
[packages/lighttpd.git] / lighttpd-branding.patch
1 --- lighttpd-1.4.56/src/server.c~       2020-11-30 00:32:01.000000000 +0200
2 +++ lighttpd-1.4.56/src/server.c        2020-11-30 08:29:32.022380561 +0200
3 @@ -25,7 +25,7 @@
4  # define REPO_VERSION ""
5  #endif
6  
7 -#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION
8 +#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION " (PLD Linux)"
9  static const buffer default_server_tag = { CONST_STR_LEN(PACKAGE_DESC)+1, 0 };
10  
11  #include <sys/types.h>
This page took 0.065246 seconds and 4 git commands to generate.