yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-security][PATCH] ibmswtpm2: update to 164-2020-192.1
@ 2023-05-24 20:03 Andrew Geissler
  2023-05-24 20:38 ` [yocto] " akuster808
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Geissler @ 2023-05-24 20:03 UTC (permalink / raw)
  To: yocto; +Cc: Andrew Geissler

This version supports openssl 3.1

The maintainer changed his tag versions hence the different looking
version.

The maintainer also has stopped releasing tar files and asked we
directly grab from git.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
---
 ...ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
 rename meta-tpm/recipes-tpm2/ibmswtpm2/{ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} (73%)

diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
similarity index 73%
rename from meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
rename to meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
index 85fc7e0..fbeb872 100644
--- a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
+++ b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
@@ -11,18 +11,18 @@ Advantages of this approach: \
 HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmswtpm2.html"
 LICENSE = "BSD-2-Clause"
 SECTION = "securty/tpm"
-LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c75e465155c42c14154bf6a2acb7347b"
 
 DEPENDS = "openssl"
 
-SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \
+SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \
            file://tune-makefile.patch \
-           "
-SRC_URI[sha256sum] = "3cb642f871a17b23d50b046e5f95f449c2287415fc1e7aeb4bdbb8920dbcb38f"
+           ""
+SRCREV = "5452af422edeff70fcae8ea99dd28a0922051d7b"
 
-UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/"
+UPSTREAM_CHECK_URI = "https://git.code.sf.net/p/ibmswtpm2/tpm2"
 
-S = "${WORKDIR}/src"
+S = "${WORKDIR}/git/src"
 
 CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO"
 
-- 
2.37.1 (Apple Git-137.1)



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

* Re: [yocto] [meta-security][PATCH] ibmswtpm2: update to 164-2020-192.1
  2023-05-24 20:03 [meta-security][PATCH] ibmswtpm2: update to 164-2020-192.1 Andrew Geissler
@ 2023-05-24 20:38 ` akuster808
  2023-05-24 21:38   ` Andrew Geissler
  0 siblings, 1 reply; 6+ messages in thread
From: akuster808 @ 2023-05-24 20:38 UTC (permalink / raw)
  To: Andrew Geissler, yocto; +Cc: Andrew Geissler



On 5/24/23 4:03 PM, Andrew Geissler wrote:
> This version supports openssl 3.1
>
> The maintainer changed his tag versions hence the different looking
> version.
>
> The maintainer also has stopped releasing tar files and asked we
> directly grab from git.

Why did the License file change?

-armin
> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
> ---
>   ...ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
>   rename meta-tpm/recipes-tpm2/ibmswtpm2/{ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} (73%)
>
> diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
> similarity index 73%
> rename from meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
> rename to meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
> index 85fc7e0..fbeb872 100644
> --- a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
> +++ b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
> @@ -11,18 +11,18 @@ Advantages of this approach: \
>   HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmswtpm2.html"
>   LICENSE = "BSD-2-Clause"
>   SECTION = "securty/tpm"
> -LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c75e465155c42c14154bf6a2acb7347b"
>   
>   DEPENDS = "openssl"
>   
> -SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \
> +SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \
>              file://tune-makefile.patch \
> -           "
> -SRC_URI[sha256sum] = "3cb642f871a17b23d50b046e5f95f449c2287415fc1e7aeb4bdbb8920dbcb38f"
> +           ""
> +SRCREV = "5452af422edeff70fcae8ea99dd28a0922051d7b"
>   
> -UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/"
> +UPSTREAM_CHECK_URI = "https://git.code.sf.net/p/ibmswtpm2/tpm2"
>   
> -S = "${WORKDIR}/src"
> +S = "${WORKDIR}/git/src"
>   
>   CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO"
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#60115): https://lists.yoctoproject.org/g/yocto/message/60115
> Mute This Topic: https://lists.yoctoproject.org/mt/99116759/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>



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

* Re: [yocto] [meta-security][PATCH] ibmswtpm2: update to 164-2020-192.1
  2023-05-24 20:38 ` [yocto] " akuster808
@ 2023-05-24 21:38   ` Andrew Geissler
  2023-05-25 22:20     ` akuster808
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Geissler @ 2023-05-24 21:38 UTC (permalink / raw)
  To: akuster808; +Cc: yocto



