Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/dasm cross/dasm: update to 2.20.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c47fde851a4f
branches:  trunk
changeset: 438541:c47fde851a4f
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Mon Sep 07 16:56:48 2020 +0000

description:
cross/dasm: update to 2.20.13.

This is version 2.20.13 of DASM. It is mainly a bugfix release.

Short summary of fixes:

    Longstring segfault fix
    Fix for non-symbol-compliant unquoted filenames
    Address expression fix
    Makefile portability fixes
    Added atari 7800 header files
    Allow labels to shift between multiple passes
    Fix for silenced single pass non-abort errors
    Adjust .byte and .word negative range check
    Duplicate macro fix
    Reduce gcc Wall option build warnings
    Added 'strict' syntax check mode (+ added to docs)
    Enable .word size check for strict-mode only
    Dynamic buffers for pass-output update

Console-specific header files and common macros are included for:

    Atari 2600 VCS
    Atari 7800 (new!!)
    Fairchild Channel F VES

This is version 2.20.12 of DASM.

Short summary of most important fixes/changes:

    Fix for handling linux linefeeds under Windows
    Fix for segfault on long lines
    Supports using constants for include files

diffstat:

 cross/dasm/Makefile |   5 ++---
 cross/dasm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r d1a5a643f115 -r c47fde851a4f cross/dasm/Makefile
--- a/cross/dasm/Makefile       Mon Sep 07 15:47:27 2020 +0000
+++ b/cross/dasm/Makefile       Mon Sep 07 16:56:48 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2019/12/09 09:29:15 ng0 Exp $
+# $NetBSD: Makefile,v 1.14 2020/09/07 16:56:48 rhialto Exp $
 #
 
-DISTNAME=      dasm-2.20.11
-PKGREVISION=   1
+DISTNAME=      dasm-2.20.13
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 CATEGORIES=    cross
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dasm-assembler/}
diff -r d1a5a643f115 -r c47fde851a4f cross/dasm/distinfo
--- a/cross/dasm/distinfo       Mon Sep 07 15:47:27 2020 +0000
+++ b/cross/dasm/distinfo       Mon Sep 07 16:56:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/12/09 09:29:15 ng0 Exp $
+$NetBSD: distinfo,v 1.12 2020/09/07 16:56:48 rhialto Exp $
 
-SHA1 (dasm-2.20.11/dasm-2.20.11.tar.gz) = 36ffd6784cad9c9503d6906c47718b9dd5f58274
-RMD160 (dasm-2.20.11/dasm-2.20.11.tar.gz) = e56d4fc5b41d1998de434d56f21ecd2d74d82a55
-SHA512 (dasm-2.20.11/dasm-2.20.11.tar.gz) = 0bcf7fa8b934129a416dbb8f238ae1a01401a469acc1e2fff30961f4c8e2fcb21132468ac0e41b40dd61b9efcbb9c109144ef293c0014bfcc394e880aea53d16
-Size (dasm-2.20.11/dasm-2.20.11.tar.gz) = 189028 bytes
+SHA1 (dasm-2.20.13/dasm-2.20.13.tar.gz) = 36ffd6784cad9c9503d6906c47718b9dd5f58274
+RMD160 (dasm-2.20.13/dasm-2.20.13.tar.gz) = e56d4fc5b41d1998de434d56f21ecd2d74d82a55
+SHA512 (dasm-2.20.13/dasm-2.20.13.tar.gz) = 0bcf7fa8b934129a416dbb8f238ae1a01401a469acc1e2fff30961f4c8e2fcb21132468ac0e41b40dd61b9efcbb9c109144ef293c0014bfcc394e880aea53d16
+Size (dasm-2.20.13/dasm-2.20.13.tar.gz) = 189028 bytes



Home | Main Index | Thread Index | Old Index