File httperf.changes of Package httperf
-------------------------------------------------------------------
Wed Mar 5 11:47:53 UTC 2025 - pgajdos@suse.com
- added patches
fix build with gcc15
+ httperf-gcc15.patch
-------------------------------------------------------------------
Wed Dec 11 13:45:33 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- Update to version 0.9.0+git.20201206:
* [httperf] Fix Issue #43 - update config / build instructions.
* The installation steps given in current README fail. I had to follow steps given in the comments of a previous Issue to build it properly. I am including those steps in README, as they are pretty generic and should work for everyone.
* Fix segfault when connection is failed by using epoll(7).
* Teach to use epoll(7) on httperf(1).
* Use correct ifdefs for checking TLS 1.3
-------------------------------------------------------------------
Tue Oct 9 17:49:12 UTC 2018 - Cristian RodrÃguez <crrodriguez@opensuse.org>
- Only alter __DATE__ and __TIME__ values when SOURCE_DATE_EPOCH
is not set.
-------------------------------------------------------------------
Tue Oct 09 13:36:01 UTC 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
-------------------------------------------------------------------
Mon Dec 4 14:38:53 UTC 2017 - mpluskal@suse.com
- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL
1.1.x support is ported
-------------------------------------------------------------------
Mon Dec 4 14:30:45 UTC 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 07:11:36 UTC 2016 - mpluskal@suse.com
- Fix building on SLE-11
-------------------------------------------------------------------
Wed Apr 27 07:08:42 UTC 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 8 06:17:28 UTC 2015 - mpluskal@suse.com
- Update license
-------------------------------------------------------------------
Mon Apr 6 09:22:52 UTC 2015 - mpluskal@suse.com
- Initial package