[oe] [meta-networking][PATCH 1/1] drbd ufw linux-atm: correct certain packaging error

2015-06-19 Thread Joe Slater
The named packages explicitly install some items under /lib, but the recipes assume they are in base_libdir. We change the recipes. Signed-off-by: Joe Slater --- .../recipes-connectivity/ufw/ufw_0.33.bb |4 +++- meta-networking/recipes-support/drbd/drbd_8.4.4.bb |6

[oe] [meta-oe][PATCH 1/1] postgresql: advance from 9.4.2 to 9.4.4

2015-07-14 Thread Joe Slater
Consolidate patches in one directory and remove two unused patches. Signed-off-by: Joe Slater --- .../postgresql/files/no-ecpg-test.patch| 12 .../not-check-libperl.patch|0 .../remove.autoconf.version.check.patch|0

[oe] [meta-networking][PATCH 1/1] ypbind-mt: add dependency but keep as broken

2015-07-22 Thread Joe Slater
We will need the conditional dependency on systemd. It is not a good idea to use PNBLACKLIST in a recipe, and the version here does not suppress lib32-ypbind-mt. Signed-off-by: Joe Slater --- recipes-support/nis/ypbind-mt_2.2.bb |6 -- 1 file changed, 4 insertions(+), 2 deletions

[oe] [meta-networking][ 1/1] ypbind-mt: add dependency but keep as broken

2015-07-30 Thread Joe Slater
We will need the conditional dependency on systemd. Signed-off-by: Joe Slater --- .../recipes-support/nis/ypbind-mt_2.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb b/meta-networking/recipes-support/nis

[oe] [meta-networking][PATCH 1/1] znc: add SRCREV_FORMAT variable

2015-08-04 Thread Joe Slater
When more than one SRCREV is defined, we need to specify how to construct a composite revision. Failure to do this can result in parsing errors. Signed-off-by: Joe Slater --- recipes-irc/znc/znc_git.bb |4 1 file changed, 4 insertions(+) diff --git a/recipes-irc/znc/znc_git.bb b

[oe] [meta-filesystems][PATCH 1/1] sshfs-fuse: correct definition of S

2015-09-18 Thread Joe Slater
Use BP instead of P so that multilib builds work. Signed-off-by: Joe Slater --- .../sshfs-fuse/sshfs-fuse_2.5.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb b/meta-filesystems/recipes

[oe] [meta-initramfs][PATCH 1/1] dracut: RDEPEND on util-linux

2015-10-16 Thread Joe Slater
We might need findmnt and setsid, which are in the util-linux package. Signed-off-by: Joe Slater --- .../recipes-devtools/dracut/dracut_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs

[oe] [meta-networking][PATCH 1/1] lldpad: depends on readline

2015-10-16 Thread Joe Slater
Add a dependency on readline because the header files are required by configure. Signed-off-by: Joe Slater --- .../recipes-daemons/lldpad/lldpad_0.9.46.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb b

[oe] [meta-oe][PATCH 1/1] libmodbus: version 3.0.5 -> 3.0.6

