summaryrefslogtreecommitdiff
path: root/pkg/nasm/patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-30 15:48:03 -0700
committerMichael Forney <mforney@mforney.org>2020-06-30 15:48:03 -0700
commit954bdd9cc75e346cee07c3d3d2d834c68f3c1e6d (patch)
treea902ec34ee2733d06b581b7711156b9a40259972 /pkg/nasm/patch
parentcb6514b21e253a6be7a310377e200be3e2bc04e4 (diff)
nasm: Update to 2.15.01
Diffstat (limited to 'pkg/nasm/patch')
-rw-r--r--pkg/nasm/patch/0001-Remove-date-from-version-info-to-make-build-reproduc.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/pkg/nasm/patch/0001-Remove-date-from-version-info-to-make-build-reproduc.patch b/pkg/nasm/patch/0001-Remove-date-from-version-info-to-make-build-reproduc.patch
index 2677165a..ffbc2050 100644
--- a/pkg/nasm/patch/0001-Remove-date-from-version-info-to-make-build-reproduc.patch
+++ b/pkg/nasm/patch/0001-Remove-date-from-version-info-to-make-build-reproduc.patch
@@ -1,4 +1,4 @@
-From b5586408623a3b346ad9e5157d0b9a2ad6d78614 Mon Sep 17 00:00:00 2001
+From 62c2b6a0314a2c7123f9925a45b694d7119227f6 Mon Sep 17 00:00:00 2001
From: Val Lorentz <progval@progval.net>
Date: Sun, 29 Jan 2017 17:39:54 -0800
Subject: [PATCH] Remove date from version info to make build reproducible
@@ -12,10 +12,10 @@ Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/asm/nasm.c b/asm/nasm.c
-index 1c5a5fc5..35c1e974 100644
+index 7c64569f..9659bf15 100644
--- a/asm/nasm.c
+++ b/asm/nasm.c
-@@ -871,8 +871,8 @@ static const struct textargs textopts[] = {
+@@ -973,8 +973,8 @@ static const struct textargs textopts[] = {
static void show_version(void)
{
@@ -27,10 +27,10 @@ index 1c5a5fc5..35c1e974 100644
}
diff --git a/disasm/ndisasm.c b/disasm/ndisasm.c
-index 2d0cf153..7383170c 100644
+index 01e0c557..7424b282 100644
--- a/disasm/ndisasm.c
+++ b/disasm/ndisasm.c
-@@ -118,8 +118,8 @@ int main(int argc, char **argv)
+@@ -120,8 +120,8 @@ int main(int argc, char **argv)
case 'r':
case 'v':
fprintf(stderr,
@@ -42,19 +42,19 @@ index 2d0cf153..7383170c 100644
case 'u': /* -u for -b 32, -uu for -b 64 */
if (bits < 64)
diff --git a/include/ver.h b/include/ver.h
-index 62d9c52d..6c93fe15 100644
+index ab6e9784..4b26499c 100644
--- a/include/ver.h
+++ b/include/ver.h
-@@ -39,7 +39,6 @@
- #define NASM_VER_H
+@@ -41,7 +41,6 @@
+ #include "compiler.h"
extern const char nasm_version[];
-extern const char nasm_date[];
extern const char nasm_compile_options[];
- extern const char nasm_comment[];
- extern const char nasm_signature[];
+
+ extern const char *nasm_comment(void);
diff --git a/nasmlib/ver.c b/nasmlib/ver.c
-index 98362e35..826ff159 100644
+index 9f80f79c..f711f332 100644
--- a/nasmlib/ver.c
+++ b/nasmlib/ver.c
@@ -36,7 +36,6 @@
@@ -66,5 +66,5 @@ index 98362e35..826ff159 100644
#ifdef DEBUG
" with -DDEBUG"
--
-2.22.0
+2.27.0