Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/luaexpat: bump to version 1.4.0
@ 2022-04-04  7:27 Arnout Vandecappelle
  0 siblings, 0 replies; only message in thread
From: Arnout Vandecappelle @ 2022-04-04  7:27 UTC (permalink / raw)
  To: buildroot

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

commit: https://git.buildroot.net/buildroot/commit/?id=3852f88c9a895051b66177b32074c2f2aaafef04
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

moved under the hat of https://github.com/lunarmodules

remove upstream patch

diff LICENSE:
-The MIT License (MIT)
-Copyright (c) 2013 Tomás Guisasola
+Copyright (C) 2003-2007 The Kepler Project, 2013-2022 Matthew Wild

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 .../0001-restore-getcurrentbytecount.patch         | 40 ----------------------
 package/luaexpat/Config.in                         |  2 +-
 package/luaexpat/luaexpat.hash                     |  4 +--
 package/luaexpat/luaexpat.mk                       |  3 +-
 4 files changed, 5 insertions(+), 44 deletions(-)

diff --git a/package/luaexpat/0001-restore-getcurrentbytecount.patch b/package/luaexpat/0001-restore-getcurrentbytecount.patch
deleted file mode 100644
index 6cf2192678..0000000000
--- a/package/luaexpat/0001-restore-getcurrentbytecount.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 77cb691f781918908dfe34785f00a5ff75d5cc20 Mon Sep 17 00:00:00 2001
-From: Francois Perrad <francois.perrad@gadz.org>
-Date: Sat, 16 Feb 2019 15:56:00 +0100
-Subject: [PATCH] restore getcurrentbytecount
-
-see https://github.com/tomasguisasola/luaexpat/issues/3
-
-Fetch from: https://github.com/tomasguisasola/luaexpat/commit/0926f2d705109b7d35b721344264b39c1169e0de
-
-Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
----
- src/lxplib.c | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/luaexpat-1.3.3/src/lxplib.c b/luaexpat-1.3.3/src/lxplib.c
-index 7726913..35bec3c 100644
---- a/luaexpat-1.3.3/src/lxplib.c
-+++ b/luaexpat-1.3.3/src/lxplib.c
-@@ -538,11 +538,18 @@ static int lxp_stop (lua_State *L) {
-   return 1;
- }
- 
-+static int lxp_getcurrentbytecount (lua_State* L) {
-+  lxp_userdata *xpu = checkparser(L, 1);
-+  lua_pushinteger(L, XML_GetCurrentByteCount(xpu->parser));
-+  return 1;
-+}
-+
- static const luaL_Reg lxp_meths[] = {
-   {"parse", lxp_parse},
-   {"close", lxp_close},
-   {"__gc", parser_gc},
-   {"pos", lxp_pos},
-+  {"getcurrentbytecount", lxp_getcurrentbytecount},
-   {"setencoding", lxp_setencoding},
-   {"getcallbacks", getcallbacks},
-   {"getbase", getbase},
--- 
-2.17.1
-
diff --git a/package/luaexpat/Config.in b/package/luaexpat/Config.in
index 2322dc430c..25b067460a 100644
--- a/package/luaexpat/Config.in
+++ b/package/luaexpat/Config.in
@@ -4,4 +4,4 @@ config BR2_PACKAGE_LUAEXPAT
 	help
 	  LuaExpat is a SAX XML parser based on the Expat library.
 
-	  http://www.keplerproject.org/luaexpat/
+	  https://lunarmodules.github.io/luaexpat
diff --git a/package/luaexpat/luaexpat.hash b/package/luaexpat/luaexpat.hash
index dd1cf40e5f..fbfb623fcc 100644
--- a/package/luaexpat/luaexpat.hash
+++ b/package/luaexpat/luaexpat.hash
@@ -1,3 +1,3 @@
 # computed by luarocks/buildroot
-sha256 b55908fcd7df490a59aab25284460add8283f1c6b94ab584900fe3e49775172a  luaexpat-1.3.3-1.src.rock
-sha256 7f5cb0c1750babcbb09637b7f0ff34972d51cf23b7f413bef902b47aa65febcd  luaexpat-1.3.3/LICENSE
+sha256  bee88ddc1063f49c5685b75b6696e8df0607a388432cbcb189cd0b8291d956aa  luaexpat-1.4.0-1.src.rock
+sha256  7e6a727e5b57cca713a2f2633f05d7e0cc1e261cc6a7613bbe266e625b2f14da  luaexpat/LICENSE
diff --git a/package/luaexpat/luaexpat.mk b/package/luaexpat/luaexpat.mk
index 8c86b24f26..c176fb8c17 100644
--- a/package/luaexpat/luaexpat.mk
+++ b/package/luaexpat/luaexpat.mk
@@ -4,7 +4,8 @@
 #
 ################################################################################
 
-LUAEXPAT_VERSION = 1.3.3-1
+LUAEXPAT_VERSION = 1.4.0-1
+LUAEXPAT_SUBDIR = luaexpat
 LUAEXPAT_LICENSE = MIT
 LUAEXPAT_LICENSE_FILES = $(LUAEXPAT_SUBDIR)/LICENSE
 LUAEXPAT_DEPENDENCIES = expat

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-04  7:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-04  7:27 [Buildroot] [git commit] package/luaexpat: bump to version 1.4.0 Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox