Change log for indent package in Ubuntu

127 of 27 results
Published in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
indent (2.2.13-4build1) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 17:59:36 +0200
Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
indent (2.2.13-4) unstable; urgency=medium

  * Fix a heap buffer underread in set_buf_break(). Closes: #1061543.
    Patch by Petr Písař <email address hidden>.
    This is CVE-2024-0911.

 -- Santiago Vila <email address hidden>  Fri, 26 Jan 2024 20:24:00 +0100

Available diffs

Published in lunar-updates
Published in lunar-security
indent (2.2.12-4ubuntu0.1) lunar-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 12:59:37 -0400
Published in jammy-updates
Published in jammy-security
indent (2.2.12-1ubuntu0.22.04.1) jammy-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:08 -0400
Published in focal-updates
Published in focal-security
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
Superseded in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
indent (2.2.13-3) unstable; urgency=medium

  * Apply two patches by Petr Písař <email address hidden>.
  - Fix an out-of-buffer read in search_brace()/lexi() on an condition
    without parentheses followed with an overlong comment.
  - Fix a heap buffer overwrite in search_brace(). Closes: #1049366.
    This one is CVE-2023-40305.

 -- Santiago Vila <email address hidden>  Sat, 19 Aug 2023 19:30:00 +0200

Available diffs

Superseded in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
indent (2.2.13-2) unstable; urgency=medium

  * Do not include indent.html in indent package. Closes: #1041047.

 -- Santiago Vila <email address hidden>  Fri, 14 Jul 2023 15:05:00 +0200

Available diffs

Superseded in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
indent (2.2.13-1) unstable; urgency=medium

  * New upstream release.
  * Fix memory handling problem. Closes: #1036851.
    Thanks to Marek Vasut for the report.

 -- Santiago Vila <email address hidden>  Thu, 13 Jul 2023 21:35:00 +0200

Available diffs

Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
indent (2.2.12-4) unstable; urgency=medium

  [ Helge Deller ]
  * Add missing shebang to regression/TEST. Closes: #1029574.
    Should fix a FTBFS problem in hppa.
  * Build with Large File Support. Closes: #1029574.

  [ Santiago Vila ]
  * Run unit tests with C locale.

 -- Santiago Vila <email address hidden>  Wed, 25 Jan 2023 19:35:00 +0100

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
indent (2.2.12-3) unstable; urgency=medium

  * Use a common debian/watch file which is valid for most GNU packages.

 -- Santiago Vila <email address hidden>  Tue, 20 Dec 2022 23:30:00 +0100

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
indent (2.2.12-2) unstable; urgency=medium

  * Drop unneeded build-dependency on texi2html. Closes: #961821.
  * Use secure URI in debian/watch.
  * Add Homepage field.
  * Raise debhelper compat level from 9 to 13.
  * Set upstream metadata fields Bug-Submit, Name and Repository-Browse.
  * Remove field Priority on binary package indent-doc.
  * Update watch file format version to 4.
  * Update standards version to 4.6.1.

 -- Santiago Vila <email address hidden>  Tue, 13 Dec 2022 18:40:00 +0100
Superseded in lunar-release
Obsolete in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
indent (2.2.12-1build2) jammy; urgency=high

  * No change rebuild for ppc64el baseline bump.

 -- Julian Andres Klode <email address hidden>  Thu, 24 Mar 2022 12:55:27 +0100
Superseded in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
indent (2.2.12-1build1) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

 -- Matthias Klose <email address hidden>  Thu, 07 Oct 2021 12:12:56 +0200
Superseded in impish-release
Obsolete in hirsute-release
Obsolete in groovy-release
Published in focal-release
Obsolete in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
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

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Published in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
indent (2.2.11-5) unstable; urgency=medium

  * Drop 99-config-guess-config-sub, no longer needed when using dh
    and a recent enough debhelper.
  * Rename remaining patches to end with .patch.
  * Add "Suggests: indent-doc" to indent, for those who prefer
    documentation in HTML format.
  * Split override_dh_installdocs into -indep and -arch.
  * Rename override_dh_link to override_dh_link-indep.
  * Standards-Version: 3.9.8 (no special changes for this).

 -- Santiago Vila <email address hidden>  Tue, 10 Jan 2017 17:50:20 +0100

Available diffs

Superseded in zesty-release
Obsolete in yakkety-release
Published in xenial-release
Obsolete in wily-release
Obsolete in vivid-release
Obsolete in utopic-release
Published in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
indent (2.2.11-4) unstable; urgency=low


  * Dropped Homepage field. Closes: #717642.
  * Updated config.guess and config.sub.

 -- Santiago Vila <email address hidden>  Sun, 11 Aug 2013 22:05:30 +0200

