* [Buildroot] [PATCH] package/swig: bump to version 4.1.1
@ 2022-12-10 10:07 Francois Perrad
2022-12-11 10:45 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 3+ messages in thread
From: Francois Perrad @ 2022-12-10 10:07 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/swig/Config.in.host | 2 +-
package/swig/swig.hash | 2 +-
package/swig/swig.mk | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/swig/Config.in.host b/package/swig/Config.in.host
index fd2049d30..4c0deebc5 100644
--- a/package/swig/Config.in.host
+++ b/package/swig/Config.in.host
@@ -5,4 +5,4 @@ config BR2_PACKAGE_HOST_SWIG
written in C and C++ with a variety of high-level
programming languages.
- http://www.swig.org/
+ https://www.swig.org/
diff --git a/package/swig/swig.hash b/package/swig/swig.hash
index 64fe4f979..21590c422 100644
--- a/package/swig/swig.hash
+++ b/package/swig/swig.hash
@@ -1,5 +1,5 @@
# Locally computed:
-sha256 d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc swig-4.0.2.tar.gz
+sha256 2af08aced8fcd65cdb5cc62426768914bedc735b1c250325203716f78e39ac9b swig-4.1.1.tar.gz
sha256 f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e LICENSE
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE-GPL
sha256 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2 LICENSE-UNIVERSITIES
diff --git a/package/swig/swig.mk b/package/swig/swig.mk
index 437cf448b..d432cab53 100644
--- a/package/swig/swig.mk
+++ b/package/swig/swig.mk
@@ -4,8 +4,8 @@
#
################################################################################
-SWIG_VERSION_MAJOR = 4.0
-SWIG_VERSION = $(SWIG_VERSION_MAJOR).2
+SWIG_VERSION_MAJOR = 4.1
+SWIG_VERSION = $(SWIG_VERSION_MAJOR).1
SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
HOST_SWIG_DEPENDENCIES = host-bison host-pcre
HOST_SWIG_CONF_OPTS = \
--
2.37.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/swig: bump to version 4.1.1
2022-12-10 10:07 [Buildroot] [PATCH] package/swig: bump to version 4.1.1 Francois Perrad
@ 2022-12-11 10:45 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-12-11 10:45 UTC (permalink / raw)
To: Francois Perrad; +Cc: buildroot
On Sat, 10 Dec 2022 11:07:01 +0100
Francois Perrad <fperrad@gmail.com> wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> package/swig/Config.in.host | 2 +-
> package/swig/swig.hash | 2 +-
> package/swig/swig.mk | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/swig: bump to version 4.1.1
[not found] <20221210100701.3067908-1-francois.perrad__8668.0867172376$1670666855$gmane$org@gadz.org>
@ 2022-12-11 19:00 ` Bernd Kuhls
0 siblings, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2022-12-11 19:00 UTC (permalink / raw)
To: buildroot
Am Sat, 10 Dec 2022 11:07:01 +0100 schrieb Francois Perrad:
> Signed-off-by: Francois Perrad
> <francois.perrad@gadz.org>
> ---
> package/swig/Config.in.host | 2 +-
> package/swig/swig.hash | 2 +-
> package/swig/swig.mk | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)
Hi,
this bump breaks the build of znc:
[ 2%] Generating modpython_biglib.cpp, znc_core.py
Deprecated command line option: -py3. Ignored, this option is no longer
supported.
/home/bernd/buildroot/output/build/znc-1.8.2/include/znc/Modules.h:60:
Error: Macro 'ZNC_EXPORT_LIB_EXPORT' redefined,
:1: Error: previous definition of 'ZNC_EXPORT_LIB_EXPORT'.
make[2]: *** [modules/modpython/CMakeFiles/modpython_swig.dir/build.make:
75: modules/modpython/modpython_biglib.cpp] Error 1
Regards, Bernd
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-11 19:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10 10:07 [Buildroot] [PATCH] package/swig: bump to version 4.1.1 Francois Perrad
2022-12-11 10:45 ` Thomas Petazzoni via buildroot
[not found] <20221210100701.3067908-1-francois.perrad__8668.0867172376$1670666855$gmane$org@gadz.org>
2022-12-11 19:00 ` Bernd Kuhls
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox