Change logs for indent source package in Focal

  • indent (2.2.12-1ubuntu0.20.04.1) focal-security; urgency=medium
    
      * SECURITY UPDATE: heap-based buffer overflow in search_brace
        - debian/patches/02-fix-an-out-of-buffer-read.patch: fix an OOB read in
          src/indent.c.
        - debian/patches/03-fix-a-heap-buffer-overwrite.patch: fix a heap
          overwrite in src/indent.c.
        - CVE-2023-40305
    
     -- Marc Deslauriers <email address hidden>  Fri, 15 Sep 2023 13:02:51 -0400
  • indent (2.2.12-1) unstable; urgency=low
    
      * New upstream release. Closes: #916199.
        This is now maintained upstream by Andrej Shadura.
      * Drop all debian/patches/*, not required anymore.
      * Should fix '*' in function declaration. Closes: #228112.
      * Should fix double const after C++ function declaration. Closes: #349065.
      * Should improve support for gettext macros. Closes: #487517.
      * New option --fix-nested-comments. Closes: #657461.
      * Should not change !! to ! ! anymore when using -linux. Closes: #726105.
      * Should now cross-build. Closes: #865677.
      * Rules-Requires-Root: no.
    
     -- Santiago Vila <email address hidden>  Sun, 27 Jan 2019 22:35:20 +0100