All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5
@ 2022-04-25 14:42 Dario Binacchi via buildroot
  2022-04-25 14:42 ` [Buildroot] [PATCH 2/2] package/libmnl: add myself to DEVELOPERS Dario Binacchi via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dario Binacchi via buildroot @ 2022-04-25 14:42 UTC (permalink / raw)
  To: buildroot; +Cc: Dario Binacchi

Signed-off-by: Dario Binacchi <dariobin@libero.it>
---
 package/libmnl/libmnl.hash | 6 +++---
 package/libmnl/libmnl.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libmnl/libmnl.hash b/package/libmnl/libmnl.hash
index e5bb2fa603..b3665767f7 100644
--- a/package/libmnl/libmnl.hash
+++ b/package/libmnl/libmnl.hash
@@ -1,6 +1,6 @@
-# From ftp://ftp.netfilter.org/pub/libmnl/libmnl-1.0.4.tar.bz2.{md5sum,sha1sum}
-md5	be9b4b5328c6da1bda565ac5dffadb2d	libmnl-1.0.4.tar.bz2
-sha1	2db40dea612e88c62fd321906be40ab5f8f1685a	libmnl-1.0.4.tar.bz2
+# From ftp://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2.{md5sum,sha1sum}
+md5	0bbb70573119ec5d49435114583e7a49	libmnl-1.0.5.tar.bz2
+sha1	63c6456b77f7978a7b37e62c1b38346b2ef2d91c	libmnl-1.0.5.tar.bz2
 
 # Hash for license file:
 sha256	dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551	COPYING
diff --git a/package/libmnl/libmnl.mk b/package/libmnl/libmnl.mk
index d3b33db2e0..3361d05248 100644
--- a/package/libmnl/libmnl.mk
+++ b/package/libmnl/libmnl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBMNL_VERSION = 1.0.4
+LIBMNL_VERSION = 1.0.5
 LIBMNL_SOURCE = libmnl-$(LIBMNL_VERSION).tar.bz2
 LIBMNL_SITE = http://netfilter.org/projects/libmnl/files
 LIBMNL_INSTALL_STAGING = YES
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] package/libmnl: add myself to DEVELOPERS
  2022-04-25 14:42 [Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5 Dario Binacchi via buildroot
@ 2022-04-25 14:42 ` Dario Binacchi via buildroot
  2022-04-30 15:51   ` Arnout Vandecappelle
  2022-05-27 19:07   ` Peter Korsgaard
  2022-04-30 15:50 ` [Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5 Arnout Vandecappelle
  2022-05-27 19:07 ` Peter Korsgaard
  2 siblings, 2 replies; 6+ messages in thread
From: Dario Binacchi via buildroot @ 2022-04-25 14:42 UTC (permalink / raw)
  To: buildroot; +Cc: Dario Binacchi

Add myself to DEVELOPERS as maintainer of libmnl.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 1bb90f8f33..4ddbf5d533 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -654,6 +654,7 @@ F:	package/xinetd/
 
 N:	Dario Binacchi <dariobin@libero.it>
 F:	package/davinci-bootcount/
