All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bind: upgrade 9.11.4 -> 9.13.2
@ 2018-08-13  8:55 changqing.li
  2018-08-13 14:37 ` akuster808
  0 siblings, 1 reply; 5+ messages in thread
From: changqing.li @ 2018-08-13  8:55 UTC (permalink / raw)
  To: openembedded-core

From: Changqing Li <changqing.li@windriver.com>

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/recipes-connectivity/bind/{bind_9.11.4.bb => bind_9.13.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/bind/{bind_9.11.4.bb => bind_9.13.2.bb} (97%)

diff --git a/meta/recipes-connectivity/bind/bind_9.11.4.bb b/meta/recipes-connectivity/bind/bind_9.13.2.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.11.4.bb
rename to meta/recipes-connectivity/bind/bind_9.13.2.bb
index 7522fdb..08ebd24 100644
--- a/meta/recipes-connectivity/bind/bind_9.11.4.bb
+++ b/meta/recipes-connectivity/bind/bind_9.13.2.bb
@@ -19,8 +19,8 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
            file://0001-lib-dns-gen.c-fix-too-long-error.patch \
 "
 
-SRC_URI[md5sum] = "9b4834d78f30cdb796ce437262272a36"
-SRC_URI[sha256sum] = "595070b031f869f8939656b5a5d11b121211967f15f6afeafa895df745279617"
+SRC_URI[md5sum] = "01d0524016ac15ea3f4b6c77d99db0b2"
+SRC_URI[sha256sum] = "6c044e9ea81add9dbbd2f5dfc224964cc6b6e364e43a8d6d8b574d9282651802"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 UPSTREAM_CHECK_REGEX = "(?P<pver>9(\.\d+)+(-P\d+)*)/"
-- 
2.7.4



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

* Re: [PATCH] bind: upgrade 9.11.4 -> 9.13.2
  2018-08-13  8:55 [PATCH] bind: upgrade 9.11.4 -> 9.13.2 changqing.li
@ 2018-08-13 14:37 ` akuster808
  2018-08-13 14:59   ` Alexander Kanavin
  0 siblings, 1 reply; 5+ messages in thread
From: akuster808 @ 2018-08-13 14:37 UTC (permalink / raw)
  To: changqing.li, openembedded-core



On 08/13/2018 01:55 AM, changqing.li@windriver.com wrote:
> From: Changqing Li <changqing.li@windriver.com>
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>

Is there a reason why this version was selected? 9.13 is still under
development and ISC in not recommending  this version for production. 
9.11 EOL is 2020.

We should keep one long term version around if you need bleeding edge.

- armin
> ---
>  meta/recipes-connectivity/bind/{bind_9.11.4.bb => bind_9.13.2.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-connectivity/bind/{bind_9.11.4.bb => bind_9.13.2.bb} (97%)
>
> diff --git a/meta/recipes-connectivity/bind/bind_9.11.4.bb b/meta/recipes-connectivity/bind/bind_9.13.2.bb
> similarity index 97%
> rename from meta/recipes-connectivity/bind/bind_9.11.4.bb
> rename to meta/recipes-connectivity/bind/bind_9.13.2.bb
> index 7522fdb..08ebd24 100644
> --- a/meta/recipes-connectivity/bind/bind_9.11.4.bb
> +++ b/meta/recipes-connectivity/bind/bind_9.13.2.bb
> @@ -19,8 +19,8 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
>             file://0001-lib-dns-gen.c-fix-too-long-error.patch \
>  "
>  
> -SRC_URI[md5sum] = "9b4834d78f30cdb796ce437262272a36"
> -SRC_URI[sha256sum] = "595070b031f869f8939656b5a5d11b121211967f15f6afeafa895df745279617"
> +SRC_URI[md5sum] = "01d0524016ac15ea3f4b6c77d99db0b2"
> +SRC_URI[sha256sum] = "6c044e9ea81add9dbbd2f5dfc224964cc6b6e364e43a8d6d8b574d9282651802"
>  
>  UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
>  UPSTREAM_CHECK_REGEX = "(?P<pver>9(\.\d+)+(-P\d+)*)/"




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

* Re: [PATCH] bind: upgrade 9.11.4 -> 9.13.2
  2018-08-13 14:37 ` akuster808
@ 2018-08-13 14:59   ` Alexander Kanavin
  2018-08-13 15:58     ` akuster808
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kanavin @ 2018-08-13 14:59 UTC (permalink / raw)
  To: akuster808; +Cc: OE-core

However, for the upcoming YP release, it's better to settle on
something that expires later than 2020. How is 9.12.x currently?

Alex

2018-08-13 16:37 GMT+02:00 akuster808 <akuster808@gmail.com>:
>
>
> On 08/13/2018 01:55 AM, changqing.li@windriver.com wrote:
>> From: Changqing Li <changqing.li@windriver.com>
>>
>> Signed-off-by: Changqing Li <changqing.li@windriver.com>
>
> Is there a reason why this version was selected? 9.13 is still under
> development and ISC in not recommending  this version for production.
> 9.11 EOL is 2020.
>
> We should keep one long term version around if you need bleeding edge.
>
> - armin
>> ---
>>  meta/recipes-connectivity/bind/{bind_9.11.4.bb => bind_9.13.2.bb} | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>  rename meta/recipes-connectivity/bind/{bind_9.11.4.bb => bind_9.13.2.bb} (97%)
>>
>> diff --git a/meta/recipes-connectivity/bind/bind_9.11.4.bb b/meta/recipes-connectivity/bind/bind_9.13.2.bb
>> similarity index 97%
>> rename from meta/recipes-connectivity/bind/bind_9.11.4.bb
>> rename to meta/recipes-connectivity/bind/bind_9.13.2.bb
>> index 7522fdb..08ebd24 100644
>> --- a/meta/recipes-connectivity/bind/bind_9.11.4.bb
>> +++ b/meta/recipes-connectivity/bind/bind_9.13.2.bb
>> @@ -19,8 +19,8 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
>>             file://0001-lib-dns-gen.c-fix-too-long-error.patch \
>>  "
>>
>> -SRC_URI[md5sum] = "9b4834d78f30cdb796ce437262272a36"
>> -SRC_URI[sha256sum] = "595070b031f869f8939656b5a5d11b121211967f15f6afeafa895df745279617"
>> +SRC_URI[md5sum] = "01d0524016ac15ea3f4b6c77d99db0b2"
>> +SRC_URI[sha256sum] = "6c044e9ea81add9dbbd2f5dfc224964cc6b6e364e43a8d6d8b574d9282651802"
>>
>>  UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
>>  UPSTREAM_CHECK_REGEX = "(?P<pver>9(\.\d+)+(-P\d+)*)/"
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] bind: upgrade 9.11.4 -> 9.13.2
  2018-08-13 14:59   ` Alexander Kanavin
@ 2018-08-13 15:58     ` akuster808
  2018-08-14  1:16       ` Changqing Li
  0 siblings, 1 reply; 5+ messages in thread
From: akuster808 @ 2018-08-13 15:58 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 2768 bytes --]



On 08/13/2018 07:59 AM, Alexander Kanavin wrote:
> However, for the upcoming YP release, it's better to settle on
> something that expires later than 2020. How is 9.12.x currently?
I stand corrected. its 2021.

Here are our current ESV versions and their EOL dates:

  * BIND 9.9 Extended Support Version will be supported until June, 2018
  * BIND 9.11 is an Extended support version, and will be supported
    until December, 2021

BIND 9.16 will be our next ESV, followed by BIND 9.20, and every second
stable version after that will be ESV.


Please see : https://www.isc.org/downloads/software-support-policy/ if
you want more details. The reasoning was noted during the update to 9.10
-> 9.13 -> 9.11 emails/patches a few months back.

- armin
>
> Alex
>
> 2018-08-13 16:37 GMT+02:00 akuster808 <akuster808@gmail.com>:
>>
>> On 08/13/2018 01:55 AM, changqing.li@windriver.com wrote:
>>> From: Changqing Li <changqing.li@windriver.com>
>>>
>>> Signed-off-by: Changqing Li <changqing.li@windriver.com>
>> Is there a reason why this version was selected? 9.13 is still under
>> development and ISC in not recommending  this version for production.
>> 9.11 EOL is 2020.
>>
>> We should keep one long term version around if you need bleeding edge.
>>
>> - armin
>>> ---
>>>  meta/recipes-connectivity/bind/{bind_9.11.4.bb => bind_9.13.2.bb} | 4 ++--
>>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>>  rename meta/recipes-connectivity/bind/{bind_9.11.4.bb => bind_9.13.2.bb} (97%)
>>>
>>> diff --git a/meta/recipes-connectivity/bind/bind_9.11.4.bb b/meta/recipes-connectivity/bind/bind_9.13.2.bb
>>> similarity index 97%
>>> rename from meta/recipes-connectivity/bind/bind_9.11.4.bb
>>> rename to meta/recipes-connectivity/bind/bind_9.13.2.bb
>>> index 7522fdb..08ebd24 100644
>>> --- a/meta/recipes-connectivity/bind/bind_9.11.4.bb
>>> +++ b/meta/recipes-connectivity/bind/bind_9.13.2.bb
>>> @@ -19,8 +19,8 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
>>>             file://0001-lib-dns-gen.c-fix-too-long-error.patch \
>>>  "
>>>
>>> -SRC_URI[md5sum] = "9b4834d78f30cdb796ce437262272a36"
>>> -SRC_URI[sha256sum] = "595070b031f869f8939656b5a5d11b121211967f15f6afeafa895df745279617"
>>> +SRC_URI[md5sum] = "01d0524016ac15ea3f4b6c77d99db0b2"
>>> +SRC_URI[sha256sum] = "6c044e9ea81add9dbbd2f5dfc224964cc6b6e364e43a8d6d8b574d9282651802"
>>>
>>>  UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
>>>  UPSTREAM_CHECK_REGEX = "(?P<pver>9(\.\d+)+(-P\d+)*)/"
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Type: text/html, Size: 4516 bytes --]

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

* Re: [PATCH] bind: upgrade 9.11.4 -> 9.13.2
  2018-08-13 15:58     ` akuster808
