Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/neon: bump to version 0.32.2
Date: Sun, 23 Jan 2022 20:53:47 +0100	[thread overview]
Message-ID: <20220123195347.GC2502@scaer> (raw)
In-Reply-To: <20220123105146.568745-1-fontaine.fabrice@gmail.com>

Fabrice, All,

On 2022-01-23 11:51 +0100, Fabrice Fontaine spake thusly:
> - Switch site to get latest version
> - README has been renamed to README.md
> - Update indentation in hash file (two spaces)
> 
> https://github.com/notroj/neon/blob/0.32.2/NEWS
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/neon/Config.in |  2 +-
>  package/neon/neon.hash | 10 +++++-----
>  package/neon/neon.mk   |  6 +++---
>  3 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/package/neon/Config.in b/package/neon/Config.in
> index 8dc78f0f0a..a3515f4052 100644
> --- a/package/neon/Config.in
> +++ b/package/neon/Config.in
> @@ -3,7 +3,7 @@ config BR2_PACKAGE_NEON
>  	help
>  	  HTTP and WebDAV client library, with a C interface.
>  
> -	  http://www.webdav.org/neon/
> +	  https://notroj.github.io/neon/
>  
>  if BR2_PACKAGE_NEON
>  
> diff --git a/package/neon/neon.hash b/package/neon/neon.hash
> index 2ebefbe520..5a5a77a58b 100644
> --- a/package/neon/neon.hash
> +++ b/package/neon/neon.hash
> @@ -1,6 +1,6 @@
> -# Locally calculated after checking pgp signature
> -sha256	db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca	neon-0.30.2.tar.gz
>  # Locally computed
> -sha256 95f77624e96f6728145826fc895142275451f43f41c073766db3dbbcc8b790b0  README
> -sha256 d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f  src/COPYING.LIB
> -sha256 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad  test/COPYING
> +sha256  986566468c6295fc5d0fb141a5981e31c9f82ee38e938374abed8471ef2fb286  neon-0.32.2.tar.gz
> +# Hash for license files
> +sha256  ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531  README.md
> +sha256  d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f  src/COPYING.LIB
> +sha256  91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad  test/COPYING
> diff --git a/package/neon/neon.mk b/package/neon/neon.mk
> index da53735d0e..3bbd12561f 100644
> --- a/package/neon/neon.mk
> +++ b/package/neon/neon.mk
> @@ -4,10 +4,10 @@
>  #
>  ################################################################################
>  
> -NEON_VERSION = 0.30.2
> -NEON_SITE = http://www.webdav.org/neon
> +NEON_VERSION = 0.32.2
> +NEON_SITE = https://notroj.github.io/neon
>  NEON_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (manual and tests)
> -NEON_LICENSE_FILES = src/COPYING.LIB test/COPYING README
> +NEON_LICENSE_FILES = src/COPYING.LIB test/COPYING README.md
>  NEON_CPE_ID_VENDOR = webdav
>  NEON_INSTALL_STAGING = YES
>  NEON_CONF_OPTS = --without-gssapi --disable-rpath
> -- 
> 2.34.1
> 
> _______________________________________________
> 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

      reply	other threads:[~2022-01-23 19:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-23 10:51 [Buildroot] [PATCH 1/1] package/neon: bump to version 0.32.2 Fabrice Fontaine
2022-01-23 19:53 ` 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=20220123195347.GC2502@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox