* [Buildroot] [PATCH 1/1] package/libgit2: bump to 1.7.0
@ 2023-08-09 8:33 Nicolas Cavallari
2023-08-09 9:17 ` Baruch Siach via buildroot
2023-08-09 9:23 ` [Buildroot] [PATCH next v2 " Nicolas Cavallari
0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Cavallari @ 2023-08-09 8:33 UTC (permalink / raw)
To: buildroot
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.
---
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
--
2.40.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libgit2: bump to 1.7.0
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
2023-08-09 9:23 ` [Buildroot] [PATCH next v2 " Nicolas Cavallari
1 sibling, 0 replies; 4+ messages in thread
From: Baruch Siach via buildroot @ 2023-08-09 9:17 UTC (permalink / raw)
To: Nicolas Cavallari; +Cc: buildroot
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH next v2 1/1] package/libgit2: bump to 1.7.0
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
@ 2023-08-09 9:23 ` Nicolas Cavallari
2023-08-10 20:38 ` Thomas Petazzoni via buildroot
1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Cavallari @ 2023-08-09 9:23 UTC (permalink / raw)
To: buildroot
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.
Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
---
v2: add sob and next prefix
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
--
2.40.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH next v2 1/1] package/libgit2: bump to 1.7.0
2023-08-09 9:23 ` [Buildroot] [PATCH next v2 " Nicolas Cavallari
@ 2023-08-10 20:38 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-10 20:38 UTC (permalink / raw)
To: Nicolas Cavallari; +Cc: buildroot
On Wed, 9 Aug 2023 11:23:16 +0200
Nicolas Cavallari <nicolas.cavallari@green-communications.fr> 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.
>
> Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
> ---
> v2: add sob and next prefix
> package/libgit2/libgit2.hash | 2 +-
> package/libgit2/libgit2.mk | 6 ++++--
> 2 files changed, 5 insertions(+), 3 deletions(-)
Applied to next, 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] 4+ messages in thread
end of thread, other threads:[~2023-08-10 20:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2023-08-09 9:23 ` [Buildroot] [PATCH next v2 " Nicolas Cavallari
2023-08-10 20:38 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox