Changelog for
sblim-sfcb-1.4.9-150000.5.9.4.x86_64.rpm :
* Mon Mar 14 2022 adam.majerAATTsuse.de- no_tls11_config.patch: add config option sslNoTLSv1_2 to optionally disable TLSv1.2 (bsc#1190107)- tls13.patch: enable TLS v1.3 by removing explicit curve selection. This should not be required for OpenSSL 1.1.0+ (bsc#1190107)- 0004-Check-for-existance-of-autoconfiscate.sh-before-call.patch: merged into autoconfiscate.sh source and dropped as patch
* Fri Jan 15 2021 adam.majerAATTsuse.de- avoid_doublefree_in_sunsetcontrol.patch: avoid double free during a failed localhost client connection (bsc#1180753)
* Thu Nov 26 2020 adam.majerAATTsuse.de- decd3c6b9.patch: re-add missing patch that added noTLSv1 support- no_tls11_config.patch: add config option sslNoTLSv1_1 to optionally disable TLSv1.1 (bsc#1178415)
* Tue May 15 2018 adam.majerAATTsuse.de- service_init_certs.patch: Certificates should be generated at runtime, not during installation. The script should also take config file values for certification locations, in case it was adjusted by the user. (bsc#1092281)- missing_makefile_dependencies.patch: fix Makefile.am dependencies
* Fri Feb 09 2018 adam.majerAATTsuse.de- Fix misapplied 0022-Fix-crash-caused-by-NULL-content_type.patch (bnc#1079937, CVE-2018-6644)
* Thu Feb 08 2018 adam.majerAATTsuse.de- 0023-Alias-sblim-sfcb-service-to-sfcb-and-sfcbd.patch: use correct alias names for services. (bsc#1072448)
* Mon Dec 04 2017 mvetterAATTsuse.com- Deleted patches:
* sblim-sfcb-1.4.8-fix-bashisms.patch
* sblim-sfcb-1.4.9-fix-null-deref.patch
* sfcbd-alias.patch All of them got renamed in the change from Nov 28 2018
* Mon Dec 04 2017 adam.majerAATTsuse.de- Drop version dependency on cmpi-provider-register so we can install sblim-sfcb on SLE11SP4- Merge a few more missing changes from SLE to OpenSUSE
* retain compatibility service link for migration purposes
* do not clobber config paths
* reference correct systemd service name
* Tue Nov 28 2017 kkaempfAATTsuse.com- Merge SLE and openSUSE versions- Added patches
* 0011-Return-value-from-non-void-function.patch
* 0012-Configurable-local-socket-group-permission-for-daemo.patch
* 0013-Fix-bashisms-in-scripts.patch
* 0015-Define-UINT16_MAX.patch
* 0016-Externalize-strncpy_kind.patch
* 0017-Add-braces-around-else.patch
* 0018-Adapt-to-bison-3.x-replace-YYPARSE_PARAM.patch
* 0021-revert-upstream-mistake.patch
* 0024-CURLOPT_POSTREDIR-might-not-be-defined.patch- Renamed patches
* sblim-sfcb-1.4.9-fix-null-deref.patch to 0014-Fix-lookupProviders-null-pointer-dereference.patch
* fix_uninitialized_value.patch to 0019-Fix-uninitialized-value-reported-by-valgrind.patch
* link_certificate_if_missing.patch to 0020-link-certificate-if-missing.patch
* set_default_content_type.patch to 0022-Fix-crash-caused-by-NULL-content_type.patch
* sfcbd-alias.patch to 0023-Alias-sblim-sfcb-service-to-sfcb-and-sfcbd.patch- Dropped patches (included in 1.4.9)
* 3340426.patch
* a9dda19.patch
* decd3c6b9.patch
* Tue Jun 06 2017 adam.majerAATTsuse.de- link_certificate_if_missing.patch: create clist.pem as a symlink to already existing server.pem if it does not exist. This is needed for upgrades from SLE11SP4 versions that did not use this certificate (bnc#1041885)- reintroduce symlink for legacy cmpi-provider-register for upgrades from SLE11 (bnc#1041885)
* Mon Mar 06 2017 adam.majerAATTsuse.de- revert mistaken change that disabled basic authentication on default install (bnc#1023820)
* Thu Jan 05 2017 adam.majerAATTsuse.de- reference correct service name for service restarts on upgrades (bsc#1018324)- avoid use wildcards to reference single config files
* Tue Dec 13 2016 adam.majerAATTsuse.de- fix_uninitialized_value.patch: Initialize structure value(s) before using it (bsc#1015155)- set_default_content_type.patch: default content type was not set leading to a crash if Content-Type was not set in the HTTP request. (bsc#1015155)- remove sed-generated source file distributed in the tarball- add support for text/xml mimetype- no longer overwrite config file on upgrades- upstream bug fixes: 3340426.patch - Some associatorname CIM operations hang a9dda19.patch - CMPIRole not passed to provider context
* Wed Nov 16 2016 adam.majerAATTsuse.de- add sslNoSSLv3 and sslNoTLSv1 configuration options (decd3c6b9.patch, bsc#923349, bsc#1008130)
* Thu Sep 17 2015 mvetterAATTsuse.com- Remove sfcb/sfcbd symlinks. bsc#906070- sfcbd-alias.patch: Add alias for those names instead
* Tue Sep 01 2015 mvetterAATTsuse.com- Fix bsc#942628 lookupProviders() null pointer dereference: sblim-sfcb-1.4.9-fix-null-deref.patch
* Mon Jun 22 2015 kkaempfAATTsuse.com- force GNU inline semantics for GCC5.
* Fri Nov 28 2014 kkaempfAATTsuse.com- Update to 1.4.9 New features: - [sfcb-tix:#97] Add a select timeout for req handlers see httpReqHandlerTimeout in sfcb.cfg Bugs fixed: - [sfcb-tix:#106] CMPIRole not passed to provider context - [sfcb-tix:#107] Quietly unpack schema at make postinstall - [sfcb-tix:#108] Some associatorname CIM operations hang- new patches
* 0002-providerMgr-add-prototypes.patch
* 0004-Check-for-existance-of-autoconfiscate.sh-before-call.patch
* 0009-Improvide-error-message-if-ClassProvider-for-root-in.patch
* 0010-Enable-authentication-by-default.patch- obsolete/rebased patches
* 0002-Enable-broker.LogMessage-and-broker.trace.patch renamed to 0003-Enable-broker.LogMessage-and-broker.trace.patch
* 0002-Enable-broker.LogMessage-and-broker.trace.patch renamed to 0003-Enable-broker.LogMessage-and-broker.trace.patch
* 0006-Define-YYPARSE_PARAM-early-for-cimXmlOps-and-cimXmlP.patch renamed to 0005-Define-YYPARSE_PARAM-early-for-cimXmlOps-and-cimXmlP.patch
* 0007-Don-t-crash-if-class-repo-is-not-initialized.patch renamed to 0006-Don-t-crash-if-class-repo-is-not-initialized.patch
* 0008-Increase-max-trace-msg-len-to-4096.patch renamed to 0007-Increase-max-trace-msg-len-to-4096.patch
* 0010-Properly-shut-down-if-provider-crashed.patch renamed to 0008-Properly-shut-down-if-provider-crashed.patch
* Wed Nov 19 2014 ledestAATTgmail.com- fix bashisms in scripts- add patches:
* sblim-sfcb-1.4.8-fix-bashisms.patch