2015-10-22 Thread Joe Slater
Rename recipe then change md5sum and sha256sum. Signed-off-by: Joe Slater --- .../{libmodbus_3.0.5.bb => libmodbus_3.0.6.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/libmodbus/{libmodbus_3.0.5.bb => libmodbus_3.0.6.bb} (76%) diff

[oe] [meta-selinux][PATCH 1/1] audit: Fixed swig host contamination issue

2013-08-01 Thread Joe Slater
: Joe Slater --- .../audit/audit/fix-swig-host-contamination.patch | 48 recipes-security/audit/audit_2.1.3.bb |7 ++- recipes-security/audit/audit_2.2.1.bb |6 ++- 3 files changed, 56 insertions(+), 5 deletions(-) create mode 100644

[oe] [meta-selinux][PATCH 1/1] policycoreutils: fix genhomedircon construction

2013-08-01 Thread Joe Slater
CQID: 418197 Reference /usr/sbin instead of the directory into which the script is installed on the host. Signed-off-by: Joe Slater --- .../selinux/policycoreutils/scripts_makefile.patch | 26 recipes-security/selinux/policycoreutils_2.1.13.bb |3 +- 2 files changed

[oe] [meta-webserver][PATCH 1/1] nostromo: make sure usr/group www-data exist

2013-08-09 Thread Joe Slater
CQID: 422203 nostromo runs as user/group www-data and needs these to exist when we install it. Signed-off-by: Joe Slater --- recipes-httpd/nostromo/nostromo_1.9.5.bb |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/recipes-httpd/nostromo/nostromo_1.9.5.bb b

[oe] [meta-webserver][PATCH 0/1] nostromo needs user/group defined

2013-08-09 Thread Joe Slater
Included nostromo in a qemux86-64 system, booted and connected to nhttpd via host browser to verify at least minimal functionality. Also checked that nhttpd is running as user www-data. Joe Slater (1): nostromo: make sure usr/group www-data exist recipes-httpd/nostromo/nostromo_1.9.5.bb

[oe] [meta-webserver][PATCH 1/1] xdebug: update to version 2.2.3

2013-10-07 Thread Joe Slater
Version 2.2.1 will not build with modphp 5.5. Signed-off-by: Joe Slater --- .../xdebug/{xdebug_2.2.1.bb => xdebug_2.2.3.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta-webserver/recipes-php/xdebug/{xdebug_2.2.1.bb => xdebug_2.2.3.bb} (85%) diff --git

[oe] [meta-networking][PATCH 1/1] traceroute: fix alternate name

2014-03-20 Thread Joe Slater
traceroute6 for the name is misleading and will interfere with traceroute6 in iputils making an alternate link to the traceroute6 binary, so we change the name to traceroute. Signed-off-by: Joe Slater --- recipes-support/traceroute/traceroute_2.0.18.bb |4 ++-- 1 files changed, 2 insertions

[oe] [meta-webserver][PATCH] modphp: add phpize to scan for absolute paths

2014-03-27 Thread Joe Slater
sstate processing for items in sysroot scans certain file name patterns for absolute paths to be adjusted when items are installed into sysroot from sstate. phpize is not one of these patterns (surprise!) so we add it to the list. Signed-off-by: Joe Slater --- recipes-php/modphp/modphp5.inc

[oe] [meta-networking][PATCH 1/1] ptpd: update to version 2.3.1-rc2

2014-09-12 Thread Joe Slater
Add a little processing to find correct directory for source upstream. Signed-off-by: Joe Slater --- .../ptpd/{ptpd_2.3.0.bb => ptpd_2.3.1-rc2.bb} | 23 --- 1 files changed, 19 insertions(+), 4 deletions(-) rename meta-networking/recipes-daemons/ptpd/{ptpd_2.3.0

[oe] [meta-networking][PATCH 1/1] vftpd: update to version 3.0.2

2014-09-15 Thread Joe Slater
No changes other than source checksum. Signed-off-by: Joe Slater --- .../makefile-destdir.patch |0 .../makefile-libs.patch|0 .../makefile-strip.patch |0 .../nopam-with-tcp_wrappers.patch

[oe] [meta-networking][PATCH 1/1] radvd: update to 1.14

2014-09-19 Thread Joe Slater
No changes except to source version. Signed-off-by: Joe Slater --- .../recipes-daemons/radvd/radvd_1.14.bb|6 ++ .../recipes-daemons/radvd/radvd_1.9.8.bb |6 -- 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 meta-networking/recipes

[oe] [meta-oe][PATCH 1/1] multipath-tools: update to version 0.5.0+

2014-09-22 Thread Joe Slater
SCRREV includes patches up to 9/12/2014. Modify upstream source to be better set up for cross compilation. Signed-off-by: Joe Slater --- .../files/always-use-libdevmapper-kpartx.patch | 29 .../files/always-use-libdevmapper.patch| 44 ++ .../multipath-tools/files

[oe] [PATCH] arptables: defeat multi-job for install

2013-02-14 Thread Joe Slater
CQID: 399299 The make install target is not parallel job safe, but doesn't do all that much, so we limit make to one job for that. The make target is of the form install: x y z Unfortunately, z depends on y, so if z is started before y (almost) completes, we will fail. Signed-off-by

[oe] [meta-networking][PATCH 1/1] tcpreplay: improve search for libpcap

2014-12-10 Thread Joe Slater
Add a test to find libpcap if testdir/.. is a sysroot. Upstream-Status: Pending Signed-off-by: Joe Slater --- ...cpreplay-3.4.4-improve-search-for-libpcap.patch | 33 .../recipes-support/tcpreplay/tcpreplay_3.4.4.bb |1 + 2 files changed, 34 insertions(+) create

[oe] [meta-networking][PATCH 1/1] geoip-perl: add recipe for version 1.45

2015-01-11 Thread Joe Slater
The package includes a few data files. Despite the names, these are very small databases only useful for running the perl test scripts. Signed-off-by: Joe Slater --- .../recipes-support/geoip/geoip-perl/run-ptest | 15 .../recipes-support/geoip/geoip-perl_1.45.bb | 37

[oe] [meta-python][PATCH 1/1] python-ldap: move to version 2.4.10

2015-01-19 Thread Joe Slater
Retain 2.3.9 in case configuration differences matter to some people. Signed-off-by: Joe Slater --- .../recipes-devtools/python/python-ldap_2.4.10.bb | 27 1 file changed, 27 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-ldap_2.4.10.bb

[oe] [meta-python][PATCH 1/1] python-lxml: move to version 3.2.5

2015-01-19 Thread Joe Slater
Remove version 3.0.2. Signed-off-by: Joe Slater --- .../python-lxml-3.2.5-fix-CVE-2014-3146.patch | 91 .../{python-lxml_3.0.2.bb => python-lxml_3.2.5.bb} |8 +- 2 files changed, 96 insertions(+), 3 deletions(-) create mode 100644 meta-python/recipes-devto

[oe] [meta-networking][PATCH 1/1] geoip-perl: change local tarfile name

2015-01-26 Thread Joe Slater
Use a better filename for the local copy of the source. Signed-off-by: Joe Slater --- .../recipes-support/geoip/geoip-perl_1.45.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb b/meta-networking/recipes

[oe] [meta-oe][PATCH 1/1] rsnapshot: specify where perl is on the target

2015-02-03 Thread Joe Slater
Do not let configure find the host perl. Signed-off-by: Joe Slater --- meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb index 3f919b5

[oe] [meta-oe][ 1/1] openldap: fix uninitialized ptr access problem

2015-03-12 Thread Joe Slater
To be safe, the ldap_pvt_thread_pool_getkey() function should always set the data parameter. If this is not done, slapd can segfault during shutdown. Signed-off-by: Joe Slater --- .../openldap/openldap-2.4.39/thread_stub.patch | 20 .../recipes-support/openldap

[oe] [meta-networking][PATCH 1/1] yp-tools: fix compile errors

2016-08-17 Thread Joe Slater
Fix two fatal warnings. The cast error only occurs for some architectures. Signed-off-by: Joe Slater --- .../nis/yp-tools/alignment-cheat.patch | 58 .../recipes-support/nis/yp-tools_3.3.bb|3 +- 2 files changed, 59 insertions(+), 2 deletions

[oe] [V2][meta-networking][PATCH 1/1] yp-tools: fix compile errors

2016-08-18 Thread Joe Slater
Fix two fatal warnings. The cast error only occurs for some architectures. Not applicable to yp-tools-4.x. Signed-off-by: Joe Slater --- .../nis/yp-tools/alignment-cheat.patch | 52 .../recipes-support/nis/yp-tools_3.3.bb|3 +- 2 files

[oe] [meta-qt5][PATCH 1/1] layer.conf: add LAYERVERSION and LAYERDEPENDS

2016-09-26 Thread Joe Slater
We just depend on "core". Signed-off-by: Joe Slater --- conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index b7207e6..73ce00a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -23,6 +23,12 @@ BBFILE_PATTERN

[oe] [meta-multimedia][PATCH 1/1] layer.conf: add LAYERVERSION and LAYERDEPENDS

2016-09-26 Thread Joe Slater
The layer README states we depend on meta-ruby and meta-oe, but bitbake-layers show-cross-depends does not find these dependencies. Signed-off-by: Joe Slater --- meta-multimedia/conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-multimedia/conf/layer.conf b/meta

[oe] [meta-multimedia][PATCH 1/1 (possible duplicate)] layer.conf: add LAYERVERSION and LAYERDEPENDS

2016-09-27 Thread Joe Slater
The layer README states we depend on meta-ruby and meta-oe, but bitbake-layers show-cross-depends does not find these dependencies. Signed-off-by: Joe Slater --- meta-multimedia/conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-multimedia/conf/layer.conf b/meta

[oe] [meta-qt5][PATCH 1/1 (possible duplicate)] layer.conf: add LAYERVERSION and LAYERDEPENDS

2016-09-27 Thread Joe Slater
We just depend on "core". Signed-off-by: Joe Slater --- conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index b7207e6..73ce00a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -23,6 +23,12 @@ BBFILE_PATTERN

[oe] [meta-oe][PATCH 1/1] ttf-lklug: use fedora24 for source

2016-09-28 Thread Joe Slater
The checksums of the fedora25 rpm do not match those in the recipe. We use the fedora24 version instead. The extracted gz file is the same for both versions. Signed-off-by: Joe Slater --- .../ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion

[oe] [meta-openembedded][PATCH 1/1] apache2: cve-2016-5387

2016-10-27 Thread Joe Slater
Handle HTTP_PROXY envirnoment variable. Signed-off-by: Joe Slater --- .../apache2/apache2/cve-2016-5387.patch| 25 .../recipes-httpd/apache2/apache2_2.4.23.bb|1 + 2 files changed, 26 insertions(+) create mode 100644 meta-webserver/recipes-httpd

[oe] [meta-java][PATCH 1/1] layer.conf: add LAYERVERSION and LAYERDEPENDS

2016-11-21 Thread Joe Slater
Version "1", and only depend on "core". Signed-off-by: Joe Slater --- conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 84a4d89..0d92919 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,4 +8,10 @

[oe] [meta-networking][PATCH 1/1] ntp: update to version 4.8p9

2016-11-28 Thread Joe Slater
This fixes two CVE defects. Signed-off-by: Joe Slater --- .../ntp/{ntp_4.2.8p8.bb => ntp_4.2.8p9.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/ntp/{ntp_4.2.8p8.bb => ntp_4.2.8p9.bb} (97%) diff --git a/meta-networking/r

[oe] [meta-oe][PATCH 1/1] cppzmq: derive PV from SRCPV

2017-01-18 Thread Joe Slater
Currently, PV is "git" and contains no version information. Signed-off-by: Joe Slater --- meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectiv

[oe] [meta-oe][PATCH 1/1] gnulib: derive PV from SRCPV

2017-01-18 Thread Joe Slater
Currently, PV is "git" and contains no version information. Signed-off-by: Joe Slater --- meta-oe/recipes-support/gnulib/gnulib_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/gnulib/gnulib_git.bb b/meta-oe/recipes-support/gnulib/gnulib_gi

[oe] [meta-oe][PATCH 1/1] libubox: derive PV from SRCPV

2017-01-18 Thread Joe Slater
Currently, PV is "git" and contains no version information. Signed-off-by: Joe Slater --- meta-oe/recipes-devtools/libubox/libubox_git.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libu

[oe] [meta-webserver][PATCH 1/1] netdata: derive PV from SRCPV

2017-01-18 Thread Joe Slater
Currently, PV is "git" and contains no version information. Signed-off-by: Joe Slater --- .../recipes-webadmin/netdata/netdata_git.bb|1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadm

[oe] [meta-networking][PATCH 1/1] relayd: derive PV from SRCPV

2017-01-18 Thread Joe Slater
Currently, PV is "git" and contains no version information. Signed-off-by: Joe Slater --- .../recipes-connectivity/relayd/relayd_git.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-co

[oe] [meta-networking][PATCH 1/1] chrony: fix build failure for arma9

2017-01-27 Thread Joe Slater
other packages. Signed-off-by: Joe Slater --- .../recipes-support/chrony/chrony/arm_eabi.patch | 43 .../recipes-support/chrony/chrony_2.4.bb |5 ++- 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 meta-networking/recipes-support/chrony

[oe] [oe-core][PATCH 1/1] e2fsprogs: expand @mkdir_p@ during configuration

2017-03-03 Thread Joe Slater
If we do not do this, locale data will not be put into /usr/share/locale. Signed-off-by: Joe Slater --- .../e2fsprogs/e2fsprogs/mkdir_p.patch | 20 .../recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb |1 + 2 files changed, 21 insertions(+) create mode

[oe] [meta-oe][PATCH 1/1] multipath-tools: RDEPEND on bash

2017-08-25 Thread Joe Slater
Make sure /bin/bash will be on the target if we are. Signed-off-by: Joe Slater --- meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb b/meta-oe

[oe] [meta-oe][PATCH 1/1] enscript ndisc6: specify target location of perl

2017-08-25 Thread Joe Slater
configure finds the host perl, so we do not let it look by setting PERL in the environment. Signed-off-by: Joe Slater --- meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb | 5 + meta-oe/recipes-extended/enscript/enscript_1.6.6.bb| 6 ++ 2 files changed, 11 insertions(+) diff

[oe] [meta-xfce][PATCH 1/1] core-image-minimal-xfce: inherit distro_features_check

2017-09-06 Thread Joe Slater
Defining REQUIRED_DISTRO_FEATURES does nothing currently. Signed-off-by: Joe Slater --- meta-xfce/recipes-core/images/core-image-minimal-xfce.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb b/meta-xfce/recipes-core/images/core

[oe] [meta-networking][PATCH 1/1] postfix: fix send mail failure and eliminate warning

2017-10-26 Thread Joe Slater
(LOCAL REV: NOT UPSTREAM) -- will sent to oe-devel later Signed-off-by: Yi Zhao * Move use of newaliases and postmap on host to install phase because absolute path might not exist at rootfs build time. Signed-off-by: Joe Slater --- .../postfix/files/{main.cf_2.0 => main.cf} |

[oe] [meta-networking][PATCH 0/5] update to samba 4.7.0

2017-11-08 Thread Joe Slater
Currently supported version. Apply the patches in order. You can stop after patch 3. When you apply 4, immediately apply 5 because samba 4.6.7 will generate a library that is also generated by libldb (it refuses to use libldb 1.2.2). Joe Slater (5): libtalloc: update to version 2.1.10

[oe] [meta-networking][PATCH 1/5] libtalloc: update to version 2.1.10

2017-11-08 Thread Joe Slater
Version needed to build samba 4.7.0. Signed-off-by: Joe Slater --- ...-options-for-packages.patch => options-2.1.10.patch} | 17 ++--- .../{libtalloc_2.1.9.bb => libtalloc_2.1.10.bb} | 7 --- 2 files changed, 14 insertions(+), 10 deletions(-) rename meta-netw

[oe] [meta-networking][PATCH 2/5] libtevent: update to version 0.99.33

2017-11-08 Thread Joe Slater
Version needed to build samba 4.7.0. Signed-off-by: Joe Slater --- ...ons-for-packages.patch => options-0.9.33.patch} | 28 +++--- .../{libtevent_0.9.31.bb => libtevent_0.9.33.bb} | 6 ++--- 2 files changed, 17 insertions(+), 17 deletions(-) rename meta-networking/r

[oe] [meta-networking][PATCH 3/5] libtdb: update to version 1.3.15

2017-11-08 Thread Joe Slater
Version needed to build samba 4.7.0. Signed-off-by: Joe Slater --- .../recipes-support/libtdb/{libtdb_1.3.14.bb => libtdb_1.3.15.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/libtdb/{libtdb_1.3.14.bb => libtdb_1.3.15.bb} (91%)

[oe] [meta-networking][PATCH 5/5] samba: move to version 4.7.0

2017-11-08 Thread Joe Slater
ad-dc code is built and krb5 is used. If booting using systemd, 'nmb' and 'smb' are started. 'samba' is not. Signed-off-by: Joe Slater --- .../samba/samba/dnsserver-4.7.0.patch | 19 ++ .../samba/samba/iconv-4.7.0.patch | 25

[oe] [meta-networking][PATCH 4/5] libldb: update to version 1.2.2

2017-11-08 Thread Joe Slater
Version needed to build samba 4.7.0. Signed-off-by: Joe Slater --- .../recipes-support/libldb/{libldb_1.1.29.bb => libldb_1.2.2.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-support/libldb/{libldb_1.1.29.bb => libldb_1.2.2.bb} (92%)

[oe] [meta-oe][PATCH 1/1] php-native: eliminate SSTATEPOSTINSTFUNCS use

2018-01-10 Thread Joe Slater
The use of SSTATEPOSTINSTFUNCS has been deprecated and is not needed for php-native. The current function always fails, forcing a re-build of php-native. Signed-off-by: Joe Slater --- meta-oe/recipes-devtools/php/php.inc | 12 1 file changed, 12 deletions(-) diff --git a/meta-oe

[oe] [meta-networking][PATCH 1/1] net-snmp: remove U64 typedef

2018-01-19 Thread Joe Slater
This allows us to build perl modules with recent versions of perl. Signed-off-by: Joe Slater --- .../net-snmp/0001-Remove-U64-typedef.patch | 2527 .../recipes-protocols/net-snmp/net-snmp_5.7.3.bb |1 + 2 files changed, 2528 insertions(+) create mode 100644

[oe] [meta-oe][PATCH 1/1] meta-openembedded: eliminate base_conditional use

2018-02-01 Thread Joe Slater
Use the underlying oe.utils.conditional. base_conditional has gone away. Signed-off-by: Joe Slater --- meta-networking/recipes-connectivity/samba/samba_4.7.0.bb| 2 +- meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 2 +- meta-oe/recipes-devtools/php/php.inc

[oe] [meta-networking][PATCH 1/1] postfix: move running newaliases back to pkg_postinst

2018-02-01 Thread Joe Slater
newaliases, when run on the host, will fail if /var/spool/postfix does not exist. Run it during pkg_postinst() so that we can defer it to first boot. Signed-off-by: Joe Slater --- meta-networking/recipes-daemons/postfix/postfix.inc | 13 +++-- 1 file changed, 7 insertions(+), 6

[oe] [meta-netwokring][PATCH 1/1] postfix: adapt pkg_postinst to postinst_intercept

2018-02-08 Thread Joe Slater
Request delay to first boot if newaliases fails on host. Check for linuxstdbase before we might fail. Signed-off-by: Joe Slater --- meta-networking/recipes-daemons/postfix/postfix.inc | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta-networking/recipes

[oe] [meta-perl][PATCH 1/1] recipes-perl: inherit allarch

2015-11-24 Thread Joe Slater
allarch packages should inherit the class, not set PACKAGE_ARCH to "all". Signed-off-by: Joe Slater --- .../libauthen/libauthen-sasl-perl_2.16.bb |3 +-- .../libdigest/libdigest-hmac-perl_1.03.bb |3 +-- .../libio/libio-socket-ssl-perl_1.997.bb |

[oe] [meta-networking][PATCH 1/1] xl2tpd: modify recipes to avoid forced internet access

2016-01-08 Thread Joe Slater
We should always specify a commit id for git SRCREV or we will try to access the upstream repo when fetching. In addition, if our PV is just "git" we will access upstream when doing archiver functions, so we should specify PV for xyz_git.bb recipes. Signed-off-by: Joe Slater --- .

[oe] [meta-networking][PATCH 1/1] geoip: add ptest functionality

2016-01-12 Thread Joe Slater
Also make geoip package rdepend on geoip-database and add symbolic link to GeoIPCity.dat. Signed-off-by: Joe Slater --- .../recipes-support/geoip/files/run-ptest | 11 ++ .../recipes-support/geoip/geoip_1.6.6.bb | 38 2 files changed, 49

[oe] [meta-networking][PATCH 1/1] openconnect: PACKAGECONFIG certain dependencies

2016-06-30 Thread Joe Slater
Some items now in DEPENDS are configuration options, so we create PACKAGECONFIG[] entries for them. We do not select pcsc-lite by default because it is GPLv3. Signed-off-by: Joe Slater --- .../openconnect/openconnect_git.bb | 13 +++-- 1 file changed, 11 insertions

[oe] [V2][meta-networking][PATCH 1/1] openconnect: PACKAGECONFIG certain dependencies

2016-07-01 Thread Joe Slater
Some items now in DEPENDS are configuration options, so we create PACKAGECONFIG[] entries for them. We do not select pcsc-lite by default because it is GPLv3. Signed-off-by: Joe Slater --- .../openconnect/openconnect_git.bb | 13 +++-- 1 file changed, 11 insertions

[oe] [meta-networking][ 1/1] atftp: do not create user nobody

2016-07-12 Thread Joe Slater
The recipe for atftp inherits useradd.bbclass and re-creates the user nobody as a "system" user. This is not correct and is in vain because this new definition will not be created on the target. Signed-off-by: Joe Slater --- meta-networking/recipes-daemons/atftp/atftp_git.bb |

[oe] [meta-networking][PATCH 1/1] proftpd: start at boot time

2016-07-19 Thread Joe Slater
Add information to proftpd.service so that it will be started at boot time. Signed-off-by: Joe Slater --- .../recipes-daemons/proftpd/files/proftpd.service |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-daemons/proftpd/files

[oe] [meta-networking][PATCH 1/1] proftpd: fix PACKAGECONFIG settings

2016-07-19 Thread Joe Slater
When using '??=' to set a variable, '+=' will cause the '??=' value to be discarded. We change how PACKAGECONFIG is defined. We also do not make sia support a default since it is not likely to be available. Signed-off-by: Joe Slater --- .../recipes-dae

[oe] [meta-oe][PATCH 1/1] hostapd: not compatible with openssl-no-weak-ciphers

2018-03-13 Thread Joe Slater
Use CONFLICT_DISTRO_FEATURES to not build if des is not supported. Signed-off-by: Joe Slater --- meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb b/meta-oe/recipes

[oe] [meta-networking][PATCH 1/1] postfix: remove host references from makedefs.out

2018-03-19 Thread Joe Slater
Several -I definitions contain the value of ${STAGING_DIR_TARGET} which should be removed to reference directories on the target. Signed-off-by: Joe Slater --- meta-networking/recipes-daemons/postfix/postfix.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-daemons

[oe] [meta-oe][PATCH 1/1] phoronix-test-suite: disable systemd services by default

2018-05-01 Thread Joe Slater
Unfortunately, the default behavior for at least the client service is to reboot the machine if it encounters problems. Since it is pretty much guaranteed to need target specific configuration info, we should not enable the service(s) by default. Signed-off-by: Joe Slater --- .../phoronix-test

[oe] [meta-networking][morty][PATCH 1/1] dnsmasq: backport CVE fixes from dnsmasq 2.78

2018-05-04 Thread Joe Slater
From: Zhang Xiao CVE-2017-1449{1-6} Signed-off-by: Zhang Xiao Signed-off-by: Joe Slater --- .../dnsmasq/dnsmasq-CVE-2017-14491-02.patch| 75 ++ .../dnsmasq/dnsmasq/dnsmasq-CVE-2017-14491.patch | 268 + .../dnsmasq/dnsmasq/dnsmasq-CVE-2017-14492.patch

[oe] [meta-networking][PATCH 1/1] postfix: add dependencies needed for glibc 2.27

2018-05-17 Thread Joe Slater
We need a dependency on libnsl2. The libnsl2-native dependency is not strictly speaking necessary until the host glibc moves to 2.27. Signed-off-by: Joe Slater --- meta-networking/recipes-daemons/postfix/postfix.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta

[oe] [meta-oe][PATCH 1/1] syslog-ng: fix build without json

2018-05-30 Thread Joe Slater
Remove configurations requiring json from target. Signed-off-by: Joe Slater --- meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc index

[oe] [meta-oe][PATCH V2 1/1] syslog-ng: fix build without json

2018-06-15 Thread Joe Slater
Remove configurations requiring json from target. Signed-off-by: Joe Slater --- meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc index

[oe] [meta-oe][PATCH V3 1/1] syslog-ng: fix build without json

2018-06-18 Thread Joe Slater
Remove configurations requiring json from target. Signed-off-by: Joe Slater --- meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc index

[oe] [meta-oe][PATCH V4 1/1] syslog-ng: repackage json related conf files

2018-06-18 Thread Joe Slater
Only include conf files that need json if it is enabled when building syslog-ng. Signed-off-by: Joe Slater --- meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b

[oe] [meta-gnome][PATCH 1/1] metacity: allow for warnings during compilation

2018-06-23 Thread Joe Slater
Add a PACKAGECONFIG option which lets us permit warnings during compilation until warnings from new compiler versions are dealt with. Signed-off-by: Joe Slater --- meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-gnome/recipes

[oe] [meta-oe][PATCH 1/1] php: specify no valgrind

2018-08-24 Thread Joe Slater
configure will look by default for valgrind.h in some host directories. We override this by setting --with-valgrind=no. Signed-off-by: Joe Slater --- meta-oe/recipes-devtools/php/php.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes

[oe] [meta-oe][PATCH 1/1] php: define PACKAGECONFIG[] for valgrind

2018-08-28 Thread Joe Slater
configure will look by default for valgrind.h in some host directories. We override this by setting --with-valgrind even if we do not want it. The default value of PACKAGECONFIG does not enable valgrind support. Signed-off-by: Joe Slater Signed-off-by: Robert Yang --- meta-oe/recipes-devtools

[oe] [meta-oe][PATCH 1/1] thin-provisioning tools: use sh on path for txt2man

2018-11-29 Thread Joe Slater
txt2man will use /bin/sh and may try to invoke ksh if it does not like /bin/sh. Use "our" version of sh. Signed-off-by: Joe Slater --- .../files/use-sh-on-path.patch | 21 + .../thin-provisioning-tools_0.7.6.bb| 1 + 2 files c

[oe] [meta-oe][PATCH 1/1] live555: update to version 20190227

2019-03-01 Thread Joe Slater
Fixes CVE-2019-7314. Signed-off-by: Joe Slater --- meta-oe/recipes-multimedia/live555/live555_20170410.bb | 9 - meta-oe/recipes-multimedia/live555/live555_20190227.bb | 12 2 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 meta-oe/recipes-multimedia

[oe] [meta-oe][v2][PATCH 1/1] live555: update to version 20190227

2019-03-01 Thread Joe Slater
Fixes CVE-2019-7314. Signed-off-by: Joe Slater --- .../live555/{live555_20170410.bb => live555_20190227.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-multimedia/live555/{live555_20170410.bb => live555_20190227.bb} (58%) diff --git a/m

[oe] [meta-oe][PATCH 1/1] leveldb: restrict building for mips64

2019-03-04 Thread Joe Slater
Do not try to build lib32-leveldb. libn32-leveldb will build. Signed-off-by: Joe Slater --- meta-oe/recipes-dbs/leveldb/leveldb_git.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-dbs/leveldb/leveldb_git.bb b/meta-oe/recipes-dbs/leveldb/leveldb_git.bb index 8fec89c

[oe] [meta-oe][PATCH 1/1] libssh2: move to version 1.8.2

2019-03-29 Thread Joe Slater
Includes fixes for CVE-2019-3858, -3859, -3860, -3861, and -3862. Signed-off-by: Joe Slater --- .../recipes-support/libssh2/{libssh2_1.8.0.bb => libssh2_1.8.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libssh2/{libssh2_1.8.0

[oe] [meta-networking][PATCH 1/1] tcpreplay: update to version 4.3.2

2019-04-02 Thread Joe Slater
Includes fixes for CVE-20198376, -8377, and -8381. Signed-off-by: Joe Slater --- .../tcpreplay/{tcpreplay_4.2.6.bb => tcpreplay_4.3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/tcpreplay/{tcpreplay_4.2.6

[oe] [meta-virt][m-c-s][PATCH 1/1] libibverbs: do not try to build for arm 32 bit or any mips

2019-04-05 Thread Joe Slater
arch.h does not contain macros for 32 bit arm or any mips arch. Signed-off-by: Joe Slater --- recipes-extended/libibverbs/libibverbs_1.2.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipes-extended/libibverbs/libibverbs_1.2.1.bb b/recipes-extended/libibverbs/libibverbs_1.2.1

[oe] [meta-virt][m-c-s][v2][PATCH 1/1] libibverbs: do not try to build for arm 32 bit or any mips

2019-04-08 Thread Joe Slater
arch.h does not contain macros for 32 bit arm or any mips arch. Signed-off-by: Joe Slater --- recipes-extended/libibverbs/libibverbs_1.2.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-extended/libibverbs/libibverbs_1.2.1.bb b/recipes-extended/libibverbs/libibverbs_1.2.1.bb

[oe] [meta-oe][PATCH 1/1] php-7: mark two tests as expected to fail

2019-05-21 Thread Joe Slater
The output is reasonable, but not what is expected. Signed-off-by: Joe Slater --- .../php/php/xfail_two_bug_tests.patch | 34 ++ meta-oe/recipes-devtools/php/php_7.3.4.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta-oe/recipes

[oe] [meta-networking][PATCH 1/1] drbd-utils: enable reproducible_build awareness

2019-07-10 Thread Joe Slater
Enable use of SOURCE_DATE_EPOCH from the reproducible_build bbclass. Signed-off-by: Joe Slater --- meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb b/meta-networking

[oe] [meta-oe][PATCH 1/1] php: remove host specific info from header file

2019-07-18 Thread Joe Slater
Import patch from Debian. Signed-off-by: Joe Slater --- .../php/php/debian-php-fixheader.patch | 31 ++ meta-oe/recipes-devtools/php/php_7.3.7.bb | 1 + 2 files changed, 32 insertions(+) create mode 100755 meta-oe/recipes-devtools/php/php/debian-php

[oe] [meta-oe][PATCH 1/1] mozjs: do not expose intl api for mips64

2019-08-06 Thread Joe Slater
Add --with-intl-api=build to configure options. Otherwise, JS_Init() will fail. Signed-off-by: Joe Slater --- meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb b/meta-oe/recipes-extended/mozjs

[oe] [meta-oe][PATCH 1/1] php: zlib and zip support

2019-08-12 Thread Joe Slater
Add back zlib support. Define zip support but do not enable it. Signed-off-by: Joe Slater --- meta-oe/recipes-devtools/php/php.inc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index

[oe] [meta-oe][V2][PATCH 1/1] php: zlib and zip support

2019-08-15 Thread Joe Slater
Add back zlib support. Define zip support but do not enable it. Signed-off-by: Joe Slater --- meta-oe/recipes-devtools/php/php.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index 33bcf12

[oe] [meta-networking][PATCH 1/1] openhpi: control snmp-bc ptest generation

2019-09-10 Thread Joe Slater
Do not try to compile ptests for snmp-bc if it is not in PACKGECONFIG. Signed-off-by: Joe Slater --- meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb | 15 +++ 1 file changed, 15 insertions(+) diff --git a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb b/meta

[oe] [meta-oe][PATCH 1/1] live555: update to version 20190828

2019-09-17 Thread Joe Slater
Includes fix for CVE-2019-7733. Also adjust SRC_URI and use different mirror. Signed-off-by: Joe Slater --- meta-oe/recipes-multimedia/live555/live555.inc | 4 ++-- meta-oe/recipes-multimedia/live555/live555_20190306.bb | 8 meta-oe/recipes-multimedia/live555

[oe] [meta-oe][PATCH 1/1] syslog-ng: add volatile directory init for systemd

2019-11-01 Thread Joe Slater
systemd requires volatile file/directory specifications to be in a tmpfiles.d directory. We put ours in /etc/tmpfiles.d. Also eliminate SRC_URI duplication in .bb and .inc files. Signed-off-by: Joe Slater --- meta-oe/recipes-support/syslog-ng/files/syslog-ng-tmp.conf | 1 + meta-oe/recipes

[oe] [meta-oe][PATCH 1/1] syslog-ng: change conf files to version 3.19

2019-11-01 Thread Joe Slater
Also add dns_cache(no) option to eliminate initialization warning. Signed-off-by: Joe Slater --- meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd | 9 +++-- meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit | 9 +++-- 2 files changed, 14 insertions(+), 4

[oe] [oe-core][zeus][PATCH 1/1] webkitgtk: fix occasional link error

2019-11-07 Thread Joe Slater
Partial backport from WebKit.git. See patch for details. Fixed in webkitgtk 2.26.1. Signed-off-by: Joe Slater --- .../webkit/webkitgtk/fix-link-error.patch | 45 ++ meta/recipes-sato/webkit/webkitgtk_2.24.4.bb | 1 + 2 files changed, 46 insertions

[oe] [meta-oe][zeus][PATCH 1/1] php: fix CVE-2019-11043

2019-11-12 Thread Joe Slater
Backport unmodified patch from git.php.net. Fixed in php 7.3.11. Signed-off-by: Joe Slater --- .../recipes-devtools/php/php/CVE-2019-11043.patch | 38 ++ meta-oe/recipes-devtools/php/php_7.3.9.bb | 1 + 2 files changed, 39 insertions(+) create mode 100644 meta

  1   2   >