All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/4] clamav: upgrade to latest revision
@ 2021-05-17  1:35 Armin Kuster
  2021-05-17  1:35 ` [meta-security][PATCH 2/4] opendnssec: upgrade 2.1.8 -> 2.1.9 Armin Kuster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Armin Kuster @ 2021-05-17  1:35 UTC (permalink / raw)
  To: yocto; +Cc: Upgrade Helper

From: Upgrade Helper <akuster808@gmail.com>

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-scanners/clamav/clamav_0.104.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-scanners/clamav/clamav_0.104.0.bb b/recipes-scanners/clamav/clamav_0.104.0.bb
index ce5b0ea..4f20309 100644
--- a/recipes-scanners/clamav/clamav_0.104.0.bb
+++ b/recipes-scanners/clamav/clamav_0.104.0.bb
@@ -8,8 +8,8 @@ DEPENDS = "glibc llvm libtool db openssl zlib curl libxml2 bison pcre2 json-c li
  
 LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=2;endline=3;md5=f7029fbbc5898b273d5902896f7bbe17"
 
-# May 2nd
-SRCREV = "de0086aa918b79cd22570d0c05977a288b197e23"
+# May 15th
+SRCREV = "fe96de86bb90c489aa509ee9135f776b7a2a7eb4"
 
 SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=dev/0.104 \
     file://clamd.conf \
-- 
2.25.1


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

* [meta-security][PATCH 2/4] opendnssec: upgrade 2.1.8 -> 2.1.9
  2021-05-17  1:35 [meta-security][PATCH 1/4] clamav: upgrade to latest revision Armin Kuster
@ 2021-05-17  1:35 ` Armin Kuster
  2021-05-17  1:35 ` [meta-security][PATCH 3/4] python3-scapy: update to 2.4.5 Armin Kuster
  2021-05-17  1:35 ` [meta-security][PATCH 4/4] lkrg-module: update 0.9.1 Armin Kuster
  2 siblings, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2021-05-17  1:35 UTC (permalink / raw)
  To: yocto; +Cc: Upgrade Helper

