1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

sysutils/ipmitool: Unbreak after previous commit, bump

PR:		281306
This commit is contained in:
Ryan Steinmetz 2024-09-19 11:30:20 -04:00
parent 0418e9ed59
commit 643f82bb3a
No known key found for this signature in database
GPG Key ID: 1EF8BA6BD02846D7
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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.