Change logs for firebird2.5 source package in Saucy

  • firebird2.5 (2.5.2.26540.ds4-3) unstable; urgency=low
    
    
      * rules: dump configuration from generated fb_config
      * pass --with-fblib to configure to make fb_config match reality
      * add forgotten #710169 closer in -2
      * enable the server by default, but listen only to localhost (Closes: 702971)
      * fix two typos in Bulgarian debconf translation
    
     -- Damyan Ivanov <email address hidden>  Tue, 23 Jul 2013 17:43:36 +0300
  • firebird2.5 (2.5.2.26540.ds4-2) unstable; urgency=low
    
    
      * Promote firebird-dev's suggestion of libfbembed2.5 to a hard dependency to
        guarantee that the libfbembed.so symlink is not broken. Closes: #715064
      * ship fb_config in firebird-dev. Closes: #717098
      * fix Vcs-* fields, thanks lintian
      * drop unused lintian overrides about missing fortified functions
      * Standards-Version: 3.9.4
      * libfbembed2.5/description:
        + drop false note about libfbembed not being thread-safe
        + drop false note about libfbembed needing separate lock manager
    
     -- Damyan Ivanov <email address hidden>  Tue, 23 Jul 2013 00:53:06 +0300
  • firebird2.5 (2.5.2.26540.ds4-1) unstable; urgency=low
    
    
      * Official 2.5.2 release
        + CORE-3912: segfault in superclassic (Closes: #693192)
        + Restored the on-disk-structure compatibility with 2.5.1 index keys
          (Closes: #693193)
        + Fixed broken (working as no-op) sweep in SuperServer (Closes: #693195)
        + CORE-3902: Derived fields may not be optimized via an index
          (Closes: #693196)
        + CORE-3895: High memory usage when PSQL code SELECT's from stored
          procedure which modified some data (Closes: #693202)
        + CORE-3238: GEN_UUID returns a non-RFC-4122-compliant UUID
          (Closes: #693207)
        + CORE-3887: CHAR_TO_UUID and UUID_TO_CHAR works different in big endian
          architectures (Closes: #693209)
        + Enabled per-table runtime stats for sweeper
        + Changes not concerning Debian
          - CORE-3786: Hangs on MacOSX 10.7 (Lion) on DB create after reboot
          - CORE-3911: API entrypoints Bopen and BLOB_open are not visible on Darwin
          - CORE-3740: SELECT using IN list with >413 elements causes crash on Mac
            (stack overflow with default stack size)
          - CORE-3740: optimisation bug in GCC on Darwin
    
      * Update debian/copyright (two new files, no licensing changes)
      * Add NEWS.Debian about incompatible fix in char↔UUID conversion functions
    
      * drop patches included in the upstream release:
        + upstream/r54702-cve-2012-5529.patch
        + upstream/r57728-cve-2013-2429.patch
      * refresh separate-file-and-sem-perms.patch to apply cleanly
    
      * Patches taken from upstream SVN
        + r57516r57773-gbak-y-redirection.patch
          make gbak -y work with redirection again (regression from 2.5.1)
          http://tracker.firebirdsql.org/browse/CORE-3995
        + r57707r57710-lots-autonomous-trx-leaks-crash.patch
          fix engine crash/memory leak with many autonomous transactions (remote
          crash/memory leak)
          http://tracker.firebirdsql.org/browse/CORE-3908
        + r57349-bad-trn-num-logged-during-sweep.patch
          fix invalid transaction counters logged during sweep (trivial fix)
          http://tracker.firebirdsql.org/browse/CORE-3978
        + r57714r57716-fix-isql-edit-command.patch
          fix isql's edit command broken in 2.5.2 (regression from 2.5.1)
          http://tracker.firebirdsql.org/browse/CORE-3990
        + r58004-crash-converting-overscaled-numeric-to-string.patch
          fix engine crash while converting an overscaled numeric to a string
          (remote crash)
          http://tracker.firebirdsql.org/browse/CORE-4093
        + r57795-crash-storing-long-incompressible-data.patch
          fix bugcheck/corruption when storing long uncompressible data (possible
          db corruption)
          http://tracker.firebirdsql.org/browse/CORE-4036
      * add out/crash-create-db-restricted.patch
        fixes a server crash when attempting creation of a database outside of
        allowed paths with firebrd.xonf setting of 'DatabaseAccess' other than
        'Full'
    
     -- Damyan Ivanov <email address hidden>  Thu, 09 May 2013 16:39:17 +0300
  • firebird2.5 (2.5.2~svn+54698.ds4-1ubuntu1) raring; urgency=low
    
      * SECURITY UPDATE: Fix for NULL pointer Denial of Service in TraceManager
        (LP: #1115902)
        - debian/patches/CVE-2012-5529.patch: Handle empty query safely. Based on
          upstream patch.
        - CVE-2012-5529
     -- Christian Kuersteiner <email address hidden>   Tue, 05 Feb 2013 15:18:31 +0700