All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach via buildroot <buildroot@buildroot.org>
To: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/libgit2: bump to 1.7.0
Date: Wed, 09 Aug 2023 12:17:14 +0300	[thread overview]
Message-ID: <87bkfg4lsj.fsf@tarshish> (raw)
In-Reply-To: <20230809083328.1348-1-nicolas.cavallari@green-communications.fr>

Hi Nicolas,

On Wed, Aug 09 2023, Nicolas Cavallari wrote:
> This version makes it explicit that it uses libxdiff, a library which is
> not maintained upstream since 2008.  It now have numerous forks, none of
> them sticking out.  For now, use the one which is bundled in the libgit2
> sources.

Your sign-off is missing.

baruch

> ---
>  package/libgit2/libgit2.hash | 2 +-
>  package/libgit2/libgit2.mk   | 6 ++++--
>  2 files changed, 5 insertions(+), 3 deletions(-)
>
> Tested with test-pkg -a with 12 configurations
> 540 builds, 142 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
>
> diff --git a/package/libgit2/libgit2.hash b/package/libgit2/libgit2.hash
> index 4dd6519ca3..1997c3ba8e 100644
> --- a/package/libgit2/libgit2.hash
> +++ b/package/libgit2/libgit2.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  d25866a4ee275a64f65be2d9a663680a5cf1ed87b7ee4c534997562c828e500d  libgit2-1.6.4.tar.gz
> +sha256  d9d0f84a86bf98b73e68997f5c1543cc5067d0ca9c7a5acaba3e8d117ecefef3  libgit2-1.7.0.tar.gz
>  sha256  6f3c2cd59b057e366c1acc073b038135c52d77892bb33bd4d931c5369d3f062b  COPYING
> diff --git a/package/libgit2/libgit2.mk b/package/libgit2/libgit2.mk
> index 9ddf2374bb..93505f7d85 100644
> --- a/package/libgit2/libgit2.mk
> +++ b/package/libgit2/libgit2.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBGIT2_VERSION = 1.6.4
> +LIBGIT2_VERSION = 1.7.0
>  LIBGIT2_SITE = $(call github,libgit2,libgit2,v$(LIBGIT2_VERSION))
>  LIBGIT2_LICENSE = \
>  	GPL-2.0 with linking exception, \
> @@ -12,7 +12,8 @@ LIBGIT2_LICENSE = \
>  	BSD-3-Clause (sha256), \
>  	wildmatch license (wildmatch), \
>  	CC0-1.0 (xoroshiro256), \
> -	BSD-2-Clause (basename_r)
> +	BSD-2-Clause (basename_r), \
> +	LGPL-2.1+ (libxdiff)
>  LIBGIT2_LICENSE_FILES = COPYING
>  LIBGIT2_CPE_ID_VENDOR = libgit2_project
>  LIBGIT2_INSTALL_STAGING = YES
> @@ -23,6 +24,7 @@ LIBGIT2_CONF_OPTS = \
>  	-DREGEX_BACKEND=regcomp \
>  	-DUSE_HTTP_PARSER=system \
>  	-DUSE_NTLMCLIENT=OFF \
> +	-DUSE_XDIFF=builtin \
>  	-DUSE_THREADS=$(if $(BR2_TOOLCHAIN_HAS_THREADS),ON,OFF)
>  
>  LIBGIT2_SUPPORTS_IN_SOURCE_BUILD = NO


-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2023-08-09  9:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-09  8:33 [Buildroot] [PATCH 1/1] package/libgit2: bump to 1.7.0 Nicolas Cavallari
2023-08-09  9:17 ` Baruch Siach via buildroot [this message]
2023-08-09  9:23 ` [Buildroot] [PATCH next v2 " Nicolas Cavallari
2023-08-10 20:38   ` Thomas Petazzoni via buildroot

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=87bkfg4lsj.fsf@tarshish \
    --to=buildroot@buildroot.org \
    --cc=baruch@tkos.co.il \
    --cc=nicolas.cavallari@green-communications.fr \
    /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.