- Nov 11, 2015
-
-
Wenzong Fan authored
4.2.8p4 fixed following 13 low- and medium-severity vulnerabilities: * Bug 2941 CVE-2015-7871 * Bug 2922 CVE-2015-7855 * Bug 2921 CVE-2015-7854 * Bug 2920 CVE-2015-7853 * Bug 2919 CVE-2015-7852 * Bug 2918 CVE-2015-7851 * Bug 2917 CVE-2015-7850 * Bug 2916 CVE-2015-7849 * Bug 2913 CVE-2015-7848 * Bug 2909 CVE-2015-7701 * Bug 2902 CVE-2015-7703 * Bug 2901 CVE-2015-7704, CVE-2015-7705 * Bug 2899 CVE-2015-7691, CVE-2015-7692, CVE-2015-7702 And three bugs: Bug 2382, 1774, 1593 Details at: http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities Signed-off-by:
Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Zhiquan Li authored
There is an incorrect m4_define() in configure.in which will result in an infinite recursion, and it doesn't make sense, since snort 2.9.7 it has been commented out. We follow this solution to fix it. Signed-off-by:
Zhiquan Li <zhiquan.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* building ktap-module without elfutils fails with: ktap-module/0.4-r0/git/Makefile:107: No libelf found, disables symbol resolving, please install elfutils-libelf-devel/libelf-dev Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Hongxu Jia authored
HTML-Tree is a suite of Perl modules for making parse trees out of HTML source. Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Hongxu Jia authored
[Description from CPAN] `Module::Build' is a system for building, testing, and installing Perl modules. It is meant to be an alternative to `ExtUtils::MakeMaker'. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with `MakeMaker'. It also does not require a `make' on your system - most of the `Module::Build' code is pure-perl and written in a very cross-platform way. Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
This reverts commit 2ce3086a . Causes sysdig and devilspie2 build failures. Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Amarnath Valluri authored
systemd service file expects full path of the executatbles. Signed-off-by:
Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Amarnath Valluri authored
Passing EXTRA_OECONF to ./configure, this allows to alter build configure Signed-off-by:
Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jens Rehsack authored
Fix insane permissions installing SystemV init-script for samba4 to allow executing it correctly. Signed-off-by:
Jens Rehsack <sno@netbsd.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Nov 06, 2015
-
-
Hongxu Jia authored
Wipe is a little command for securely erasing files from magnetic media. We do not support native, because wipe needs root permission. Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Dan McGregor authored
tmux 1.6 is three years old. Update to latest. Signed-off-by:
Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Dan McGregor authored
This version works with pyton-tornado 4.2 as currently distributed with OE. Signed-off-by:
Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Dan McGregor authored
This recipe is needed for GateOne. Signed-off-by:
Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Rafaël Carré authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Rafaël Carré authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Rafaël Carré authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Rafaël Carré authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Kai Kang authored
Add configure file duplicated from file smi.conf-example in source code and replace paths with mibs files directories. Then set libsmi-mibs as runtime recommend package to provide mibs files. Add homepage and update SRC_URI as well. Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Wenzong Fan authored
PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format. Signed-off-by:
Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jackie Huang authored
The built-in library libreplace requires it, or it fails with: ../lib/replace/system/capability.h:40:28: fatal error: sys/capability.h: No such file or directory Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Hongxu Jia authored
It requires libgudev, and libgudev requires udev. While systemd enabled, there is a build failure: ... $ bitbake systemd -ccleansstate $ bitbake gvfs -ccleansstate $ bitbake gvfs |x86_64-wrs-linux-libtool: error: cannot find the library '.../tmp/sysroots/intel-x86-64/usr/lib64/libudev.la' or unhandled argument '=/usr/lib64/libudev.la' ... Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Randy MacLeod authored
This is the latest release in the 5.5.x stable series. It fixes 11 CVEs as listed: https://mariadb.com/kb/en/mariadb/mariadb-5546-release-notes/ and fixes 10s of internal MariaDB tracked defects. Signed-off-by:
Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andre McCurdy authored
Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
The library dir maybe /usr/lib64 or /usr/lib, so use the variable CMAKE_INSTALL_LIBDIR, not hardcode to lib Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Philip Balister authored
Qt for aarch64 disable QtWebKit due to a build failure. We need to disable QtWebKit here also until the problem is resolved in the Qt recipe. Signed-off-by:
Philip Balister <philip@balister.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Fabio Berton authored
Signed-off-by:
Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jackie Huang authored
Set the search dir for libssl and libz to only STAGING_LIBDIR to avoid searching host libs. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kai Kang authored
When launch mousepad, it fails with: | glib-gio-error setting schema 'org.xfce.mousepad' is not installed It needs to call glib-compile-schemas to compile its schema file. Inherit gsettings to fix it. Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
that's where libpam installs libraries and expects them Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-
Andreas Müller authored
| /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/libexec/arm-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/5.2.0/ld: error: cannot find -lcups | collect2: error: ld returned 1 exit status Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-
Andreas Müller authored
Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-
Andreas Müller authored
Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-
Andreas Müller authored
Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-
Andreas Müller authored
Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-
Andreas Müller authored
fontforge-native will require it Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-
Andreas Müller authored
Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-
Andreas Müller authored
fontforge-native will require it Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-
Andreas Müller authored
Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-
Andreas Müller authored
bootstrap is another magic script which is intended run before autotools. The class created runs this script at the right time and ensures that sources of gnulib are not cloned during configure. Signed-off-by:Andreas Müller <schnitzeltony@googlemail.com>
-