nasm: Update to version 2.15.05

Message ID 20220428212541.2202711-1-adolf.belka@ipfire.org
State Accepted
Commit b7d80a2767f42a6bb8df65084f27a34803ee77de
Headers
Series nasm: Update to version 2.15.05 |

Commit Message

Adolf Belka April 28, 2022, 9:25 p.m. UTC
  - Update from version 2.14.02 (Dec 2018) to 2.15.05 (Aug 2020)
- Most recent commit in git was Dec 2021
- Update of rootfile not required
- Changelog in source tarball and in git repository was last updated in 2007.
  Only option to see changes is to review the commits in
  https://github.com/netwide-assembler/nasm/commits/master

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/nasm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peter Müller April 29, 2022, 6:37 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - Update from version 2.14.02 (Dec 2018) to 2.15.05 (Aug 2020)
> - Most recent commit in git was Dec 2021
> - Update of rootfile not required
> - Changelog in source tarball and in git repository was last updated in 2007.
>   Only option to see changes is to review the commits in
>   https://github.com/netwide-assembler/nasm/commits/master
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
>  lfs/nasm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/nasm b/lfs/nasm
> index 3988297ae..635597c4a 100644
> --- a/lfs/nasm
> +++ b/lfs/nasm
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 2.14.02
> +VER        = 2.15.05
>  
>  THISAPP    = nasm-$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = deb1f3c806ffbe48eefe4163271c68f02a782f75f21980331cb03e64de20da61c118621536c1c869c1629e558cab45ce98fed8443d29c1126fb4255cd6a36ce4
> +$(DL_FILE)_BLAKE2 = a41434965c2125577b762d907a0a3c251c75d9f9beac230fba4099182c7f7beb08c6d2c05c2432b0dc8ba829f24077f44c3096faea9bd0a533250e6dbbfaef35
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/nasm b/lfs/nasm
index 3988297ae..635597c4a 100644
--- a/lfs/nasm
+++ b/lfs/nasm
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.14.02
+VER        = 2.15.05
 
 THISAPP    = nasm-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = deb1f3c806ffbe48eefe4163271c68f02a782f75f21980331cb03e64de20da61c118621536c1c869c1629e558cab45ce98fed8443d29c1126fb4255cd6a36ce4
+$(DL_FILE)_BLAKE2 = a41434965c2125577b762d907a0a3c251c75d9f9beac230fba4099182c7f7beb08c6d2c05c2432b0dc8ba829f24077f44c3096faea9bd0a533250e6dbbfaef35
 
 install : $(TARGET)