|
[meta-security][PATCH 0/3] initial Forensic packages
Add three forensic applications to layer under there own recipe catagory. Armin Kuster (3): afflib: new package libewf: add package sleuth: add sleuthkit recipes-forensic/afflib/afflib_3.6.6.bb | 30 +
Add three forensic applications to layer under there own recipe catagory. Armin Kuster (3): afflib: new package libewf: add package sleuth: add sleuthkit recipes-forensic/afflib/afflib_3.6.6.bb | 30 +
|
By
Armin Kuster
· #23496
·
|
|
[meta-security][PATCH 1/3] afflib: new package
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-forensic/afflib/afflib_3.6.6.bb | 30 ++++++++++++++++++++++ .../afflib/files/configure_rm_ms_flags.patch | 18 +++++++++++++ 2 files chang
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-forensic/afflib/afflib_3.6.6.bb | 30 ++++++++++++++++++++++ .../afflib/files/configure_rm_ms_flags.patch | 18 +++++++++++++ 2 files chang
|
By
Armin Kuster
· #23497
·
|
|
[meta-security][PATCH 2/3] libewf: add package
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-forensic/libewf/libewf_20130416.bb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-forensic/l
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-forensic/libewf/libewf_20130416.bb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-forensic/l
|
By
Armin Kuster
· #23495
·
|
|
[meta-security][PATCH 3/3] sleuth: add sleuthkit
Signed-off-by: Armin Kuster <akuster808@...> --- .../sleuth/files/fix_host_poison.patch | 23 ++++++++++++++++++ recipes-forensic/sleuth/sleuthkit_4.1.3.bb | 28 ++++++++++++++++++++++ 2 files cha
Signed-off-by: Armin Kuster <akuster808@...> --- .../sleuth/files/fix_host_poison.patch | 23 ++++++++++++++++++ recipes-forensic/sleuth/sleuthkit_4.1.3.bb | 28 ++++++++++++++++++++++ 2 files cha
|
By
Armin Kuster
· #23498
·
|
|
anyone else seeing a "ncurses-native" build error?
I haven't. - Armin
By
Armin Kuster
· #23553
·
|
|
[meta-security][PATCH] libcap-ng: remove from layer
this package is not in meta-oe Signed-off-by: Armin Kuster <akuster808@...> --- recipes-security/libcap-ng/libcap-ng/python.patch | 39 ----------------------- recipes-security/libcap-ng/libcap-n
this package is not in meta-oe Signed-off-by: Armin Kuster <akuster808@...> --- recipes-security/libcap-ng/libcap-ng/python.patch | 39 ----------------------- recipes-security/libcap-ng/libcap-n
|
By
Armin Kuster
· #23577
·
|
|
[meta-security][PATCH] nmap: add aarch64 config support
allow nmap to build for arm64 qemu machine. Signed-off-by: Armin Kuster <akuster808@...> --- .../nmap/files/add_aarch64_to_configure.patch | 28 ++++++++++++++++++++++ recipes-security/nmap/nmap_
allow nmap to build for arm64 qemu machine. Signed-off-by: Armin Kuster <akuster808@...> --- .../nmap/files/add_aarch64_to_configure.patch | 28 ++++++++++++++++++++++ recipes-security/nmap/nmap_
|
By
Armin Kuster
· #23578
·
|
|
[meta-security][PATCH] tripwire: Add aarch64 support to config.sub
this fixes a build issue on arm64. Signed-off-by: Armin Kuster <akuster808@...> --- .../files/tripwire_add_aarch64_to_configure.patch | 29 ++++++++++++++++++++++ recipes-security/tripwire/tripwi
this fixes a build issue on arm64. Signed-off-by: Armin Kuster <akuster808@...> --- .../files/tripwire_add_aarch64_to_configure.patch | 29 ++++++++++++++++++++++ recipes-security/tripwire/tripwi
|
By
Armin Kuster
· #23579
·
|
|
[PATCH][meta-cgl] cluster-glue: fix build issues
From: Armin Kuster <akuster@...> WARNING: QA Issue: cluster-glue requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] WARNING: QA Issue: cluster-glue-plugin-stonith2 requires /
From: Armin Kuster <akuster@...> WARNING: QA Issue: cluster-glue requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] WARNING: QA Issue: cluster-glue-plugin-stonith2 requires /
|
By
Armin Kuster
· #23580
·
|
|
[meta-cgl][PATCH] heartbeat: fix license issue
From: Armin Kuster <akuster@...> WARNING: heartbeat: LICENSE value "GPLv2 LGPLv2+" has an invalid format - license names must be separated by the following characters to indicate the license se
From: Armin Kuster <akuster@...> WARNING: heartbeat: LICENSE value "GPLv2 LGPLv2+" has an invalid format - license names must be separated by the following characters to indicate the license se
|
By
Armin Kuster
· #23581
·
|
|
[meta-cgl][PATCH] heartbeat: fix license issue
It should be an ""&" (and). I will send a updated patch soon. - armin
It should be an ""&" (and). I will send a updated patch soon. - armin
|
By
Armin Kuster
· #23603
·
|
|
[meta-cgl][PATCH] heartbeat: Fix incorrect licence logic
From: Armin Kuster <akuster@...> It should be and "&" (and) not "|" (or). thanks Chris. Signed-off-by: Armin Kuster <akuster@...> --- meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.
From: Armin Kuster <akuster@...> It should be and "&" (and) not "|" (or). thanks Chris. Signed-off-by: Armin Kuster <akuster@...> --- meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.
|
By
Armin Kuster
· #23604
·
|
|
[meta-cgl][PATCH] README: update BBMASK and add send-email example
From: Armin Kuster <akuster@...> libcap-ng is now in meta-oe and removed from meta-security. mask no longer required. Signed-off-by: Armin Kuster <akuster@...> --- README | 4 +++- 1 file
From: Armin Kuster <akuster@...> libcap-ng is now in meta-oe and removed from meta-security. mask no longer required. Signed-off-by: Armin Kuster <akuster@...> --- README | 4 +++- 1 file
|
By
Armin Kuster
· #23605
·
|
|
WARNING: Could not copy license file LICENSE -> Downloaded archive structure?
Kai, You might need to override the source directory in the recipe. S = "${WORKDIR}/${BP}" - Armin
Kai, You might need to override the source directory in the recipe. S = "${WORKDIR}/${BP}" - Armin
|
By
Armin Kuster
· #23696
·
|
|
[meta-security][PATCH] tomoyo: fix typos in scc file
thanks to rday for pointing it out. Signed-off-by: Armin Kuster <akuster808@...> --- recipes-kernel/linux/linux-yocto/tomoyo.scc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g
thanks to rday for pointing it out. Signed-off-by: Armin Kuster <akuster808@...> --- recipes-kernel/linux/linux-yocto/tomoyo.scc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g
|
By
Armin Kuster
· #23740
·
|
|
Recipe reporting system Announcement
very nice. thanks to all. - armin
very nice. thanks to all. - armin
|
By
Armin Kuster
· #23765
·
|
|
[meta-security][PATCH] libseccomp update
PPC support is not yet in master. I will backport patches shortly. Ptest/tests for this package require busybox config changes to get the scripts to work, so they are exclude with this update. For mor
PPC support is not yet in master. I will backport patches shortly. Ptest/tests for this package require busybox config changes to get the scripts to work, so they are exclude with this update. For mor
|
By
Armin Kuster
· #24037
·
|
|
[meta-security][PATCH] libseccomp: update to version 2.2.0
License is not LGPL sources come from github now dropped patches since alt solutions included now. Changes in the 2.2.0 release include: * Migrated the build system to autotools * Added support for th
License is not LGPL sources come from github now dropped patches since alt solutions included now. Changes in the 2.2.0 release include: * Migrated the build system to autotools * Added support for th
|
By
Armin Kuster
· #24038
·
|
|
[meta-security][PATCH] suricata: update to 2.0.7
this includes CVE-2015-0928 moved patches and files to more generic dir name Signed-off-by: Armin Kuster <akuster808@...> --- .../suricata/{suricata-2.0.6 => files}/no_libhtp_build.patch | 0 ...
this includes CVE-2015-0928 moved patches and files to more generic dir name Signed-off-by: Armin Kuster <akuster808@...> --- .../suricata/{suricata-2.0.6 => files}/no_libhtp_build.patch | 0 ...
|
By
Armin Kuster
· #24042
·
|
|
meta-toolchain not always relocatable
I can if Anibal is working on other things. I have slowly back porting changes anyway for the next dizzy release. - armin
I can if Anibal is working on other things. I have slowly back porting changes anyway for the next dizzy release. - armin
|
By
Armin Kuster
· #24098
·
|