diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-02 15:01:56 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-02 15:53:57 +0100 |
commit | 9278a10daad10aaedff21f2ca630570a1c0dacbe (patch) | |
tree | 37e20bd24ec2a07ab60f134b1e5d5b7eacbf6997 /sys-block/open-iscsi/files | |
parent | dev-python/python-hpilo: New package (diff) | |
download | gentoo-9278a10daad10aaedff21f2ca630570a1c0dacbe.tar.gz gentoo-9278a10daad10aaedff21f2ca630570a1c0dacbe.tar.bz2 gentoo-9278a10daad10aaedff21f2ca630570a1c0dacbe.zip |
sys-block/open-iscsi: Rev bump to fix multiple issues
Ebuild changes:
===============
- Patch: Include sysmacros.h. [Bug 604442]
- Install systemd service. [Bug 640598]
- Remove deprecated iscsidev.sh udev rule in favor of udev native iSCSI
support which is available since udev-143. [Bug 633574]
- Drop "slp" USE flag. [Bug 558366]
Bug: https://bugs.gentoo.org/558366
Closes: https://bugs.gentoo.org/604442
Closes: https://bugs.gentoo.org/640598
Closes: https://bugs.gentoo.org/633574
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-block/open-iscsi/files')
-rw-r--r-- | sys-block/open-iscsi/files/open-iscsi-2.0.874-include-sysmacros.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-block/open-iscsi/files/open-iscsi-2.0.874-include-sysmacros.patch b/sys-block/open-iscsi/files/open-iscsi-2.0.874-include-sysmacros.patch new file mode 100644 index 000000000000..05d5d1239cb5 --- /dev/null +++ b/sys-block/open-iscsi/files/open-iscsi-2.0.874-include-sysmacros.patch @@ -0,0 +1,20 @@ +--- a/iscsiuio/src/unix/libs/bnx2.c ++++ b/iscsiuio/src/unix/libs/bnx2.c +@@ -46,6 +46,7 @@ + #include <sys/user.h> + #include <fcntl.h> + #include <unistd.h> ++#include <sys/sysmacros.h> + + #include "config.h" + +--- a/iscsiuio/src/unix/libs/bnx2x.c ++++ b/iscsiuio/src/unix/libs/bnx2x.c +@@ -50,6 +50,7 @@ + #include <sys/user.h> + #include <fcntl.h> + #include <unistd.h> ++#include <sys/sysmacros.h> + + #include "config.h" + |