@ 2018-08-14  1:16       ` Changqing Li
  0 siblings, 0 replies; 5+ messages in thread
From: Changqing Li @ 2018-08-14  1:16 UTC (permalink / raw)
  To: akuster808, Alexander Kanavin; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 2961 bytes --]



On 08/13/2018 11:58 PM, akuster808 wrote:
>
>
>
> On 08/13/2018 07:59 AM, Alexander Kanavin wrote:
>> However, for the upcoming YP release, it's better to settle on
>> something that expires later than 2020. How is 9.12.x currently?
> I stand corrected. its 2021.
>
> Here are our current ESV versions and their EOL dates:
>
>   * BIND 9.9 Extended Support Version will be supported until June, 2018
>   * BIND 9.11 is an Extended support version, and will be supported
>     until December, 2021
>
> BIND 9.16 will be our next ESV, followed by BIND 9.20, and every 
> second stable version after that will be ESV.
>
>
> Please see : https://www.isc.org/downloads/software-support-policy/ if 
> you want more details. The reasoning was noted during the update to 
> 9.10 -> 9.13 -> 9.11 emails/patches a few months back.
>
> - armin

Thanks.  Then let's keep at 9.11.4.
>> Alex
>>
>> 2018-08-13 16:37 GMT+02:00 akuster808<akuster808@gmail.com>:
>>> On 08/13/2018 01:55 AM,changqing.li@windriver.com  wrote:
>>>> From: Changqing Li<changqing.li@windriver.com>
>>>>
>>>> Signed-off-by: Changqing Li<changqing.li@windriver.com>
>>> Is there a reason why this version was selected? 9.13 is still under
>>> development and ISC in not recommending  this version for production.
>>> 9.11 EOL is 2020.
>>>
>>> We should keep one long term version around if you need bleeding edge.
>>>
>>> - armin
>>>> ---
>>>>   meta/recipes-connectivity/bind/{bind_9.11.4.bb => bind_9.13.2.bb} | 4 ++--
>>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>>   rename meta/recipes-connectivity/bind/{bind_9.11.4.bb => bind_9.13.2.bb} (97%)
>>>>
>>>> diff --git a/meta/recipes-connectivity/bind/bind_9.11.4.bb b/meta/recipes-connectivity/bind/bind_9.13.2.bb
>>>> similarity index 97%
>>>> rename from meta/recipes-connectivity/bind/bind_9.11.4.bb
>>>> rename to meta/recipes-connectivity/bind/bind_9.13.2.bb
>>>> index 7522fdb..08ebd24 100644
>>>> --- a/meta/recipes-connectivity/bind/bind_9.11.4.bb
>>>> +++ b/meta/recipes-connectivity/bind/bind_9.13.2.bb
>>>> @@ -19,8 +19,8 @@ SRC_URI ="https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ 
>>>> file://0001-lib-dns-gen.c-fix-too-long-error.patch \ "
>>>>
>>>> -SRC_URI[md5sum] = "9b4834d78f30cdb796ce437262272a36"
>>>> -SRC_URI[sha256sum] = "595070b031f869f8939656b5a5d11b121211967f15f6afeafa895df745279617"
>>>> +SRC_URI[md5sum] = "01d0524016ac15ea3f4b6c77d99db0b2"
>>>> +SRC_URI[sha256sum] = "6c044e9ea81add9dbbd2f5dfc224964cc6b6e364e43a8d6d8b574d9282651802"
>>>>
>>>>   UPSTREAM_CHECK_URI ="https://ftp.isc.org/isc/bind9/"
>>>>   UPSTREAM_CHECK_REGEX = "(?P<pver>9(\.\d+)+(-P\d+)*)/"
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

-- 
BRs

Sandy(Li Changqing)
+861084778653


[-- Attachment #2: Type: text/html, Size: 5434 bytes --]

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

end of thread, other threads:[~2018-08-14  1:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-13  8:55 [PATCH] bind: upgrade 9.11.4 -> 9.13.2 changqing.li
2018-08-13 14:37 ` akuster808
2018-08-13 14:59   ` Alexander Kanavin
2018-08-13 15:58     ` akuster808
2018-08-14  1:16       ` Changqing Li

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.