All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libxmlrpc: bump version to 1.60.00 (code/advanced@r3162)
@ 2023-10-20  9:09 Gaël PORTAY
  2023-10-22 11:59 ` Yann E. MORIN
  2023-10-22 12:06 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Gaël PORTAY @ 2023-10-20  9:09 UTC (permalink / raw)
  To: buildroot; +Cc: Gaël PORTAY, Alvaro G . M

Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
---
 package/libxmlrpc/libxmlrpc.hash | 2 +-
 package/libxmlrpc/libxmlrpc.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libxmlrpc/libxmlrpc.hash b/package/libxmlrpc/libxmlrpc.hash
index 665ee31836..cad4d0e379 100644
--- a/package/libxmlrpc/libxmlrpc.hash
+++ b/package/libxmlrpc/libxmlrpc.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  626e36295f43b320082bc7bdd961b46f39fbe2719535b5a417975a8e50c8f7f3  libxmlrpc-r3119-br3.tar.gz
+sha256  ac5f5e83c6feaa5276fd0610b055c6e5d350089704b60c17d5af30afb08506c5  libxmlrpc-r3162-br3.tar.gz
 sha256  db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6  doc/COPYING
diff --git a/package/libxmlrpc/libxmlrpc.mk b/package/libxmlrpc/libxmlrpc.mk
index c1b0eae8ee..2d3ee66050 100644
--- a/package/libxmlrpc/libxmlrpc.mk
+++ b/package/libxmlrpc/libxmlrpc.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-# 1.58.02 (code/advanced@r3119)
-LIBXMLRPC_VERSION = r3119
+# 1.60.00 (code/advanced@r3162)
+LIBXMLRPC_VERSION = r3162
 LIBXMLRPC_SITE = https://svn.code.sf.net/p/xmlrpc-c/code/advanced
 LIBXMLRPC_SITE_METHOD = svn
 LIBXMLRPC_LICENSE = BSD-3-Clause (xml-rpc main code and abyss web server), BSD like (lib/expat), Python 1.5.2 license (parts of xmlrpc_base64.c)
-- 
2.42.0

_______________________________________________
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 1/1] package/libxmlrpc: bump version to 1.60.00 (code/advanced@r3162)
  2023-10-20  9:09 [Buildroot] [PATCH 1/1] package/libxmlrpc: bump version to 1.60.00 (code/advanced@r3162) Gaël PORTAY
@ 2023-10-22 11:59 ` Yann E. MORIN
  2023-10-22 12:06 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-10-22 11:59 UTC (permalink / raw)
  To: Gaël PORTAY; +Cc: Alvaro G . M, buildroot

Gaël, All,

On 2023-10-20 11:09 +0200, Gaël PORTAY spake thusly:
> Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
> ---
>  package/libxmlrpc/libxmlrpc.hash | 2 +-
>  package/libxmlrpc/libxmlrpc.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/libxmlrpc/libxmlrpc.hash b/package/libxmlrpc/libxmlrpc.hash
> index 665ee31836..cad4d0e379 100644
> --- a/package/libxmlrpc/libxmlrpc.hash
> +++ b/package/libxmlrpc/libxmlrpc.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  626e36295f43b320082bc7bdd961b46f39fbe2719535b5a417975a8e50c8f7f3  libxmlrpc-r3119-br3.tar.gz
> +sha256  ac5f5e83c6feaa5276fd0610b055c6e5d350089704b60c17d5af30afb08506c5  libxmlrpc-r3162-br3.tar.gz
>  sha256  db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6  doc/COPYING
> diff --git a/package/libxmlrpc/libxmlrpc.mk b/package/libxmlrpc/libxmlrpc.mk
> index c1b0eae8ee..2d3ee66050 100644
> --- a/package/libxmlrpc/libxmlrpc.mk
> +++ b/package/libxmlrpc/libxmlrpc.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -# 1.58.02 (code/advanced@r3119)
> -LIBXMLRPC_VERSION = r3119
> +# 1.60.00 (code/advanced@r3162)
> +LIBXMLRPC_VERSION = r3162
>  LIBXMLRPC_SITE = https://svn.code.sf.net/p/xmlrpc-c/code/advanced

Why don't we use the "tag" rather than a revision in the dev branch:

    http://svn.code.sf.net/p/xmlrpc-c/code/release_number/01.60.00

OK, it looks like not all versions get a tag, and 01.06.01 is a;ready
released without a tag...

Regards,
Yann E. MORIN.

>  LIBXMLRPC_SITE_METHOD = svn
>  LIBXMLRPC_LICENSE = BSD-3-Clause (xml-rpc main code and abyss web server), BSD like (lib/expat), Python 1.5.2 license (parts of xmlrpc_base64.c)
> -- 
> 2.42.0
> 
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libxmlrpc: bump version to 1.60.00 (code/advanced@r3162)
  2023-10-20  9:09 [Buildroot] [PATCH 1/1] package/libxmlrpc: bump version to 1.60.00 (code/advanced@r3162) Gaël PORTAY
  2023-10-22 11:59 ` Yann E. MORIN
@ 2023-10-22 12:06 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-10-22 12:06 UTC (permalink / raw)
  To: Gaël PORTAY; +Cc: Alvaro G . M, buildroot

Gaël, All,

On 2023-10-20 11:09 +0200, Gaël PORTAY spake thusly:
> Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
> ---
>  package/libxmlrpc/libxmlrpc.hash | 2 +-
>  package/libxmlrpc/libxmlrpc.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/libxmlrpc/libxmlrpc.hash b/package/libxmlrpc/libxmlrpc.hash
> index 665ee31836..cad4d0e379 100644
> --- a/package/libxmlrpc/libxmlrpc.hash
> +++ b/package/libxmlrpc/libxmlrpc.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  626e36295f43b320082bc7bdd961b46f39fbe2719535b5a417975a8e50c8f7f3  libxmlrpc-r3119-br3.tar.gz
> +sha256  ac5f5e83c6feaa5276fd0610b055c6e5d350089704b60c17d5af30afb08506c5  libxmlrpc-r3162-br3.tar.gz
>  sha256  db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6  doc/COPYING
> diff --git a/package/libxmlrpc/libxmlrpc.mk b/package/libxmlrpc/libxmlrpc.mk
> index c1b0eae8ee..2d3ee66050 100644
> --- a/package/libxmlrpc/libxmlrpc.mk
> +++ b/package/libxmlrpc/libxmlrpc.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -# 1.58.02 (code/advanced@r3119)
> -LIBXMLRPC_VERSION = r3119
> +# 1.60.00 (code/advanced@r3162)
> +LIBXMLRPC_VERSION = r3162

I bumped to r3176 to get 01.60.01 that contains a bug fix when building
against openssl.

Applied to master, thanks.

Regards,
Yann E. MORIN.

>  LIBXMLRPC_SITE = https://svn.code.sf.net/p/xmlrpc-c/code/advanced
>  LIBXMLRPC_SITE_METHOD = svn
>  LIBXMLRPC_LICENSE = BSD-3-Clause (xml-rpc main code and abyss web server), BSD like (lib/expat), Python 1.5.2 license (parts of xmlrpc_base64.c)
> -- 
> 2.42.0
> 
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-22 12:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20  9:09 [Buildroot] [PATCH 1/1] package/libxmlrpc: bump version to 1.60.00 (code/advanced@r3162) Gaël PORTAY
2023-10-22 11:59 ` Yann E. MORIN
2023-10-22 12:06 ` Yann E. MORIN

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.