Commit graph

12 commits

Author SHA1 Message Date
tron
e1d3c2f146 Add a patch from the "nasm" GIT repository to fix a crash triggered by
certain assembler files. This closes the security hole reported in SA30594
(which is IMHO highly debatable).
2008-06-17 14:06:25 +00:00
drochner
47ea083e62 update to 2.02
changes:
-bugfixes
-documentation improvements
-ELF: Experimental support for DWARF debugging information
-New compile date and time standard macros
-%ifnum now returns true for negative numbers
-Add support for the XSAVE instruction group
2008-03-12 21:16:12 +00:00
bjs
50b333ff72 Update package to install html documentation in the right place.
While here, simplify things by using the BSD_INSTALL* variables.

Bump PKGREVISION.
2008-02-08 03:50:07 +00:00
bjs
128c05296a Update to version 2.01. There are far too many changes to include here;
please see the ChangeLog if interested.

All patches except Makefile patches are no longer necessary.

While here, add -Wno-signed-char to quiet these warnings.
Also change INSTALLATION_DIRS to AUTO_MKDIRS, quiet pkglint
by setting INFO_FILES=yes.
2008-01-28 05:38:20 +00:00
rillig
39ed527492 Patch files start with the CVS Id. 2008-01-05 21:49:42 +00:00
jmmv
04bfca8d21 Ah well, GCC_VERSION is only defined within gcc code. Use __GNUC__ and
__GNUC_MINOR__ instead.  Still checking for >= 3.4.0 though.
2007-01-08 13:36:28 +00:00
jmmv
d5ce3660e1 Only use __builtin_ctzl if it is available; minimum gcc version number taken
from http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00828.html, so I guess it
is right.

Should fix PR pkg/35380 by tron@, which reports build failure under
NetBSD 3.1/i386 (it worked in -current, though).
2007-01-08 13:21:43 +00:00
jmmv
5080918643 Add support to generate Mach-O objects (for Intel Macs). Code taken from
the CVS repository, so it will be in the next public release of nasm.
Bump PKGREVISION to 3.
2007-01-06 15:11:57 +00:00
adrianp
c461ed0f27 - Bump to nb1 for recent security issue
- https://bugzilla.redhat.com/beta/show_bug.cgi?id=152962
- https://bugzilla.redhat.com/beta/show_bug.cgi?id=152963
- https://www.redhat.com/archives/fedora-cvs-commits/2005-April/msg00159.html
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1194
2005-05-05 20:12:46 +00:00
tron
25207402bc Remove obsolete patch files. 2005-02-25 13:41:24 +00:00
adrianp
f3ea10cc7e Bump to nb1 for recent security issue:
http://sourceforge.net/mailarchive/forum.php?thread_id=6166881&forum_id=4978
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1287
2005-01-06 13:06:10 +00:00
jmmv
6fbafc115e Update to 0.98.37 (really, rename nasm-devel to nasm). This version is far
more complete than 0.98, plus homogenizing the package in a single one will
save us from conflicts during bulk builds (and during manual builds too).
2003-09-17 16:40:12 +00:00