diff options
| author | Ryan Steinmetz <zi@FreeBSD.org> | 2024-09-19 15:30:20 +0000 |
|---|---|---|
| committer | Ryan Steinmetz <zi@FreeBSD.org> | 2024-09-19 15:31:10 +0000 |
| commit | 643f82bb3aee9d2d137390054012a65030dcb849 (patch) | |
| tree | 60b7f163265d5e494d074e6dfd9191860dda3cd2 /sysutils/ipmitool | |
| parent | 0418e9ed5965ef8f04ace6d3fdf25a7f02f964ce (diff) | |
Diffstat (limited to 'sysutils/ipmitool')
| -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. |
