| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: sblim-sfcb | Distribution: SUSE Linux Enterprise 15 |
| Version: 1.4.9 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.18.30 | Build date: Sun May 19 01:25:45 2024 |
| Group: System/Management | Build host: xinomavro |
| Size: 3345400 | Source RPM: sblim-sfcb-1.4.9-150600.18.30.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: http://sblim.sf.net/ | |
| Summary: Small Footprint CIM Broker | |
Small Footprint CIM Broker (sfcb) is a CIM server conforming to the CIM Operations over HTTP protocol. It is robust, with low resource consumption and therefore specifically suited for embedded and resource constrained environments. sfcb supports providers written against the Common Manageability Programming Interface (CMPI).
EPL-1.0
* Mon Mar 14 2022 adam.majer@suse.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.majer@suse.de
- avoid_doublefree_in_sunsetcontrol.patch: avoid double free
during a failed localhost client connection (bsc#1180753)
* Thu Nov 26 2020 adam.majer@suse.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.majer@suse.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.majer@suse.de
- Fix misapplied 0022-Fix-crash-caused-by-NULL-content_type.patch
(bnc#1079937, CVE-2018-6644)
* Thu Feb 08 2018 adam.majer@suse.de
- 0023-Alias-sblim-sfcb-service-to-sfcb-and-sfcbd.patch: use correct
alias names for services. (bsc#1072448)
* Mon Dec 04 2017 mvetter@suse.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.majer@suse.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 kkaempf@suse.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.majer@suse.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.majer@suse.de
- revert mistaken change that disabled basic authentication
on default install (bnc#1023820)
* Thu Jan 05 2017 adam.majer@suse.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.majer@suse.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.majer@suse.de
- add sslNoSSLv3 and sslNoTLSv1 configuration options
(decd3c6b9.patch, bsc#923349, bsc#1008130)
* Thu Sep 17 2015 mvetter@suse.com
- Remove sfcb/sfcbd symlinks. bsc#906070
- sfcbd-alias.patch: Add alias for those names instead
* Tue Sep 01 2015 mvetter@suse.com
- Fix bsc#942628 lookupProviders() null pointer dereference:
sblim-sfcb-1.4.9-fix-null-deref.patch
* Mon Jun 22 2015 kkaempf@suse.com
- force GNU inline semantics for GCC5.
* Fri Nov 28 2014 kkaempf@suse.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 ledest@gmail.com
- fix bashisms in scripts
- add patches:
* sblim-sfcb-1.4.8-fix-bashisms.patch
/etc/pam.d/sfcb /etc/sfcb /etc/sfcb/sfcb.cfg /etc/sysconfig/SuSEfirewall2.d/services/sblim-sfcb /usr/bin/sfcbdump /usr/bin/sfcbinst2mof /usr/bin/sfcbmof /usr/bin/sfcbmofpp /usr/bin/sfcbproc /usr/bin/sfcbrepos /usr/bin/sfcbstage /usr/bin/sfcbtrace /usr/bin/sfcbunstage /usr/bin/sfcbuuid /usr/bin/wbemcat /usr/bin/xmltest /usr/lib/systemd/system/sblim-sfcb.service /usr/lib64/cmpi /usr/lib64/sfcb /usr/lib64/sfcb/libcimcClientSfcbLocal.so /usr/lib64/sfcb/libcimcClientSfcbLocal.so.0 /usr/lib64/sfcb/libcimcClientSfcbLocal.so.0.0.0 /usr/lib64/sfcb/libsfcBasicAuthentication.so /usr/lib64/sfcb/libsfcBasicAuthentication.so.0 /usr/lib64/sfcb/libsfcBasicAuthentication.so.0.0.0 /usr/lib64/sfcb/libsfcBasicPAMAuthentication.so /usr/lib64/sfcb/libsfcBasicPAMAuthentication.so.0 /usr/lib64/sfcb/libsfcBasicPAMAuthentication.so.0.0.0 /usr/lib64/sfcb/libsfcBrokerCore.so /usr/lib64/sfcb/libsfcBrokerCore.so.0 /usr/lib64/sfcb/libsfcBrokerCore.so.0.0.0 /usr/lib64/sfcb/libsfcCertificateAuthentication.so /usr/lib64/sfcb/libsfcCertificateAuthentication.so.0 /usr/lib64/sfcb/libsfcCertificateAuthentication.so.0.0.0 /usr/lib64/sfcb/libsfcCimXmlCodec.so /usr/lib64/sfcb/libsfcCimXmlCodec.so.0 /usr/lib64/sfcb/libsfcCimXmlCodec.so.0.0.0 /usr/lib64/sfcb/libsfcClassProvider.so /usr/lib64/sfcb/libsfcClassProvider.so.0 /usr/lib64/sfcb/libsfcClassProvider.so.0.0.0 /usr/lib64/sfcb/libsfcClassProviderGz.so /usr/lib64/sfcb/libsfcClassProviderGz.so.0 /usr/lib64/sfcb/libsfcClassProviderGz.so.0.0.0 /usr/lib64/sfcb/libsfcClassProviderMem.so /usr/lib64/sfcb/libsfcClassProviderMem.so.0 /usr/lib64/sfcb/libsfcClassProviderMem.so.0.0.0 /usr/lib64/sfcb/libsfcClassProviderSf.so /usr/lib64/sfcb/libsfcClassProviderSf.so.0 /usr/lib64/sfcb/libsfcClassProviderSf.so.0.0.0 /usr/lib64/sfcb/libsfcCustomLib.so /usr/lib64/sfcb/libsfcCustomLib.so.0 /usr/lib64/sfcb/libsfcCustomLib.so.0.0.0 /usr/lib64/sfcb/libsfcElementCapabilitiesProvider.so /usr/lib64/sfcb/libsfcElementCapabilitiesProvider.so.0 /usr/lib64/sfcb/libsfcElementCapabilitiesProvider.so.0.0.0 /usr/lib64/sfcb/libsfcFileRepository.so /usr/lib64/sfcb/libsfcFileRepository.so.0 /usr/lib64/sfcb/libsfcFileRepository.so.0.0.0 /usr/lib64/sfcb/libsfcHttpAdapter.so /usr/lib64/sfcb/libsfcHttpAdapter.so.0 /usr/lib64/sfcb/libsfcHttpAdapter.so.0.0.0 /usr/lib64/sfcb/libsfcIndCIMXMLHandler.so /usr/lib64/sfcb/libsfcIndCIMXMLHandler.so.0 /usr/lib64/sfcb/libsfcIndCIMXMLHandler.so.0.0.0 /usr/lib64/sfcb/libsfcInternalProvider.so /usr/lib64/sfcb/libsfcInternalProvider.so.0 /usr/lib64/sfcb/libsfcInternalProvider.so.0.0.0 /usr/lib64/sfcb/libsfcInteropProvider.so /usr/lib64/sfcb/libsfcInteropProvider.so.0 /usr/lib64/sfcb/libsfcInteropProvider.so.0.0.0 /usr/lib64/sfcb/libsfcInteropServerProvider.so /usr/lib64/sfcb/libsfcInteropServerProvider.so.0 /usr/lib64/sfcb/libsfcInteropServerProvider.so.0.0.0 /usr/lib64/sfcb/libsfcObjectImplSwapI32toP32.so /usr/lib64/sfcb/libsfcObjectImplSwapI32toP32.so.0 /usr/lib64/sfcb/libsfcObjectImplSwapI32toP32.so.0.0.0 /usr/lib64/sfcb/libsfcProfileProvider.so /usr/lib64/sfcb/libsfcProfileProvider.so.0 /usr/lib64/sfcb/libsfcProfileProvider.so.0.0.0 /usr/lib64/sfcb/libsfcQualifierProvider.so /usr/lib64/sfcb/libsfcQualifierProvider.so.0 /usr/lib64/sfcb/libsfcQualifierProvider.so.0.0.0 /usr/sbin/rcsblim-sfcb /usr/sbin/rcsfcb /usr/sbin/sfcbd /usr/share/doc/packages/sblim-sfcb /usr/share/doc/packages/sblim-sfcb/AUTHORS /usr/share/doc/packages/sblim-sfcb/COPYING /usr/share/doc/packages/sblim-sfcb/README /usr/share/doc/packages/sblim-sfcb/README.conf /usr/share/man/man1/genSslCert.1.gz /usr/share/man/man1/getSchema.1.gz /usr/share/man/man1/sfcbd.1.gz /usr/share/man/man1/sfcbmof.1.gz /usr/share/man/man1/sfcbrepos.1.gz /usr/share/man/man1/sfcbstage.1.gz /usr/share/man/man1/sfcbunstage.1.gz /usr/share/man/man1/sfcbuuid.1.gz /usr/share/man/man1/wbemcat.1.gz /usr/share/man/man1/xmltest.1.gz /usr/share/sfcb /usr/share/sfcb/10_interop.mof /usr/share/sfcb/20_indication.mof /usr/share/sfcb/CIM /usr/share/sfcb/default.reg /usr/share/sfcb/genSslCert.sh /usr/share/sfcb/gen_ssl_certs.sh /usr/share/sfcb/getSchema.sh /usr/share/sfcb/indication.mof /usr/share/sfcb/stageschema.sh /var/lib/sfcb /var/lib/sfcb/registration /var/lib/sfcb/registration/providerRegister /var/lib/sfcb/registration/repository /var/lib/sfcb/stage /var/lib/sfcb/stage/default.reg /var/lib/sfcb/stage/mofs /var/lib/sfcb/stage/mofs/indication.mof /var/lib/sfcb/stage/mofs/root /var/lib/sfcb/stage/mofs/root/interop /var/lib/sfcb/stage/mofs/root/interop/10_interop.mof /var/lib/sfcb/stage/mofs/root/interop/20_indication.mof /var/lib/sfcb/stage/regs
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 20:17:30 2026