public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] lua: Update to version 5.4.4
Date: Sat, 05 Feb 2022 13:21:18 +0000	[thread overview]
Message-ID: <56becda4-dea3-c11b-c129-40463be923df@ipfire.org> (raw)
In-Reply-To: <20220205120143.3445336-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2033 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from 5.4.3 to 5.4.4
> - Update of rootfile
> - Update of pkgconfig file
> - Changelog
>    11 bugs from version 5.4.3 or earlier fixed
>    See https://www.lua.org/bugs.html#5.4.3 for details
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  config/lua/lua.pc           | 2 +-
>  config/rootfiles/common/lua | 2 +-
>  lfs/lua                     | 6 +++---
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/config/lua/lua.pc b/config/lua/lua.pc
> index f6d25ec33..5244acc17 100644
> --- a/config/lua/lua.pc
> +++ b/config/lua/lua.pc
> @@ -1,5 +1,5 @@
>  V=5.4
> -R=5.4.3
> +R=5.4.4
>  
>  prefix=/usr
>  INSTALL_BIN=${prefix}/bin
> diff --git a/config/rootfiles/common/lua b/config/rootfiles/common/lua
> index 1839f7e1b..ac844ac03 100644
> --- a/config/rootfiles/common/lua
> +++ b/config/rootfiles/common/lua
> @@ -7,7 +7,7 @@ usr/bin/luac
>  #usr/include/lualib.h
>  #usr/lib/liblua.so
>  usr/lib/liblua.so.5.4
> -usr/lib/liblua.so.5.4.3
> +usr/lib/liblua.so.5.4.4
>  #usr/lib/lua
>  #usr/lib/lua/5.4
>  #usr/lib/pkgconfig/lua.pc
> diff --git a/lfs/lua b/lfs/lua
> index 8fffba704..806e85ddb 100644
> --- a/lfs/lua
> +++ b/lfs/lua
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 5.4.3
> +VER        = 5.4.4
>  
>  THISAPP    = lua-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = ef63ed2ecfb713646a7fcc583cf5f352
> +$(DL_FILE)_MD5 = bd8ce7069ff99a400efd14cf339a727b
>  
>  install : $(TARGET)
>  
> @@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>  	cd $(DIR_APP) && make INSTALL_TOP=/usr                			\
>  			      INSTALL_DATA="cp -d"            			\
>  			      INSTALL_MAN=/usr/share/man/man1 			\
> -			      TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.3"  \
> +			      TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.4"  \
>  			 install
>  	@rm -rf $(DIR_APP)
>  	@$(POSTBUILD)

      reply	other threads:[~2022-02-05 13:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-05 12:01 Adolf Belka
2022-02-05 13:21 ` Peter Müller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56becda4-dea3-c11b-c129-40463be923df@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox