Revisions of sblim-sfcb

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1149195 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 64)
- Use %autosetup / %autopatch macro. Allows to eliminate the usage
  of deprecated %patchN.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 851001 from Adam Majer's avatar Adam Majer (adamm) (revision 60)
- no_tlsv1_config.patch: add support for disabling TLSv1_1
  as well as re-add missing disablement options for TLSv1 and SSLv3
  (bsc#1178415)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 734765 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 56)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 574591 from Adam Majer's avatar Adam Majer (adamm) (revision 53)
- Fix misapplied 0022-Fix-crash-caused-by-NULL-content_type.patch
  (bnc#1079937, CVE-2018-6644)
- 0023-Alias-sblim-sfcb-service-to-sfcb-and-sfcbd.patch: use correct
  alias names for services. (bsc#1072448)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 548066 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 52)
- 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
- 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
- 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
- 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)
- revert mistaken change that disabled basic authentication
  on default install (bnc#1023820)
- reference correct service name for service restarts on upgrades
  (bsc#1018324)
- avoid use wildcards to reference single config files
- 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
- add sslNoSSLv3 and sslNoTLSv1 configuration options
  (decd3c6b9.patch, bsc#923349, bsc#1008130)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 313045 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 49)
- force GNU inline semantics for GCC5.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 264504 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 48)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 249916 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 46)
- call service_add_pre unconditionally
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 45)
Split 13.2 from Factory
Displaying revisions 1 - 20 of 64
openSUSE Build Service is sponsored by