zabbix/zabbix-reproducible-jar-mtime.patch
Boris Manojlovic 872b90d083 - update version to latest release 6.0.36
- New Features and Improvements
  + ZBXNEXT-9249 Added new items and trigger for disk space usage in
    LXC containers for Proxmox VE by HTTP template Templates
  + ZBXNEXT-9382 Added Nutanix template Templates
  + ZBXNEXT-9058 Updated VMware Hypervisor template for ability to work as a standalone template Templates
  + ZBXNEXT-9532 Updated maximum supported TimescaleDB version to 2.17 Server
  + ZBXNEXT-9238 Updated maximum supported PostgreSQL version to 17 Proxy Server
  + ZBXNEXT-9457 Added Huawei OceanStor V6 by SNMP template Templates
  + ZBXNEXT-9246 Added monitoring of HA manager process utilization Server
  + ZBXNEXT-9418 Split {$PG.CONNSTRING} macro in PostgreSQL templates Templates
  + ZBXNEXT-9416 Updated max supported MariaDB version to 11.5 Proxy Server
  + ZBXNEXT-9318 Added Microsoft 365 reports by HTTP template Templates
  + ZBXNEXT-9248 Added GitHub repository by HTTP template Templates
  + ZBXNEXT-9408 Updated max supported TimescaleDB version to 2.16 Server
  + ZBXNEXT-8937 Added support of IMDSv2 in role-based authorization for AWS templates Templates
  + ZBXNEXT-9398 Added new mediatype webhook MS Teams Workflow Templates
  + ZBXNEXT-9341 Added assume role authorization in AWS templates Templates
- Bug Fixes
  + ZBX-25463 Fixed an endless loop in the report manager Server
  + ZBX-25477 Fixed the crash occurring when a calculated item contained large value Server
  + ZBX-21618 Fixed the layout of multiple list pages when displaying long entity names Frontend
  + ZBX-25444 Fixed missing maintenance data in maps for map-type elements Frontend
  + ZBX-25397 Fixed events not being suppressed during maintenance if a deadlock occurred Server
  + ZBX-25324 Fixed FreeTDS ODBC login with special characters in the password field Server
  + ZBX-24582 Truncated the error message for testing items with a value type mismatch Server
  + ZBX-25096 Fixed performance counter query in MSSQL by ODBC template; updated documentation 
    of MSSQL by Zabbix agent 2 template Templates
  + ZBX-25301 Removed redundant message size check on 32-bit platforms when sending TCP message Agent Proxy Server
  + ZBX-25208 Fixed merging of user macros in the `Inherited and host/template/host prototype macros` mode;

OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=68
2024-12-04 09:24:22 +00:00

13 lines
671 B
Diff

diff -urEbwB zabbix-6.0.33.orig/src/zabbix_java/Makefile.am zabbix-6.0.33/src/zabbix_java/Makefile.am
--- zabbix-6.0.33.orig/src/zabbix_java/Makefile.am 2024-09-26 21:55:13.116258283 +0200
+++ zabbix-6.0.33/src/zabbix_java/Makefile.am 2024-09-26 21:58:05.924204894 +0200
@@ -18,7 +18,7 @@
$(ZJG): class src/com/zabbix/gateway/*.java
$(JAVAC) -d class/src -classpath $(LIB) src/com/zabbix/gateway/*.java
- $(JAR) cf $(ZJG) -C class/src .
+ $(JAR) --date="$$(date -u -d @$${SOURCE_DATE_EPOCH:-$$(date +%s)} +%Y-%m-%dT%H:%M:%SZ)" --create --file=$(ZJG) -C class/src .
test: class
echo "badger useruser" > tests/com/zabbix/gateway/jmx_test_beans/jmxremote.password