[OE-core] [PATCH] libtool: fix contaminated path to lt_truncate_bin

2016-04-05 Thread Alexandru Moise
ned-off-by: Alexandru Moise --- meta/recipes-devtools/libtool/libtool_2.4.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb index 45f1b2f..3851ec7 100644 --- a/meta/recipes-devtools/libtool/libtoo

[OE-core] [PATCH] STIG: The system default umask in /etc/login.defs must be 077

2016-04-06 Thread Alexandru Moise
the behavior of /etc/login.defs, so if we desire the functionality provided by setting umask to 077 we should set it in login.defs to adhere to STIG but also set it in /etc/profile to have the intended functionality. Signed-off-by: Alexandru Moise --- meta/recipes-core/base-files/base-files

[OE-core] [PATCH] squid: don't build squid-conf-tests binary

2016-06-16 Thread Alexandru Moise
autotools ends up stripping this binary which ends up causing QA Errors at do_package. Remove it. Signed-off-by: Alexandru Moise --- ...squid-don-t-build-squid-conf-tests-binary.patch | 30 ++ .../recipes-daemons/squid/squid_3.5.7.bb | 1 + 2 files changed, 31

[OE-core] [morty][PATCH] openssl: CVE-2017-3731

2017-02-07 Thread Alexandru Moise
/8e20499629b6bcf868d0072c7011e590b5c2294d https://github.com/openssl/openssl/commit/2198b3a55de681e1f3c23edb0586afe13f438051 Signed-off-by: Alexandru Moise --- .../openssl/openssl/0001-CVE-2017-3731.patch | 46 +++ .../openssl/openssl/0002-CVE-2017-3731.patch | 53

[OE-core] [PATCH v2][morty] openssl: fix for CVE-2017-3731

2017-02-07 Thread Alexandru Moise
/8e20499629b6bcf868d0072c7011e590b5c2294d https://github.com/openssl/openssl/commit/2198b3a55de681e1f3c23edb0586afe13f438051 Upstream status: Backport Signed-off-by: Alexandru Moise --- .../openssl/openssl/0001-CVE-2017-3731.patch | 46 +++ .../openssl/openssl/0002-CVE-2017-3731.patch

[OE-core] [PATCH v3][morty] openssl: CVE: CVE-2017-3731

2017-02-07 Thread Alexandru Moise
/8e20499629b6bcf868d0072c7011e590b5c2294d https://github.com/openssl/openssl/commit/2198b3a55de681e1f3c23edb0586afe13f438051 * CVE: CVE-2017-3731 Upstream-status: Backport Signed-off-by: Alexandru Moise --- .../openssl/openssl/0001-CVE-2017-3731.patch | 46 +++ .../openssl/openssl/0002-CVE

[OE-core] [PATCH v4][morty] openssl: CVE: CVE-2017-3731

2017-02-07 Thread Alexandru Moise
/8e20499629b6bcf868d0072c7011e590b5c2294d https://github.com/openssl/openssl/commit/2198b3a55de681e1f3c23edb0586afe13f438051 * CVE: CVE-2017-3731 Upstream-status: Backport Signed-off-by: Alexandru Moise --- .../openssl/openssl/0001-CVE-2017-3731.patch | 46 +++ .../openssl/openssl/0002-CVE

[OE-core] [PATCH v5][morty] openssl: CVE: CVE-2017-3731

2017-02-07 Thread Alexandru Moise
/8e20499629b6bcf868d0072c7011e590b5c2294d https://github.com/openssl/openssl/commit/2198b3a55de681e1f3c23edb0586afe13f438051 * CVE: CVE-2017-3731 Upstream-status: Backport Signed-off-by: Alexandru Moise --- .../openssl/openssl/0001-CVE-2017-3731.patch | 46 +++ .../openssl/openssl/0002-CVE

[OE-core] [yocto] [meta-selinux] [PATCH] refpolicy-mls: user native bzip2 instead of host

2017-02-21 Thread Alexandru Moise
-off-by: Alexandru Moise --- recipes-security/refpolicy/refpolicy_common.inc | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index 58152a8..91dd2ba 100644 --- a

[OE-core] [meta-selinux] [PATCH v2] refpolicy-mls: user native bzip2 instead of host

2017-02-21 Thread Alexandru Moise
-off-by: Alexandru Moise --- Changes since v1: Use Ross Burton's suggestion of using appending the bzip2-native path to EXTRANATIVEPATH variable instead of using the absolute path. recipes-security/refpolicy/refpolicy_common.inc | 2 ++ 1 file changed, 2 insertions(+) diff --

[OE-core] [meta-selinux] [PATCH v3] refpolicy-mls: user native bzip2 instead of host

2017-02-21 Thread Alexandru Moise
-off-by: Alexandru Moise --- Changes in v2: Use Ross Burton's suggestion of using appending the bzip2-native path to EXTRANATIVEPATH variable instead of using the absolute path. Changes in v3: Add "bzip2-replacement-native" as dependency to ensure that th

[OE-core] [PATCH] dhcpd: create dhcpd user for dhcp dameon

2016-03-18 Thread Alexandru Moise
cmd | grep dhcpd dhcpdhcp/usr/sbin/dhcpd eth0 -user dhcp -group dhcp Signed-off-by: Alexandru Moise --- meta/recipes-connectivity/dhcp/dhcp.inc | 6 +- meta/recipes-connectivity/dhcp/files/init-server | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --

[OE-core] [PATCH] Fix S4U2Self KDC crash when anon is restricted

2016-08-17 Thread Alexandru Moise
to cause a denial of service (NULL pointer dereference and daemon crash) via an S4U2Self request. Signed-off-by: Alexandru Moise --- .../krb5/krb5/krb5-CVE-2016-3120.patch | 63 ++ meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb | 1 + 2 files changed, 64

[OE-core] [PATCH] vim: split tools directory into vim-tools package

2016-08-26 Thread Alexandru Moise
yone needs these scripts they can be added to the fs image together with their dependencies. Signed-off-by: Alexandru Moise --- meta-oe/recipes-support/vim/vim_7.4.1689.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/vim/vim_7.4.1689.bb b/meta-

[OE-core] [PATCH] sysklogd: update Makefile for PPC e500v2

2017-12-15 Thread Alexandru Moise
Previous patch doesn't apply cleanly anymore, just replace it with ported patch. Signed-off-by: Alexandru Moise <00moses.alexande...@gmail.com> --- .../sysklogd/files/no-vectorization.patch | 32 ++ 1 file changed, 21 insertions(+), 11 deletions(-) diff -