pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/byacc byacc: update to 20220109.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a82b68270f62
branches:  trunk
changeset: 371473:a82b68270f62
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Jan 10 17:28:32 2022 +0000

description:
byacc: update to 20220109.

2022-01-09  Thomas E. Dickey  <dickey%invisible-island.net@localhost>

        * package/debian/changelog, package/debian/watch, package/debian/control:
        update to use oldstable-compatible rules/config, for testing version upgrade

        * package/byacc.spec, package/mingw-byacc.spec:
        use rpmlint, etc., to "update" these to follow Redhat7 and later.
        due to incompatbilities in that route, this package will not build with #6.

        * reader.c, output.c:
        change a few malloc's to calloc's so clang analyzer can see initialized data

        * closure.c:
        modify address computation in closure.c to avoid undefined behavior on
        machines which do not support large offsets (analysis/patch by Jessica Clarke,
        cf: 2014-09-17)

        * VERSION, package/byacc.spec, package/debian/changelog,
          package/pkgsrc/Makefile:
        bump

2022-01-08  Thomas E. Dickey  <dickey%invisible-island.net@localhost>

        * package/debian/copyright, package/debian/rules:
        update to use oldstable-compatible rules/config, for testing version upgrade

2022-01-02  Thomas E. Dickey  <dickey%invisible-island.net@localhost>

        * package/debian/control: minor fixes adapted from btyacc package

        * package/debian/byacc.docs, package/debian/byacc2.prerm,
          package/debian/byacc2.postinst, package/debian/byacc.postinst,
          package/debian/byacc.prerm:
        RCS_BASE

        * VERSION, package/byacc.spec, package/debian/changelog,
          package/pkgsrc/Makefile:
        bump

diffstat:

 devel/byacc/Makefile |  4 ++--
 devel/byacc/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 920dd7f8a595 -r a82b68270f62 devel/byacc/Makefile
--- a/devel/byacc/Makefile      Mon Jan 10 17:05:45 2022 +0000
+++ b/devel/byacc/Makefile      Mon Jan 10 17:28:32 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2022/01/02 15:45:06 fcambus Exp $
+# $NetBSD: Makefile,v 1.27 2022/01/10 17:28:32 fcambus Exp $
 #
 
-DISTNAME=      byacc-20220101
+DISTNAME=      byacc-20220109
 CATEGORIES=    devel
 MASTER_SITES=  https://invisible-mirror.net/archives/byacc/
 EXTRACT_SUFX=  .tgz
diff -r 920dd7f8a595 -r a82b68270f62 devel/byacc/distinfo
--- a/devel/byacc/distinfo      Mon Jan 10 17:05:45 2022 +0000
+++ b/devel/byacc/distinfo      Mon Jan 10 17:28:32 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/01/02 15:45:06 fcambus Exp $
+$NetBSD: distinfo,v 1.22 2022/01/10 17:28:32 fcambus Exp $
 
-BLAKE2s (byacc-20220101.tgz) = c8402d93ade2056618565f1d949f4dc66eca3e2e9c39d2ff23d3859421f385af
-SHA512 (byacc-20220101.tgz) = 9aff85f0b4ea7f0c9b2e25a155537c99e0591582b2c76c251f08493987a343a812ff86b9cf3d8ecb0954140817c9b164328117de9116f7013e6ec0d91a27486e
-Size (byacc-20220101.tgz) = 895100 bytes
+BLAKE2s (byacc-20220109.tgz) = aad346f857fac1f79f5f47730a49a2eb27796c71d7e5f00a72a8a8cef75837a3
+SHA512 (byacc-20220109.tgz) = 35d7e8f443548d3cc8365cb61a16dd73c6036c7eff12b61f29f9cdfaf7531bed73c505cb6c7908122a7d29abb8fb814af2e6f79b295f4acb7bfc7732683e5791
+Size (byacc-20220109.tgz) = 897220 bytes



Home | Main Index | Thread Index | Old Index