> On May 24, 2023, at 4:38 PM, akuster808 <akuster808@gmail.com> wrote:
> 
> 
> 
> On 5/24/23 4:03 PM, Andrew Geissler wrote:
>> This version supports openssl 3.1
>> 
>> The maintainer changed his tag versions hence the different looking
>> version.
>> 
>> The maintainer also has stopped releasing tar files and asked we
>> directly grab from git.
> 
> Why did the License file change?

Good question. I think I got a bit turned around when I moved over to git. 

This repo has 2 LICENSE files:
  https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/LICENSE
  https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/src/LICENSE 

My commit moved to the base LICENSE file in the tree. The original recipe
pointed to the second LICENSE file under src/.

The original src/LICENSE appears to be a subset of the root LICENSE
but I can move the recipe back to the original src/LICENSE if that’s the
expected behavior here.

> 
> -armin
>> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
>> ---
>>  ...ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} | 12 ++++++------
>>  1 file changed, 6 insertions(+), 6 deletions(-)
>>  rename meta-tpm/recipes-tpm2/ibmswtpm2/{ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} (73%)
>> 
>> diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
>> similarity index 73%
>> rename from meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
>> rename to meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
>> index 85fc7e0..fbeb872 100644
>> --- a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
>> +++ b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
>> @@ -11,18 +11,18 @@ Advantages of this approach: \
>>  HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmswtpm2.html"
>>  LICENSE = "BSD-2-Clause"
>>  SECTION = "securty/tpm"
>> -LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c75e465155c42c14154bf6a2acb7347b"
>>    DEPENDS = "openssl"
>>  -SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \
>> +SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \
>>             file://tune-makefile.patch \
>> -           "
>> -SRC_URI[sha256sum] = "3cb642f871a17b23d50b046e5f95f449c2287415fc1e7aeb4bdbb8920dbcb38f"
>> +           ""
>> +SRCREV = "5452af422edeff70fcae8ea99dd28a0922051d7b"
>>  -UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/"
>> +UPSTREAM_CHECK_URI = "https://git.code.sf.net/p/ibmswtpm2/tpm2"
>>  -S = "${WORKDIR}/src"
>> +S = "${WORKDIR}/git/src"
>>    CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO"
>>  
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#60115): https://lists.yoctoproject.org/g/yocto/message/60115
>> Mute This Topic: https://lists.yoctoproject.org/mt/99116759/3616698
>> Group Owner: yocto+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [yocto] [meta-security][PATCH] ibmswtpm2: update to 164-2020-192.1
  2023-05-24 21:38   ` Andrew Geissler
@ 2023-05-25 22:20     ` akuster808
  2023-05-30 17:55       ` Andrew Geissler
  2023-05-30 17:58       ` Andrew Geissler
  0 siblings, 2 replies; 6+ messages in thread
From: akuster808 @ 2023-05-25 22:20 UTC (permalink / raw)
  To: Andrew Geissler; +Cc: yocto



On 5/24/23 5:38 PM, Andrew Geissler wrote:
>
>> On May 24, 2023, at 4:38 PM, akuster808 <akuster808@gmail.com> wrote:
>>
>>
>>
>> On 5/24/23 4:03 PM, Andrew Geissler wrote:
>>> This version supports openssl 3.1
>>>
>>> The maintainer changed his tag versions hence the different looking
>>> version.
>>>
>>> The maintainer also has stopped releasing tar files and asked we
>>> directly grab from git.
>> Why did the License file change?
> Good question. I think I got a bit turned around when I moved over to git.

Looking at their changes, it looks like they appended or subtracted 
spaces  to various lines in that License file. Nothing other than noise.

>
> This repo has 2 LICENSE files:
>    https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/LICENSE
>    https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/src/LICENSE

They look like to different licenses, one has IBM in it the other does not.

Maybe list both and their sha's should address that.

