Publishing details

Changelog

sblim-sfcb (1.4.9-0ubuntu7) jammy; urgency=medium

  * d/patches/ftbfs.patch: Fix two build issues:
    - Add missing dependencies in Makefile.am
    - Convert some definitions in header files to declartions to fix build now
      that -fno-common is the default.

sblim-sfcb (1.4.9-0ubuntu6) jammy; urgency=medium

  * No-change rebuild against libssl3

sblim-sfcb (1.4.9-0ubuntu5) bionic; urgency=medium

  * Also avoid explicitly requiring slp in debian/rules.

sblim-sfcb (1.4.9-0ubuntu4) bionic; urgency=medium

  * Build without libslp-dev, which is long removed from Debian.

sblim-sfcb (1.4.9-0ubuntu3) bionic; urgency=medium

  * Add missing build-dependency on zlib1g-dev.

sblim-sfcb (1.4.9-0ubuntu2) bionic; urgency=high

  * No change rebuild against openssl1.1.

sblim-sfcb (1.4.9-0ubuntu1) zesty; urgency=medium

  * New upstream snapshot.
  * Bump compat and dh to 9
  * Bump standards to 3.9.8.
  * Use dh_prep instead of dh_clean -k

sblim-sfcb (1.4.8-0ubuntu2) wily; urgency=medium

  * Fix FTBFS with GCC 5.

sblim-sfcb (1.4.8-0ubuntu1) utopic; urgency=low

  * new upstream release (LP: #1335907)
  * new features:
    - [sfcb-tix:#99] Add config property enableSslCipherServerPref
    - [sfcb-tix:#101] Add config property indicationCurlUseExpect100
    - [sfcb-tix:#102] Add config property indicationCurlHonorRedirect
    - [sfcb-tix:#105] Add config property embeddedObjectEncoding
    - [sfcb-tix:#86] Support configurable SSL Diffie Hellman parameters file
    - [sfcb-tix:#87] Support configurable SSL ECDH elliptic curve name
    - [sfcb-tix:#76] Identify running SFCB processes in ps output
  * bug fixes:
    - [sfcb-tix:#94] Increase sigChldWaitTime
    - [sfcb-tix:#95] Do not release pthread lock prior to stopBroker() exit
    - [sfcb-tix:#89] Gracefully handle providers doing abort()
    - [sfcb-tix:#96] Provider should close req handler on shutdown
    - [sfcb-tix:#98] sfcbmofpp segfaults if mof file ends with block comment
      without newline
    - [sfcb-tix:#100] Fix some compiler warnings & errors on newer distros
    - [sfcb-tix:#103] Unsafe usage of strncpy in providerRegister.c
    - [sfcb-tix:#61] classProviderSf.c SIGSEGV if repo is not initialized
    - [sfcb-tix:#63] Improve NamespaceProvider and ClassProvider Consistency
    - [sfcb-tix:#66] SFCB_TRACE_VAR should be more restrictive
    - [sfcb-tix:#60] fix providerMgr trace for localconnect
    - [sfcb-tix:#68] reinitialize select timeout in SSL handshake
    - [sfcb-tix:#79] sfcc cannot reconnect with sfcb if sfcb restarts
      [bugs:#2663]
    - [sfcb-tix:#69] Fix logger for long-lived clients, was:
      "#2347 Don't spawn logger for clients"
    - [sfcb-tix:#72] Make systemddir configurable
    - [sfcb-tix:#74] providerRegister: check for and prevent buffer overflows
    - [sfcb-tix:#75] fileRepository: show which directory could not be opened
    - [sfcb-tix:#78] Missing null check in ift_getObjectPath,
      transposed debug stmts in memAlloc
    - [sfcb-tix:#78] Simplify mutex handling in instance.c
    - [sfcb-tix:#77] Fix prototype for stopBroker
    - [sfcb-tix:#80] sfcc cannot reconnect with sfcb

sblim-sfcb (1.4.6-0ubuntu4) trusty; urgency=low

  * Use dh-autoreconf for newer arches, resolving FTBFS.
    - Work around automake syntax;
    - Add missing lib to link.

sblim-sfcb (1.4.6-0ubuntu3) trusty; urgency=low

  * Fix one more build dep.  LP: #1262338

sblim-sfcb (1.4.6-0ubuntu2) trusty; urgency=low

  * Fix build dep in control file.

sblim-sfcb (1.4.6-0ubuntu1) trusty; urgency=low

  * New upstream release

sblim-sfcb (1.3.8-0ubuntu2) oneiric; urgency=low

  * Rebuild for OpenSSL 1.0.0.

sblim-sfcb (1.3.8-0ubuntu1) maverick; urgency=low

  * New upstream release
  * Packaging format changed from 1.0 to 3.0 (quilt)
  * Add missing man pages for getSchema and genSslCert
  * Add missing binary sfcbinst2mof
  * flex and unzip added as dependencies, because needed at build time by
    configure

sblim-sfcb (1.3.4-0ubuntu2) karmic; urgency=low

  * debian/rules, debian/control: Enable SLP agent support
  * debian/sfcb.install: Install all libs rather than relying on sfcb.links
    to create the links

sblim-sfcb (1.3.4-0ubuntu1) karmic; urgency=low

  * New upstream release (LP: #394235)
  * debian/control: Add a version to the debhelper build dependency

sblim-sfcb (1.3.3-0ubuntu1) karmic; urgency=low

  * New upstream release.
  * debian/rules: Removed rpath hacks, SFCB default build handles that now.
  * Removed 1934753-remove-assignment.diff, now upstream.
  * Refreshed patch cim-schema-location.diff

sblim-sfcb (1.3.0-0ubuntu4) jaunty; urgency=low

  * debian/sfcb.init: Use retry schedule in start-stop-daemon --stop to kill
    sfcbd if it doesn't stop when nicely asked (LP: #344697)

sblim-sfcb (1.3.0-0ubuntu3) jaunty; urgency=low

  * debian/sfcb.init: Export /etc/default/sfcb variables so that they are
    not ignored by sfcb (LP: #334812)

sblim-sfcb (1.3.0-0ubuntu2) intrepid; urgency=low

  * debian/sfcb.install: Do not install incorrect PAM configuration anymore,
    let SFCB fallback on /etc/pam.d/other (LP: #262455)
  * debian/sfcb.init: Fix status action so that it doesn't always report SFCB
    as started (LP: #262635)
  * debian/control: added dep on lsb-base to be able to use status_of_proc

sblim-sfcb (1.3.0-0ubuntu1) intrepid; urgency=low

  * Initial Release.

 -- Michael Hudson-Doyle <email address hidden>  Tue, 01 Mar 2022 14:22:58 +1300

Available diffs

Builds

Built packages

Package files