All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] libseccomp: update to 2.4.3
@ 2020-03-07 20:38 akuster
  2020-03-07 22:18 ` [yocto] " Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: akuster @ 2020-03-07 20:38 UTC (permalink / raw)
  To: yocto

dropped patch now included in update

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../libseccomp/{libseccomp_2.4.2.bb => libseccomp_2.4.3.bb}    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename recipes-security/libseccomp/{libseccomp_2.4.2.bb => libseccomp_2.4.3.bb} (90%)

diff --git a/recipes-security/libseccomp/libseccomp_2.4.2.bb b/recipes-security/libseccomp/libseccomp_2.4.3.bb
similarity index 90%
rename from recipes-security/libseccomp/libseccomp_2.4.2.bb
rename to recipes-security/libseccomp/libseccomp_2.4.3.bb
index 07db82a..9ca41e6 100644
--- a/recipes-security/libseccomp/libseccomp_2.4.2.bb
+++ b/recipes-security/libseccomp/libseccomp_2.4.3.bb
@@ -4,10 +4,9 @@ SECTION = "security"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"
 
-SRCREV = "1b6cfd1fc0b7499a28c24299a93a80bd18619563"
+SRCREV = "1dde9d94e0848e12da20602ca38032b91d521427"
 
 SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.4 \
-           file://0001-tests-rely-on-__SNR_xxx-instead-of-__NR_xxx-for-sysc.patch \
            file://run-ptest \
 "
 
-- 
2.17.1


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

* Re: [yocto] [meta-security][PATCH] libseccomp: update to 2.4.3
  2020-03-07 20:38 [meta-security][PATCH] libseccomp: update to 2.4.3 akuster
@ 2020-03-07 22:18 ` Denys Dmytriyenko
  2020-03-08  3:53   ` akuster
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2020-03-07 22:18 UTC (permalink / raw)
  To: akuster; +Cc: yocto

On Sat, Mar 07, 2020 at 08:38:49PM +0000, akuster wrote:
> dropped patch now included in update

Do you want to remove the patch?


> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  .../libseccomp/{libseccomp_2.4.2.bb => libseccomp_2.4.3.bb}    | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>  rename recipes-security/libseccomp/{libseccomp_2.4.2.bb => libseccomp_2.4.3.bb} (90%)
> 
> diff --git a/recipes-security/libseccomp/libseccomp_2.4.2.bb b/recipes-security/libseccomp/libseccomp_2.4.3.bb
> similarity index 90%
> rename from recipes-security/libseccomp/libseccomp_2.4.2.bb
> rename to recipes-security/libseccomp/libseccomp_2.4.3.bb
> index 07db82a..9ca41e6 100644
> --- a/recipes-security/libseccomp/libseccomp_2.4.2.bb
> +++ b/recipes-security/libseccomp/libseccomp_2.4.3.bb
> @@ -4,10 +4,9 @@ SECTION = "security"
>  LICENSE = "LGPL-2.1"
>  LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"
>  
> -SRCREV = "1b6cfd1fc0b7499a28c24299a93a80bd18619563"
> +SRCREV = "1dde9d94e0848e12da20602ca38032b91d521427"
>  
>  SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.4 \
> -           file://0001-tests-rely-on-__SNR_xxx-instead-of-__NR_xxx-for-sysc.patch \
>             file://run-ptest \
>  "
>  
> -- 
> 2.17.1
> 

> 


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

* Re: [yocto] [meta-security][PATCH] libseccomp: update to 2.4.3
  2020-03-07 22:18 ` [yocto] " Denys Dmytriyenko
@ 2020-03-08  3:53   ` akuster
  0 siblings, 0 replies; 3+ messages in thread
From: akuster @ 2020-03-08  3:53 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: yocto

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



On 3/7/20 2:18 PM, Denys Dmytriyenko wrote:
> On Sat, Mar 07, 2020 at 08:38:49PM +0000, akuster wrote:
>> dropped patch now included in update
> Do you want to remove the patch?
yeah.. I should.

v2 shortly

thanks,
Armin
>
>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> ---
>>  .../libseccomp/{libseccomp_2.4.2.bb => libseccomp_2.4.3.bb}    | 3 +--
>>  1 file changed, 1 insertion(+), 2 deletions(-)
>>  rename recipes-security/libseccomp/{libseccomp_2.4.2.bb => libseccomp_2.4.3.bb} (90%)
>>
>> diff --git a/recipes-security/libseccomp/libseccomp_2.4.2.bb b/recipes-security/libseccomp/libseccomp_2.4.3.bb
>> similarity index 90%
>> rename from recipes-security/libseccomp/libseccomp_2.4.2.bb
>> rename to recipes-security/libseccomp/libseccomp_2.4.3.bb
>> index 07db82a..9ca41e6 100644
>> --- a/recipes-security/libseccomp/libseccomp_2.4.2.bb
>> +++ b/recipes-security/libseccomp/libseccomp_2.4.3.bb
>> @@ -4,10 +4,9 @@ SECTION = "security"
>>  LICENSE = "LGPL-2.1"
>>  LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"
>>  
>> -SRCREV = "1b6cfd1fc0b7499a28c24299a93a80bd18619563"
>> +SRCREV = "1dde9d94e0848e12da20602ca38032b91d521427"
>>  
>>  SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.4 \
>> -           file://0001-tests-rely-on-__SNR_xxx-instead-of-__NR_xxx-for-sysc.patch \
>>             file://run-ptest \
>>  "
>>  
>> -- 
>> 2.17.1
>>
>
> 


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

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

end of thread, other threads:[~2020-03-08  3:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-07 20:38 [meta-security][PATCH] libseccomp: update to 2.4.3 akuster
2020-03-07 22:18 ` [yocto] " Denys Dmytriyenko
2020-03-08  3:53   ` akuster

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.