* [PATCH] db: Upgrade to 6.0.35
@ 2016-09-27 23:43 Aníbal Limón
2016-09-27 23:44 ` Aníbal Limón
0 siblings, 1 reply; 9+ messages in thread
From: Aníbal Limón @ 2016-09-27 23:43 UTC (permalink / raw)
To: openembedded-core; +Cc: 00moses.alexander00
This is a minor upgrade that fix an issue related to multiple
rpm instances querying the database [1].
The bugfixes related are,
- Fixed a bug that may lead to a crash when opening multiple environments
in a multi-threaded program.
- Fixed a bug where closing a panic environment raised access violation
and crashed the program.
For see the complete list of changes mainly bugfixes between
6.0.30 and 6.0.35 [2].
[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10157#c0
[2] http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html#idp503384
[YOCTO #10157]
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} (96%)
diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.35.bb
similarity index 96%
rename from meta/recipes-support/db/db_6.0.30.bb
rename to meta/recipes-support/db/db_6.0.35.bb
index 072cbdf..4a3b72f 100644
--- a/meta/recipes-support/db/db_6.0.30.bb
+++ b/meta/recipes-support/db/db_6.0.35.bb
@@ -26,8 +26,8 @@ SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz \
file://Makefile-let-libdb-6.0.la-depend-os_map.l.patch \
"
-SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b"
-SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2"
+SRC_URI[md5sum] = "c65a4d3e930a116abaaf69edfc697f25"
+SRC_URI[sha256sum] = "24421affa8ae436fe427ae4f5f2d1634da83d3d55a5ad6354a98eeedb825de55"
# Exclude NC versions which lack AES encryption
UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar"
--
2.1.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH] db: Upgrade to 6.0.35
2016-09-27 23:43 [PATCH] db: Upgrade to 6.0.35 Aníbal Limón
@ 2016-09-27 23:44 ` Aníbal Limón
2016-09-28 1:24 ` Khem Raj
0 siblings, 1 reply; 9+ messages in thread
From: Aníbal Limón @ 2016-09-27 23:44 UTC (permalink / raw)
To: openembedded-core; +Cc: 00moses.alexander00
[-- Attachment #1: Type: text/plain, Size: 2075 bytes --]
For apply this patch we need to host the db-6.0.35 tarball into yp
sources mirror because oracle page ask for login in order to download
the source.
alimon
On 09/27/2016 06:43 PM, Aníbal Limón wrote:
> This is a minor upgrade that fix an issue related to multiple
> rpm instances querying the database [1].
>
> The bugfixes related are,
>
> - Fixed a bug that may lead to a crash when opening multiple environments
> in a multi-threaded program.
> - Fixed a bug where closing a panic environment raised access violation
> and crashed the program.
>
> For see the complete list of changes mainly bugfixes between
> 6.0.30 and 6.0.35 [2].
>
> [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10157#c0
> [2] http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html#idp503384
>
> [YOCTO #10157]
>
> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
> ---
> meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} (96%)
>
> diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.35.bb
> similarity index 96%
> rename from meta/recipes-support/db/db_6.0.30.bb
> rename to meta/recipes-support/db/db_6.0.35.bb
> index 072cbdf..4a3b72f 100644
> --- a/meta/recipes-support/db/db_6.0.30.bb
> +++ b/meta/recipes-support/db/db_6.0.35.bb
> @@ -26,8 +26,8 @@ SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz \
> file://Makefile-let-libdb-6.0.la-depend-os_map.l.patch \
> "
>
> -SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b"
> -SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2"
> +SRC_URI[md5sum] = "c65a4d3e930a116abaaf69edfc697f25"
> +SRC_URI[sha256sum] = "24421affa8ae436fe427ae4f5f2d1634da83d3d55a5ad6354a98eeedb825de55"
>
> # Exclude NC versions which lack AES encryption
> UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar"
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] db: Upgrade to 6.0.35
2016-09-27 23:44 ` Aníbal Limón
@ 2016-09-28 1:24 ` Khem Raj
2016-09-28 15:04 ` Aníbal Limón
0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2016-09-28 1:24 UTC (permalink / raw)
To: Aníbal Limón
Cc: 00moses.alexander00,
Patches and discussions about the oe-core layer
On Tue, Sep 27, 2016 at 4:44 PM, Aníbal Limón
<anibal.limon@linux.intel.com> wrote:
> For apply this patch we need to host the db-6.0.35 tarball into yp
> sources mirror because oracle page ask for login in order to download
> the source.
why do they ask for login ? is there some disclaimer that needs to be
accepted before download ?
>
> alimon
>
> On 09/27/2016 06:43 PM, Aníbal Limón wrote:
>> This is a minor upgrade that fix an issue related to multiple
>> rpm instances querying the database [1].
>>
>> The bugfixes related are,
>>
>> - Fixed a bug that may lead to a crash when opening multiple environments
>> in a multi-threaded program.
>> - Fixed a bug where closing a panic environment raised access violation
>> and crashed the program.
>>
>> For see the complete list of changes mainly bugfixes between
>> 6.0.30 and 6.0.35 [2].
>>
>> [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10157#c0
>> [2] http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html#idp503384
>>
>> [YOCTO #10157]
>>
>> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
>> ---
>> meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>> rename meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} (96%)
>>
>> diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.35.bb
>> similarity index 96%
>> rename from meta/recipes-support/db/db_6.0.30.bb
>> rename to meta/recipes-support/db/db_6.0.35.bb
>> index 072cbdf..4a3b72f 100644
>> --- a/meta/recipes-support/db/db_6.0.30.bb
>> +++ b/meta/recipes-support/db/db_6.0.35.bb
>> @@ -26,8 +26,8 @@ SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz \
>> file://Makefile-let-libdb-6.0.la-depend-os_map.l.patch \
>> "
>>
>> -SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b"
>> -SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2"
>> +SRC_URI[md5sum] = "c65a4d3e930a116abaaf69edfc697f25"
>> +SRC_URI[sha256sum] = "24421affa8ae436fe427ae4f5f2d1634da83d3d55a5ad6354a98eeedb825de55"
>>
>> # Exclude NC versions which lack AES encryption
>> UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar"
>>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] db: Upgrade to 6.0.35
2016-09-28 1:24 ` Khem Raj
@ 2016-09-28 15:04 ` Aníbal Limón
2016-09-28 15:26 ` Khem Raj
0 siblings, 1 reply; 9+ messages in thread
From: Aníbal Limón @ 2016-09-28 15:04 UTC (permalink / raw)
To: Khem Raj
Cc: 00moses.alexander00,
Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 2738 bytes --]
On 09/27/2016 08:24 PM, Khem Raj wrote:
> On Tue, Sep 27, 2016 at 4:44 PM, Aníbal Limón
> <anibal.limon@linux.intel.com> wrote:
>> For apply this patch we need to host the db-6.0.35 tarball into yp
>> sources mirror because oracle page ask for login in order to download
>> the source.
>
> why do they ask for login ? is there some disclaimer that needs to be
> accepted before download ?
That's right, for be able to build i need to put into my own source
mirror for download.
>
>>
>> alimon
>>
>> On 09/27/2016 06:43 PM, Aníbal Limón wrote:
>>> This is a minor upgrade that fix an issue related to multiple
>>> rpm instances querying the database [1].
>>>
>>> The bugfixes related are,
>>>
>>> - Fixed a bug that may lead to a crash when opening multiple environments
>>> in a multi-threaded program.
>>> - Fixed a bug where closing a panic environment raised access violation
>>> and crashed the program.
>>>
>>> For see the complete list of changes mainly bugfixes between
>>> 6.0.30 and 6.0.35 [2].
>>>
>>> [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10157#c0
>>> [2] http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html#idp503384
>>>
>>> [YOCTO #10157]
>>>
>>> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
>>> ---
>>> meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} | 4 ++--
>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>> rename meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} (96%)
>>>
>>> diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.35.bb
>>> similarity index 96%
>>> rename from meta/recipes-support/db/db_6.0.30.bb
>>> rename to meta/recipes-support/db/db_6.0.35.bb
>>> index 072cbdf..4a3b72f 100644
>>> --- a/meta/recipes-support/db/db_6.0.30.bb
>>> +++ b/meta/recipes-support/db/db_6.0.35.bb
>>> @@ -26,8 +26,8 @@ SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz \
>>> file://Makefile-let-libdb-6.0.la-depend-os_map.l.patch \
>>> "
>>>
>>> -SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b"
>>> -SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2"
>>> +SRC_URI[md5sum] = "c65a4d3e930a116abaaf69edfc697f25"
>>> +SRC_URI[sha256sum] = "24421affa8ae436fe427ae4f5f2d1634da83d3d55a5ad6354a98eeedb825de55"
>>>
>>> # Exclude NC versions which lack AES encryption
>>> UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar"
>>>
>>
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] db: Upgrade to 6.0.35
2016-09-28 15:04 ` Aníbal Limón
@ 2016-09-28 15:26 ` Khem Raj
2016-09-28 15:35 ` Aníbal Limón
2016-09-28 15:44 ` Mark Hatle
0 siblings, 2 replies; 9+ messages in thread
From: Khem Raj @ 2016-09-28 15:26 UTC (permalink / raw)
To: Aníbal Limón
Cc: Alexandru Moise, Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 3094 bytes --]
We need to understand that disclaimer may be its requiring every one who is
distributing it to accept it.
On Sep 28, 2016 8:04 AM, "Aníbal Limón" <anibal.limon@linux.intel.com>
wrote:
>
>
> On 09/27/2016 08:24 PM, Khem Raj wrote:
> > On Tue, Sep 27, 2016 at 4:44 PM, Aníbal Limón
> > <anibal.limon@linux.intel.com> wrote:
> >> For apply this patch we need to host the db-6.0.35 tarball into yp
> >> sources mirror because oracle page ask for login in order to download
> >> the source.
> >
> > why do they ask for login ? is there some disclaimer that needs to be
> > accepted before download ?
>
> That's right, for be able to build i need to put into my own source
> mirror for download.
>
> >
> >>
> >> alimon
> >>
> >> On 09/27/2016 06:43 PM, Aníbal Limón wrote:
> >>> This is a minor upgrade that fix an issue related to multiple
> >>> rpm instances querying the database [1].
> >>>
> >>> The bugfixes related are,
> >>>
> >>> - Fixed a bug that may lead to a crash when opening multiple
> environments
> >>> in a multi-threaded program.
> >>> - Fixed a bug where closing a panic environment raised access violation
> >>> and crashed the program.
> >>>
> >>> For see the complete list of changes mainly bugfixes between
> >>> 6.0.30 and 6.0.35 [2].
> >>>
> >>> [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10157#c0
> >>> [2] http://download.oracle.com/otndocs/products/berkeleydb/
> html/changelog_6_0.html#idp503384
> >>>
> >>> [YOCTO #10157]
> >>>
> >>> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
> >>> ---
> >>> meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} | 4 ++--
> >>> 1 file changed, 2 insertions(+), 2 deletions(-)
> >>> rename meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} (96%)
> >>>
> >>> diff --git a/meta/recipes-support/db/db_6.0.30.bb
> b/meta/recipes-support/db/db_6.0.35.bb
> >>> similarity index 96%
> >>> rename from meta/recipes-support/db/db_6.0.30.bb
> >>> rename to meta/recipes-support/db/db_6.0.35.bb
> >>> index 072cbdf..4a3b72f 100644
> >>> --- a/meta/recipes-support/db/db_6.0.30.bb
> >>> +++ b/meta/recipes-support/db/db_6.0.35.bb
> >>> @@ -26,8 +26,8 @@ SRC_URI = "http://download.oracle.com/
> berkeley-db/db-${PV}.tar.gz \
> >>> file://Makefile-let-libdb-6.0.la-depend-os_map.l.patch \
> >>> "
> >>>
> >>> -SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b"
> >>> -SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9c
> a76d36e2261b9f4d33d54516f3f6a20fd2"
> >>> +SRC_URI[md5sum] = "c65a4d3e930a116abaaf69edfc697f25"
> >>> +SRC_URI[sha256sum] = "24421affa8ae436fe427ae4f5f2d16
> 34da83d3d55a5ad6354a98eeedb825de55"
> >>>
> >>> # Exclude NC versions which lack AES encryption
> >>> UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar"
> >>>
> >>
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >>
>
>
[-- Attachment #2: Type: text/html, Size: 5541 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] db: Upgrade to 6.0.35
2016-09-28 15:26 ` Khem Raj
@ 2016-09-28 15:35 ` Aníbal Limón
2016-09-28 15:44 ` Mark Hatle
1 sibling, 0 replies; 9+ messages in thread
From: Aníbal Limón @ 2016-09-28 15:35 UTC (permalink / raw)
To: Khem Raj; +Cc: Alexandru Moise, Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 3479 bytes --]
On 09/28/2016 10:26 AM, Khem Raj wrote:
> We need to understand that disclaimer may be its requiring every one who is
> distributing it to accept it.
There is no LICENSE changes in that upgrade the last license changes was
in the version 6.0.20 to AGPL-3 [1].
Also another option is to point to gentoo distfiles mirror for get the
source.
alimon
[1]
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html#idp509784
>
> On Sep 28, 2016 8:04 AM, "Aníbal Limón" <anibal.limon@linux.intel.com>
> wrote:
>
>>
>>
>> On 09/27/2016 08:24 PM, Khem Raj wrote:
>>> On Tue, Sep 27, 2016 at 4:44 PM, Aníbal Limón
>>> <anibal.limon@linux.intel.com> wrote:
>>>> For apply this patch we need to host the db-6.0.35 tarball into yp
>>>> sources mirror because oracle page ask for login in order to download
>>>> the source.
>>>
>>> why do they ask for login ? is there some disclaimer that needs to be
>>> accepted before download ?
>>
>> That's right, for be able to build i need to put into my own source
>> mirror for download.
>>
>>>
>>>>
>>>> alimon
>>>>
>>>> On 09/27/2016 06:43 PM, Aníbal Limón wrote:
>>>>> This is a minor upgrade that fix an issue related to multiple
>>>>> rpm instances querying the database [1].
>>>>>
>>>>> The bugfixes related are,
>>>>>
>>>>> - Fixed a bug that may lead to a crash when opening multiple
>> environments
>>>>> in a multi-threaded program.
>>>>> - Fixed a bug where closing a panic environment raised access violation
>>>>> and crashed the program.
>>>>>
>>>>> For see the complete list of changes mainly bugfixes between
>>>>> 6.0.30 and 6.0.35 [2].
>>>>>
>>>>> [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10157#c0
>>>>> [2] http://download.oracle.com/otndocs/products/berkeleydb/
>> html/changelog_6_0.html#idp503384
>>>>>
>>>>> [YOCTO #10157]
>>>>>
>>>>> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
>>>>> ---
>>>>> meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} | 4 ++--
>>>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>>>> rename meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} (96%)
>>>>>
>>>>> diff --git a/meta/recipes-support/db/db_6.0.30.bb
>> b/meta/recipes-support/db/db_6.0.35.bb
>>>>> similarity index 96%
>>>>> rename from meta/recipes-support/db/db_6.0.30.bb
>>>>> rename to meta/recipes-support/db/db_6.0.35.bb
>>>>> index 072cbdf..4a3b72f 100644
>>>>> --- a/meta/recipes-support/db/db_6.0.30.bb
>>>>> +++ b/meta/recipes-support/db/db_6.0.35.bb
>>>>> @@ -26,8 +26,8 @@ SRC_URI = "http://download.oracle.com/
>> berkeley-db/db-${PV}.tar.gz \
>>>>> file://Makefile-let-libdb-6.0.la-depend-os_map.l.patch \
>>>>> "
>>>>>
>>>>> -SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b"
>>>>> -SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9c
>> a76d36e2261b9f4d33d54516f3f6a20fd2"
>>>>> +SRC_URI[md5sum] = "c65a4d3e930a116abaaf69edfc697f25"
>>>>> +SRC_URI[sha256sum] = "24421affa8ae436fe427ae4f5f2d16
>> 34da83d3d55a5ad6354a98eeedb825de55"
>>>>>
>>>>> # Exclude NC versions which lack AES encryption
>>>>> UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar"
>>>>>
>>>>
>>>>
>>>> --
>>>> _______________________________________________
>>>> Openembedded-core mailing list
>>>> Openembedded-core@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>>>
>>
>>
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] db: Upgrade to 6.0.35
2016-09-28 15:44 ` Mark Hatle
@ 2016-09-28 15:44 ` Alexander Kanavin
2016-09-28 16:19 ` Mark Hatle
0 siblings, 1 reply; 9+ messages in thread
From: Alexander Kanavin @ 2016-09-28 15:44 UTC (permalink / raw)
To: openembedded-core
On 09/28/2016 06:44 PM, Mark Hatle wrote:
> On 9/28/16 10:26 AM, Khem Raj wrote:
>> We need to understand that disclaimer may be its requiring every one who is
>> distributing it to accept it.
>
> It is purely Oracle wanting to stop people from automatically downloading from
> them, also so they can harvest sales contacts. (nothing wrong with that, but it
> means that we should likely pick a different 'upstream'...)
>
> As Anibal indicated, the license itself has not changed -- so that is not an issue.
Mark, what is the current situation with 6.1/6.2 series of db? Are those
fit for updating to?
Alex
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] db: Upgrade to 6.0.35
2016-09-28 15:26 ` Khem Raj
2016-09-28 15:35 ` Aníbal Limón
@ 2016-09-28 15:44 ` Mark Hatle
2016-09-28 15:44 ` Alexander Kanavin
1 sibling, 1 reply; 9+ messages in thread
From: Mark Hatle @ 2016-09-28 15:44 UTC (permalink / raw)
To: openembedded-core
On 9/28/16 10:26 AM, Khem Raj wrote:
> We need to understand that disclaimer may be its requiring every one who is
> distributing it to accept it.
It is purely Oracle wanting to stop people from automatically downloading from
them, also so they can harvest sales contacts. (nothing wrong with that, but it
means that we should likely pick a different 'upstream'...)
As Anibal indicated, the license itself has not changed -- so that is not an issue.
--Mark
>
> On Sep 28, 2016 8:04 AM, "Aníbal Limón" <anibal.limon@linux.intel.com
> <mailto:anibal.limon@linux.intel.com>> wrote:
>
>
>
> On 09/27/2016 08:24 PM, Khem Raj wrote:
> > On Tue, Sep 27, 2016 at 4:44 PM, Aníbal Limón
> > <anibal.limon@linux.intel.com <mailto:anibal.limon@linux.intel.com>> wrote:
> >> For apply this patch we need to host the db-6.0.35 tarball into yp
> >> sources mirror because oracle page ask for login in order to download
> >> the source.
> >
> > why do they ask for login ? is there some disclaimer that needs to be
> > accepted before download ?
>
> That's right, for be able to build i need to put into my own source
> mirror for download.
>
> >
> >>
> >> alimon
> >>
> >> On 09/27/2016 06:43 PM, Aníbal Limón wrote:
> >>> This is a minor upgrade that fix an issue related to multiple
> >>> rpm instances querying the database [1].
> >>>
> >>> The bugfixes related are,
> >>>
> >>> - Fixed a bug that may lead to a crash when opening multiple environments
> >>> in a multi-threaded program.
> >>> - Fixed a bug where closing a panic environment raised access violation
> >>> and crashed the program.
> >>>
> >>> For see the complete list of changes mainly bugfixes between
> >>> 6.0.30 and 6.0.35 [2].
> >>>
> >>> [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10157#c0
> <https://bugzilla.yoctoproject.org/show_bug.cgi?id=10157#c0>
> >>> [2]
> http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html#idp503384
> <http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html#idp503384>
> >>>
> >>> [YOCTO #10157]
> >>>
> >>> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com
> <mailto:anibal.limon@linux.intel.com>>
> >>> ---
> >>> meta/recipes-support/db/{db_6.0.30.bb <http://db_6.0.30.bb> =>
> db_6.0.35.bb <http://db_6.0.35.bb>} | 4 ++--
> >>> 1 file changed, 2 insertions(+), 2 deletions(-)
> >>> rename meta/recipes-support/db/{db_6.0.30.bb <http://db_6.0.30.bb> =>
> db_6.0.35.bb <http://db_6.0.35.bb>} (96%)
> >>>
> >>> diff --git a/meta/recipes-support/db/db_6.0.30.bb <http://db_6.0.30.bb>
> b/meta/recipes-support/db/db_6.0.35.bb <http://db_6.0.35.bb>
> >>> similarity index 96%
> >>> rename from meta/recipes-support/db/db_6.0.30.bb <http://db_6.0.30.bb>
> >>> rename to meta/recipes-support/db/db_6.0.35.bb <http://db_6.0.35.bb>
> >>> index 072cbdf..4a3b72f 100644
> >>> --- a/meta/recipes-support/db/db_6.0.30.bb <http://db_6.0.30.bb>
> >>> +++ b/meta/recipes-support/db/db_6.0.35.bb <http://db_6.0.35.bb>
> >>> @@ -26,8 +26,8 @@ SRC_URI =
> "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz
> <http://download.oracle.com/berkeley-db/db-${PV}.tar.gz> \
> >>> file://Makefile-let-libdb-6.0.la-depend-os_map.l.patch \
> >>> "
> >>>
> >>> -SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b"
> >>> -SRC_URI[sha256sum] =
> "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2"
> >>> +SRC_URI[md5sum] = "c65a4d3e930a116abaaf69edfc697f25"
> >>> +SRC_URI[sha256sum] =
> "24421affa8ae436fe427ae4f5f2d1634da83d3d55a5ad6354a98eeedb825de55"
> >>>
> >>> # Exclude NC versions which lack AES encryption
> >>> UPSTREAM_CHECK_REGEX = "db-(?P<pver>\d+\.\d+(\.\d+)?).tar"
> >>>
> >>
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> <mailto:Openembedded-core@lists.openembedded.org>
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> <http://lists.openembedded.org/mailman/listinfo/openembedded-core>
> >>
>
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] db: Upgrade to 6.0.35
2016-09-28 15:44 ` Alexander Kanavin
@ 2016-09-28 16:19 ` Mark Hatle
0 siblings, 0 replies; 9+ messages in thread
From: Mark Hatle @ 2016-09-28 16:19 UTC (permalink / raw)
To: openembedded-core
On 9/28/16 10:44 AM, Alexander Kanavin wrote:
> On 09/28/2016 06:44 PM, Mark Hatle wrote:
>> On 9/28/16 10:26 AM, Khem Raj wrote:
>>> We need to understand that disclaimer may be its requiring every one who is
>>> distributing it to accept it.
>>
>> It is purely Oracle wanting to stop people from automatically downloading from
>> them, also so they can harvest sales contacts. (nothing wrong with that, but it
>> means that we should likely pick a different 'upstream'...)
>>
>> As Anibal indicated, the license itself has not changed -- so that is not an issue.
>
> Mark, what is the current situation with 6.1/6.2 series of db? Are those
> fit for updating to?
There are issues with the way BerkleyDB handles certain files. Once that we've
not have any time or resources to investigate. So we're stuck w/ 6.0.35 right
now. (The issues have to do with journal file generation in a cross environment
with RPM 5. All I know is that it wasn't working before, most likely due to a
configuration issue, but I've simply had no time to investigate.)
Symptoms: Either during rootfs generation we get failures or code appears to
work fine the first time through, but as soon as you run it on the target
everything breaks.
> Alex
>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2016-09-28 16:19 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-27 23:43 [PATCH] db: Upgrade to 6.0.35 Aníbal Limón
2016-09-27 23:44 ` Aníbal Limón
2016-09-28 1:24 ` Khem Raj
2016-09-28 15:04 ` Aníbal Limón
2016-09-28 15:26 ` Khem Raj
2016-09-28 15:35 ` Aníbal Limón
2016-09-28 15:44 ` Mark Hatle
2016-09-28 15:44 ` Alexander Kanavin
2016-09-28 16:19 ` Mark Hatle
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.