* [Buildroot] [PATCH v1 1/3] package/libnftnl: bump version to 1.2.0
@ 2021-10-14 22:00 Peter Seiderer
2021-10-14 22:00 ` [Buildroot] [PATCH v1 2/3] package/nftables: bump version to 1.0.0 Peter Seiderer
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Peter Seiderer @ 2021-10-14 22:00 UTC (permalink / raw)
To: buildroot
For changes (since 1.1.7) see [1], [2] and [3].
[1] https://lists.netfilter.org/pipermail/netfilter-announce/2020/000246.html
[2] https://lists.netfilter.org/pipermail/netfilter-announce/2021/000248.html
[3] https://netfilter.org/projects/libnftnl/files/changes-libnftnl-1.2.0.txt
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/libnftnl/libnftnl.hash | 2 +-
package/libnftnl/libnftnl.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libnftnl/libnftnl.hash b/package/libnftnl/libnftnl.hash
index f22b02af09..9737da1878 100644
--- a/package/libnftnl/libnftnl.hash
+++ b/package/libnftnl/libnftnl.hash
@@ -1,3 +1,3 @@
# From http://www.netfilter.org/projects/libnftnl/downloads.html
-sha256 20dbc13f11004aea2c9e479cfb90359cb11fe3446c3140811c18e4ec1648ed8f libnftnl-1.1.7.tar.bz2
+sha256 90b01fddfe9be8c3245c3ba5ff5a4424a8df708828f92b2b361976b658c074f5 libnftnl-1.2.0.tar.bz2
sha256 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24 COPYING
diff --git a/package/libnftnl/libnftnl.mk b/package/libnftnl/libnftnl.mk
index f4487bdebe..eff93b895f 100644
--- a/package/libnftnl/libnftnl.mk
+++ b/package/libnftnl/libnftnl.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNFTNL_VERSION = 1.1.7
+LIBNFTNL_VERSION = 1.2.0
LIBNFTNL_SITE = https://netfilter.org/projects/libnftnl/files
LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.bz2
LIBNFTNL_LICENSE = GPL-2.0+
--
2.33.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH v1 2/3] package/nftables: bump version to 1.0.0
2021-10-14 22:00 [Buildroot] [PATCH v1 1/3] package/libnftnl: bump version to 1.2.0 Peter Seiderer
@ 2021-10-14 22:00 ` Peter Seiderer
2021-10-16 10:26 ` Yann E. MORIN
2021-10-14 22:00 ` [Buildroot] [PATCH v1 3/3] package/nftables: disable debug build Peter Seiderer
2021-10-16 10:26 ` [Buildroot] [PATCH v1 1/3] package/libnftnl: bump version to 1.2.0 Yann E. MORIN
2 siblings, 1 reply; 9+ messages in thread
From: Peter Seiderer @ 2021-10-14 22:00 UTC (permalink / raw)
To: buildroot
For changes (since 0.9.6) see [1], [2], [3] and [4].
[1] https://lists.netfilter.org/pipermail/netfilter-announce/2020/000247.html
[2] https://lists.netfilter.org/pipermail/netfilter-announce/2021/000249.html
[3] https://www.netfilter.org/projects/nftables/files/changes-nftables-0.9.9.txt
[4] https://www.netfilter.org/projects/nftables/files/changes-nftables-1.0.0.txt
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/nftables/nftables.hash | 2 +-
package/nftables/nftables.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/nftables/nftables.hash b/package/nftables/nftables.hash
index 1112b7a8ad..bbf7e5a2b1 100644
--- a/package/nftables/nftables.hash
+++ b/package/nftables/nftables.hash
@@ -1,3 +1,3 @@
# From https://netfilter.org/projects/nftables/downloads.html
-sha256 68d6fdfe8ab02303e6b1f13968a4022da5b0120110eaee3233d806857937b66e nftables-0.9.6.tar.bz2
+sha256 58bf547daf967a2b88ecb4f425f126006ebde22711db806b25c1d6cf84fe45f4 nftables-1.0.0.tar.bz2
sha256 c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e COPYING
diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
index f9468c5250..6a27975a53 100644
--- a/package/nftables/nftables.mk
+++ b/package/nftables/nftables.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NFTABLES_VERSION = 0.9.6
+NFTABLES_VERSION = 1.0.0
NFTABLES_SOURCE = nftables-$(NFTABLES_VERSION).tar.bz2
NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
--
2.33.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH v1 3/3] package/nftables: disable debug build
2021-10-14 22:00 [Buildroot] [PATCH v1 1/3] package/libnftnl: bump version to 1.2.0 Peter Seiderer
2021-10-14 22:00 ` [Buildroot] [PATCH v1 2/3] package/nftables: bump version to 1.0.0 Peter Seiderer
@ 2021-10-14 22:00 ` Peter Seiderer
2021-10-16 10:26 ` Yann E. MORIN
2021-10-22 18:37 ` Peter Korsgaard
2021-10-16 10:26 ` [Buildroot] [PATCH v1 1/3] package/libnftnl: bump version to 1.2.0 Yann E. MORIN
2 siblings, 2 replies; 9+ messages in thread
From: Peter Seiderer @ 2021-10-14 22:00 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/nftables/nftables.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
index 6a27975a53..2409eb0571 100644
--- a/package/nftables/nftables.mk
+++ b/package/nftables/nftables.mk
@@ -10,7 +10,7 @@ NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
NFTABLES_LICENSE = GPL-2.0
NFTABLES_LICENSE_FILES = COPYING
-NFTABLES_CONF_OPTS = --disable-man-doc --disable-pdf-doc
+NFTABLES_CONF_OPTS = --disable-debug --disable-man-doc --disable-pdf-doc
NFTABLES_SELINUX_MODULES = iptables
ifeq ($(BR2_PACKAGE_GMP),y)
--
2.33.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [Buildroot] [PATCH v1 1/3] package/libnftnl: bump version to 1.2.0
2021-10-14 22:00 [Buildroot] [PATCH v1 1/3] package/libnftnl: bump version to 1.2.0 Peter Seiderer
2021-10-14 22:00 ` [Buildroot] [PATCH v1 2/3] package/nftables: bump version to 1.0.0 Peter Seiderer
2021-10-14 22:00 ` [Buildroot] [PATCH v1 3/3] package/nftables: disable debug build Peter Seiderer
@ 2021-10-16 10:26 ` Yann E. MORIN
2 siblings, 0 replies; 9+ messages in thread
From: Yann E. MORIN @ 2021-10-16 10:26 UTC (permalink / raw)
To: Peter Seiderer; +Cc: buildroot
Peter, All,
On 2021-10-15 00:00 +0200, Peter Seiderer spake thusly:
> For changes (since 1.1.7) see [1], [2] and [3].
>
> [1] https://lists.netfilter.org/pipermail/netfilter-announce/2020/000246.html
> [2] https://lists.netfilter.org/pipermail/netfilter-announce/2021/000248.html
> [3] https://netfilter.org/projects/libnftnl/files/changes-libnftnl-1.2.0.txt
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libnftnl/libnftnl.hash | 2 +-
> package/libnftnl/libnftnl.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libnftnl/libnftnl.hash b/package/libnftnl/libnftnl.hash
> index f22b02af09..9737da1878 100644
> --- a/package/libnftnl/libnftnl.hash
> +++ b/package/libnftnl/libnftnl.hash
> @@ -1,3 +1,3 @@
> # From http://www.netfilter.org/projects/libnftnl/downloads.html
> -sha256 20dbc13f11004aea2c9e479cfb90359cb11fe3446c3140811c18e4ec1648ed8f libnftnl-1.1.7.tar.bz2
> +sha256 90b01fddfe9be8c3245c3ba5ff5a4424a8df708828f92b2b361976b658c074f5 libnftnl-1.2.0.tar.bz2
> sha256 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24 COPYING
> diff --git a/package/libnftnl/libnftnl.mk b/package/libnftnl/libnftnl.mk
> index f4487bdebe..eff93b895f 100644
> --- a/package/libnftnl/libnftnl.mk
> +++ b/package/libnftnl/libnftnl.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBNFTNL_VERSION = 1.1.7
> +LIBNFTNL_VERSION = 1.2.0
> LIBNFTNL_SITE = https://netfilter.org/projects/libnftnl/files
> LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.bz2
> LIBNFTNL_LICENSE = GPL-2.0+
> --
> 2.33.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Buildroot] [PATCH v1 2/3] package/nftables: bump version to 1.0.0
2021-10-14 22:00 ` [Buildroot] [PATCH v1 2/3] package/nftables: bump version to 1.0.0 Peter Seiderer
@ 2021-10-16 10:26 ` Yann E. MORIN
0 siblings, 0 replies; 9+ messages in thread
From: Yann E. MORIN @ 2021-10-16 10:26 UTC (permalink / raw)
To: Peter Seiderer; +Cc: buildroot
Peter, All,
On 2021-10-15 00:00 +0200, Peter Seiderer spake thusly:
> For changes (since 0.9.6) see [1], [2], [3] and [4].
>
> [1] https://lists.netfilter.org/pipermail/netfilter-announce/2020/000247.html
> [2] https://lists.netfilter.org/pipermail/netfilter-announce/2021/000249.html
> [3] https://www.netfilter.org/projects/nftables/files/changes-nftables-0.9.9.txt
> [4] https://www.netfilter.org/projects/nftables/files/changes-nftables-1.0.0.txt
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/nftables/nftables.hash | 2 +-
> package/nftables/nftables.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/nftables/nftables.hash b/package/nftables/nftables.hash
> index 1112b7a8ad..bbf7e5a2b1 100644
> --- a/package/nftables/nftables.hash
> +++ b/package/nftables/nftables.hash
> @@ -1,3 +1,3 @@
> # From https://netfilter.org/projects/nftables/downloads.html
> -sha256 68d6fdfe8ab02303e6b1f13968a4022da5b0120110eaee3233d806857937b66e nftables-0.9.6.tar.bz2
> +sha256 58bf547daf967a2b88ecb4f425f126006ebde22711db806b25c1d6cf84fe45f4 nftables-1.0.0.tar.bz2
> sha256 c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e COPYING
> diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
> index f9468c5250..6a27975a53 100644
> --- a/package/nftables/nftables.mk
> +++ b/package/nftables/nftables.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -NFTABLES_VERSION = 0.9.6
> +NFTABLES_VERSION = 1.0.0
> NFTABLES_SOURCE = nftables-$(NFTABLES_VERSION).tar.bz2
> NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
> NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
> --
> 2.33.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Buildroot] [PATCH v1 3/3] package/nftables: disable debug build
2021-10-14 22:00 ` [Buildroot] [PATCH v1 3/3] package/nftables: disable debug build Peter Seiderer
@ 2021-10-16 10:26 ` Yann E. MORIN
2021-10-22 18:37 ` Peter Korsgaard
1 sibling, 0 replies; 9+ messages in thread
From: Yann E. MORIN @ 2021-10-16 10:26 UTC (permalink / raw)
To: Peter Seiderer; +Cc: buildroot
Peter, All,
On 2021-10-15 00:00 +0200, Peter Seiderer spake thusly:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
I've added a commit log that explains why we do that, and applied to
master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/nftables/nftables.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
> index 6a27975a53..2409eb0571 100644
> --- a/package/nftables/nftables.mk
> +++ b/package/nftables/nftables.mk
> @@ -10,7 +10,7 @@ NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
> NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
> NFTABLES_LICENSE = GPL-2.0
> NFTABLES_LICENSE_FILES = COPYING
> -NFTABLES_CONF_OPTS = --disable-man-doc --disable-pdf-doc
> +NFTABLES_CONF_OPTS = --disable-debug --disable-man-doc --disable-pdf-doc
> NFTABLES_SELINUX_MODULES = iptables
>
> ifeq ($(BR2_PACKAGE_GMP),y)
> --
> 2.33.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Buildroot] [PATCH v1 3/3] package/nftables: disable debug build
2021-10-14 22:00 ` [Buildroot] [PATCH v1 3/3] package/nftables: disable debug build Peter Seiderer
2021-10-16 10:26 ` Yann E. MORIN
@ 2021-10-22 18:37 ` Peter Korsgaard
2021-10-22 19:25 ` Peter Seiderer
1 sibling, 1 reply; 9+ messages in thread
From: Peter Korsgaard @ 2021-10-22 18:37 UTC (permalink / raw)
To: Peter Seiderer; +Cc: buildroot
>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> package/nftables/nftables.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
> index 6a27975a53..2409eb0571 100644
> --- a/package/nftables/nftables.mk
> +++ b/package/nftables/nftables.mk
> @@ -10,7 +10,7 @@ NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
> NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
> NFTABLES_LICENSE = GPL-2.0
> NFTABLES_LICENSE_FILES = COPYING
> -NFTABLES_CONF_OPTS = --disable-man-doc --disable-pdf-doc
> +NFTABLES_CONF_OPTS = --disable-debug --disable-man-doc --disable-pdf-doc
Is this only for v1.0.0 or something that should be backported to the
stable branches? You have put this after the bump of nftables in
the series, but have not explicitly stated anything about it.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Buildroot] [PATCH v1 3/3] package/nftables: disable debug build
2021-10-22 18:37 ` Peter Korsgaard
@ 2021-10-22 19:25 ` Peter Seiderer
2021-10-22 19:29 ` Peter Seiderer
0 siblings, 1 reply; 9+ messages in thread
From: Peter Seiderer @ 2021-10-22 19:25 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
Hello Peter,
On Fri, 22 Oct 2021 20:37:05 +0200, Peter Korsgaard <peter@korsgaard.com> wrote:
> >>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:
>
> > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> > ---
> > package/nftables/nftables.mk | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> > diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
> > index 6a27975a53..2409eb0571 100644
> > --- a/package/nftables/nftables.mk
> > +++ b/package/nftables/nftables.mk
> > @@ -10,7 +10,7 @@ NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
> > NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
> > NFTABLES_LICENSE = GPL-2.0
> > NFTABLES_LICENSE_FILES = COPYING
> > -NFTABLES_CONF_OPTS = --disable-man-doc --disable-pdf-doc
> > +NFTABLES_CONF_OPTS = --disable-debug --disable-man-doc --disable-pdf-doc
>
> Is this only for v1.0.0 or something that should be backported to the
> stable branches? You have put this after the bump of nftables in
> the series, but have not explicitly stated anything about it.
>
Sorry for being short in the commit log..., the '-disable-debug' option
just disables the compiler debug option ('-g -DDEBUG') and exits already
in version nftables-0.9.3 (the earliest one in my download directory)...
No urgent need for backport ;-)
Regards,
Peter
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Buildroot] [PATCH v1 3/3] package/nftables: disable debug build
2021-10-22 19:25 ` Peter Seiderer
@ 2021-10-22 19:29 ` Peter Seiderer
0 siblings, 0 replies; 9+ messages in thread
From: Peter Seiderer @ 2021-10-22 19:29 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
Hello Peter,
On Fri, 22 Oct 2021 21:25:42 +0200, Peter Seiderer <ps.report@gmx.net> wrote:
> Hello Peter,
>
> On Fri, 22 Oct 2021 20:37:05 +0200, Peter Korsgaard <peter@korsgaard.com> wrote:
>
> > >>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:
> >
> > > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> > > ---
> > > package/nftables/nftables.mk | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > > diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
> > > index 6a27975a53..2409eb0571 100644
> > > --- a/package/nftables/nftables.mk
> > > +++ b/package/nftables/nftables.mk
> > > @@ -10,7 +10,7 @@ NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
> > > NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
> > > NFTABLES_LICENSE = GPL-2.0
> > > NFTABLES_LICENSE_FILES = COPYING
> > > -NFTABLES_CONF_OPTS = --disable-man-doc --disable-pdf-doc
> > > +NFTABLES_CONF_OPTS = --disable-debug --disable-man-doc --disable-pdf-doc
> >
> > Is this only for v1.0.0 or something that should be backported to the
> > stable branches? You have put this after the bump of nftables in
> > the series, but have not explicitly stated anything about it.
> >
>
> Sorry for being short in the commit log..., the '-disable-debug' option
> just disables the compiler debug option ('-g -DDEBUG') and exits already
> in version nftables-0.9.3 (the earliest one in my download directory)...
>
And take a look at the improved commit log (by Yann) [1] for details...
Regards,
Peter
[1] https://git.buildroot.net/buildroot/commit/?id=5dfe70377006b5b1031879ce69644c767049bd31
> No urgent need for backport ;-)
>
> Regards,
> Peter
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-10-22 19:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-14 22:00 [Buildroot] [PATCH v1 1/3] package/libnftnl: bump version to 1.2.0 Peter Seiderer
2021-10-14 22:00 ` [Buildroot] [PATCH v1 2/3] package/nftables: bump version to 1.0.0 Peter Seiderer
2021-10-16 10:26 ` Yann E. MORIN
2021-10-14 22:00 ` [Buildroot] [PATCH v1 3/3] package/nftables: disable debug build Peter Seiderer
2021-10-16 10:26 ` Yann E. MORIN
2021-10-22 18:37 ` Peter Korsgaard
2021-10-22 19:25 ` Peter Seiderer
2021-10-22 19:29 ` Peter Seiderer
2021-10-16 10:26 ` [Buildroot] [PATCH v1 1/3] package/libnftnl: bump version to 1.2.0 Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox