Age | Commit message (Collapse) | Author | Files |
|
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
See "sanity: remove /proc/sys/vm/mmap_min_addr check" for reasoning,
basically, 0.12.x is needed for reliable work on any host system.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
QEMU 0.9.x is obsolete this days and with all modifications made for
QEMU 0.10.x in OE, versions 0.9.x are unusable anyway. 0.10.3 was
introduced 10 month ago, so a good transition time was also given.
Now it's time to just kill it.
Also remove cvs and svn versions since those are 0.9.x leftovers and
QEMU moved to git long ago.
Also remove gcc3 checks since that are not relevant for QEMU 0.10+.
Also remove from icecc blacklist, since QEMU builds fine with it and
the reason for blacklisting was GCC 3.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
qemu-native tested to compile on openSUSE 11.2 and Debian Lenny. Binary
locale generation tested for qemuarm/glibc, simpad/glibc,
x86-prescott/eglibc, efika/glibc.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
* Upgrade both openssl and openssl-native to 0.9.8m
* Upgrade the Makefile and Config changes
* Switch to checksums inside the recipe
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
The default bootloader configuration expects the kernel in a separate partition. We save quite some precious flash removing the kernel from the filesystem.
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
database)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* with SRCREV moved from sane-srcrevs.inc to recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
The git-daemon+(x)inetd has a known denial of service problem. Upgrade
to a newer git version just in case. Remove two bogus autoconf patches
that can be done by passing in autoconf varaibles. Switch to local
checksums instead of checksums.ini
|
|
There were certain but bugs that were fixed between 3.3.0
and 3.3.8, it makes sense to upgrade to this version.
|
|
This is addressing: CVE-2009-1886, CVE-2009-1888, CVE-2009-2813
CVE-2009-2948 and CVE-2009-2906.
|
|
|
|
|
|
|
|
LDFLAGS was not used. Fixed that.
The staged zlib was not picked up on a system that hadn't zlib-dev
installed natively.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|
|
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
See http://bugs.gentoo.org/show_bug.cgi?id=250429 for more details.
|
|
Addresses CVE-2008-5718.
netatalk-2.0.3-db43.patch: Done differently.
netatalk-2.0.3-xfs.patch: Drop as the config switch was not used
netatalk-2.0.3-setXid.patch: Was not used.
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
In newer Xorg versions AllowEmptyInput is on by default,
And that appear in Xorg.0.log of the eee701 machine:
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Keyboard
(WW) Disabling Mouse
With the mouse disabled as result.
Option "AllowEmptyInput" "false"
in ServerLayout Section fixes the problem
|
|
|
|
* Adds Web Server Gateway Interface (WSGI) Framework
|
|
|
|
Changes since 1.3.4
* New feature: played episodes that are older than a specified amount of days (defined in Settings) can be auto-deleted on every startup.
* New feature: episodes can now be tagged as "(un)deletable" in page "Episodes". All episodes with status "undeletable" will be ignored when auto-deletion of old episodes will be done on startup.
* New feature: podcasts can be renamed.
* New feature: downloads can be canceled.
* Big code cleanup and code refactoring.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|