zabbix: update to 6.2.3
[feed/packages.git] / admin / zabbix / patches / 110-reproducible-builds.patch
index 72f92acc8f92901d8bb25d91fa569b18b7b7ca72..723ccfe146c4ea5315065859255bb615ddf165e4 100644 (file)
@@ -1,11 +1,11 @@
 --- a/src/libs/zbxcommon/str.c
 +++ b/src/libs/zbxcommon/str.c
-@@ -54,7 +54,7 @@ static const char    help_message_footer[]
- void  version(void)
+@@ -49,7 +49,7 @@ static const char    help_message_footer[]
+ void  zbx_version(void)
  {
        printf("%s (Zabbix) %s\n", title_message, ZABBIX_VERSION);
 -      printf("Revision %s %s, compilation time: %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE, __DATE__, __TIME__);
 +      printf("Revision %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE);
        puts(copyright_message);
- #if defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL)
-       printf("\n");
+ }