X-Git-Url: https://git.tld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=lighttpd-branding.patch;fp=lighttpd-branding.patch;h=ac58026b59617484a7a898871113a23f4d24bda7;hp=55cc9cf4d833708ea5f065210d8bd73041984d27;hb=47a46b80631467d42e733372908dc1e706330f17;hpb=c5ecec4df0df09459e51e9c2ecc5d44872e62cbb diff --git a/lighttpd-branding.patch b/lighttpd-branding.patch index 55cc9cf..ac58026 100644 --- a/lighttpd-branding.patch +++ b/lighttpd-branding.patch @@ -1,11 +1,11 @@ ---- lighttpd-1.4.46/src/server.c~ 2017-10-21 22:36:29.000000000 +0300 -+++ lighttpd-1.4.46/src/server.c 2017-10-22 14:38:39.530007753 +0300 +--- lighttpd-1.4.56/src/server.c~ 2020-11-30 00:32:01.000000000 +0200 ++++ lighttpd-1.4.56/src/server.c 2020-11-30 08:29:32.022380561 +0200 @@ -25,7 +25,7 @@ # define REPO_VERSION "" #endif -#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION -+#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION " (PLD Linux)" ++#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION " (TLD Linux)" + static const buffer default_server_tag = { CONST_STR_LEN(PACKAGE_DESC)+1, 0 }; #include - #include