summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gpm: Add PID file to systemd unit fileRobert Joslyn2019-04-141-0/+1
| | | | | | | This helps systemd identify the main process of the service. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpm: Fix gpm path in unit fileRobert Joslyn2019-04-141-1/+1
| | | | | | | The binary is installed to ${sbindir}, but the unit file used ${bindir}. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Upgrade to 4.0.14Khem Raj2019-04-141-4/+4
| | | | | | | Add needed depends Do not build jemalloc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libforms: add x11 to required DISTRO_FEATURES because of libx11Martin Jansa2019-04-121-1/+1
| | | | | | | | | libx11 was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libforms', 'libx11'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ftgl: add x11 to required DISTRO_FEATURES like freeglutMartin Jansa2019-04-121-1/+1
| | | | | | | | | freeglut was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ftgl', 'freeglut'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-dateutil: upgrade 2.7.3 -> 2.8.0Zang Ruochen2019-04-123-2/+2
| | | | | | | | | -Upgrade from python-dateutil_2.7.3.bb to python-dateutil_2.8.0.bb. -Upgrade from python3-dateutil_2.7.3.bb to python3-dateutil_2.8.0.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-beabutifulsoup4: upgrade 4.6.0 -> 4.7.1Zang Ruochen2019-04-123-2/+2
| | | | | | | | | -Upgrade from python-beautifulsoup4_4.6.0.bb to python-beautifulsoup4_4.7.1.bb. -Upgrade from python3-beautifulsoup4_4.6.0.bb to python3-beautifulsoup4_4.7.1.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-certifi: upgrade 2018.8.13 -> 2019.3.9Zang Ruochen2019-04-123-2/+2
| | | | | | | | | -Upgrade from python-certifi_2018.8.13.bb to python-certifi_2019.3.9.bb. -Upgrade from python3-certifi_2018.8.13.bb to python3-certifi_2019.3.9.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-attrs: upgrade 18.1.0 -> 19.1.0Zang Ruochen2019-04-123-2/+2
| | | | | | | | | -Upgrade from python-attrs_18.1.0.bb to python-attrs_19.1.0.bb. -Upgrade from python3-attrs_18.1.0.bb to python3-attrs_19.1.0.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cffi: upgrade 1.11.5 -> 1.12.2Zang Ruochen2019-04-123-2/+2
| | | | | | | | | -Upgrade from python-cffi_1.11.5.bb to python-cffi_1.12.2.bb. -Upgrade from python3-cffi_1.11.5.bb to python3-cffi_1.12.2.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: fix up patch to avoid segfaultQi.Chen@windriver.com2019-04-111-14/+11
| | | | | | | | | | | | | When upgrading multipath, the following patch was accidently wrongly rebased, leaving set_value not declared in parser.h and resulting in segfault when running 'multipath' and 'multipathd'. 0027-RH-warn-on-invalid-regex-instead-of-failing.patch So fix things up and add the declaration back. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lua: upgrade from v5.3.4 to v5.3.5Hongzhi.Song2019-04-111-4/+8
| | | | | | | The v5.3.5 release covers CVE-2019-6706 which is vulnerable. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: rework musl buildAndreas Müller2019-04-113-192/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | patches: * Split out systemd specifics * Simplfy patch to fix musl / linux-libc definition conflicts. This makes future maintenance less pain and fixes build for recipes depending on networkmanager. For further background read patch description in 0002-Fix-build-with-musl.patch musl CFLAGS: * -D__USE_POSIX199309 removed - could not find any trace of it * CFLAGS_libc-musl_append -> CFLAGS_append_libc-musl gobject-introspection: * enable - it builds perfectly fine Build tested (musl/glibc) with all dependents found in my layers: * network-manager-applet * networkmanager-openvpn * python-networkmanager * networkmanager-qt * plasma-nm * liri-networkmanager Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatresize_1.0.2.bb: Add recipe for fatresize command line toolNathan Rossi2019-04-111-0/+15
| | | | | | | | | | | | | | | | The fatresize command line tool provides command line access to the libparted-fs-resize library implementation of the FAT partition resizing. This tool is useful for safely resizing FAT partitions which are commonly found as the boot partition on a variety of SoC targets (e.g. RaspberryPi). The Debian version of the source is used as the original upstream on SourceForge is no longer actively maintained. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 3.0.0 -> 3.0.1Zang Ruochen2019-04-111-2/+2
| | | | | | | -Upgrade from wireshark_3.0.0.bb to wireshark_3.0.1.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chrony: update to 3.4Oleksandr Kravchuk2019-04-112-2/+36
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ledmon: control hard disk led for RAID arraysLiwei Song2019-04-093-0/+130
| | | | | | | | Enable LED support for Intel Virtual RAID On CPU. Fix build with musl Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: upgrade squid 3.5.28 -> 4.6Andrej Valek2019-04-099-605/+92
| | | | | | | | | - refresh and remove obsolete patches - add openssl and esi as package options - add missing header for std::bind implementation Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xbitmaps: upgrade 1.1.1 -> 1.1.2Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xbitmaps_1.1.1.bb to xbitmaps_1.1.2.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xstdcmap: upgrade 1.0.3 -> 1.0.4Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xstdcmap_1.0.3.bb to xstdcmap_1.0.4.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xsetroot: upgrade 1.1.1 -> 1.1.2Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xsetroot_1.1.1.bb to xsetroot_1.1.2.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrefresh: upgrade 1.0.5 -> 1.0.6Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xrefresh_1.0.5.bb to xrefresh_1.0.6.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdb: upgrade 1.1.1 -> 1.2.0Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xrdb_1.1.1.bb to xrdb_1.2.0.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xlsatoms: upgrade 1.1.2 -> 1.1.3Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xlsatoms_1.1.2.bb to xlsatoms_1.1.3.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-flask-socketio: move to meta-python directoryYi Zhao2019-04-099-0/+0
| | | | | | | | The previous commits put the python-engineio, python-socketio and python-flask-socketio to a wrong directory. Move them to meta-python. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ristretto: upgrade 0.8.3 -> 0.8.4Andreas Müller2019-04-091-2/+2
| | | | | | | | | | | | | | | | | A bugfix release - see announcement [1]: - Add missing field initializers - Instead of thumbnails, the same icons with a crossed red circle (bug #13419) - Resolve g_type_class_add_private() deprecation - Glib-Critical errors to stdout: Source ID X was not found when attempting to remove it (bug #15268) - Fix memory leak (bug #12034) - Show file size in the status bar (bug #14791) - Fix opening of PPM files (bug #14709) [1] https://mail.xfce.org/pipermail/xfce/2019-April/036350.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: upgrade 1.0.1 -> 1.0.2Andreas Müller2019-04-091-4/+2
| | | | | | | | | | | | | | | | | | | Bugfix release - from release announcement [1]: - Added support for GST_INSTALL_PLUGINS_HELPER_MISSING when attempting to install missing codecs (Xfce #14529) - Fixed compiler error -Wcast-function-type (GCC 8) - Fixed disabling vendor-enabled plugins - Fixed crash when disabling plugins (LP #1698540) - Fixed play button sensitivity items are added to playlist (Xfce #13724, LP #1705243) - Fixed Appstream validation by removing em tags (Xfce #14260) - Fixed plugin active state when reopening the Plugins dialog - Resolved g_type_class_add_private warnings (Xfce #15014) [1] https://mail.xfce.org/pipermail/xfce/2019-April/036347.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: upgrade 2.8.1 -> 2.8.2Andreas Müller2019-04-091-4/+9
| | | | | | | | | | | | | | | | | | | | >From release shortlog [1]: | The 2.8.2 release brings mostly bugfixes without any changes to the public API. Notable changes include: | | * migration from intltool to gettext, udisks no longer depends on gnome-common | * added 'windows_names' as a default mount option for ntfs-3g | * fixed an issue potentially leading to open filedescriptors exhaustion OE-Notes: * Follow changes mentioned in announcement * Rename recipe and move PV into recipe [1] https://github.com/storaged-project/udisks/releases Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* analyze-suspend: update to 5.3Oleksandr Kravchuk2019-04-091-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ell: remove recipeOleksandr Kravchuk2019-04-091-17/+0
| | | | | | | | This recipe will be moved to poky instead as newer versions of some of its components depend on it. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wolfssl: update to 4.0.0Oleksandr Kravchuk2019-04-091-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* macchanger: update to 1.7.0Oleksandr Kravchuk2019-04-093-24/+56
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography: Move linker flag to .incChris Garren2019-04-091-0/+2
| | | | | | | | Move the -pthread linker flag to the .inc file because it is needed for python 2 & 3. Signed-off-by: Chris Garren <cdgarren@indesign-llc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gd: fix compile error caused by -Werror=maybe-uninitializedChangqing Li2019-04-091-0/+2
| | | | | | | | | | | | | | | When enable DEBUG_BUILD, gd compile failed with error: | ../../git/src/gd_tiff.c:961:64: error: 'image_type' may be used uninitialized in this function [-Werror=maybe-uninitialized] | (image_type == GD_PALETTE || image_type == GD_INDEXED || image_type == GD_GRAY)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ actually, this warning is misinformation, we can see the logic from: https://github.com/libgd/libgd/blob/master/src/gd_tiff.c image_type will be assigned no matter force_rgba is TRUE/FALSE. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: remove executable permission from systemd user servicesAndreas Müller2019-04-091-0/+8
| | | | | | | | | As written in comment: Looks to me as if meson build is not yet working as it should for gvfs. Looked into but did not find suspicious. So just remove flags for now. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd: update to 9.0.17-1Oleksandr Kravchuk2019-04-091-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd-utils: update to 9.8.0Oleksandr Kravchuk2019-04-092-47/+3
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babeld: update to 1.8.4Oleksandr Kravchuk2019-04-091-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stunnel: update to 5.51Oleksandr Kravchuk2019-04-091-3/+3
| | | | | | | COPYING checksum was changed due to modified copyright years. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nanomsg: update to 1.1.5Oleksandr Kravchuk2019-04-091-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-isns: update to 0.99Oleksandr Kravchuk2019-04-092-42/+2
| | | | | | | Removed patch has been upstreammed. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usbredir: update to 0.8.0Oleksandr Kravchuk2019-04-091-2/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keepalived: update to 2.0.15Oleksandr Kravchuk2019-04-091-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cifs-utils: update to 6.9Oleksandr Kravchuk2019-04-092-37/+3
| | | | | | | Removed patch has been upstreammed. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwknop: update to 2.6.10Oleksandr Kravchuk2019-04-091-3/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* phytool: update to v2Oleksandr Kravchuk2019-04-081-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smcroute: update to 2.4.4Oleksandr Kravchuk2019-04-081-2/+2
| | | | | | | COPYING md5sum updated to to minor cleanup (see @0ae4003f714218c371). Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcdproc: Fix parallel buildKhem Raj2019-04-082-1/+35
| | | | | | | | This happens with larger parallelism e.g. -j 44 also reported here https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214766 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nuttcp: update to 7.3.3Oleksandr Kravchuk2019-04-081-6/+3
| | | | | | | License md5sum changed due to modified copyright years. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop3: Disable libseccomp for all archsAndreas Müller2019-04-072-1/+44
| | | | | | | | | It does not seem mandatory and can cause unsatisfied dependency [1]. [1] https://errors.yoctoproject.org/Errors/Details/235565/ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>