Skip to content

Commit c24f88a

Browse files
wangmingyu84kraj
authored andcommitted
iscsi-initiator-utils: upgrade 2.1.7 -> 2.1.8
0002-iscsiuio-Use-pthread_t-for-INVALID_THREAD.patch removed since it's included in 2.1.8. 0001-Makefile-Do-not-set-Werror.patch refreshed for 2.1.8 Changelog: =========== make: avoid hard-coding path to sed (openembedded#357) etc: install system unit with without executable bit (openembedded#354) Add ability for MGMT IPC to check UID only Use config for iscsistart and iscsiadm fw login iscsiuio: Use pthread_t for INVALID_THREAD (openembedded#363) Add a 'distclean' Makefile top-level target Cleanup fwparam makefile (openembedded#360) Small bug fixes (openembedded#364) Use meson as the main build system (openembedded#365) libopeniscsiusr: cleanup recent reallocarray->realloc change (openembedded#369) Added examples in man file for iscsiadm session commands. iscsid: fix logout pdu send failure handling Update README's error handler/timeout section iscsiuio: fix LDADD libopeniscsiusr: use realloc instead of reallocarray (openembedded#368) iscsiadm: enable specify iface name-value parameters when creating iface Fix a possible passing null pointer in usr/iface.c (openembedded#356) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent b448af4 commit c24f88a

File tree

3 files changed

+7
-33
lines changed

3 files changed

+7
-33
lines changed

meta-networking/recipes-daemons/iscsi-initiator-utils/files/0001-Makefile-Do-not-set-Werror.patch

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ warning as errors
99
Upstream-Status: Inappropriate [OE-Specific]
1010

1111
Signed-off-by: Khem Raj <[email protected]>
12-
1312
---
1413
usr/Makefile | 2 +-
1514
1 file changed, 1 insertion(+), 1 deletion(-)
1615

1716
diff --git a/usr/Makefile b/usr/Makefile
18-
index 3fc2248..2b5a234 100644
17+
index 84f33bc..9e7b839 100644
1918
--- a/usr/Makefile
2019
+++ b/usr/Makefile
2120
@@ -44,7 +44,7 @@ HOMEDIR ?= $(etcdir)/iscsi
@@ -25,5 +24,8 @@ index 3fc2248..2b5a234 100644
2524
-WARNFLAGS ?= -Wall -Wextra -Werror -Wstrict-prototypes -fno-common
2625
+WARNFLAGS ?= -Wall -Wextra -Wstrict-prototypes -fno-common
2726
CFLAGS += $(WARNFLAGS) -I../include -I. -D_GNU_SOURCE \
28-
-I$(TOPDIR)/libopeniscsiusr
29-
CFLAGS += $(shell $(PKG_CONFIG) --cflags libkmod)
27+
-I$(TOPDIR)/libopeniscsiusr \
28+
-DISCSI_VERSION_STR=\"$(ISCSI_VERSION_STR)\"
29+
--
30+
2.34.1
31+

meta-networking/recipes-daemons/iscsi-initiator-utils/files/0002-iscsiuio-Use-pthread_t-for-INVALID_THREAD.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.7.bb renamed to meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.8.bb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)
1212

1313
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
1414

15-
SRCREV = "7b53fcc502da8617110fd64d675b476772c28a6f"
15+
SRCREV = "543ba0f15d340b97f30782308cec424a6738fec3"
1616

1717
SRC_URI = "git://github.com/open-iscsi/open-iscsi;branch=master;protocol=https \
1818
file://0001-Makefile-Do-not-set-Werror.patch \
@@ -22,7 +22,6 @@ SRC_URI = "git://github.com/open-iscsi/open-iscsi;branch=master;protocol=https \
2222
file://iscsi-initiator.service \
2323
file://iscsi-initiator-targets.service \
2424
file://set_initiatorname \
25-
file://0002-iscsiuio-Use-pthread_t-for-INVALID_THREAD.patch \
2625
"
2726
S = "${WORKDIR}/git"
2827

0 commit comments

Comments
 (0)