Package Release Info

httperf-0.9.0+git.20180712-bp154.1.21

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

httperf

Change Logs

* Tue Oct 09 2018 Cristian Rodríguez <crrodriguez@opensuse.org>
- Only alter __DATE__ and __TIME__ values when SOURCE_DATE_EPOCH
  is not set.
* Tue Oct 09 2018 crrodriguez@opensuse.org
- Update to version 0.9.0+git.20180712:
  * Add missing 'case' statement that causes TLSv1.3 implementation to be unreachable.
  * Remove extra 'break;' that prevent SSL_CTX_set_options from being set
  * Fix a bug that ignored the --ssl-protocol parameter
  * Implement support for TLSv1.3 in OpenSSL >= 1.1.1
  * Implement specific support for TLSv1.2
  * Implement specific support for TLSv1.1
  * Make TLSv1 use TLSv1.0 specifically to prevent ambiguity with TLSv1.1, TLSv1.2, TLSv1.3
  * Missing include (for memset(), strerror()).
  * Stray line feed in fqdname causes --add-header and --add-header-file header records to be ignored by server.
  * Add support for PROPFIND and REPORT in wsesslog
Version: 0.9.0+git.20170724-bp150.2.4
* Mon Dec 04 2017 mpluskal@suse.com
- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL
  1.1.x support is ported
* Mon Dec 04 2017 mpluskal@suse.com
- Update to version 0.9.0+git.20170724:
  * make it compile with SSL 1.1.0
  * fix typo in manpage
  * Added a contrib dir and idleconn manpage source
  * Adding idleconn manpage
  * Restore the original --server and --server_name options.
  * Change --server to --servers.
  * Style changes.
  * Fix building when OpenSSL was compiled -nossl2  or -noss3
  * added ACLOCAL_AMFLAGS to include m4
  * Add AC_CONFIG_MACRO_DIR
* Wed Aug 17 2016 mpluskal@suse.com
- Fix building on SLE-11
* Wed Apr 27 2016 mpluskal@suse.com
- Update to version 0.9.0+git.20160311:
  * Add AC_CONFIG_MACRO_DIR
  * added ACLOCAL_AMFLAGS to include m4
  * apply https://github.com/httperf/httperf/issues/8 patch from rowan.li...@gmail.com
  * Fix building when OpenSSL was compiled -nossl2  or -noss3
  * Style changes.
  * Change --server to --servers.
  * Restore the original --server and --server_name options.
  * Adding idleconn manpage
  * Added a contrib dir and idleconn manpage source
- Add _service and switch to version from git (stable release is
  more than 8 years old)
* Wed Apr 08 2015 mpluskal@suse.com
- Update license
* Mon Apr 06 2015 mpluskal@suse.com
- Initial package