[Lunar-commits] <moonbase> nasm: version bumped to 2.04.
Florin Braescu
florin at lunar-linux.org
Sat Sep 27 07:07:27 CEST 2008
commit 7187254f4b031b4d4ec96513e0a567923a057a00
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Sep 27 08:07:27 2008 +0300
nasm: version bumped to 2.04.
This is primarily a bugfix release. In particular, it should end once
and for all abnormalities introduced by forward references when
pass-limited. It does introduce some new features, mostly in the
preprocessor. It adds support for packed BCD and UTF-16/UTF-32
constants. It also adds support for "smart" alignment, padding the
bypassed region with optimized code.
---
compilers/nasm/DETAILS | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/compilers/nasm/DETAILS b/compilers/nasm/DETAILS
index 61a6954..8fcf41a 100644
--- a/compilers/nasm/DETAILS
+++ b/compilers/nasm/DETAILS
@@ -1,11 +1,11 @@
MODULE=nasm
- VERSION=2.03.01
+ VERSION=2.04
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:45590099abaf8e46f43c430c51ec29174e33c818
+ SOURCE_URL=http://www.nasm.us/pub/nasm/releasebuilds/$VERSION
+ SOURCE_VFY=sha1:cdf09df5b982c049fd47cd08cdf1074388907992
WEB_SITE=http://nasm.sourceforge.net
ENTERED=20010922
- UPDATED=20080618
+ UPDATED=20080927
SHORT="The netwide assembler"
cat << EOF
More information about the Lunar-commits
mailing list