* [Buildroot] [PATCH] libconfig: bump to 1.5
@ 2015-06-25 19:52 Yegor Yefremov
2015-06-25 21:58 ` Yann E. MORIN
2015-06-26 7:37 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Yegor Yefremov @ 2015-06-25 19:52 UTC (permalink / raw)
To: buildroot
Add hash file.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/libconfig/libconfig.hash | 2 ++
package/libconfig/libconfig.mk | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
create mode 100644 package/libconfig/libconfig.hash
diff --git a/package/libconfig/libconfig.hash b/package/libconfig/libconfig.hash
new file mode 100644
index 0000000..30110cb
--- /dev/null
+++ b/package/libconfig/libconfig.hash
@@ -0,0 +1,2 @@
+# Locally computed:
+sha256 e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6 libconfig-1.5.tar.gz
diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk
index a70ff94..f11937c 100644
--- a/package/libconfig/libconfig.mk
+++ b/package/libconfig/libconfig.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBCONFIG_VERSION = 1.4.9
+LIBCONFIG_VERSION = 1.5
LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig
LIBCONFIG_LICENSE = LGPLv2.1+
LIBCONFIG_LICENSE_FILES = COPYING.LIB
--
2.1.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] libconfig: bump to 1.5
2015-06-25 19:52 [Buildroot] [PATCH] libconfig: bump to 1.5 Yegor Yefremov
@ 2015-06-25 21:58 ` Yann E. MORIN
2015-06-25 22:27 ` Yann E. MORIN
2015-06-26 7:37 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2015-06-25 21:58 UTC (permalink / raw)
To: buildroot
Gustavo, All,
On 2015-06-25 21:52 +0200, Yegor Yefremov spake thusly:
> Add hash file.
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Build-tested only; hash validated by Buildroot.
Regards,
Yann E. MORIN.
> ---
> package/libconfig/libconfig.hash | 2 ++
> package/libconfig/libconfig.mk | 2 +-
> 2 files changed, 3 insertions(+), 1 deletion(-)
> create mode 100644 package/libconfig/libconfig.hash
>
> diff --git a/package/libconfig/libconfig.hash b/package/libconfig/libconfig.hash
> new file mode 100644
> index 0000000..30110cb
> --- /dev/null
> +++ b/package/libconfig/libconfig.hash
> @@ -0,0 +1,2 @@
> +# Locally computed:
> +sha256 e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6 libconfig-1.5.tar.gz
> diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk
> index a70ff94..f11937c 100644
> --- a/package/libconfig/libconfig.mk
> +++ b/package/libconfig/libconfig.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBCONFIG_VERSION = 1.4.9
> +LIBCONFIG_VERSION = 1.5
> LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig
> LIBCONFIG_LICENSE = LGPLv2.1+
> LIBCONFIG_LICENSE_FILES = COPYING.LIB
> --
> 2.1.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150625/7d065692/attachment.asc>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] libconfig: bump to 1.5
2015-06-25 21:58 ` Yann E. MORIN
@ 2015-06-25 22:27 ` Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2015-06-25 22:27 UTC (permalink / raw)
To: buildroot
Yegor, All,
On 2015-06-25 23:58 +0200, Yann E. MORIN spake thusly:
> Gustavo, All,
Hmm.. Sorry, I was so used to type "Gustavo" in the previous reviews I
did just before, that this has become a reflex...
Thanks Yegor for your patch! ;-)
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] libconfig: bump to 1.5
2015-06-25 19:52 [Buildroot] [PATCH] libconfig: bump to 1.5 Yegor Yefremov
2015-06-25 21:58 ` Yann E. MORIN
@ 2015-06-26 7:37 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2015-06-26 7:37 UTC (permalink / raw)
To: buildroot
>>>>> "Yegor" == Yegor Yefremov <yegorslists@googlemail.com> writes:
> Add hash file.
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-26 7:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-25 19:52 [Buildroot] [PATCH] libconfig: bump to 1.5 Yegor Yefremov
2015-06-25 21:58 ` Yann E. MORIN
2015-06-25 22:27 ` Yann E. MORIN
2015-06-26 7:37 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox