pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mawk 20171017



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5e3fbb97237
branches:  trunk
changeset: 329820:a5e3fbb97237
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 15 19:51:43 2019 +0000

description:
20171017
        + add Debian compile/link flags to test-package.
        + cleanup spurious warnings from latest gcc.
        + changes for Original-Mawk #48:
          + add checks for stack overflow and underflow
          + increase stack limit to 1024
        + updated configure macros
        + update config.guess and config.sub

20161120
        + add runtime check for assignments to OFMT and CONVFMT to ensure
          they use a single parameter (Original-Mawk #47).
        + repair build for --with-valgrind, broken in 20160930 const-fixes.

20161107
        + correct sign-extension from 20160615 change to rand() (report by
          Christian Neukirchen).

20160930
        + optimize closes on regular expressions to filter out redundant
          wildcards, fixing a special case leftover by changes in 20100224
          (Original-Mawk #34).
        + add regular-expressions to the -Wdump option when using mawk's
          built-in regular expressions.
        + fix a sign-extension in character-class parser (Original-Mawk #46).
        + minor optimizations.
        + improve use of const in tables.

20160927
        + allow single-quote as a flag in printf, to complete the change
          for LC_NUMERIC in 20121129 (report by Graham Monteith).
        + revert one of the fixes made for a Coverity warning about loss of
          precision in 20121209, which unnecessarily exposed a different
          problem (Original-Mawk #45).

20160918
        + simplify "system()" function by calling C "system()" function, and
          use POSIX macros for wait-status to provide a less-ambiguous return
          value (suggested by Aharon Robbins).
        + add a null-pointer check in bi_mktime (patch by Ismael Luceno).

20160905
        + escape '/' in range for test/reg4.awk to allow test-comparison with
          gawk and BWK.
        + updated configure macros, e.g., for compiler warnings and static
          analysis:
          + CF_CC_ENV_FLAGS
          + CF_GNU_SOURCE
          + CF_PROG_LINT
          + CF_RAND
          + CF_XOPEN_SOURCE
        + minor build-fix for HPUX 11.11 "make", which is confused by the
          recursive use of "make" in clean/distclean rules.
        + amend fix for Gentoo #424137 to eliminate a memory leak when opening
          files (Original-Mawk #44).
        + update config.guess and config.sub

20160615
        + correct range when using system rand() function, which was 0..2
          rather than 0..1 on BSD systems (report/patch by Masaki Waga).

20160313
        + correct order of checks for machine state in REtest which caused an
          out-of-bounds reference (Original-Mawk #36).

20160226
        + update COPYING from
          https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
          (Original-Mawk #38).
        + minor updates to configure script macros
        + update config.guess and config.sub

diffstat:

 lang/mawk/Makefile |   6 +++---
 lang/mawk/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 2b0af8a5a7b6 -r a5e3fbb97237 lang/mawk/Makefile
--- a/lang/mawk/Makefile        Fri Feb 15 19:51:01 2019 +0000
+++ b/lang/mawk/Makefile        Fri Feb 15 19:51:43 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2016/02/25 14:42:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2019/02/15 19:51:43 wiz Exp $
 
-DISTNAME=      mawk-1.3.4-20150503
+DISTNAME=      mawk-1.3.4-20171017
 PKGNAME=       ${DISTNAME:S/-20/.20/}
 CATEGORIES=    lang
-MASTER_SITES=  ftp://invisible-island.net/mawk/
+MASTER_SITES=  ftp://ftp.invisible-island.net/mawk/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    cheusov%NetBSD.org@localhost
diff -r 2b0af8a5a7b6 -r a5e3fbb97237 lang/mawk/distinfo
--- a/lang/mawk/distinfo        Fri Feb 15 19:51:01 2019 +0000
+++ b/lang/mawk/distinfo        Fri Feb 15 19:51:43 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2015/11/03 22:50:38 agc Exp $
+$NetBSD: distinfo,v 1.19 2019/02/15 19:51:43 wiz Exp $
 
-SHA1 (mawk-1.3.4-20150503.tgz) = a59374ef412c0b04322b5e4a74303375d46fe7a8
-RMD160 (mawk-1.3.4-20150503.tgz) = 30843d6f84b04403c48f64fe0fddcd6c74131d32
-SHA512 (mawk-1.3.4-20150503.tgz) = ac9dde6948328d8db94458448abdf7389f8862ae6093315dd19ed9d1cbeab60fca1fc7b084cda4ce09505010f7108612585e3c4ba9663ddf3adb869bf1d9d7b6
-Size (mawk-1.3.4-20150503.tgz) = 468794 bytes
+SHA1 (mawk-1.3.4-20171017.tgz) = 06bae1055464c86c6f679a28e61626ed80f579c4
+RMD160 (mawk-1.3.4-20171017.tgz) = 1c2d5dbcf0f3e69177c3039d6b702d9725040462
+SHA512 (mawk-1.3.4-20171017.tgz) = 4ed6ca0ecca12e7409d3d364b72dc6a2b411c61bf53fe8aa0b0cac65a3bdb941921c0b81d94f34c8ac9f4922c8c7566d347b5e6b5c74518ae3a88904f9e20f27
+Size (mawk-1.3.4-20171017.tgz) = 460819 bytes



Home | Main Index | Thread Index | Old Index