Subject: CVS commit: pkgsrc/cross/atasm
From: Frederic Cambus
Date: 2021-03-21 11:21:07
Message id: 20210321102107.CA837FA95@cvs.NetBSD.org

Log Message:
atasm: update to 1.09.

Pkgsrc changes:

- Regenerate Makefile patch
- Remove patch for GCC 2.95 introduced in 2004

ChangeLog:

September 21, 2011 version 1.07

- Introduced .BANKNUM operator
- Allow .SET 6 to forward reference labels
- Allow leading underscores in label names
- Fixed an error with command-line defines
- Allow character quoting of spaces and semicolons
- Allow comments to start without a preceding  space
- Fixed local label references inside of macros or macro parameters

May 26, 2014 version 1.08

- Initial support of list files with -g command-line parameter
- Allow .INCBIN to honor include paths
- Missing state files no longer segfault
- Double-forward defines now throw an error rather than silently generate
  bad code

March 20, 2021 version 1.09

- Fixed a problem with filename creation when saving output to an ATR image
- Fixed CVE-2019-19785: Stack-based buffer overflow in to_comma()
- Fixed CVE-2019-19786: Stack-based buffer overflow in parse_expr()
- Fixed CVE-2019-19787: Stack-based buffer overflow in get_signed_expression()

Files:
RevisionActionfile
1.15modifypkgsrc/cross/atasm/Makefile
1.8modifypkgsrc/cross/atasm/distinfo
1.1addpkgsrc/cross/atasm/patches/patch-src_Makefile
1.4removepkgsrc/cross/atasm/patches/patch-aa
1.2removepkgsrc/cross/atasm/patches/patch-ab