Available diffs

Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
indent (2.2.11-3) unstable; urgency=low


  * Added Multi-Arch: foreign. Closes: #693823.

 -- Santiago Vila <email address hidden>  Tue, 20 Nov 2012 19:43:18 +0100

Available diffs

Superseded in raring-release
Obsolete in quantal-release
indent (2.2.11-2) unstable; urgency=low


  * Switch to dh to build with hardening flags.
  * Updated config.guess and config.sub.

 -- Santiago Vila <email address hidden>  Sat, 02 Jun 2012 17:55:32 +0200

Available diffs

Superseded in quantal-release
Published in precise-release
Obsolete in oneiric-release
Obsolete in natty-release
indent (2.2.11-1) unstable; urgency=low

  * Fixed manual. Option -dj does not take a parameter. Closes: #536527.
  * Switch to 3.0 (quilt) source format.
  * New upstream release (Closes: #587083), fixes the following bugs:
  * Option --blank-lines-after-declarations no longer adds an empty line
    for each declaration (regression from 2.2.10). Closes: #485764.
  * No longer converts "a = - -1" into "a = --1". Closes: #527450.
	
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:34:14 +0000

Available diffs

Superseded in natty-release
Obsolete in maverick-release
indent (2.2.10-3) unstable; urgency=low

  * Fixed manual: Option -dj does not take a parameter. Closes: #536527.
  * Added build-depends on texinfo, because of the above.
  * Remove indent.1 and indent.info (generated files) in clean target.
  * Re-enabled i18n, lost in 2.2.10-1. This was Bug #205692.
  * Switch to 3.0 (quilt) source format, 8 patches.
  * Use strip and drop INSTALL_PROGRAM stuff.
	
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:52:12 +0100

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
indent (2.2.10-2) unstable; urgency=low

  * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz.
  * Appended old changelog at the end of the usual one.
  * Handle info files as indicated by policy 3.8.3.
  * Do not ignore errors from make distclean.
  * Removed useless calls to install-docs.
  * Updated config.guess and config.sub.
	

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 06:01:59 +0000

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
Obsolete in jaunty-release
Obsolete in intrepid-release
indent (2.2.10-1) unstable; urgency=low

  * New upstream release.
  * Added texi2html to build-depends.
  * Added Homepage field. Closes: #437381.
  * The -brf switch is now documented. Closes: #423692.
  * Custom label indentation, see --indent-label. Closes: #433956.
  * Fixed --blank-lines-after-procedures behaviour. Closes: #212320.
  * Moved docs to doc-base "Programming/C" section.
  * GNU indent is now under GPL version 3 or later.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  30 May 2008 07:22:09 +0100

Available diffs

Superseded in intrepid-release
Obsolete in hardy-release
indent (2.2.9-9) unstable; urgency=low

  * Fixed wrong URLs in README. Closes: #382324.
  * Updated po files from translation project. Closes: #427368.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  23 Oct 2007 16:42:38 +0100
Superseded in hardy-release
Obsolete in gutsy-release
indent (2.2.9-8) unstable; urgency=low

  * Fixed manpage section.
  * Updated config.guess and config.sub.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  01 May 2007 10:43:37 +0100
Superseded in gutsy-release
Obsolete in feisty-release
Obsolete in edgy-release
Obsolete in dapper-release
Superseded in dapper-release
indent (2.2.9-7) unstable; urgency=low


  * Modified texinfo2man.c to fix quotes in manpage (Closes: #132399).
    Thanks to Peter De Wachter for the patch.
  * Added watch file.

 -- Santiago Vila <email address hidden>  Tue, 12 Jul 2005 17:45:24 +0200
Obsolete in breezy-release
Obsolete in hoary-release
indent (2.2.9-6) unstable; urgency=low


  * Removed duplicate (and useless) declaration of "output" from indent.h
    to fix a FTBFS problem in amd64/gcc-4.0 (Closes: #286435).
  * Some changes to be -Wall cleaner.

 -- Santiago Vila <email address hidden>  Mon,  3 Jan 2005 17:14:06 +0100
Obsolete in warty-release
indent (2.2.9-5) unstable; urgency=low


  * Updated config.guess/config.sub for GNU/K*BSD (Closes: #218388).

 -- Santiago Vila <email address hidden>  Fri, 31 Oct 2003 16:32:22 +0100
127 of 27 results