pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gawk Update to 5.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9effee875970
branches:  trunk
changeset: 340798:9effee875970
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Oct 08 14:19:42 2019 +0000

description:
Update to 5.0.1

Changelog:
Changes from 5.0.0 to 5.0.1
---------------------------

1. A number of ChangeLog.1 files that were left out of the distribution
   have been restored.

2. Multiple syntax errors should no longer be able to cause a core dump.

3. Sandbox mode now disallows assigning new filename values in ARGV that
   were not there when gawk was invoked.

4. There are many small documentation improvements in the manual.

5. The new argument "no-ext" to --lint disables ``XXX is a gawk extension''
   lint warnings.

6. Infrastructure upgrades: Bison 3.4.

N. A number of bugs, some of them quite significant, have been fixed.
   See the ChangeLog for details.

diffstat:

 lang/gawk/Makefile |   4 ++--
 lang/gawk/PLIST    |   3 ++-
 lang/gawk/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 8217c612b423 -r 9effee875970 lang/gawk/Makefile
--- a/lang/gawk/Makefile        Tue Oct 08 14:12:50 2019 +0000
+++ b/lang/gawk/Makefile        Tue Oct 08 14:19:42 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2019/04/16 11:43:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.70 2019/10/08 14:19:42 ryoon Exp $
 
-DISTNAME=      gawk-5.0.0
+DISTNAME=      gawk-5.0.1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gawk/}
 EXTRACT_SUFX=  .tar.xz
diff -r 8217c612b423 -r 9effee875970 lang/gawk/PLIST
--- a/lang/gawk/PLIST   Tue Oct 08 14:12:50 2019 +0000
+++ b/lang/gawk/PLIST   Tue Oct 08 14:19:42 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2019/04/16 11:43:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.27 2019/10/08 14:19:42 ryoon Exp $
 bin/${PKGNAME}
 bin/gawk
 gnu/bin/awk
@@ -73,6 +73,7 @@
 share/locale/ms/LC_MESSAGES/gawk.mo
 share/locale/nl/LC_MESSAGES/gawk.mo
 share/locale/pl/LC_MESSAGES/gawk.mo
+share/locale/pt/LC_MESSAGES/gawk.mo
 share/locale/pt_BR/LC_MESSAGES/gawk.mo
 share/locale/sv/LC_MESSAGES/gawk.mo
 share/locale/vi/LC_MESSAGES/gawk.mo
diff -r 8217c612b423 -r 9effee875970 lang/gawk/distinfo
--- a/lang/gawk/distinfo        Tue Oct 08 14:12:50 2019 +0000
+++ b/lang/gawk/distinfo        Tue Oct 08 14:19:42 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.40 2019/04/16 11:43:29 ryoon Exp $
+$NetBSD: distinfo,v 1.41 2019/10/08 14:19:42 ryoon Exp $
 
-SHA1 (gawk-5.0.0.tar.xz) = 4a02d5eaa2cb29b80a26b60e40fe9742f64f2222
-RMD160 (gawk-5.0.0.tar.xz) = b6d10cc874b7b347bf2e9b99cceeeb0ad0111121
-SHA512 (gawk-5.0.0.tar.xz) = 9eb663bbcad53165b7ddb7d72cfb8377252b68004733a9eb8c191b2ddddaff857e48ba811280311384243eb67574fbe7ac9edf4e507f9a82d67b4b2adff8ef6e
-Size (gawk-5.0.0.tar.xz) = 3000432 bytes
+SHA1 (gawk-5.0.1.tar.xz) = ccdad761aa1fc682d688c7095b47208bef726582
+RMD160 (gawk-5.0.1.tar.xz) = 76347bb4049ffb4fe189ed032854255ca167c47e
+SHA512 (gawk-5.0.1.tar.xz) = ff9842a91035f843482d93eac8a35cddf2ce16acaa43a0112c1efff08802aebf705ee70d47eff74a190dca7be330c31f7204ad27cb63bdee65333f9b9c984212
+Size (gawk-5.0.1.tar.xz) = 3136004 bytes
 SHA1 (patch-Makefile.in) = 2f9e8c3ca477ece817d251e22345bf2476fccd00
 SHA1 (patch-extension_Makefile.in) = 07184d54caadbdc4193d1ba2ee52eb557900bdf3
 SHA1 (patch-extension_gawkfts.c) = a88ac0ed14be5133cf081bf25ab8663f0f3372a7



Home | Main Index | Thread Index | Old Index