From: Upgrade Helper <akuster808@gmail.com>

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../opendnssec/{opendnssec_2.1.8.bb => opendnssec_2.1.9.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename recipes-security/opendnssec/{opendnssec_2.1.8.bb => opendnssec_2.1.9.bb} (92%)

diff --git a/recipes-security/opendnssec/opendnssec_2.1.8.bb b/recipes-security/opendnssec/opendnssec_2.1.9.bb
similarity index 92%
rename from recipes-security/opendnssec/opendnssec_2.1.8.bb
rename to recipes-security/opendnssec/opendnssec_2.1.9.bb
index cf6bdbd..2b79609 100644
--- a/recipes-security/opendnssec/opendnssec_2.1.8.bb
+++ b/recipes-security/opendnssec/opendnssec_2.1.9.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://dist.opendnssec.org/source/opendnssec-${PV}.tar.gz \
            file://libdns_conf_fix.patch \
            "
 
-SRC_URI[sha256sum] = "900a213103ff19a405e446327fbfcea9ec13e405283d87b6ffc24a10d9a268f5"
+SRC_URI[sha256sum] = "6d1d466c8d7f507f3e665f4bfe4d16a68d6bff9d7c2ab65f852e2b2a821c28b5"
 
 inherit autotools pkgconfig perlnative
 
-- 
2.25.1


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

* [meta-security][PATCH 3/4] python3-scapy: update to 2.4.5
  2021-05-17  1:35 [meta-security][PATCH 1/4] clamav: upgrade to latest revision Armin Kuster
  2021-05-17  1:35 ` [meta-security][PATCH 2/4] opendnssec: upgrade 2.1.8 -> 2.1.9 Armin Kuster
@ 2021-05-17  1:35 ` Armin Kuster
  2021-05-17  1:35 ` [meta-security][PATCH 4/4] lkrg-module: update 0.9.1 Armin Kuster
  2 siblings, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2021-05-17  1:35 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../scapy/{python3-scapy_2.4.4.bb => python3-scapy_2.4.5.bb}  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename recipes-security/scapy/{python3-scapy_2.4.4.bb => python3-scapy_2.4.5.bb} (95%)

diff --git a/recipes-security/scapy/python3-scapy_2.4.4.bb b/recipes-security/scapy/python3-scapy_2.4.5.bb
similarity index 95%
rename from recipes-security/scapy/python3-scapy_2.4.4.bb
rename to recipes-security/scapy/python3-scapy_2.4.5.bb
index 23ddfce..8f36520 100644
--- a/recipes-security/scapy/python3-scapy_2.4.4.bb
+++ b/recipes-security/scapy/python3-scapy_2.4.5.bb
@@ -5,9 +5,7 @@ LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-S = "${WORKDIR}/git"
-
-SRCREV = "95ba5b8504152a1f820bbe679ccf03668cb5118f"
+SRCREV = "32cd7eb0f620d9adf171c48d55514e8326a538d7"
 SRC_URI = "git://github.com/secdev/scapy.git \
            file://run-ptest"
 
-- 
2.25.1


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

* [meta-security][PATCH 4/4] lkrg-module: update 0.9.1
  2021-05-17  1:35 [meta-security][PATCH 1/4] clamav: upgrade to latest revision Armin Kuster
  2021-05-17  1:35 ` [meta-security][PATCH 2/4] opendnssec: upgrade 2.1.8 -> 2.1.9 Armin Kuster
  2021-05-17  1:35 ` [meta-security][PATCH 3/4] python3-scapy: update to 2.4.5 Armin Kuster
@ 2021-05-17  1:35 ` Armin Kuster
  2 siblings, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2021-05-17  1:35 UTC (permalink / raw)
  To: yocto

LIC_FILES_CHKSUM updated do to yr change and adding new copyrights

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../lkrg/{lkrg-module_0.9.0.bb => lkrg-module_0.9.1.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-kernel/lkrg/{lkrg-module_0.9.0.bb => lkrg-module_0.9.1.bb} (84%)

diff --git a/recipes-kernel/lkrg/lkrg-module_0.9.0.bb b/recipes-kernel/lkrg/lkrg-module_0.9.1.bb
similarity index 84%
rename from recipes-kernel/lkrg/lkrg-module_0.9.0.bb
rename to recipes-kernel/lkrg/lkrg-module_0.9.1.bb
index dbc195d..287b4e8 100644
--- a/recipes-kernel/lkrg/lkrg-module_0.9.0.bb
+++ b/recipes-kernel/lkrg/lkrg-module_0.9.1.bb
@@ -5,14 +5,14 @@ SECTION = "security"
 HOMEPAGE = "https://www.openwall.com/lkrg/"
 LICENSE = "GPLv2"
 
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d931f44a1f4be309bcdac742d7ed92f9"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5105ead24b08a32954f34cbaa7112432"
 
 DEPENDS = "virtual/kernel elfutils"
 
 SRC_URI = "https://www.openwall.com/lkrg/lkrg-${PV}.tar.gz \
            file://makefile_cleanup.patch "
 
-SRC_URI[sha256sum] = "a997e4d98962c359f3af163bbcfa38a736d2a50bfe35c15065b74cb57f8742bf"
+SRC_URI[sha256sum] = "cabbee1addbf3ae23a584203831e4bd1b730d22bfd1b3e44883214f220b3babd"
 
 S = "${WORKDIR}/lkrg-${PV}"
 
-- 
2.25.1


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

end of thread, other threads:[~2021-05-17  1:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17  1:35 [meta-security][PATCH 1/4] clamav: upgrade to latest revision Armin Kuster
2021-05-17  1:35 ` [meta-security][PATCH 2/4] opendnssec: upgrade 2.1.8 -> 2.1.9 Armin Kuster
2021-05-17  1:35 ` [meta-security][PATCH 3/4] python3-scapy: update to 2.4.5 Armin Kuster
2021-05-17  1:35 ` [meta-security][PATCH 4/4] lkrg-module: update 0.9.1 Armin Kuster

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.