[ubuntu/lucid] gawk 1:3.1.6.dfsg-4build1 (Accepted)

Kees Cook kees at ubuntu.com
Thu Dec 10 22:50:16 GMT 2009


gawk (1:3.1.6.dfsg-4build1) lucid; urgency=low

  * Fake-sync from debian testing.  No remaining changes.

gawk (1:3.1.6.dfsg-4) unstable; urgency=low

  * Support Renesas SH4 (Nobuhiro Iwamatsu).  Closes: #536198.
  * debian/patches/20_eval.c-utf-8-strcat.dpatch: Remove redundant patch
    (Michael Vogt).  Closes: #534573.
  * 20_manpage.dpatch: Add, fix gawk manpage (Tommi Vainikainen).
    Closes: #298355.
  * debian/control: Bump Standards-Version to 3.8.3.

gawk (1:3.1.6.dfsg-3) unstable; urgency=low

  * debian/patches/05_arm_align.dpatch: Add, fixes rand.awk test case
    alignment problem on arm/armel.  Closes: #497180.
  * debian/rules: Fail the build in case of regression in the testsuite.
  * debian/copyright: Update for GPL v3.
  * debian/watch: Add.  Closes: #497181.

gawk (1:3.1.6.dfsg-2) unstable; urgency=low

  * Upload to unstable.
  * debian/control: Bump Standards-Version to 3.8.1.

gawk (1:3.1.6.dfsg-1) experimental; urgency=low

  * New maintainer.
  * New upstream release.  Closes: #451614
    - Upload to experimental until we are sure testsuite passes on all archs.
    - Return right RLENGTH in match functions.  Closes: #385869
    - Fix SIGABRT when LANG=*.UTF-8 on amd64.  Closes: #410299
    - Return correct position values for regular expressions.  Closes: #432014
    - Fix sub() behaviour with MBS_SUPPORT defined.  Closes: #369277
    - Avoid bogus error setting BINMODE on command line.  Closes: #369278
    - Handle NULL character properly.  Closes: #369279
    - Fix FIELDWIDTHS off-by-one error.  Closes: #369280
    - Fix some memory leaks on match(s,r).  Closes: #440799
  * Already fixed bugs in previous versions:
    - Fix some memory corruptions.  Closes: #408391, #425842.
    - Print correct string length after index and sub.  Closes: #471664
  * Update patches:
    - debian/patches/18_de.po-typos.dpatch: Refresh.
    - debian/patches/25_free_wstr-and-multiple-frees.dpatch: Remove, already
      applied upstream.
    - debian/patches/01_po-Makefile.in.in.dpatch: Remove, fixed upstream.
    - debian/patches/19_io.c-invalid-free.dpatch: Remove, fixed upstream.
  * debian/patches/19_fr.po-typos.dpatch: Add, fix some typos in the French
    translation.  Closes: #390577
  * debian/patches/00list: Update.
  * debian/copyright: Update.
  * debian/control:
    - Bump Standards-Version to 3.8.0.
    - Add Homepage filed.
  * debian/rules:
    - Bump version to 3.1.6.
    - Improve a bit.
    - Fix prefix in make install.
    - Don't install obsolete README.FIRST.
    - Configure with --enable-switch.  Closes: #307510

Date: Thu, 10 Dec 2009 13:28:31 -0800
Changed-By: Kees Cook <kees at ubuntu.com>
Maintainer: Arthur Loiret <aloiret at debian.org>
https://launchpad.net/ubuntu/lucid/+source/gawk/1:3.1.6.dfsg-4build1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 10 Dec 2009 13:28:31 -0800
Source: gawk
Binary: gawk
Architecture: source
Version: 1:3.1.6.dfsg-4build1
Distribution: lucid
Urgency: low
Maintainer: Arthur Loiret <aloiret at debian.org>
Changed-By: Kees Cook <kees at ubuntu.com>
Description: 
 gawk       - GNU awk, a pattern scanning and processing language
