diff options
author | wen <wen@pkgsrc.org> | 2015-02-23 11:25:08 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-02-23 11:25:08 +0000 |
commit | c75913ec171be453a530105d0bfcfc378f0ce3a8 (patch) | |
tree | 7865413d98f71eacef46beb21773a7243113da64 /devel/nasm/Makefile | |
parent | 828e94f129608454dedbf2475948385ca06e7cb4 (diff) | |
download | pkgsrc-c75913ec171be453a530105d0bfcfc378f0ce3a8.tar.gz |
Update to 2.11.08
Upstream changes:
Version 2.11.08
Fix section length computation in bin backend which leaded in incorrect relocation records.
Add a warning for numeric preprocessor definitions passed via command line which might have unexpected results otherwise.
Add ability to specify a module name record in rdoff linker with -mn option.
Increase label length capacity up to 256 bytes in rdoff backend for FreePascal sake, which tends to generate very long labels for procedures.
Fix segmentation failure when rip addressing is used in macho64 backend.
Fix access on out of memory when handling strings with a single grave. We have sixed similar problem in previous release but not all cases were covered.
Fix NULL dereference in disassembled on BND instruction.
Version 2.11.07
Fix 256 bit VMOVNTPS instruction.
Fix -MD option handling, which was rather broken in previous release changing command line api.
Fix access to unitialized space when handling strings with a single grave.
Fix nil dereference in handling memory reference parsing.
Diffstat (limited to 'devel/nasm/Makefile')
-rw-r--r-- | devel/nasm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index a594598ad4e..bc36d99e4ea 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2014/10/29 08:10:02 wen Exp $ +# $NetBSD: Makefile,v 1.49 2015/02/23 11:25:08 wen Exp $ -DISTNAME= nasm-2.11.06 +DISTNAME= nasm-2.11.08 CATEGORIES= devel lang MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz |