open-iscsi: update to 2.0.875.

This commit is contained in:
Leah Neukirchen 2017-09-02 16:54:12 +02:00
parent ec1a152409
commit 9b03afbcc0
2 changed files with 6 additions and 5 deletions

View File

@ -9,10 +9,11 @@ Later check this flag and error out, if it is set.
--- usr/iscsiadm.c 2016-09-29 20:33:24.000000000 +0200 --- usr/iscsiadm.c 2016-09-29 20:33:24.000000000 +0200
+++ usr/iscsiadm.c 2017-01-08 03:03:20.648496369 +0100 +++ usr/iscsiadm.c 2017-01-08 03:03:20.648496369 +0100
@@ -3263,6 +3263,7 @@ @@ -3263,7 +3263,8 @@
int packet_size=32, ping_count=1, ping_interval=0; int packet_size=32, ping_count=1, ping_interval=0;
int do_discover = 0, sub_mode = -1; int do_discover = 0, sub_mode = -1;
int portal_type = -1; int portal_type = -1;
int timeout = ISCSID_REQ_TIMEOUT;
+ int argerror = 0; + int argerror = 0;
struct sigaction sa_old; struct sigaction sa_old;
struct sigaction sa_new; struct sigaction sa_new;

View File

@ -1,17 +1,17 @@
# Template file for 'open-iscsi' # Template file for 'open-iscsi'
pkgname=open-iscsi pkgname=open-iscsi
version=2.0.874 version=2.0.875
revision=3 revision=1
conf_files="/etc/iscsi/iscsid.conf /etc/iscsi/initiatorname.iscsi" conf_files="/etc/iscsi/iscsid.conf /etc/iscsi/initiatorname.iscsi"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool" hostmakedepends="automake libtool"
makedepends="libisns-devel libmount-devel libressl-devel" makedepends="libisns-devel libmount-devel libressl-devel"
short_desc="Open-iSCSI userland tools" short_desc="Open-iSCSI userland tools"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2" license="GPL-2"
homepage="http://www.open-iscsi.com/" homepage="http://www.open-iscsi.com/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=d0071bf00fdf6591cd6ea5caf89fa57ada03d263da1f80f17deff76acf7419e1 checksum=7b6459dcbd3fc5d6e1500eeeb8a680acc773ffcb5901f268db9d53d2979338bf
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS+="-D_LINUX_IF_ETHER_H";; *-musl) CFLAGS+="-D_LINUX_IF_ETHER_H";;