Revisions of target-isns

buildservice-autocommit accepted request 1146949 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 27)
baserev update by copy to link target
Lee Duncan's avatar Lee Duncan (lee_duncan) accepted request 1146914 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 26)
- Changed _service file to name retrieved tarball
  differently (more accurately), and changed it to
  point at latest upstream code, which has one new
  commit. That commit removes the need for patch:
  * target-isns-Replace-zero-length-arrays-with-empty-arrays.patch
  This changes the name of the tarball retrieved from
  upstream, as well.
- Also, a new patch is added to update the project
  to use newer versions of CMake, adding
  * target-isns-handle-newer-cmake.patch
- Lastly, the '%patchN -p1' macro in the SPEC file was
  changed to '%patch -p1 1', to make OBS happy.
  There should be no functional changes.

- Updated SPEC file to use '%patch' vs '%patchN'
buildservice-autocommit accepted request 811205 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 25)
baserev update by copy to link target
Lee Duncan's avatar Lee Duncan (lee_duncan) accepted request 811204 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 24)
- Previous update to 0.6.8 did not work (see below), because of
  an error in the _service file, now fixed. As a reminder, changes
  since 0.6.7:
  * Update the changelog for release 0.6.8
  * Bump version to 0.6.8
  * Remove useless variable spotted by clang-tidy
  * Add Maurizio Lombardi to THANKS
  * Fix compile error with GCC 10
  Note that this did *NOT* change the name of the compressed tar
  file used (target-isns-0.6.8.tar.xz), just its contents.
  This also fixes an issue in our OBS (build service), where
  link-time optimization was detecting an issue with the "config"
  structure, which had already been fixed upstream.
- Modified and renamed a previous patch. Don't change zero-
  length arrays to pointers, but intead change the declaration
  to empty arrays, as per current coding practices for this
  case, replacing:
  * target-isns-Replace-zero-length-arrays-with-pointers.patch
  with:
  * target-isns-Replace-zero-length-arrays-with-empty-arrays.patch
Lee Duncan's avatar Lee Duncan (lee_duncan) accepted request 810404 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 23)
- Fix gcc-10 issue with zero-length arrays, converting them
  to pointers, adding patch:
  * target-isns-Replace-zero-length-arrays-with-pointers.patch
buildservice-autocommit accepted request 808292 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 22)
baserev update by copy to link target
Lee Duncan's avatar Lee Duncan (lee_duncan) accepted request 808291 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 21)
- Update to version 0.6.8, including:
  * Update version and changelog to 0.6.8
  * fix gcc 10 compile error
  * cleanup for clang-tidy
buildservice-autocommit accepted request 773969 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 20)
baserev update by copy to link target
Lee Duncan's avatar Lee Duncan (lee_duncan) accepted request 773968 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 19)
- Update to version 0.6.7 from 0.6.5:
  * 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.
  Replacing target-isns-0.6.5.tar.xz with target-isns-0.6.7.tar.xz.
buildservice-autocommit accepted request 644727 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 18)
baserev update by copy to link target
Lee Duncan's avatar Lee Duncan (lee_duncan) accepted request 644726 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 17)
- Update to version 0.6.5:
  * 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()
  Replacing target-isns-0.6.4.tar.xz with target-isns-0.6.5.tar.xz,
  and removing patch (no longer needed);
  * Replace-snprintf-with-asprintf-for-string-handling.patch
buildservice-autocommit accepted request 617250 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 16)
baserev update by copy to link target
Lee Duncan's avatar Lee Duncan (lee_duncan) accepted request 617172 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 15)
- Update to version 0.6.4:
  * Update the GitHub URL to open-iscsi/target-isns
  * Make configfs-iscsi-path configurable
  * Generate multiple PDUs for large count target register message
  * Update target-isns man page for configfs_iscsi_path
  * Add Kyle Fortin to THANKS
  * documentation: describe the registration period of Open-iSNS
  * documentation: describe how to test target-isns with Open-iSNS
  * Bump version to 0.6.4
  * Add a changelog
  - which replaces target-isns-0.6.3.tar.xz with
    target-isns-0.6.4.tar.xz
- Handle gcc8 compiler complaints by replacing pathname snprintf()
  calls with asprintf(), adding patch:
  * Replace-snprintf-with-asprintf-for-string-handling.patch
buildservice-autocommit accepted request 520025 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 14)
baserev update by copy to link target
Lee Duncan's avatar Lee Duncan (lee_duncan) accepted request 520024 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 13)
- Upgraded to version v0.6.3 from v0.6.2, replacing
  the release tarball and updating the SPEC file. (bsc#1056692)
buildservice-autocommit accepted request 515818 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 12)
baserev update by copy to link target
Lee Duncan's avatar Lee Duncan (lee_duncan) accepted request 515241 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 11)
- Fix RPM groups. Replace %__-type macro indirections and
  old $RPM shell variables.
buildservice-autocommit accepted request 344068 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 10)
baserev update by copy to link target
buildservice-autocommit accepted request 340318 from Lee Duncan's avatar Lee Duncan (lee_duncan) (revision 8)
baserev update by copy to link target
Displaying revisions 1 - 20 of 27
openSUSE Build Service is sponsored by