Change logs for clickhouse source package in Lunar

  • clickhouse (18.16.1+ds-7.3build2) lunar; urgency=medium
    
      * Rebuild against latest tiff
    
     -- Jeremy Bicha <email address hidden>  Sat, 04 Feb 2023 19:07:15 -0500
  • clickhouse (18.16.1+ds-7.3build1) lunar; urgency=medium
    
      * No-change rebuild against libcapnp-0.9.2
    
     -- Steve Langasek <email address hidden>  Fri, 03 Feb 2023 16:20:48 +0000
  • clickhouse (18.16.1+ds-7.3) unstable; urgency=medium
    
      * Non maintainer upload.
      * Fixing FTBFS with newer gcc. (Closes: #996130)
        - New patch fix-996130.patch to add missing include.
      * Fix FTBFS with OpenSSL3.0: Change DH params to 512 bits. (Closes: #995660)
      * Fixing other FTBFS issues:
        - New patch ftbfs_capn_version_check.patch, fixing version range as a class
          was only supplied in a limit version range of the library.
        - New patch fix-gtest-missing-include.patch.
        - Skip test_unit_tests_dbms, it hangsā€¦ See #1023145.
        - Fix testsuite invocation on archs where a test is disabled.
          (Closes: #1023136)
        - Skip test 00700_decimal_math fails. Seems to be a rounding error. See
          #1023141.
        - Skip test 00047_stored_aggregates_complex. Seems another rounding issue.
        - Test "with_server" hangs also on arm64. Do not execute it there.
      * Fix CVE-2021-42387, CVE-2021-42388, CVE-2021-43304, CVE-2021-43305
        (Closes: #1008216)
      * Add patch dont-fail-setrlimit.patch, avoid failing when server tries to
        increases core dump size if not explictly configured. (Closes: #1023138)
      * New patch 0000-cmake-ignore-git-submodules.patch to avoid FTBFS when
        working from the packaging git repo. (Closes: #1023137)
      * Add patch picked from upstream to limit compiled expression cache size.
        (Closes: #956415)
    
     -- Tobias Frost <email address hidden>  Mon, 31 Oct 2022 13:03:08 +0100