All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/openresolv: bump to version 3.9.2
@ 2019-10-14  7:14 Einar Jón
  2019-10-14  7:21 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Einar Jón @ 2019-10-14  7:14 UTC (permalink / raw)
  To: buildroot

Version 3.9.2 strips the trailing comments generated by udhcpc

Signed-off-by: Einar Jon Gunnarsson <tolvupostur@gmail.com>
---
 package/openresolv/openresolv.hash | 4 ++--
 package/openresolv/openresolv.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/openresolv/openresolv.hash
b/package/openresolv/openresolv.hash
index e1a1fb5..3895f5f 100644
--- a/package/openresolv/openresolv.hash
+++ b/package/openresolv/openresolv.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 96b3f84435a183426c622db7097a930fb0d48a99e82cd87ce83bd343b8c20574
openresolv-fe4e1ec4e2be2adfc1530ade94ebb30aa6f51540.tar.gz
-sha256 d1f9dcd2dac4e095b14caab517cfe791a6e0785346164b7d0cafc13c714f8aa5 LICENSE
+sha256 aee7a18a3c41b3a4590321f34426979e1c1a9c0c03b3e439c05a80c10b9e6d89
openresolv-33100ef750f2b08eda61afb4514785e20a16ff4b.tar.gz
+sha256 f78b2c2bfb333e66e935c81510580d002b6e2009a5b8132b3b5be8ed8f8f3fa7 LICENSE
diff --git a/package/openresolv/openresolv.mk b/package/openresolv/openresolv.mk
index 3f9d603..7c1115b 100644
--- a/package/openresolv/openresolv.mk
+++ b/package/openresolv/openresolv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################

-OPENRESOLV_VERSION = fe4e1ec4e2be2adfc1530ade94ebb30aa6f51540
+OPENRESOLV_VERSION = 33100ef750f2b08eda61afb4514785e20a16ff4b
 OPENRESOLV_SITE = $(call github,rsmarples,openresolv,$(OPENRESOLV_VERSION))
 OPENRESOLV_LICENSE = BSD-2-Clause
 OPENRESOLV_LICENSE_FILES = LICENSE
-- 
2.7.4

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

* [Buildroot] [PATCH 1/1] package/openresolv: bump to version 3.9.2
  2019-10-14  7:14 [Buildroot] [PATCH 1/1] package/openresolv: bump to version 3.9.2 Einar Jón
@ 2019-10-14  7:21 ` Thomas Petazzoni
  2019-10-14 16:02   ` Einar Jón
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-10-14  7:21 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 14 Oct 2019 09:14:01 +0200
Einar J?n <tolvupostur@gmail.com> wrote:

> Version 3.9.2 strips the trailing comments generated by udhcpc
> 
> Signed-off-by: Einar Jon Gunnarsson <tolvupostur@gmail.com>
> ---
>  package/openresolv/openresolv.hash | 4 ++--
>  package/openresolv/openresolv.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/openresolv/openresolv.hash
> b/package/openresolv/openresolv.hash
> index e1a1fb5..3895f5f 100644
> --- a/package/openresolv/openresolv.hash
> +++ b/package/openresolv/openresolv.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256 96b3f84435a183426c622db7097a930fb0d48a99e82cd87ce83bd343b8c20574
> openresolv-fe4e1ec4e2be2adfc1530ade94ebb30aa6f51540.tar.gz
> -sha256 d1f9dcd2dac4e095b14caab517cfe791a6e0785346164b7d0cafc13c714f8aa5 LICENSE
> +sha256 aee7a18a3c41b3a4590321f34426979e1c1a9c0c03b3e439c05a80c10b9e6d89
> openresolv-33100ef750f2b08eda61afb4514785e20a16ff4b.tar.gz
> +sha256 f78b2c2bfb333e66e935c81510580d002b6e2009a5b8132b3b5be8ed8f8f3fa7 LICENSE

Thanks, but your patch has been line-wrapped by your e-mail client.
Could you resend using "git send-email" ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/openresolv: bump to version 3.9.2
  2019-10-14  7:21 ` Thomas Petazzoni
@ 2019-10-14 16:02   ` Einar Jón
  0 siblings, 0 replies; 5+ messages in thread
From: Einar Jón @ 2019-10-14 16:02 UTC (permalink / raw)
  To: buildroot

