diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-07-09 09:36:24 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-12 16:01:22 -0400 |
commit | f99a5e405181858f4b913b13c886769ce1b3388f (patch) | |
tree | 766f938f87865b8aca79c0f824ea59dddd5d0724 | |
parent | e62303eb5d332ed0ab7ef4e38bfa1211f4d43888 (diff) | |
download | meta-cloud-services-f99a5e405181858f4b913b13c886769ce1b3388f.tar.gz |
open-iscsi-user: upgrade 2.0-873 -> 2.1.4
open-iscsi-2.1.3 - open-iscsi-2.1.4
Abhinav Rajagopalan (1):
Fix typo in util.py
Chris Leech (3):
libopeniscsiusr: fix error messages
libopeniscsiusr: skip over removed sessions
libopeniscsiusr: dont error loudly if a session isn't found when working through iscsi_sessions_get()
Fabian Möller (1):
iscsid: Add NO_SYSTEMD to CFLAGS
Helmut Grohne (1):
Avoid hardcoding pkg-config to fix cross build
John Schaeffer (1):
Add etc/systemd/iscsi-init.service to SYSTEMDFILES Makefile variable
Lee Duncan (4):
iscsid: Do not allow conflicting pid-file options
Fix iscsiadm segfault when exiting
Fix iscsistart login issue when target is delayed.
Enable iscsi.service asynchronous logins, cleanup services
Matwey V. Kornilov (1):
Wants=network-online.target in iscsi.service
Patrick Lawrence (1):
Change mkdir permissions to 0770, adjust usmask
Wenchao Hao (4):
idbm: Fix memory leak and NULL pointer dereference in idbm_rec_update_param()
libopeniscsiusr: Fix memory leak in iscsi_nodes_get()
libopeniscsiusr: Fix memory leak in iscsi_sessions_get()
iscsiadm: Fix memory leak in iscsiadm
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
3 files changed, 73 insertions, 67 deletions
diff --git a/meta-openstack/recipes-connectivity/open-iscsi/files/0001-fix-build-error-of-cross-build.patch b/meta-openstack/recipes-connectivity/open-iscsi/files/0001-fix-build-error-of-cross-build.patch index 206da48..8eec2dc 100644 --- a/meta-openstack/recipes-connectivity/open-iscsi/files/0001-fix-build-error-of-cross-build.patch +++ b/meta-openstack/recipes-connectivity/open-iscsi/files/0001-fix-build-error-of-cross-build.patch | |||
@@ -1,30 +1,30 @@ | |||
1 | From 943a321104a5b2c4ac25bdb2ae81b5b208e3973c Mon Sep 17 00:00:00 2001 | 1 | From 2ba83ff539c18d02f8e4b4ce7903a5b46f364609 Mon Sep 17 00:00:00 2001 |
2 | From: Lei Maohui <leimaohui@cn.fujitsu.com> | 2 | From: Lei Maohui <leimaohui@fujitsu.com> |
3 | Date: Tue, 18 Aug 2015 10:29:35 +0900 | 3 | Date: Thu, 8 Jul 2021 15:06:27 +0900 |
4 | Subject: [PATCH] fix build error of cross build | 4 | Subject: [PATCH] fix build error of cross build |
5 | 5 | ||
6 | The error likes as following | 6 | The error likes as following |
7 | | configure: error: cannot run C compiled programs. | 7 | | configure: error: cannot run C compiled programs. |
8 | | If you meant to cross compile, use `--host'. | 8 | | If you meant to cross compile, use `--host'. |
9 | 9 | ||
10 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> | 10 | Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> |
11 | --- | 11 | --- |
12 | Makefile | 2 +- | 12 | Makefile | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 14 | ||
15 | diff --git a/Makefile b/Makefile | 15 | diff --git a/Makefile b/Makefile |
16 | index c5d9700..1f31e43 100644 | 16 | index 7f52cc8..cadbc47 100644 |
17 | --- a/Makefile | 17 | --- a/Makefile |
18 | +++ b/Makefile | 18 | +++ b/Makefile |
19 | @@ -42,7 +42,7 @@ user: utils/open-isns/Makefile | 19 | @@ -78,7 +78,7 @@ user: iscsiuio/Makefile |
20 | @echo "Read README file for detailed information." | 20 | @echo "Read README file for detailed information." |
21 | 21 | ||
22 | utils/open-isns/Makefile: utils/open-isns/configure utils/open-isns/Makefile.in | 22 | iscsiuio/Makefile: iscsiuio/configure iscsiuio/Makefile.in |
23 | - cd utils/open-isns; ./configure CFLAGS="$(OPTFLAGS)" --with-security=no | 23 | - cd iscsiuio; ./configure $(WITHOUT_ARG) |
24 | + cd utils/open-isns; ./configure CFLAGS="$(OPTFLAGS)" --with-security=no ${CONFIGURE_ARGS} | 24 | + cd iscsiuio; ./configure $(WITHOUT_ARG) $(CONFIGURE_ARGS) |
25 | 25 | ||
26 | kernel: force | 26 | iscsiuio/configure iscsiuio/Makefile.in: iscsiuio/configure.ac iscsiuio/Makefile.am |
27 | $(MAKE) -C kernel | 27 | cd iscsiuio; autoreconf --install |
28 | -- | 28 | -- |
29 | 1.8.4.2 | 29 | 2.25.1 |
30 | 30 | ||
diff --git a/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.0-873.bb b/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.0-873.bb deleted file mode 100644 index 4c9326e..0000000 --- a/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.0-873.bb +++ /dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | DESCRIPTION = "Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720." | ||
2 | HOMEPAGE = "http://www.open-iscsi.org/" | ||
3 | LICENSE = "GPLv2" | ||
4 | PR = "r1" | ||
5 | |||
6 | inherit systemd | ||
7 | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
9 | |||
10 | SRC_URI = "http://www.open-iscsi.org/bits/open-iscsi-${PV}.tar.gz \ | ||
11 | file://0001-fix-build-error-of-cross-build.patch \ | ||
12 | file://open-iscsi \ | ||
13 | file://initiatorname.iscsi \ | ||
14 | " | ||
15 | |||
16 | |||
17 | S = "${WORKDIR}/open-iscsi-${PV}" | ||
18 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
19 | EXTRA_OEMAKE += "CONFIGURE_ARGS='--host=${HOST_SYS}'" | ||
20 | |||
21 | do_compile () { | ||
22 | oe_runmake user | ||
23 | } | ||
24 | |||
25 | do_install () { | ||
26 | oe_runmake DESTDIR="${D}" install_user | ||
27 | cp -f "${WORKDIR}/open-iscsi" "${D}/etc/init.d/" | ||
28 | install -m 0644 ${WORKDIR}/initiatorname.iscsi ${D}/etc/iscsi/initiatorname.iscsi | ||
29 | } | ||
30 | |||
31 | |||
32 | SRC_URI[md5sum] = "8b8316d7c9469149a6cc6234478347f7" | ||
33 | SRC_URI[sha256sum] = "7dd9f2f97da417560349a8da44ea4fcfe98bfd5ef284240a2cc4ff8e88ac7cd9" | ||
34 | |||
35 | # systemd support | ||
36 | PACKAGES =+ "${PN}-systemd" | ||
37 | SRC_URI_append = " file://iscsi-initiator \ | ||
38 | file://iscsi-initiator.service \ | ||
39 | file://iscsi-initiator-targets.service \ | ||
40 | " | ||
41 | RDEPENDS_${PN} += "bash" | ||
42 | RDEPENDS_${PN}-systemd += "${PN}" | ||
43 | FILES_${PN}-systemd += " ${base_libdir}/systemd \ | ||
44 | ${sysconfdir}/default/iscsi-initiator \ | ||
45 | " | ||
46 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
47 | SYSTEMD_SERVICE_${PN}-systemd = "iscsi-initiator.service iscsi-initiator-targets.service" | ||
48 | |||
49 | do_install_append () { | ||
50 | install -d ${D}${sysconfdir}/default/ | ||
51 | install -m 0644 ${WORKDIR}/iscsi-initiator ${D}${sysconfdir}/default/ | ||
52 | install -d ${D}${systemd_unitdir}/system | ||
53 | install -m 0644 ${WORKDIR}/iscsi-initiator.service ${D}${systemd_unitdir}/system/ | ||
54 | install -m 0644 ${WORKDIR}/iscsi-initiator-targets.service ${D}${systemd_unitdir}/system/ | ||
55 | } | ||
diff --git a/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.4.bb b/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.4.bb new file mode 100644 index 0000000..139ce1d --- /dev/null +++ b/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.4.bb | |||
@@ -0,0 +1,61 @@ | |||
1 | DESCRIPTION = "Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720." | ||
2 | HOMEPAGE = "http://www.open-iscsi.org/" | ||
3 | LICENSE = "GPLv2" | ||
4 | PR = "r1" | ||
5 | |||
6 | inherit systemd autotools pkgconfig | ||
7 | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
9 | DEPENDS = "kmod openssl util-linux open-isns" | ||
10 | DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | ||
11 | |||
12 | SRC_URI = "git://github.com/open-iscsi/open-iscsi.git;protocol=https \ | ||
13 | file://0001-fix-build-error-of-cross-build.patch \ | ||
14 | " | ||
15 | |||
16 | SRCREV = "095f59ca464220eae285de6b5f2ee31185a6a84c" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | B = "${S}" | ||
20 | |||
21 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
22 | EXTRA_OEMAKE += "CONFIGURE_ARGS='--host=${HOST_SYS}'" | ||
23 | |||
24 | do_configure () { | ||
25 | : | ||
26 | } | ||
27 | |||
28 | do_compile () { | ||
29 | oe_runmake user | ||
30 | } | ||
31 | |||
32 | |||
33 | do_install () { | ||
34 | oe_runmake DESTDIR="${D}" install_user | ||
35 | install ${S}/etc/initd/initd.debian ${D}/etc/init.d/open-iscsi | ||
36 | install -m 0644 ${S}/etc/iscsid.conf ${D}/etc/iscsi/ | ||
37 | |||
38 | install -d ${D}${libdir} | ||
39 | install -Dm 0644 ${S}/libopeniscsiusr/libopeniscsiusr.so.0.2.0 ${D}${libdir}/ | ||
40 | ln -sf ${libdir}/libopeniscsiusr.so.0.2.0 ${D}${libdir}/libcap-ng.so | ||
41 | } | ||
42 | |||
43 | # systemd support | ||
44 | PACKAGES =+ "${PN}-systemd" | ||
45 | RDEPENDS_${PN} += "bash" | ||
46 | RDEPENDS_${PN}-systemd += "${PN}" | ||
47 | FILES_${PN}-systemd += "${base_libdir}/systemd \ | ||
48 | ${sysconfdir}/default/iscsi-initiator \ | ||
49 | " | ||
50 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
51 | SYSTEMD_SERVICE_${PN}-systemd = "iscsi.service \ | ||
52 | iscsiuio.service \ | ||
53 | iscsid.service \ | ||
54 | iscsi-init.service \ | ||
55 | iscsid.socket \ | ||
56 | iscsiuio.socket " | ||
57 | |||
58 | do_install_append () { | ||
59 | install -d ${D}${systemd_unitdir}/system | ||
60 | install -m 0644 ${S}/etc/systemd/* ${D}${systemd_unitdir}/system/ | ||
61 | } | ||