pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/byacc
Module Name: pkgsrc
Committed By: fcambus
Date: Mon Jan 10 17:28:32 UTC 2022
Modified Files:
pkgsrc/devel/byacc: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/byacc/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/byacc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/byacc/Makefile
diff -u pkgsrc/devel/byacc/Makefile:1.26 pkgsrc/devel/byacc/Makefile:1.27
--- pkgsrc/devel/byacc/Makefile:1.26 Sun Jan 2 15:45:06 2022
+++ pkgsrc/devel/byacc/Makefile Mon Jan 10 17:28:32 2022
@@ -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
Index: pkgsrc/devel/byacc/distinfo
diff -u pkgsrc/devel/byacc/distinfo:1.21 pkgsrc/devel/byacc/distinfo:1.22
--- pkgsrc/devel/byacc/distinfo:1.21 Sun Jan 2 15:45:06 2022
+++ pkgsrc/devel/byacc/distinfo Mon Jan 10 17:28:32 2022
@@ -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