+F:	package/libmnl/
 
 N:	David Bachelart <david.bachelart@bbright.com>
 F:	package/ccrypt/
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5
  2022-04-25 14:42 [Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5 Dario Binacchi via buildroot
  2022-04-25 14:42 ` [Buildroot] [PATCH 2/2] package/libmnl: add myself to DEVELOPERS Dario Binacchi via buildroot
@ 2022-04-30 15:50 ` Arnout Vandecappelle
  2022-05-27 19:07 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Arnout Vandecappelle @ 2022-04-30 15:50 UTC (permalink / raw)
  To: Dario Binacchi, buildroot



On 25/04/2022 16:42, Dario Binacchi wrote:
> Signed-off-by: Dario Binacchi <dariobin@libero.it>
> ---
>   package/libmnl/libmnl.hash | 6 +++---
>   package/libmnl/libmnl.mk   | 2 +-
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/libmnl/libmnl.hash b/package/libmnl/libmnl.hash
> index e5bb2fa603..b3665767f7 100644
> --- a/package/libmnl/libmnl.hash
> +++ b/package/libmnl/libmnl.hash
> @@ -1,6 +1,6 @@
> -# From ftp://ftp.netfilter.org/pub/libmnl/libmnl-1.0.4.tar.bz2.{md5sum,sha1sum}
> -md5	be9b4b5328c6da1bda565ac5dffadb2d	libmnl-1.0.4.tar.bz2
> -sha1	2db40dea612e88c62fd321906be40ab5f8f1685a	libmnl-1.0.4.tar.bz2
> +# From ftp://ftp.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2.{md5sum,sha1sum}
> +md5	0bbb70573119ec5d49435114583e7a49	libmnl-1.0.5.tar.bz2
> +sha1	63c6456b77f7978a7b37e62c1b38346b2ef2d91c	libmnl-1.0.5.tar.bz2

  I've added a sha256sum, and updated the formatting to our current standard 
(two spaces) as reported by check-package.

  Applied to master, thanks.

  Regards,
  Arnout

>   
>   # Hash for license file:
>   sha256	dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551	COPYING
> diff --git a/package/libmnl/libmnl.mk b/package/libmnl/libmnl.mk
> index d3b33db2e0..3361d05248 100644
> --- a/package/libmnl/libmnl.mk
> +++ b/package/libmnl/libmnl.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBMNL_VERSION = 1.0.4
> +LIBMNL_VERSION = 1.0.5
>   LIBMNL_SOURCE = libmnl-$(LIBMNL_VERSION).tar.bz2
>   LIBMNL_SITE = http://netfilter.org/projects/libmnl/files
>   LIBMNL_INSTALL_STAGING = YES
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/libmnl: add myself to DEVELOPERS
  2022-04-25 14:42 ` [Buildroot] [PATCH 2/2] package/libmnl: add myself to DEVELOPERS Dario Binacchi via buildroot
@ 2022-04-30 15:51   ` Arnout Vandecappelle
  2022-05-27 19:07   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Arnout Vandecappelle @ 2022-04-30 15:51 UTC (permalink / raw)
  To: Dario Binacchi, buildroot



On 25/04/2022 16:42, Dario Binacchi wrote:
> Add myself to DEVELOPERS as maintainer of libmnl.

  I've changed the subject to "DEVELOPERS: add Dario Binacchi for libmnl" 
(because 'git log --oneline' doesn't show authors, which make the 'myself' look 
strange) and removed the body (which wasn't adding anything).

  Regards,
  Arnout

> 
> Signed-off-by: Dario Binacchi <dariobin@libero.it>
> ---
>   DEVELOPERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 1bb90f8f33..4ddbf5d533 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -654,6 +654,7 @@ F:	package/xinetd/
>   
>   N:	Dario Binacchi <dariobin@libero.it>
>   F:	package/davinci-bootcount/
> +F:	package/libmnl/
>   
>   N:	David Bachelart <david.bachelart@bbright.com>
>   F:	package/ccrypt/
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5
  2022-04-25 14:42 [Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5 Dario Binacchi via buildroot
  2022-04-25 14:42 ` [Buildroot] [PATCH 2/2] package/libmnl: add myself to DEVELOPERS Dario Binacchi via buildroot
  2022-04-30 15:50 ` [Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5 Arnout Vandecappelle
@ 2022-05-27 19:07 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-05-27 19:07 UTC (permalink / raw)
  To: Dario Binacchi via buildroot; +Cc: Dario Binacchi

>>>>> "Dario" == Dario Binacchi via buildroot <buildroot@buildroot.org> writes:

> Signed-off-by: Dario Binacchi <dariobin@libero.it>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/libmnl: add myself to DEVELOPERS
  2022-04-25 14:42 ` [Buildroot] [PATCH 2/2] package/libmnl: add myself to DEVELOPERS Dario Binacchi via buildroot
  2022-04-30 15:51   ` Arnout Vandecappelle
@ 2022-05-27 19:07   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-05-27 19:07 UTC (permalink / raw)
  To: Dario Binacchi via buildroot; +Cc: Dario Binacchi

>>>>> "Dario" == Dario Binacchi via buildroot <buildroot@buildroot.org> writes:

 > Add myself to DEVELOPERS as maintainer of libmnl.
 > Signed-off-by: Dario Binacchi <dariobin@libero.it>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-05-27 19:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 14:42 [Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5 Dario Binacchi via buildroot
2022-04-25 14:42 ` [Buildroot] [PATCH 2/2] package/libmnl: add myself to DEVELOPERS Dario Binacchi via buildroot
2022-04-30 15:51   ` Arnout Vandecappelle
2022-05-27 19:07   ` Peter Korsgaard
2022-04-30 15:50 ` [Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5 Arnout Vandecappelle
2022-05-27 19:07 ` Peter Korsgaard

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.