Closes: 298355 307510 369277 369278 369279 369280 385869 390577 408391 410299 425842 432014 440799 451614 471664 497180 497181 534573 536198
Changes: 
 gawk (1:3.1.6.dfsg-4build1) lucid; urgency=low
 .
   * Fake-sync from debian testing.  No remaining changes.
 .
 gawk (1:3.1.6.dfsg-4) unstable; urgency=low
 .
   * Support Renesas SH4 (Nobuhiro Iwamatsu).  Closes: #536198.
   * debian/patches/20_eval.c-utf-8-strcat.dpatch: Remove redundant patch
     (Michael Vogt).  Closes: #534573.
   * 20_manpage.dpatch: Add, fix gawk manpage (Tommi Vainikainen).
     Closes: #298355.
   * debian/control: Bump Standards-Version to 3.8.3.
 .
 gawk (1:3.1.6.dfsg-3) unstable; urgency=low
 .
   * debian/patches/05_arm_align.dpatch: Add, fixes rand.awk test case
     alignment problem on arm/armel.  Closes: #497180.
   * debian/rules: Fail the build in case of regression in the testsuite.
   * debian/copyright: Update for GPL v3.
   * debian/watch: Add.  Closes: #497181.
 .
 gawk (1:3.1.6.dfsg-2) unstable; urgency=low
 .
   * Upload to unstable.
   * debian/control: Bump Standards-Version to 3.8.1.
 .
 gawk (1:3.1.6.dfsg-1) experimental; urgency=low
 .
   * New maintainer.
   * New upstream release.  Closes: #451614
     - Upload to experimental until we are sure testsuite passes on all archs.
     - Return right RLENGTH in match functions.  Closes: #385869
     - Fix SIGABRT when LANG=*.UTF-8 on amd64.  Closes: #410299
     - Return correct position values for regular expressions.  Closes: #432014
     - Fix sub() behaviour with MBS_SUPPORT defined.  Closes: #369277
     - Avoid bogus error setting BINMODE on command line.  Closes: #369278
     - Handle NULL character properly.  Closes: #369279
     - Fix FIELDWIDTHS off-by-one error.  Closes: #369280
     - Fix some memory leaks on match(s,r).  Closes: #440799
   * Already fixed bugs in previous versions:
     - Fix some memory corruptions.  Closes: #408391, #425842.
     - Print correct string length after index and sub.  Closes: #471664
   * Update patches:
     - debian/patches/18_de.po-typos.dpatch: Refresh.
     - debian/patches/25_free_wstr-and-multiple-frees.dpatch: Remove, already
       applied upstream.
     - debian/patches/01_po-Makefile.in.in.dpatch: Remove, fixed upstream.
     - debian/patches/19_io.c-invalid-free.dpatch: Remove, fixed upstream.
   * debian/patches/19_fr.po-typos.dpatch: Add, fix some typos in the French
     translation.  Closes: #390577
   * debian/patches/00list: Update.
   * debian/copyright: Update.
   * debian/control:
     - Bump Standards-Version to 3.8.0.
     - Add Homepage filed.
   * debian/rules:
     - Bump version to 3.1.6.
     - Improve a bit.
     - Fix prefix in make install.
     - Don't install obsolete README.FIRST.
     - Configure with --enable-switch.  Closes: #307510
Checksums-Sha1: 
 401a21163c3e4c4e707cf31f08ab96855f74506a 1102 gawk_3.1.6.dfsg-4build1.dsc
 83c05d192b2dc682a74c7e9a3172972d51d62283 13347 gawk_3.1.6.dfsg-4build1.diff.gz
Checksums-Sha256: 
 b10bc285d0ed9fdca8de6fea9c7335a8cbab41209084b63d474f0c313991d489 1102 gawk_3.1.6.dfsg-4build1.dsc
 1b1380c737452e26a6ffb1dc18ecb6c8ec5d6d6d767517d32578e6103ab9792c 13347 gawk_3.1.6.dfsg-4build1.diff.gz
Files: 
 7b57ab97edd7041bb73c0dc859029ec0 1102 interpreters optional gawk_3.1.6.dfsg-4build1.dsc
 5ac019f9b6e6c1c5d4e91b75e2885981 13347 interpreters optional gawk_3.1.6.dfsg-4build1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Kees Cook <kees at outflux.net>

iEYEARECAAYFAkshep0ACgkQH/9LqRcGPm0gwQCeJKI3xAK1O0LkWo1G1wVldtOM
KIsAn0T9j4chmJH4QCohTR8gGekREI3f
=q2Az
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list