public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/1] package/odhcp6c: bump to version f575351cbb3defc0bf52680c9082912a6c264374
@ 2020-04-20 15:50 Fabrice Fontaine
  2020-04-20 16:24 ` Baruch Siach
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-04-20 15:50 UTC (permalink / raw)
  To: buildroot

Switch to official openwrt site instead of sbyx github fork which is not
up to date anymore. This bump will fix build with musl 1.2.0 thanks to
https://git.openwrt.org/?p=project/odhcp6c.git;a=commit;h=49305e6847efa43e008d0bebdc176e1833120947

Also update indentation of hash file (two spaces)

Fixes:
 - http://autobuild.buildroot.org/results/fcd89dd076887e9b590ffa672decf2c84a6d57f8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2:
 - Fix version in title

 package/odhcp6c/Config.in    | 2 +-
 package/odhcp6c/odhcp6c.hash | 4 ++--
 package/odhcp6c/odhcp6c.mk   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/odhcp6c/Config.in b/package/odhcp6c/Config.in
index 97ea4b44ef..ca3a2f6424 100644
--- a/package/odhcp6c/Config.in
+++ b/package/odhcp6c/Config.in
@@ -5,4 +5,4 @@ config BR2_PACKAGE_ODHCP6C
 	  odhcp6c is a minimal DHCPv6 and RA-client for use in
 	  embedded Linux systems, especially routers.
 
-	  https://github.com/sbyx/odhcp6c
+	  https://git.openwrt.org/project/odhcp6c.git
diff --git a/package/odhcp6c/odhcp6c.hash b/package/odhcp6c/odhcp6c.hash
index 8b16fa98bb..2ac4a68219 100644
--- a/package/odhcp6c/odhcp6c.hash
+++ b/package/odhcp6c/odhcp6c.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 6d472320ccfa2e57197596869507f2a4bf9900a502939404bf0c033dceeadf5f odhcp6c-d2e247d8d87ecf8c60fcf0acdad05667bd379521.tar.gz
-sha256 e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4 COPYING
+sha256  e715c1408982152306c65f1c3ce7c58fb6f15fa8f9626c266819119239f32418  odhcp6c-f575351cbb3defc0bf52680c9082912a6c264374.tar.gz
+sha256  e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
diff --git a/package/odhcp6c/odhcp6c.mk b/package/odhcp6c/odhcp6c.mk
index 3b4e7580a2..b13c724542 100644
--- a/package/odhcp6c/odhcp6c.mk
+++ b/package/odhcp6c/odhcp6c.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-ODHCP6C_VERSION = d2e247d8d87ecf8c60fcf0acdad05667bd379521
-ODHCP6C_SITE = $(call github,sbyx,odhcp6c,$(ODHCP6C_VERSION))
+ODHCP6C_VERSION = f575351cbb3defc0bf52680c9082912a6c264374
+ODHCP6C_SITE = git://git.openwrt.org/project/odhcp6c.git
 ODHCP6C_LICENSE = GPL-2.0
 ODHCP6C_LICENSE_FILES = COPYING
 
-- 
2.25.1

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

* [Buildroot] [PATCH v2, 1/1] package/odhcp6c: bump to version f575351cbb3defc0bf52680c9082912a6c264374
  2020-04-20 15:50 [Buildroot] [PATCH v2, 1/1] package/odhcp6c: bump to version f575351cbb3defc0bf52680c9082912a6c264374 Fabrice Fontaine
@ 2020-04-20 16:24 ` Baruch Siach
  0 siblings, 0 replies; 2+ messages in thread
From: Baruch Siach @ 2020-04-20 16:24 UTC (permalink / raw)
  To: buildroot

Hi Fabrice,

On Mon, Apr 20 2020, Fabrice Fontaine wrote:
> Switch to official openwrt site instead of sbyx github fork which is not
> up to date anymore. This bump will fix build with musl 1.2.0 thanks to
> https://git.openwrt.org/?p=project/odhcp6c.git;a=commit;h=49305e6847efa43e008d0bebdc176e1833120947
>
> Also update indentation of hash file (two spaces)
>
> Fixes:
>  - http://autobuild.buildroot.org/results/fcd89dd076887e9b590ffa672decf2c84a6d57f8
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2:
>  - Fix version in title
>
>  package/odhcp6c/Config.in    | 2 +-
>  package/odhcp6c/odhcp6c.hash | 4 ++--
>  package/odhcp6c/odhcp6c.mk   | 4 ++--
>  3 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/package/odhcp6c/Config.in b/package/odhcp6c/Config.in
> index 97ea4b44ef..ca3a2f6424 100644
> --- a/package/odhcp6c/Config.in
> +++ b/package/odhcp6c/Config.in
> @@ -5,4 +5,4 @@ config BR2_PACKAGE_ODHCP6C
>  	  odhcp6c is a minimal DHCPv6 and RA-client for use in
>  	  embedded Linux systems, especially routers.
>
> -	  https://github.com/sbyx/odhcp6c
> +	  https://git.openwrt.org/project/odhcp6c.git
> diff --git a/package/odhcp6c/odhcp6c.hash b/package/odhcp6c/odhcp6c.hash
> index 8b16fa98bb..2ac4a68219 100644
> --- a/package/odhcp6c/odhcp6c.hash
> +++ b/package/odhcp6c/odhcp6c.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256 6d472320ccfa2e57197596869507f2a4bf9900a502939404bf0c033dceeadf5f odhcp6c-d2e247d8d87ecf8c60fcf0acdad05667bd379521.tar.gz
> -sha256 e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4 COPYING
> +sha256  e715c1408982152306c65f1c3ce7c58fb6f15fa8f9626c266819119239f32418  odhcp6c-f575351cbb3defc0bf52680c9082912a6c264374.tar.gz
> +sha256  e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
> diff --git a/package/odhcp6c/odhcp6c.mk b/package/odhcp6c/odhcp6c.mk
> index 3b4e7580a2..b13c724542 100644
> --- a/package/odhcp6c/odhcp6c.mk
> +++ b/package/odhcp6c/odhcp6c.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>
> -ODHCP6C_VERSION = d2e247d8d87ecf8c60fcf0acdad05667bd379521
> -ODHCP6C_SITE = $(call github,sbyx,odhcp6c,$(ODHCP6C_VERSION))
> +ODHCP6C_VERSION = f575351cbb3defc0bf52680c9082912a6c264374
> +ODHCP6C_SITE = git://git.openwrt.org/project/odhcp6c.git

We usually prefer https transport as it's more likely to work behind
corporate firewalls.

baruch

>  ODHCP6C_LICENSE = GPL-2.0
>  ODHCP6C_LICENSE_FILES = COPYING


--
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

end of thread, other threads:[~2020-04-20 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-20 15:50 [Buildroot] [PATCH v2, 1/1] package/odhcp6c: bump to version f575351cbb3defc0bf52680c9082912a6c264374 Fabrice Fontaine
2020-04-20 16:24 ` Baruch Siach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox