* [Buildroot] [PATCH] ipset: bump to version 6.25.1
@ 2015-06-25 17:57 Gustavo Zacarias
2015-06-25 21:32 ` Yann E. MORIN
2015-06-26 7:44 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-06-25 17:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/ipset/ipset.hash | 6 ++++--
package/ipset/ipset.mk | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/package/ipset/ipset.hash b/package/ipset/ipset.hash
index 9a79180..e0f11d9 100644
--- a/package/ipset/ipset.hash
+++ b/package/ipset/ipset.hash
@@ -1,2 +1,4 @@
-# From ftp://ftp.netfilter.org/pub/ipset/ipset-6.24.tar.bz2.md5sum.txt
-md5 8831b8f01458bf2abacc222884195a62 ipset-6.24.tar.bz2
+# From ftp://ftp.netfilter.org/pub/ipset/ipset-6.25.1.tar.bz2.md5sum.txt
+md5 e58262af2d53bda271f43883eebc8d54 ipset-6.25.1.tar.bz2
+# Calculated based on the hash above
+sha256 658e15d0d0d6a7160137ef1c2bc2c8669cfee996eb9e049df8d7313e34795e7b ipset-6.25.1.tar.bz2
diff --git a/package/ipset/ipset.mk b/package/ipset/ipset.mk
index be327ec..e5e9218 100644
--- a/package/ipset/ipset.mk
+++ b/package/ipset/ipset.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IPSET_VERSION = 6.24
+IPSET_VERSION = 6.25.1
IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
IPSET_SITE = http://ipset.netfilter.org
IPSET_DEPENDENCIES = libmnl host-pkgconf
--
2.3.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] ipset: bump to version 6.25.1
2015-06-25 17:57 [Buildroot] [PATCH] ipset: bump to version 6.25.1 Gustavo Zacarias
@ 2015-06-25 21:32 ` Yann E. MORIN
2015-06-26 7:44 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2015-06-25 21:32 UTC (permalink / raw)
To: buildroot
Gustavo, All,
On 2015-06-25 14:57 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Build-tested only; hash verified by Buildroot.
Regards,
Yann E. MORIN.
> ---
> package/ipset/ipset.hash | 6 ++++--
> package/ipset/ipset.mk | 2 +-
> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/package/ipset/ipset.hash b/package/ipset/ipset.hash
> index 9a79180..e0f11d9 100644
> --- a/package/ipset/ipset.hash
> +++ b/package/ipset/ipset.hash
> @@ -1,2 +1,4 @@
> -# From ftp://ftp.netfilter.org/pub/ipset/ipset-6.24.tar.bz2.md5sum.txt
> -md5 8831b8f01458bf2abacc222884195a62 ipset-6.24.tar.bz2
> +# From ftp://ftp.netfilter.org/pub/ipset/ipset-6.25.1.tar.bz2.md5sum.txt
> +md5 e58262af2d53bda271f43883eebc8d54 ipset-6.25.1.tar.bz2
> +# Calculated based on the hash above
> +sha256 658e15d0d0d6a7160137ef1c2bc2c8669cfee996eb9e049df8d7313e34795e7b ipset-6.25.1.tar.bz2
> diff --git a/package/ipset/ipset.mk b/package/ipset/ipset.mk
> index be327ec..e5e9218 100644
> --- a/package/ipset/ipset.mk
> +++ b/package/ipset/ipset.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -IPSET_VERSION = 6.24
> +IPSET_VERSION = 6.25.1
> IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
> IPSET_SITE = http://ipset.netfilter.org
> IPSET_DEPENDENCIES = libmnl host-pkgconf
> --
> 2.3.6
>
> _______________________________________________
> 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/322c2bf8/attachment.asc>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] ipset: bump to version 6.25.1
2015-06-25 17:57 [Buildroot] [PATCH] ipset: bump to version 6.25.1 Gustavo Zacarias
2015-06-25 21:32 ` Yann E. MORIN
@ 2015-06-26 7:44 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2015-06-26 7:44 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-26 7:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-25 17:57 [Buildroot] [PATCH] ipset: bump to version 6.25.1 Gustavo Zacarias
2015-06-25 21:32 ` Yann E. MORIN
2015-06-26 7:44 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox