diff options
-rw-r--r-- | sysutils/ipmitool/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ipmitool/files/patch-lib_ipmi__time.c | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 28dfa8724dca..633bd120e754 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -1,5 +1,6 @@ PORTNAME= ipmitool PORTVERSION= 1.8.19 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://codeberg.org/IPMITool/${PORTNAME}/archive/:ipmi \ LOCAL/zi/:iana diff --git a/sysutils/ipmitool/files/patch-lib_ipmi__time.c b/sysutils/ipmitool/files/patch-lib_ipmi__time.c new file mode 100644 index 000000000000..8d9aabbf8926 --- /dev/null +++ b/sysutils/ipmitool/files/patch-lib_ipmi__time.c @@ -0,0 +1,10 @@ +--- lib/ipmi_time.c.orig 2024-09-19 15:25:36 UTC ++++ lib/ipmi_time.c +@@ -105,7 +105,6 @@ ipmi_strftime(char *s, size_t max, const char *format, + * the timezone offset. + */ + gmtime_r(&stamp, &tm); +- daylight = -1; + } else { + /* + * The user wants the time reported in local time zone. |