Skip to content

Commit

Permalink
byacc: update to 20220109.
Browse files Browse the repository at this point in the history
2022-01-09  Thomas E. Dickey  <dickey@invisible-island.net>

	* 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>

	* 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>

	* 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
  • Loading branch information
fcambus committed Jan 10, 2022
1 parent 28b7ccc commit 77e57db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/byacc/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/byacc/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77e57db

Please sign in to comment.