commit open-iscsi for openSUSE:Factory
Hello community, here is the log from the commit of package open-iscsi for openSUSE:Factory checked in at 2014-11-29 08:39:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old) and /work/SRC/openSUSE:Factory/.open-iscsi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "open-iscsi" Changes: -------- --- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes 2014-11-05 16:26:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi.changes 2014-11-29 08:39:50.000000000 +0100 @@ -1,0 +2,11 @@ +Tue Nov 25 13:44:28 PST 2014 - lduncan@suse.com + +- Fixed spec file: db-devel < 5, to fix SLE 12 and SP3 builds + +------------------------------------------------------------------- +Tue Nov 25 11:43:03 PST 2014 - lduncan@suse.com + +- Fix isns server to allow legal registration sequence, + including portal group (bsc#905670) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-iscsi.spec ++++++ --- /var/tmp/diff_new_pack.mHGYcc/_old 2014-11-29 08:39:51.000000000 +0100 +++ /var/tmp/diff_new_pack.mHGYcc/_new 2014-11-29 08:39:51.000000000 +0100 @@ -20,7 +20,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: bison -BuildRequires: db-devel +BuildRequires: db-devel < 5 BuildRequires: flex BuildRequires: libtool BuildRequires: make ++++++ open-iscsi-Factory-latest.diff.bz2 ++++++ --- /var/tmp/diff_new_pack.mHGYcc/_old 2014-11-29 08:39:51.000000000 +0100 +++ /var/tmp/diff_new_pack.mHGYcc/_new 2014-11-29 08:39:51.000000000 +0100 @@ -18783,11 +18783,22 @@ +# space separated list of allowed UDP broadcast ports +BROADCAST="isns" diff --git a/rpm/open-iscsi.changes b/rpm/open-iscsi.changes -index 2e21afc6bc7b..6296fee051cd 100644 +index 2e21afc6bc7b..770389bc724d 100644 --- a/rpm/open-iscsi.changes +++ b/rpm/open-iscsi.changes -@@ -1,4 +1,334 @@ +@@ -1,4 +1,345 @@ ------------------------------------------------------------------- ++Tue Nov 25 13:44:28 PST 2014 - lduncan@suse.com ++ ++- Fixed spec file: db-devel < 5, to fix SLE 12 and SP3 builds ++ ++------------------------------------------------------------------- ++Tue Nov 25 11:43:03 PST 2014 - lduncan@suse.com ++ ++- Fix isns server to allow legal registration sequence, ++ including portal group (bsc#905670) ++ ++------------------------------------------------------------------- +Tue Oct 28 09:56:55 PDT 2014 - lduncan@suse.com + +- Added fix from Hannes to properly boot all iBFT cards, @@ -19121,7 +19132,7 @@ Fri Dec 9 15:09:01 CET 2011 - hare@suse.de - iscsiadm: Return correct error when login fails (bnc#715071) -@@ -40,6 +370,11 @@ Fri Nov 4 09:15:52 CET 2011 - hare@suse.de +@@ -40,6 +381,11 @@ Fri Nov 4 09:15:52 CET 2011 - hare@suse.de - Stop iscsiuio when run inside initrd (bnc#728095) ------------------------------------------------------------------- @@ -19133,7 +19144,7 @@ Mon Oct 24 09:13:19 CEST 2011 - hare@suse.de - Update iscsiuio to 0.7.0.14f (bnc#687392) -@@ -101,6 +436,11 @@ Tue Jun 21 15:09:46 CEST 2011 - hare@suse.de +@@ -101,6 +447,11 @@ Tue Jun 21 15:09:46 CEST 2011 - hare@suse.de - Include scripts for automated build ------------------------------------------------------------------- @@ -19145,7 +19156,7 @@ Wed Feb 2 11:32:12 CET 2011 - mweckbecker@suse.de - Fix the following issues: -@@ -224,6 +564,11 @@ Wed Nov 18 10:33:27 CET 2009 - hare@suse.de +@@ -224,6 +575,11 @@ Wed Nov 18 10:33:27 CET 2009 - hare@suse.de - Read initiatorname correctly from sysfs (bnc#541882) ------------------------------------------------------------------- @@ -19157,7 +19168,7 @@ Wed Aug 19 12:58:13 CEST 2009 - hare@suse.de - Synchronize startup settings (bnc#514273) -@@ -231,11 +576,24 @@ Wed Aug 19 12:58:13 CEST 2009 - hare@suse.de +@@ -231,11 +587,24 @@ Wed Aug 19 12:58:13 CEST 2009 - hare@suse.de - Do not use temp file in iscsi_discovery (bnc#528711) ------------------------------------------------------------------- @@ -19183,7 +19194,7 @@ - Fix relogin retry handling (bnc#466846) diff --git a/rpm/open-iscsi.spec b/rpm/open-iscsi.spec -index 27ab050554f1..64ea3ba11202 100644 +index 27ab050554f1..1328f4a473d2 100644 --- a/rpm/open-iscsi.spec +++ b/rpm/open-iscsi.spec @@ -1,7 +1,7 @@ @@ -19207,7 +19218,7 @@ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: bison -+BuildRequires: db-devel ++BuildRequires: db-devel < 5 +BuildRequires: flex +BuildRequires: libtool +BuildRequires: make @@ -30088,7 +30099,7 @@ #include "util.h" #include "security.h" diff --git a/utils/open-isns/simple.c b/utils/open-isns/simple.c -index 1af89fd6fec1..e560d63288ac 100644 +index 1af89fd6fec1..8972a0c858bc 100644 --- a/utils/open-isns/simple.c +++ b/utils/open-isns/simple.c @@ -7,6 +7,7 @@ @@ -30099,6 +30110,24 @@ #include "isns.h" #include "attrs.h" #include "message.h" +@@ -586,7 +587,7 @@ isns_attr_list_scanner_get_pg(struct isns_attr_list_scanner *st) + && isns_object_get_string(base, + ISNS_TAG_ISCSI_NAME, + &st->pgt_iscsi_name)) { +- st->pgt_next_attr = ISNS_TAG_PORTAL_IP_ADDRESS; ++ st->pgt_next_attr = ISNS_TAG_PG_PORTAL_IP_ADDR; + } else { + return ISNS_INTERNAL_ERROR; + } +@@ -618,7 +619,7 @@ isns_attr_list_scanner_get_pg(struct isns_attr_list_scanner *st) + return ISNS_INVALID_REGISTRATION; + + next = st->orig_attrs.ial_data[st->pos++]; +- if (next->ia_tag_id != ISNS_TAG_PORTAL_TCP_UDP_PORT) ++ if (next->ia_tag_id != ISNS_TAG_PG_PORTAL_TCP_UDP_PORT) + return ISNS_INVALID_REGISTRATION; + + isns_attr_list_append_string(&st->keys, diff --git a/utils/open-isns/socket.c b/utils/open-isns/socket.c index 47481c6c3f2c..883df51b8993 100644 --- a/utils/open-isns/socket.c -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de