Hello community, here is the log from the commit of package target-isns for openSUSE:Leap:15.2 checked in at 2020-03-09 18:13:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/target-isns (Old) and /work/SRC/openSUSE:Leap:15.2/.target-isns.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "target-isns" Mon Mar 9 18:13:45 2020 rev:12 rq:782191 version:0.6.7 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/target-isns/target-isns.changes 2020-01-15 16:05:37.311995467 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.target-isns.new.26092/target-isns.changes 2020-03-09 18:14:29.753415112 +0100 @@ -1,0 +2,57 @@ +Wed Mar 4 00:23:58 UTC 2020 - Lee Duncan <[email protected]> + +- Upgraded to version v0.6.7 from upstream, replacing the + release tarball and updating this file and the changes file. + Changes summary: + * Update the changelog for release 0.6.7 + * Bump version to 0.6.7 + * Add Yuya Murai to THANKS.md + * Remove email addresses from THANKS.md + * Document IPv6 address support in README.md + * Do not shadow the portal_ref variable in configfs_tpg_update() + * Remove unused struct member isns_portals_cache::nr_portals + * Add a couple of assertions to help clang-tidy + * Use strncpy() instead of strcpy() to fix a warning from clang-tidy + * Upgrade CMake minimum version to 3.1 + * Give example of an IP6 address for the "isns_server" parameter + * Fix the address length passed to getsockname() and getnameinfo() + * Replace HOST_NAME_MAX with NI_MAXHOST + * Fix connection with IPv6 servers + * Add some hints for getaddrinfo() + * Remove the state change notification (SCN) service + * Make the protocol family more apparent in the logs + * Do not use IP:port in the logs because IPv6 addresses contain ":" + * Add MostlyBrian to THANKS + * When iterating over targets, use the alias of each target. + * Update the changelog for release 0.6.6 + * Bump version to 0.6.6 + * Register the iSCSI alias attribute + * Add Hao Wu to THANKS + * Fix bug #44, Can't update "Device Attr" to window 2008 iSNS server. + * Update the changelog for release 0.6.5 + * Bump version to 0.6.5 + * Do not rely on asprintf() setting the string to NULL in case of error + * Replace snprintf with asprintf for string handling + * Fix portal registration one more time + * Set the "replace" flag when updating the registration of a target + * Cosmetic change: rename tgt_has_portal() to target_has_portal() + * documentation: describe how Open-iSNS reacts to repetitive portal registrations + * A portal is no longer registered when its refcount reaches zero + * Do not register a TPG if it does not contain a portal + * Remove the portals of a TPG when they no longer exist + * Refactor the data structures of TPGs and portals + * Cosmetic change: fix a comment + * Cosmetic change: move the tag variable closer to where it is used + * Reduce the indentation level in isns_rsp_handle() + * Cosmetic change: rename "name" to "iscsi_name" in isns_rsp_handle() + * Add a changelog + * Bump version to 0.6.4 + * documentation: describe how to test target-isns with Open-iSNS + * documentation: describe the registration period of Open-iSNS + * Add Kyle Fortin to THANKS + * Update target-isns man page for configfs_iscsi_path + * Generate multiple PDUs for large count target register message + * Make configfs-iscsi-path configurable + * Update the GitHub URL to open-iscsi/target-isns + +------------------------------------------------------------------- Old: ---- target-isns-0.6.3.tar.xz New: ---- target-isns-0.6.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ target-isns.spec ++++++ --- /var/tmp/diff_new_pack.AqfqXC/_old 2020-03-09 18:14:30.077415269 +0100 +++ /var/tmp/diff_new_pack.AqfqXC/_new 2020-03-09 18:14:30.077415269 +0100 @@ -1,7 +1,7 @@ # # spec file for package target-isns # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Summary: Supplies iSNS support for Linux kernel target License: GPL-2.0+ Group: System/Kernel -Version: 0.6.3 +Version: 0.6.7 Release: 0 Source: %{name}-%{version}.tar.xz Url: https://github.com/open-iscsi/target-isns @@ -75,7 +75,8 @@ %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/target-isns.conf %{_bindir}/target-isns %{_sbindir}/rctarget-isns -%doc COPYING README.md THANKS +%license COPYING +%doc README.md THANKS %doc %{_mandir}/man8/target-isns.8%{?ext_man} %{_unitdir}/target-isns.service ++++++ _service ++++++ --- /var/tmp/diff_new_pack.AqfqXC/_old 2020-03-09 18:14:30.101415280 +0100 +++ /var/tmp/diff_new_pack.AqfqXC/_new 2020-03-09 18:14:30.105415282 +0100 @@ -4,8 +4,8 @@ <param name="url">https://github.com/open-iscsi/target-isns.git</param> <param name="subdir"></param> <param name="filename">target-isns</param> - <param name="versionformat">0.6.3</param> - <param name="revision">v0.6.3</param> + <param name="versionformat">0.6.7</param> + <param name="revision">v0.6.7</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> ++++++ target-isns-0.6.3.tar.xz -> target-isns-0.6.7.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/target-isns-0.6.3/.gitignore new/target-isns-0.6.7/.gitignore --- old/target-isns-0.6.3/.gitignore 2017-03-05 18:26:53.000000000 +0100 +++ new/target-isns-0.6.7/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -*.a -*.c.o -*.cmake -*.make -CMakeFiles/ -Makefile