thanks,
Armin
>
> My commit moved to the base LICENSE file in the tree. The original recipe
> pointed to the second LICENSE file under src/.
>
> The original src/LICENSE appears to be a subset of the root LICENSE
> but I can move the recipe back to the original src/LICENSE if that’s the
> expected behavior here.
>
>> -armin
>>> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
>>> ---
>>>   ...ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} | 12 ++++++------
>>>   1 file changed, 6 insertions(+), 6 deletions(-)
>>>   rename meta-tpm/recipes-tpm2/ibmswtpm2/{ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} (73%)
>>>
>>> diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
>>> similarity index 73%
>>> rename from meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
>>> rename to meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
>>> index 85fc7e0..fbeb872 100644
>>> --- a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
>>> +++ b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
>>> @@ -11,18 +11,18 @@ Advantages of this approach: \
>>>   HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmswtpm2.html"
>>>   LICENSE = "BSD-2-Clause"
>>>   SECTION = "securty/tpm"
>>> -LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f"
>>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c75e465155c42c14154bf6a2acb7347b"
>>>     DEPENDS = "openssl"
>>>   -SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \
>>> +SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \
>>>              file://tune-makefile.patch \
>>> -           "
>>> -SRC_URI[sha256sum] = "3cb642f871a17b23d50b046e5f95f449c2287415fc1e7aeb4bdbb8920dbcb38f"
>>> +           ""
>>> +SRCREV = "5452af422edeff70fcae8ea99dd28a0922051d7b"
>>>   -UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/"
>>> +UPSTREAM_CHECK_URI = "https://git.code.sf.net/p/ibmswtpm2/tpm2"
>>>   -S = "${WORKDIR}/src"
>>> +S = "${WORKDIR}/git/src"
>>>     CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO"
>>>   
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>> Links: You receive all messages sent to this group.
>>> View/Reply Online (#60115): https://lists.yoctoproject.org/g/yocto/message/60115
>>> Mute This Topic: https://lists.yoctoproject.org/mt/99116759/3616698
>>> Group Owner: yocto+owner@lists.yoctoproject.org
>>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
>>> -=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [yocto] [meta-security][PATCH] ibmswtpm2: update to 164-2020-192.1
  2023-05-25 22:20     ` akuster808
@ 2023-05-30 17:55       ` Andrew Geissler
  2023-05-30 17:58       ` Andrew Geissler
  1 sibling, 0 replies; 6+ messages in thread
From: Andrew Geissler @ 2023-05-30 17:55 UTC (permalink / raw)
  To: akuster808; +Cc: yocto

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



> On May 25, 2023, at 6:20 PM, akuster808 <akuster808@gmail.com> wrote:
> 
> 
> 
> On 5/24/23 5:38 PM, Andrew Geissler wrote:
>> 
>>> On May 24, 2023, at 4:38 PM, akuster808 <akuster808@gmail.com> wrote:
>>> 
>>> 
>>> 
>>> On 5/24/23 4:03 PM, Andrew Geissler wrote:
>>>> This version supports openssl 3.1
>>>> 
>>>> The maintainer changed his tag versions hence the different looking
>>>> version.
>>>> 
>>>> The maintainer also has stopped releasing tar files and asked we
>>>> directly grab from git.
>>> Why did the License file change?
>> Good question. I think I got a bit turned around when I moved over to git.
> 
> Looking at their changes, it looks like they appended or subtracted spaces  to various lines in that License file. Nothing other than noise.
> 
>> 
>> This repo has 2 LICENSE files:
>>   https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/LICENSE <https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/LICENSE>
>>   https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/src/LICENSE <https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/src/LICENSE>
> 
> They look like to different licenses, one has IBM in it the other does not.
> 
> Maybe list both and their sha's should address that.

Sounds good, I’ll send a new patch to this thread.

> 
> thanks,
> Armin


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

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

* Re: [yocto] [meta-security][PATCH] ibmswtpm2: update to 164-2020-192.1
  2023-05-25 22:20     ` akuster808
  2023-05-30 17:55       ` Andrew Geissler
@ 2023-05-30 17:58       ` Andrew Geissler
  1 sibling, 0 replies; 6+ messages in thread
From: Andrew Geissler @ 2023-05-30 17:58 UTC (permalink / raw)
  To: akuster808; +Cc: yocto

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

This version supports openssl 3.1

The maintainer changed his tag versions hence the different looking
version.

The maintainer also has stopped releasing tar files and asked we
directly grab from git.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
---
 .../{ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb}   | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
 rename meta-tpm/recipes-tpm2/ibmswtpm2/{ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} (78%)

diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
similarity index 78%
rename from meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
rename to meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
index 85fc7e0..7060a64 100644
--- a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
+++ b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
@@ -12,17 +12,18 @@ HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmswtpm2.html"
 LICENSE = "BSD-2-Clause"
 SECTION = "securty/tpm"
 LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f"
+LIC_FILES_CHKSUM += "file://LICENSE;md5=c75e465155c42c14154bf6a2acb7347b"
 
 DEPENDS = "openssl"
 
-SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \
+SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \
            file://tune-makefile.patch \
            "
-SRC_URI[sha256sum] = "3cb642f871a17b23d50b046e5f95f449c2287415fc1e7aeb4bdbb8920dbcb38f"
+SRCREV = "5452af422edeff70fcae8ea99dd28a0922051d7b"
 
-UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/"
+UPSTREAM_CHECK_URI = "https://git.code.sf.net/p/ibmswtpm2/tpm2"
 
-S = "${WORKDIR}/src"
+S = "${WORKDIR}/git/src"
 
 CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO"
 
-- 
2.37.1 (Apple Git-137.1)

> On May 25, 2023, at 6:20 PM, akuster808 <akuster808@gmail.com> wrote:
> 
> 
> 
> On 5/24/23 5:38 PM, Andrew Geissler wrote:
>> 
>>> On May 24, 2023, at 4:38 PM, akuster808 <akuster808@gmail.com> wrote:
>>> 
>>> 
>>> 
>>> On 5/24/23 4:03 PM, Andrew Geissler wrote:
>>>> This version supports openssl 3.1
>>>> 
>>>> The maintainer changed his tag versions hence the different looking
>>>> version.
>>>> 
>>>> The maintainer also has stopped releasing tar files and asked we
>>>> directly grab from git.
>>> Why did the License file change?
>> Good question. I think I got a bit turned around when I moved over to git.
> 
> Looking at their changes, it looks like they appended or subtracted spaces  to various lines in that License file. Nothing other than noise.
> 
>> 
>> This repo has 2 LICENSE files:
>>   https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/LICENSE <https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/LICENSE>
>>   https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/src/LICENSE <https://sourceforge.net/p/ibmswtpm2/tpm2/ci/master/tree/src/LICENSE>
> 
> They look like to different licenses, one has IBM in it the other does not.
> 
> Maybe list both and their sha's should address that.
> 
> thanks,
> Armin
>> 
>> My commit moved to the base LICENSE file in the tree. The original recipe
>> pointed to the second LICENSE file under src/.
>> 
>> The original src/LICENSE appears to be a subset of the root LICENSE
>> but I can move the recipe back to the original src/LICENSE if that’s the
>> expected behavior here.
>> 
>>> -armin
>>>> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
>>>> ---
>>>>  ...ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} | 12 ++++++------
>>>>  1 file changed, 6 insertions(+), 6 deletions(-)
>>>>  rename meta-tpm/recipes-tpm2/ibmswtpm2/{ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} (73%)
>>>> 
>>>> diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
>>>> similarity index 73%
>>>> rename from meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
>>>> rename to meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
>>>> index 85fc7e0..fbeb872 100644
>>>> --- a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb
>>>> +++ b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
>>>> @@ -11,18 +11,18 @@ Advantages of this approach: \
>>>>  HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmswtpm2.html"
>>>>  LICENSE = "BSD-2-Clause"
>>>>  SECTION = "securty/tpm"
>>>> -LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f"
>>>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c75e465155c42c14154bf6a2acb7347b"
>>>>    DEPENDS = "openssl"
>>>>  -SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \
>>>> +SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \
>>>>             file://tune-makefile.patch \
>>>> -           "
>>>> -SRC_URI[sha256sum] = "3cb642f871a17b23d50b046e5f95f449c2287415fc1e7aeb4bdbb8920dbcb38f"
>>>> +           ""
>>>> +SRCREV = "5452af422edeff70fcae8ea99dd28a0922051d7b"
>>>>  -UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/"
>>>> +UPSTREAM_CHECK_URI = "https://git.code.sf.net/p/ibmswtpm2/tpm2"
>>>>  -S = "${WORKDIR}/src"
>>>> +S = "${WORKDIR}/git/src"
>>>>    CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO"
>>>>  -=-=-=-=-=-=-=-=-=-=-=-
>>>> Links: You receive all messages sent to this group.
>>>> View/Reply Online (#60115): https://lists.yoctoproject.org/g/yocto/message/60115
>>>> Mute This Topic: https://lists.yoctoproject.org/mt/99116759/3616698
>>>> Group Owner: yocto+owner@lists.yoctoproject.org
>>>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
>>>> -=-=-=-=-=-=-=-=-=-=-=-


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

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

end of thread, other threads:[~2023-05-30 17:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 20:03 [meta-security][PATCH] ibmswtpm2: update to 164-2020-192.1 Andrew Geissler
2023-05-24 20:38 ` [yocto] " akuster808
2023-05-24 21:38   ` Andrew Geissler
2023-05-25 22:20     ` akuster808
2023-05-30 17:55       ` Andrew Geissler
2023-05-30 17:58       ` Andrew Geissler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).