aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-11-16mariadb: Security fix for CVE-2016-6664akuster/morty-nextSunil Kumar
Source: https://github.com/MariaDB/server.git MR: 69290 Type: Security Fix Disposition: Backport from mariadb-5.5.54~4 ChangeID: 8fcdd6b0ecbb966f4479856efe93a963a7a422f7 Description: CVE-2016-6664 Signed-off-by: Sunil Kumar <sukumar@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16squid: CVE-2016-10002 fixThiruvadi Rajaraman
Source: https://github.com/squid-cache/ MR: 70135 Type: Security Fix Disposition: Backport from squid-3.5.23 ChangeID: 2e0f83ac2c4c773dec769f388132cb888e0564d9 Description: squid: Information disclosure in HTTP request processing Due to incorrect HTTP conditional request handling Squid can deliver responses containing private data to clients it should not have reached. This problem allows a remote attacker to discover private and sensitive information about another clients browsing session. Potentially including credentials which allow access to further sensitive resources. author: Garri Djavadyan <garryd@comnet.uz> committer: Amos Jeffries <squid3@treenet.co.nz> Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16squid: CVE-2016-10003Thiruvadi Rajaraman
Source: http://www.squid-cache.org/ MR: 70144 Type: Security Fix Disposition: Backport from http://www.squid-cache.org/Versions/v3/3.5/changesets/SQUID-2016_10_a.patch ChangeID: f713fe5b0b38ba5402a9c0947289ee9a0ea5bcbe Description: Do not share private responses with collapsed client(s). This excessive sharing problem with collapsed forwarding code has several layers. In most cases, the core CF code does not share uncachable or private response with collapsed clients because of the refreshCheckHTTP() check. However, some responses might not be subject to that (or equivalent) check. More importantly, collapsed revalidation code does not check its responses at all and, hence, easily shares private responses. This short-term fix incorrectly assumes that an entry may become private (KEY_PRIVATE) only when it cannot be shared among multiple clients (e.g., because of a Cache-Control:private response header). However, there are a few other cases when an entry becomes private. One of them is a DISK_NO_SPACE_LEFT error inside storeSwapOutFileClosed() where StoreEntry::releaseRequest() sets KEY_PRIVATE for a sharable entry [that may still be perfectly preserved in the memory cache]. Consequently, the short-term fix reduces CF effectiveness. The extent of this reduction is probably environment-dependent. Author: Eduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com> Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16php: CVE-2017-9229Thiruvadi Rajaraman
Source: https://github.com/kkos/oniguruma MR: 74856 Type: Security Fix Disposition: Backport from oniguruma-v6.3 ChangeID: 8560428b9d675202266dde31373ce49757ba05be Description: fix #59 : access to invalid address by reg->dmax value Author: K.Kosako <kosako@sofnec.co.jp> Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16php: CVE-2017-9226Thiruvadi Rajaraman
Source: https://github.com/kkos/oniguruma/ MR: 74855 Type: Security Fix Disposition: Backport from oniguruma-v6.3.0 ChangeID: 9ffd46b3694a88bb943c0b407311ad549d624ac5 Description: The byte value expressed in octal must be smaller than 256 Author: K.Kosako <kosako@sofnec.co.jp> Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16php: CVE-2017-9228Thiruvadi Rajaraman
Source: https://github.com/kkos/oniguruma MR: 74853 Type: Security Fix Disposition: Backport from oniguruma-v6.3.0 ChangeID: 9ee6052341bbd1f64ea5e403528e4a8729c633a8 Description: fix #60 : invalid state(CCS_VALUE) in parse_char_class() Author: K.Kosako <kosako@sofnec.co.jp> Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16php: CVE-2017-9227Thiruvadi Rajaraman
Source: https://github.com/kkos/oniguruma MR: 74852 Type: Security Fix Disposition: Backport from oniguruma-v6.3.0 ChangeID: 0ce4cdc4e4e4a520237a6adab002637f8fcaae8d Description: fix #58 : access to invalid address by reg->dmin value Author: K.Kosako <kosako@sofnec.co.jp> Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16php: CVE-2016-9933Thiruvadi Rajaraman
Source: php-src.git MR: 70039 Type: Security Fix Disposition: Backport from php-7.2.0 ChangeID: 7af5552e8c05decf9ea6de19c81ee4bf0037f56f Description: imagefilltoborder stackoverflow on truecolor images We must not allow negative color values be passed to gdImageFillToBorder(), because that can lead to infinite recursion since the recursion termination condition will not necessarily be met. Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16php: CVE-2016-9935 fixThiruvadi Rajaraman
Source: http://git.php.net/repository/php-src.git MR: 70057 Type: Security Fix Disposition: Backport from php-5.6.30-RC1 ChangeID: e1e263d511f28c9d986f1adb193b0c5eb4c0cceb Description: Fixed the Memory leak due to invalid wddx stack processing. Author: Stanislav Malyshev <stas@php.net> Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16php: CVE-2016-9934 fixThiruvadi Rajaraman
Source: http://git.php.net/repository/php-src.git MR: 70048 Type: Security Fix Disposition: Backport from Backport from php-5.6.29RC1 ChangeID: ebcd0ab0790fb0c70877e12aa0a76ae478bb204f Description: Fixed bug #73331 - NULL Pointer Dereference in WDDX Packet Deserialization with PDORow. Author: Stanislav Malyshev <stas@php.net> Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16php: CVE-2016-9137Jagadeesh Krishnanjanappa
Source: meta-openembedded MR: 68765, 00000 Type: Integration Disposition: Merged from meta-openembedded ChangeID: 1aed8604e5757f9805d98348e78b1f2f09c6bc86 Description: Use-after-free vulnerability in the CURLFile implementation in ext/curl/curl_file.c in PHP before 5.6.27 and 7.x before 7.0.12 allows remote attackers to cause a denial of service or possibly have unspecified other impact via crafted serialized data that is mishandled during __wakeup processing. References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9137 https://bugs.php.net/bug.php?id=73147 Upstream patch: http://git.php.net/?p=php-src.git;a=commitdiff;h=0e6fe3a4c96be2d3e88389a5776f878021b4c59f Reviewed-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16flite-alsa: Fix QA issuestagging/morty-nextArmin Kuster
ERROR: flite-alsa-1.3-r1 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/build/build_artifacts/morty/tmp/work/i586-poky-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa/usr/lib/libflite_cmulex.so.1.3' ERROR: flite-alsa-1.3-r1 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/build/build_artifacts/morty/tmp/work/i586-poky-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox8/usr/lib/libflite_cmu_us_kal.so.1.3' [ldflags] ERROR: flite-alsa-1.3-r1 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/build/build_artifacts/morty/tmp/work/i586-poky-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox16/usr/lib/libflite_cmu_us_kal16.so.1.3' [ldflags] V2] use ${PN} Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-16log4cpp: fix QA issueArmin Kuster
ERROR: log4cpp-1.1.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/build/build_artifacts/morty/tmp/work/i586-poky-linux/log4cpp/1.1.1-r0/packages-split/log4cpp/usr/lib/liblog4cpp.so.5.0.6' [ldflags] Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15hostapd: fix WPA2 key replay security bugIsaac Hermida
Note, hostapd and wpa_supplicant use the same sources. This commit uses the same patch than OpenEmbedded-core commit 1d92cb1a20135cfffff9f94a6633ec0840518738 in morty branch. Signed-off-by: Isaac Hermida <isaac.hermida@digi.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15mariadb: Do not use ucontext_* APIs with muslKhem Raj
musl has ucontext.h header but does not implement the APIs Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b545c0643d2b2a1f1a816e789ff67116c613de5b) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15luajit: mips and mipsel are 32bit targets tooAndre McCurdy
When cross compiling, the word size of the compiler set via HOST_CC must match the word size of the target. That's achieved by appending "-m32" to BUILD_CC_ARCH if the target word size is known to be 32bits. Unfortunately the current list of over-rides (powerpc, x86 and arm) does not cover all cases. Add mips and mipsel to the list too (which is still not enough to cover all targets or corner cases such as x32, but better than before). Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 18771a9c9946c04dcd3ec89559018c8bbb15201c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-09-21opensaf: fix QA Issuedengke.du@windriver.com
Move the do_sysvinit_install contents to do_install_append. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-09-21lftp: change SRC_URI sourceOleksandr Kravchuk
Changed SRC_URI source to official web-site, which keeps tarballs with old releases. Cherry-picked from master, but without the upgrade to 4.7.5. commit a2e075ba656a89da58ca4f849c2f08ec6d50a96f Author: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Date: Mon Jan 9 15:34:07 2017 +0100 lftp: update to 4.7.5 and change SRC_URI source Updated lftp to version 4.7.5 and changed SRC_URI source to official web-site, which keeps tarballs with old releases. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-05poco: make cmake packages relocatablePascal Bach
Before the path to the dependencies was hard coded into the generated PocoConfig.cmake file. This causes issues with sstate. This change overrides the libraries with just the library names and thus let's the linker take care of finding them. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 49ea5f4fa4a350f4e0c0e0ece855174274e5fcc1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-05zile: fix do_installMartin Jansa
* --ignore-fail-on-non-empty works when the directory isn't empty, but still reports failure when the directory doesn't exist at all, like in: http://errors.yoctoproject.org/Errors/Details/138248/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit b8368598aed3e07cfb638b537e409bd0b3692df9) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-05picocom: Fix buildMarek Vasut
The picocom complains about missing GNU_HASH from the binary during QA stage, this is because the picocom Makefile overrides CPPFLAGS, CFLAGS and LDFLAGS. Fix this by passing those as an argument to make. Moreover, since picocom 1.7 now accepts VERSION variable and the UUCP_LOCK_DIR is set to /var/lock by default, drop the CPPFLAGS override altogether and replace it simply with passing VERSION argument to make to precisely retain the original intention. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit d77049facb76c9372101ccaa38e6f0523cf6c05d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04uml-utilities: Fix problem founds during musl buildKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 1250668972522b6f1552de23b7cfc4a93701c24b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04uml-utilities: respect LDFLAGS not only for mconsole but for other binaries ↵Martin Jansa
as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 1214d169f52301bf89b8b15339feb92d84306e2e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04memstat: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit cafa3a45425108ecbae0ef9324a6228c145fc9f8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04zile: Fix build with muslKhem Raj
With musl charset.alias is generated due to a gnu-config bug Fixes QA Issue: zile: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/charset.alias Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 64640f4e30d7756d80157d49342ae174db2fa065) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04sgio: Fix missing GNU_HASH errorsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 2e3645ea471c95f75aec2fd044950926e008959c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04procmail: Fix GNU_HASH errors, pass LDFLAGSKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 738d386c8c361204fb43e4a7171c00163cdaed57) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04iptraf: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit ff5d50b43f9729fce33360fa0e9e7ff6a51ac7cf) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04libmatroska: Fix missing GNU_HASH errorsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit e961adf6cb5db90d4220412fa5a91eb9146909a0) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04lio-utils: Fix GNU_HASH QA errorsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit df3d2beaf9e5d4cfc31b2b1e209dc1d8e3956fd3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04logfsprogs: Pass LDFLAGS to link stepsKhem Raj
Fixes QA errors about missing GNU_HASH Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e562c3adeb230bd5c99ff3d9d47eb84af99f509b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04smstools3: Fix GNU_HASH errorsKhem Raj
pass correct LDFLAGS to build Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 040036aba62ffc8707e599d19c32c66b27dd85b4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04pngcheck: respect LDFLAGSMartin Jansa
* fixes: No GNU_HASH in the elf binary: '/tmp/work/armv5te-oe-linux-gnueabi/pngcheck/2.3.0-r0/packages-split/pngcheck/usr/bin/pngcheck' [ldflags] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 9097d4a3fbc57d9c77d18e6a96620241c76c5b77) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-04gradm: Fix GNU_HASH QA errorsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26gitver: skip packages instead of panic()ing if ${GITVER} fails to expandAlejandro Mery
`inherit externalsrc gitver` is a very useful combo to get development trees in your workspace having a ${PN}_git.bb with PV=${GITVER} coexisting with a regular ${PN}_${PV}.bb but not everyone wants to checkout all developments sources and managinging different layers for each options is quite troublesome. making `gitver` skip the .bb instead of panic()ing every time EXTERNALSRC is missing allows people to have a single development layer where packages get enabled if the right sources are present or falling back to the last release if not Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26gitver: fix broken ${GITSHA} and recursion in S when PV="${GITVER}"Alejandro Mery
v2: * use git rev-parse instead of rev-list for consistency with get_git_pv * fix getVar() to pass `expand` as required by morty's bitbake Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26gitver: extend class to use EXTERNALSRC if setAlejandro Mery
Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26gitver: fix try/except syntax for python3 supportAlejandro Mery
https://www.python.org/dev/peps/pep-3110/ It's backward compatible with 2.6+ Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26devmem2: use different filename to avoid checksum conflictsDenys Dmytriyenko
The newly resurrected devmem2.c file besides having a new location, also updates its header, producing different checksums, which would conflict with any previously cached or mirrored instances. To avoid such conflicts, use a different filename in fetch(). Rename it back to original name at unpack() for devmem2-fixups-2.patch to succeed w/o modifications. WARNING: devmem2-1.0-r7 do_fetch: Fetcher failure for URL: 'http://www.free-electrons.com/pub/mirror/devmem2.c'. Checksum mismatch! File: '/OE/master/downloads/devmem2.c' has md5 checksum be12c0132a1ae118cbf5e79d98427c1d when e23f236e94be4c429aa1ceac0f01544b was expected File: '/OE/master/downloads/devmem2.c' has sha256 checksum ec382c90af3ef2f49695ff14a4d6521e58ac482c4e29d6c9ebca8768f699c191 when 3b15515693bae1ebd14d914e46d388edfec2175829ea1576a7a0c8606ebbe639 was expected If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe: SRC_URI[md5sum] = "be12c0132a1ae118cbf5e79d98427c1d" SRC_URI[sha256sum] = "ec382c90af3ef2f49695ff14a4d6521e58ac482c4e29d6c9ebca8768f699c191" Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified. WARNING: devmem2-1.0-r7 do_fetch: Renaming /OE/sources/devmem2.c to /OE/sources/devmem2.c_bad-checksum_be12c0132a1ae118cbf5e79d98427c1d Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26devmem2: Change source URL to regain access to itNicolas Ferre
Change URL due to connexion error on the original page. As the header of the new devmem2.c source file has changed, change the signature and the LIC_FILES_CHKSUM specificaiton. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26apache2: always use the archive.apache.org to ensure older releases are ↵Derek Straka
always available Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Piotr Lewicki <piotr.lewicki@elfin.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26hwdata: use github instead of fedorahosted.orgMartin Jansa
* fedorahosted is retired https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.orgMartin Jansa
* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26libqb: inherit autotools-brokensepMartin Jansa
* otherwise build fails with: http://errors.yoctoproject.org/Errors/Details/138387/ make[2]: *** No rule to make target 'auto_check_header_qbconfig.c', needed by 'auto_check_header_qbconfig.o'. Stop. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26libqb: use github.com instead of retired fedorahosted.orgMartin Jansa
* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26mailcap: use pagure.org instead of retired fedorahosted.orgMartin Jansa
* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26alsa-equal: Update SRC_URI to something validKhem Raj
www.thedigitalmachine.net has disappeared * cherry picked from master: commit a02ec57e144b768c8d5e383622a83f87d86425b5 Author: Khem Raj <raj.khem@gmail.com> Date: Wed Mar 22 11:45:33 2017 -0700 alsa-equal: Update SRC_URI to something valid Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-26chrony: fix build failure for arma9Joe Slater
Eliminate references to syscalls not available for ARM_EABI. Also add a dependency on libseccomp which is needed for scfilter to work. Set PACKAGECONFIG to not enable scfilter, since kernel CONFIG_SECCOMP is unlikely to be set. This aligns the usage of libseccomp with that of other packages. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-02-28libdnet: Update SRC_URI to fix checksum errorsArmin Kuster
ERROR: libdnet-1.12-r0 do_fetch: Fetcher failure for URL: 'https://github.com/dugsong/libdnet/archive/libdnet-1.12.tar.gz'. Checksum mismatch! File: '/home/akuster/oss/downloads/libdnet-1.12.tar.gz' has md5 checksum d2f1b72eac2a1070959667e9e61dcf20 when 9253ef6de1b5e28e9c9a62b882e44cc9 was expected File: '/home/akuster/oss/downloads/libdnet-1.12.tar.gz' has sha256 checksum b6360659c93fa2e3cde9e0a1fc9c07bc4111f3448c5de856e095eb98315dd424 when 83b33039787cf99990e977cef7f18a5d5e7aaffc4505548a83d31bd3515eb026 was expected use Gentoo url instead of github Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-02-27lmsensors: fix fetch and unblacklistAndreas Müller
Error was not caused by RSS but upstream package path renaming without version bump - tse tse... Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> (cherry picked from commit 3a9e21d928199a5c8943857b13114f26dc6defd2) Signed-off-by: Armin Kuster <akuster808@gmail.com>