aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/open-isns
AgeCommit message (Collapse)Author
2021-11-13recipes: Update SRC_URI branch and protocolsArmin Kuster
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-02-04open-isns: upgrade 0.99 -> 0.101zhengruoqin
* Changes v0.100 to v0.101: Dmitry Bogdanov (1): Fix parsing of GetNextRsp Lee Duncan (10): Ignore common build files Fix compiler issue when not in security mode Do not ignore write() return value. Fix 586 compile issue and remove -Werror Added a TODO: 'make depend' not worrking Update version string to "0.100". Fix broken server authentication initialization. Add man page for isnssetup. Added TODO to test "isnsd --init" Preparing for version 0.101 Leo (1): socket.c: include poll.h instead of sys/poll.h for POSIX compatibility Rosen Penev (2): fix compilation without deprecated OpenSSL APIs libisns: remove sighold and sigrelse * Changes v0.99 to v0.100: Chris Leech (1): Travis-CI and Coverity Scan setup Lee Duncan (7): Fix compiler complaint about possible alignment issue add tags to ignored list of files Change isns_portal_string() to return allocated string. Remove old compiler option, and add "-Werror". openssl: handle newer version with ifdefs General cleanup for the compiler. Fix problem with parsing IPv6 Addresses with brakcets. Preparing for version v0.100 Added debugging, moved .cvsignore to .gitignore fixed issues with old openssl usage Adding python compiled files Change isns_portal_string() to use static mem Running make twice should not rebuild everything Fix mdebug.c so it compiles when enabled. Handle restarting test harness server correctly Ignore SO lib Create and use pythong unittest framework Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-19open-isns: use /run instead of /var/run in systemd service fileChen Qi
/var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-09open-isns: update to 0.99Oleksandr Kravchuk
Removed patch has been upstreammed. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-03open-isns: upgrade 0.97 -> 0.98Yi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-01-08open-isns: add sysvinit supportJackie Huang
It's not mandatory to depend on systemd for open-isns, the sysvinit script is also provided in open-isns source code, so add it to support sysvinit and remove the distro_features_check. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2018-01-08open-isns: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2017-06-28open-isns: fix QA issueQi.Chen@windriver.com
Fix the following QA issue. ERROR: open-isns-0.97-r0 do_package: QA Issue: open-isns: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/systemd /usr/lib/systemd/system /usr/lib/systemd/system/isnsd.socket /usr/lib/systemd/system/isnsd.service Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2016-12-14iscsi-initiator-utils: Update to 2.0.874Joe MacDonald
The latest iscsi-initiator-utils has been available for a while now, update our recipe. The new version no longer bundles its own ISNS server, so this update brings in open-isns as a dependency. As open-isns depends on systemd, add systemd to REQUIRED_DISTRO_FEATURES Additionally, open-iscsi.org is defunct, the new home is at open-iscsi.com, update the SRC_URI and homepage accordingly. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>