On Mon, 14 Oct 2019 at 09:21, Thomas Petazzoni <thomas.petazzoni@bootlin.com>
wrote:

> Hello,
>
> On Mon, 14 Oct 2019 09:14:01 +0200
> Einar J?n <tolvupostur@gmail.com> wrote:
>
> Thanks, but your patch has been line-wrapped by your e-mail client.
> Could you resend using "git send-email" ?
>

Done - that took way longer than expected.
For some reason git send-email with TLS (smtp.gmail.com port 587) just
doesn't work for me.

Managed to send it with SSL (smtp.gmail.com 465).
Now udhcpc can finally work with openresolv.


> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>

 --
Regards
Einar J?n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20191014/9285ee81/attachment.html>

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

* [Buildroot] [PATCH 1/1] package/openresolv: bump to version 3.9.2
  2019-10-14 15:54 Einar Jon Gunnarssson
@ 2019-10-14 21:01 ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-10-14 21:01 UTC (permalink / raw)
  To: buildroot

Hello,

First of all, thanks for resubmitting with git send-email!

On Mon, 14 Oct 2019 17:54:19 +0200
Einar Jon Gunnarssson <tolvupostur@gmail.com> wrote:

> From: Einar Jon Gunnarsson <tolvupostur@gmail.com>
> 
> Version 3.9.2 strips the trailing comments generated by udhcpc
> 
> Signed-off-by: Einar Jon Gunnarsson <tolvupostur@gmail.com>

There is a tag for 3.9.2 in the Github repository, so you could you use
this as OPENRESOLV_VERSION instead of the full Git commit hash ?

Also, since the hash of the LICENSE file has changed, we need to have a
short explanation in the commit log about what changed.

Could you fix those minor details and send an updated version ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/openresolv: bump to version 3.9.2
@ 2019-10-14 15:54 Einar Jon Gunnarssson
  2019-10-14 21:01 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Einar Jon Gunnarssson @ 2019-10-14 15:54 UTC (permalink / raw)
  To: buildroot

From: Einar Jon Gunnarsson <tolvupostur@gmail.com>

Version 3.9.2 strips the trailing comments generated by udhcpc

Signed-off-by: Einar Jon Gunnarsson <tolvupostur@gmail.com>
---
 package/openresolv/openresolv.hash | 4 ++--
 package/openresolv/openresolv.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/openresolv/openresolv.hash b/package/openresolv/openresolv.hash
index e1a1fb5..3895f5f 100644
--- a/package/openresolv/openresolv.hash
+++ b/package/openresolv/openresolv.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 96b3f84435a183426c622db7097a930fb0d48a99e82cd87ce83bd343b8c20574 openresolv-fe4e1ec4e2be2adfc1530ade94ebb30aa6f51540.tar.gz
-sha256 d1f9dcd2dac4e095b14caab517cfe791a6e0785346164b7d0cafc13c714f8aa5 LICENSE
+sha256 aee7a18a3c41b3a4590321f34426979e1c1a9c0c03b3e439c05a80c10b9e6d89 openresolv-33100ef750f2b08eda61afb4514785e20a16ff4b.tar.gz
+sha256 f78b2c2bfb333e66e935c81510580d002b6e2009a5b8132b3b5be8ed8f8f3fa7 LICENSE
diff --git a/package/openresolv/openresolv.mk b/package/openresolv/openresolv.mk
index 3f9d603..7c1115b 100644
--- a/package/openresolv/openresolv.mk
+++ b/package/openresolv/openresolv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENRESOLV_VERSION = fe4e1ec4e2be2adfc1530ade94ebb30aa6f51540
+OPENRESOLV_VERSION = 33100ef750f2b08eda61afb4514785e20a16ff4b
 OPENRESOLV_SITE = $(call github,rsmarples,openresolv,$(OPENRESOLV_VERSION))
 OPENRESOLV_LICENSE = BSD-2-Clause
 OPENRESOLV_LICENSE_FILES = LICENSE
-- 
2.7.4

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

end of thread, other threads:[~2019-10-14 21:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14  7:14 [Buildroot] [PATCH 1/1] package/openresolv: bump to version 3.9.2 Einar Jón
2019-10-14  7:21 ` Thomas Petazzoni
2019-10-14 16:02   ` Einar Jón
2019-10-14 15:54 Einar Jon Gunnarssson
2019-10-14 21:01 ` Thomas Petazzoni

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.