From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Yair Ben-Avraham <yairba@protonmail.com>
Cc: "buildroot@buildroot.org" <buildroot@buildroot.org>
Subject: Re: [Buildroot] package/gloox: bump version to 1.0.27
Date: Mon, 8 May 2023 22:59:53 +0200 [thread overview]
Message-ID: <20230508205953.GT252090@scaer> (raw)
In-Reply-To: <Tm7UB83oi2aPJoQgoeiYTQrMJLPO4yjcBMbKqUPLlebN4FU9m2kt2n7NpycuWBjEDKrXzTL0AngujcH42EmoZLtIdZ8PxVtmUE1fYjH3jJU=@protonmail.com>
Yair, All,
On 2023-04-25 13:34 +0000, Yair Ben-Avraham via buildroot spake thusly:
> Signed-off-by: Yair Ben-Avraham <yairba@protonmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> ...src-connectiontcpserver-cpp-fix-musl.patch | 25 -------------------
> package/gloox/gloox.hash | 2 +-
> package/gloox/gloox.mk | 2 +-
> 3 files changed, 2 insertions(+), 27 deletions(-)
> delete mode 100644 package/gloox/0001-src-connectiontcpserver-cpp-fix-musl.patch
>
> diff --git a/package/gloox/0001-src-connectiontcpserver-cpp-fix-musl.patch b/package/gloox/0001-src-connectiontcpserver-cpp-fix-musl.patch
> deleted file mode 100644
> index 56a2d4982c..0000000000
> --- a/package/gloox/0001-src-connectiontcpserver-cpp-fix-musl.patch
> +++ /dev/null
> @@ -1,25 +0,0 @@
> -src/connectiontcpserver.cpp: fix musl build
> -
> -Build on musl fails on:
> -
> -connectiontcpserver.cpp:131:13: error: 'strerror' was not declared in this scope
> - + strerror( err ) + " (errno: " + util::int2string( err ) + ")";
> - ^~~~~~~~
> -
> -Fixes:
> - - http://autobuild.buildroot.org/results/a61a91bb6e1156eff5fb756f9dccfc2bb6c0f277
> -
> -Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> -[Upstream status: https://bugs.camaya.net/ticket/?id=291]
> -
> -diff -Nuar gloox-1.0.23-orig/src/connectiontcpserver.cpp gloox-1.0.23/src/connectiontcpserver.cpp
> ---- gloox-1.0.23-orig/src/connectiontcpserver.cpp 2020-06-05 23:22:59.624018949 +0200
> -+++ gloox-1.0.23/src/connectiontcpserver.cpp 2020-06-05 23:26:20.708027221 +0200
> -@@ -36,6 +36,7 @@
> - # include <resolv.h>
> - # include <netdb.h>
> - # include <arpa/inet.h>
> -+# include <string.h>
> - # include <sys/socket.h>
> - # include <sys/un.h>
> - # include <sys/select.h>
> diff --git a/package/gloox/gloox.hash b/package/gloox/gloox.hash
> index 6419db90f8..66a3c2d1be 100644
> --- a/package/gloox/gloox.hash
> +++ b/package/gloox/gloox.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 ae1462be2a2eb8fe5cd054825143617c53c2c9c7195606cb5a5ba68c0f68f9c9 gloox-1.0.24.tar.bz2
> +sha256 0b8b7371439bc58d9e51384b616c964b18b7b41b87af1b7855104380eda86ffb gloox-1.0.27.tar.bz2
> sha256 40a20c41c8dabb8ba61bea983fa8f2f6989e67fac56bb62c2249053807fd26af LICENSE
> diff --git a/package/gloox/gloox.mk b/package/gloox/gloox.mk
> index b741d5ebc1..3495db96f0 100644
> --- a/package/gloox/gloox.mk
> +++ b/package/gloox/gloox.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -GLOOX_VERSION = 1.0.24
> +GLOOX_VERSION = 1.0.27
> GLOOX_SOURCE = gloox-$(GLOOX_VERSION).tar.bz2
> GLOOX_SITE = https://camaya.net/download
> GLOOX_LICENSE = GPL-3.0 with OpenSSL exception
> --
> 2.30.2
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2023-05-08 21:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-25 13:34 [Buildroot] package/gloox: bump version to 1.0.27 Yair Ben-Avraham via buildroot
2023-05-08 20:59 ` Yann E. MORIN [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=20230508205953.GT252090@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=yairba@protonmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.