* [Buildroot] [PATCH 1/6] package/libsilk: switch to github
@ 2025-02-02 8:44 Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 2/6] package/libsilk: bump version Bernd Kuhls
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Bernd Kuhls @ 2025-02-02 8:44 UTC (permalink / raw)
To: buildroot
https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Installation/Linux/Deprecated-Installation-Instructions/25460805/
"FreeSWITCH project has been moved to GitHub"
Updated hash due to switch to github.
Fixes:
https://autobuild.buildroot.org/results/4a18ee5fce77d0429a00a151cbd5ad1e48d35405/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libsilk/libsilk.hash | 2 +-
package/libsilk/libsilk.mk | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/libsilk/libsilk.hash b/package/libsilk/libsilk.hash
index 3ed7eac46c..2118036ffd 100644
--- a/package/libsilk/libsilk.hash
+++ b/package/libsilk/libsilk.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 1b2d44790e841f0707b06fa10af798fa97a326ad4a6a3395b12be1231ed6f9a3 libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45-git4.tar.gz
+sha256 816e9d4482a3a6df9c6e16b87e88155d5f38b46def20ec0e9e35ae0f6aa704f3 libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45.tar.gz
sha256 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf COPYING
diff --git a/package/libsilk/libsilk.mk b/package/libsilk/libsilk.mk
index eba7085261..af9a7005a0 100644
--- a/package/libsilk/libsilk.mk
+++ b/package/libsilk/libsilk.mk
@@ -6,8 +6,7 @@
LIBSILK_VERSION = 4268a02240c35c6055b0f237c46b09b2dcf79e45
# we use the FreeSwitch fork because it contains pkgconf support
-LIBSILK_SITE = https://freeswitch.org/stash/scm/sd/libsilk.git
-LIBSILK_SITE_METHOD = git
+LIBSILK_SITE = $(call github,freeswitch,libsilk,$(LIBSILK_VERSION))
LIBSILK_LICENSE = BSD-3-Clause
LIBSILK_LICENSE_FILES = COPYING
LIBSILK_AUTORECONF = YES
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 2/6] package/libsilk: bump version
2025-02-02 8:44 [Buildroot] [PATCH 1/6] package/libsilk: switch to github Bernd Kuhls
@ 2025-02-02 8:44 ` Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 3/6] package/libg7221: switch to github Bernd Kuhls
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2025-02-02 8:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libsilk/libsilk.hash | 2 +-
package/libsilk/libsilk.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libsilk/libsilk.hash b/package/libsilk/libsilk.hash
index 2118036ffd..c4a825852a 100644
--- a/package/libsilk/libsilk.hash
+++ b/package/libsilk/libsilk.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 816e9d4482a3a6df9c6e16b87e88155d5f38b46def20ec0e9e35ae0f6aa704f3 libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45.tar.gz
+sha256 2c04da72855b98b6c7bffe3d13940530d1d325b5aeaae5d7f0a211198247b8fc libsilk-f97ee24e561610618a5af9abd78e35d565f448d0.tar.gz
sha256 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf COPYING
diff --git a/package/libsilk/libsilk.mk b/package/libsilk/libsilk.mk
index af9a7005a0..cd45d58ee8 100644
--- a/package/libsilk/libsilk.mk
+++ b/package/libsilk/libsilk.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBSILK_VERSION = 4268a02240c35c6055b0f237c46b09b2dcf79e45
+LIBSILK_VERSION = f97ee24e561610618a5af9abd78e35d565f448d0
# we use the FreeSwitch fork because it contains pkgconf support
LIBSILK_SITE = $(call github,freeswitch,libsilk,$(LIBSILK_VERSION))
LIBSILK_LICENSE = BSD-3-Clause
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 3/6] package/libg7221: switch to github
2025-02-02 8:44 [Buildroot] [PATCH 1/6] package/libsilk: switch to github Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 2/6] package/libsilk: bump version Bernd Kuhls
@ 2025-02-02 8:44 ` Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 4/6] package/libg7221: bump version Bernd Kuhls
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2025-02-02 8:44 UTC (permalink / raw)
To: buildroot
https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Installation/Linux/Deprecated-Installation-Instructions/25460805/
"FreeSWITCH project has been moved to GitHub"
Updated hash due to switch to github.
Fixes:
https://autobuild.buildroot.org/results/a799442766f90607bb57cb2f767949e57ae7e1ff/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libg7221/libg7221.hash | 2 +-
package/libg7221/libg7221.mk | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/libg7221/libg7221.hash b/package/libg7221/libg7221.hash
index c7a7755b4d..b467438bae 100644
--- a/package/libg7221/libg7221.hash
+++ b/package/libg7221/libg7221.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 65942f84219f6586abc448e387f8c904777de64b3695449ac23132e4e9bde1d5 libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34-git4.tar.gz
+sha256 c0162993e0af557e05b9000e082f6a755e54a6c20a88e2ab725ed5068b4c4ff6 libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34.tar.gz
sha256 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645 COPYING
diff --git a/package/libg7221/libg7221.mk b/package/libg7221/libg7221.mk
index 813af11cee..b62a3b8b84 100644
--- a/package/libg7221/libg7221.mk
+++ b/package/libg7221/libg7221.mk
@@ -6,8 +6,7 @@
LIBG7221_VERSION = dbfc29d4806ecdace50379a2f4d68a992a6fec34
# we use the FreeSwitch fork because it contains pkgconf support
-LIBG7221_SITE = https://freeswitch.org/stash/scm/sd/libg7221.git
-LIBG7221_SITE_METHOD = git
+LIBG7221_SITE = $(call github,freeswitch,libg7221,$(LIBG7221_VERSION))
LIBG7221_LICENSE = Polycom
LIBG7221_LICENSE_FILES = COPYING
LIBG7221_AUTORECONF = YES
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 4/6] package/libg7221: bump version
2025-02-02 8:44 [Buildroot] [PATCH 1/6] package/libsilk: switch to github Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 2/6] package/libsilk: bump version Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 3/6] package/libg7221: switch to github Bernd Kuhls
@ 2025-02-02 8:44 ` Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 5/6] package/libbroadvoice: switch to github Bernd Kuhls
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2025-02-02 8:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libg7221/libg7221.hash | 2 +-
package/libg7221/libg7221.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libg7221/libg7221.hash b/package/libg7221/libg7221.hash
index b467438bae..1d3bcc2b77 100644
--- a/package/libg7221/libg7221.hash
+++ b/package/libg7221/libg7221.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 c0162993e0af557e05b9000e082f6a755e54a6c20a88e2ab725ed5068b4c4ff6 libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34.tar.gz
+sha256 44ebe717888f1c4d65dd0f6abecbccd96b642c49f2e472e6436ec530582f6103 libg7221-97d7ff5cf508fb6584a43b9e0c09220f8765cb3b.tar.gz
sha256 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645 COPYING
diff --git a/package/libg7221/libg7221.mk b/package/libg7221/libg7221.mk
index b62a3b8b84..0e62a9b1f4 100644
--- a/package/libg7221/libg7221.mk
+++ b/package/libg7221/libg7221.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBG7221_VERSION = dbfc29d4806ecdace50379a2f4d68a992a6fec34
+LIBG7221_VERSION = 97d7ff5cf508fb6584a43b9e0c09220f8765cb3b
# we use the FreeSwitch fork because it contains pkgconf support
LIBG7221_SITE = $(call github,freeswitch,libg7221,$(LIBG7221_VERSION))
LIBG7221_LICENSE = Polycom
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 5/6] package/libbroadvoice: switch to github
2025-02-02 8:44 [Buildroot] [PATCH 1/6] package/libsilk: switch to github Bernd Kuhls
` (2 preceding siblings ...)
2025-02-02 8:44 ` [Buildroot] [PATCH 4/6] package/libg7221: bump version Bernd Kuhls
@ 2025-02-02 8:44 ` Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 6/6] package/libbroadvoice: bump version Bernd Kuhls
2025-02-02 11:43 ` [Buildroot] [PATCH 1/6] package/libsilk: switch to github Julien Olivain
5 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2025-02-02 8:44 UTC (permalink / raw)
To: buildroot
https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Installation/Linux/Deprecated-Installation-Instructions/25460805/
"FreeSWITCH project has been moved to GitHub"
Updated hash due to switch to github.
Fixes:
https://autobuild.buildroot.org/results/b4ea75a8bf113409b6c890d422b99c2bb49c3ecf/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libbroadvoice/libbroadvoice.hash | 2 +-
package/libbroadvoice/libbroadvoice.mk | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/libbroadvoice/libbroadvoice.hash b/package/libbroadvoice/libbroadvoice.hash
index 1644fb4ba1..9115a38e07 100644
--- a/package/libbroadvoice/libbroadvoice.hash
+++ b/package/libbroadvoice/libbroadvoice.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 74b7c9bbf90d2d8d8ec9befe73066f5c0d734498f586f6c870eb24dff2edcad7 libbroadvoice-f65b0f50c8c767229fbf1758370880abc0d78564-git4.tar.gz
+sha256 39fd8a5f76598f2cb23b759bcd458a45a99e6ff830471576a2485c98b2ab1e48 libbroadvoice-f65b0f50c8c767229fbf1758370880abc0d78564.tar.gz
sha256 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094 COPYING
diff --git a/package/libbroadvoice/libbroadvoice.mk b/package/libbroadvoice/libbroadvoice.mk
index 9c6b4e292d..69e235e84e 100644
--- a/package/libbroadvoice/libbroadvoice.mk
+++ b/package/libbroadvoice/libbroadvoice.mk
@@ -9,8 +9,7 @@ LIBBROADVOICE_VERSION = f65b0f50c8c767229fbf1758370880abc0d78564
# "This library is based on the Broadcom reference code, but has been
# heavily modified so that it builds into a proper library, with a clean
# usable interface, on a range of platforms."
-LIBBROADVOICE_SITE = https://freeswitch.org/stash/scm/sd/libbroadvoice.git
-LIBBROADVOICE_SITE_METHOD = git
+LIBBROADVOICE_SITE = $(call github,freeswitch,libbroadvoice,$(LIBBROADVOICE_VERSION))
LIBBROADVOICE_LICENSE = LGPL-2.1
LIBBROADVOICE_LICENSE_FILES = COPYING
LIBBROADVOICE_AUTORECONF = YES
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 6/6] package/libbroadvoice: bump version
2025-02-02 8:44 [Buildroot] [PATCH 1/6] package/libsilk: switch to github Bernd Kuhls
` (3 preceding siblings ...)
2025-02-02 8:44 ` [Buildroot] [PATCH 5/6] package/libbroadvoice: switch to github Bernd Kuhls
@ 2025-02-02 8:44 ` Bernd Kuhls
2025-02-02 11:43 ` [Buildroot] [PATCH 1/6] package/libsilk: switch to github Julien Olivain
5 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2025-02-02 8:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libbroadvoice/libbroadvoice.hash | 2 +-
package/libbroadvoice/libbroadvoice.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libbroadvoice/libbroadvoice.hash b/package/libbroadvoice/libbroadvoice.hash
index 9115a38e07..b07bcce0c9 100644
--- a/package/libbroadvoice/libbroadvoice.hash
+++ b/package/libbroadvoice/libbroadvoice.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 39fd8a5f76598f2cb23b759bcd458a45a99e6ff830471576a2485c98b2ab1e48 libbroadvoice-f65b0f50c8c767229fbf1758370880abc0d78564.tar.gz
+sha256 28a97b96ceb5e290184d8b6169fddc15fe37df34c75a87c2b0d03076e475e353 libbroadvoice-03dd05df52f093bbf7820e68707f3a3668e73507.tar.gz
sha256 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094 COPYING
diff --git a/package/libbroadvoice/libbroadvoice.mk b/package/libbroadvoice/libbroadvoice.mk
index 69e235e84e..77bc85786c 100644
--- a/package/libbroadvoice/libbroadvoice.mk
+++ b/package/libbroadvoice/libbroadvoice.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBBROADVOICE_VERSION = f65b0f50c8c767229fbf1758370880abc0d78564
+LIBBROADVOICE_VERSION = 03dd05df52f093bbf7820e68707f3a3668e73507
# we use the FreeSwitch fork because (quoting README):
# "This library is based on the Broadcom reference code, but has been
# heavily modified so that it builds into a proper library, with a clean
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Buildroot] [PATCH 1/6] package/libsilk: switch to github
2025-02-02 8:44 [Buildroot] [PATCH 1/6] package/libsilk: switch to github Bernd Kuhls
` (4 preceding siblings ...)
2025-02-02 8:44 ` [Buildroot] [PATCH 6/6] package/libbroadvoice: bump version Bernd Kuhls
@ 2025-02-02 11:43 ` Julien Olivain
5 siblings, 0 replies; 7+ messages in thread
From: Julien Olivain @ 2025-02-02 11:43 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On 02/02/2025 09:44, Bernd Kuhls wrote:
> https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Installation/Linux/Deprecated-Installation-Instructions/25460805/
> "FreeSWITCH project has been moved to GitHub"
>
> Updated hash due to switch to github.
>
> Fixes:
> https://autobuild.buildroot.org/results/4a18ee5fce77d0429a00a151cbd5ad1e48d35405/
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Series applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-02-02 11:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-02 8:44 [Buildroot] [PATCH 1/6] package/libsilk: switch to github Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 2/6] package/libsilk: bump version Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 3/6] package/libg7221: switch to github Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 4/6] package/libg7221: bump version Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 5/6] package/libbroadvoice: switch to github Bernd Kuhls
2025-02-02 8:44 ` [Buildroot] [PATCH 6/6] package/libbroadvoice: bump version Bernd Kuhls
2025-02-02 11:43 ` [Buildroot] [PATCH 1/6] package/libsilk: switch to github Julien Olivain
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.