pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nasm



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 11 09:02:54 UTC 2017

Modified Files:
        pkgsrc/devel/nasm: Makefile distinfo

Log Message:
nasm: updated to 2.13.02

Version 2.13.02
* Fix false positive in testing of numeric overflows.
* Fix generation of {PEXTRW} instruction.
* Fix {smartalign} package which could trigger an error during
  optimization if the alignment code expanded too much due to
  optimization of the previous code.
* Fix a case where negative value in {TIMES} directive causes
  panic instead of an error.
* Always finalize {.debug_abbrev} section with a null in
  {dwarf} output format.
* Support {debug} flag in section attributes for {macho}
  output format.  See {machosect}.
* Support up to 16 characters in section names for {macho}
  output format.
* Fix missing update of global {BITS} setting if {SECTION}
  directive specified a bit size using output format-specific
  extensions (e.g. {USE32} for the {obj} output format.)
* Fix the incorrect generation of VEX-encoded instruction when static
  mode decorators are specified on scalar instructions, losing the
  decorators as they require EVEX encoding.
* Option {-MW} to quote dependency outputs according to Watcom
  Make conventions instead of POSIX Make conventions.  See {opt-MW}.
* The {obj} output format now contains embedded dependency file
  information, unless disabled with {%pragma obj nodepend}.  See
  {objdepend}.
* Fix generation of dependency lists.
* Fix a number of null pointer reference and memory allocation errors.
* Always generate symbol-relative relocations for the {macho64}
  output format; at least some versions of the XCode/LLVM linker fails
  for section-relative relocations.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/nasm/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/nasm/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/nasm/Makefile
diff -u pkgsrc/devel/nasm/Makefile:1.55 pkgsrc/devel/nasm/Makefile:1.56
--- pkgsrc/devel/nasm/Makefile:1.55     Fri Aug 11 22:17:34 2017
+++ pkgsrc/devel/nasm/Makefile  Mon Dec 11 09:02:54 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2017/08/11 22:17:34 maya Exp $
+# $NetBSD: Makefile,v 1.56 2017/12/11 09:02:54 adam Exp $
 
-DISTNAME=      nasm-2.13.01
+DISTNAME=      nasm-2.13.02
 CATEGORIES=    devel lang
 MASTER_SITES=  http://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz
@@ -10,8 +10,6 @@ HOMEPAGE=     http://www.nasm.us/
 COMMENT=       General-purpose x86 assembler
 LICENSE=       2-clause-bsd
 
-#AUTO_MKDIRS=          yes
-
 USE_TOOLS+=            gmake makeinfo perl
 GNU_CONFIGURE=         yes
 

Index: pkgsrc/devel/nasm/distinfo
diff -u pkgsrc/devel/nasm/distinfo:1.27 pkgsrc/devel/nasm/distinfo:1.28
--- pkgsrc/devel/nasm/distinfo:1.27     Thu May 18 21:44:42 2017
+++ pkgsrc/devel/nasm/distinfo  Mon Dec 11 09:02:54 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2017/05/18 21:44:42 adam Exp $
+$NetBSD: distinfo,v 1.28 2017/12/11 09:02:54 adam Exp $
 
-SHA1 (nasm-2.13.01.tar.xz) = b2ff7fbb085cfc7ba29f48cd79cb1e88bbcc128b
-RMD160 (nasm-2.13.01.tar.xz) = 04a53df091350466ec5bb270662ac0da63a5d219
-SHA512 (nasm-2.13.01.tar.xz) = 6561a2efb3ffea77a1a8cd364edf1ecedb2c14e1902469d7c59d743f25ca612529113d1099818abbe0a9f2592f12604f1810855bbdf8dc9de3648094a83529ae
-Size (nasm-2.13.01.tar.xz) = 800244 bytes
+SHA1 (nasm-2.13.02.tar.xz) = 9f2e5f95d7966fe609c7c20771d64254ee77204e
+RMD160 (nasm-2.13.02.tar.xz) = 4806988e6e921b4feae76e44341f6f6e3162853e
+SHA512 (nasm-2.13.02.tar.xz) = 62b9db259f24bda428eb1532aa262df10e5352008cd8b4570ed31e20d9e966ad580b8084e9f4589a14f8dde2230289695bee4fbab0f6beb9d5f9c89f837307bd
+Size (nasm-2.13.02.tar.xz) = 805744 bytes
 SHA1 (patch-Makefile.in) = a85054afeb827b61b0db3352825088454e3013d4
 SHA1 (patch-doc_Makefile.in) = 20bb04e4fb00ec14d1e2bb31a3fe2497673132ef



Home | Main Index | Thread Index | Old Index