Commit Graph

16746 Commits

Author SHA1 Message Date
Domarys Correa
7c83566d74 python3-pyyaml: Update 5.3 -> 5.3.1
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6a7ef1fbb8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12 09:32:04 -07:00
Maciej Pijanowski
94e42d9b95 qpdf: fix typo in RDEPENDS
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d7fdf615e5)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12 09:32:04 -07:00
Zang Ruochen
55dc3576a9 libgphoto2: upgrade 2.5.24 -> 2.5.25
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cf47180e01)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12 09:32:04 -07:00
Zheng Ruoqin
848ff9bab2 gsoap: upgrade 2.8.100 -> 2.8.103
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit fd389304ac)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12 09:32:04 -07:00
Zheng Ruoqin
d8291ea5b1 nano: upgrade 4.9.2 -> 4.9.3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a3f13f3d86)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12 09:32:04 -07:00
Hongxu Jia
eef6c1fc55 multipath-tools: fix compiling parallel issue
Add explicit dependency on libraries
[snip]
gcc/i686-overc-linux/10.1.0/ld: cannot find -lmpathpersist
collect2: error: ld returned 1 exit status
Makefile:36: recipe for target 'multipathd' failed
make[1]: *** [multipathd] Error 1
make[1]: Leaving directory 'git/multipathd'
Makefile:29: recipe for target 'multipathd' failed
make: *** [multipathd] Error 2
ln -sf libmpathpersist.so.0 libmpathpersist.so
[snip]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 78509dbb79)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12 09:32:04 -07:00
Martin Jansa
df584cd3ea irssi: package libirc_proxy.a in PN-staticdev
* fixes:
  ERROR: irssi-1.0.4-r0 do_package_qa: QA Issue:
  non -staticdev package contains static .a library: irssi path '/work/core2-64-oe-linux/irssi/1.0.4-r0/packages-split/irssi/usr/lib/irssi/modules/libirc_proxy.a' [staticdev]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8a84a0f802)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12 09:32:04 -07:00
Kai Kang
c664dd8417 plymouth: disable systemd-integration for sysvinit
It fails to build plymouth for sysvinit:

| ERROR: plymouth-0.9.4-r0 do_package: QA Issue: plymouth:
   Files/directories were installed but not shipped in any package:
|   /poweroff.target.wants
|   ...
|   /halt.target.wants/plymouth-halt.service
| Please set FILES such that these items are packaged. Alternatively if
   they are unneeded, avoid installing them or delete them within do_install.
| plymouth: 17 installed and not shipped files. [installed-vs-shipped]

Because systemd is not installed for sysvinit, the value of variable
'SYSTEMD_UNIT_DIR' is empty and causes the failures.

Disable systemd-integration if 'systemd' not in DISTRO_FEATURES.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 30b0405346)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12 09:32:04 -07:00
Andreas Müller
cc155826b0 thunar: upgrade 1.8.14 -> 1.8.15
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 713e70bd25)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:50:13 -07:00
Andreas Müller
ec8d71c988 gexiv2: upgrade 0.12.0 -> 0.12.1
gexiv2 0.12.1 - 23 May 2020

 * Support macOS dylib versioning
 * Improve compatibility with current exiv2 development versions
 * Fix compiling on windows
 * Fix issue with problematic symbol visibility of exiv2
 * Fix issues with tests overwriting environment variables
 * Fix exception escaping on division by zero
 * Fix overflow in altitude fraction conversion
 * Fix crash with experimental GIO support
 * Documentation fixes
 * Add gexiv2_metadata_update_gps_info which will not remove all other GPS
   information

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/41
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/42
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/45
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/52
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/53
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/54
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/55

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 86b77363b1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:49:10 -07:00
Pierre-Jean Texier
6a44b89c82 ser2net: upgrade 4.1.5 -> 4.1.8
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ace7342bdd)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:49:10 -07:00
Pierre-Jean Texier
5d228320ff ser2net: fix upstream check URL
Fixes:

$: devtool check-upgrade-status ser2net
<...>

INFO: ser2net                   4.1.5           UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3cdb571edf)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:49:10 -07:00
Armin Kuster
3c79f7f3ec tremor: update SRC_URI as project moved to gitlab
It appears Xiph.Org is now on gitlab
https://gitlab.xiph.org/xiph

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cc6e59fdff)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:47:59 -07:00
Wang Mingyu
17391b2160 cryptsetup: upgrade 2.3.1 -> 2.3.2
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 4dacdef41c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:45:11 -07:00
Yanfei Xu
abc3111d46 turbostat: fix the build failure for new v5.7-rc6 kernel
Due to the new v5.7-rc6 kernel has some modify in header
files, turbostat build failed. Now match the files.

Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 90bcc2bd49)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:45:11 -07:00
Khem Raj
3aad33709b safec: Update to latest on 3.5.1 release tags
It build fine on mips now.
Musl patch is no longer needed and musl provides memrchr

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 257f67186c)
[AK: Bugfix only updates]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:42:59 -07:00
Leon Anavi
25ec75c173 python3-openpyxl: Upgrade 2.6.3 -> 3.0.3
Upgrade to release 3.0.3.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit dfd24cb9ca)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:39:56 -07:00
Leon Anavi
68fb0d7e0b python3-parallax: Upgrade 1.0.5 -> 1.0.6
Upgrade to release 1.0.5.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit fafb72fb04)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:39:56 -07:00
Leon Anavi
cea2919b2f python3-pandas: Upgrade 1.0.1 -> 1.0.3
Upgrade to release 1.0.3 and consolidate into a single file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9b1a1c270a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:39:56 -07:00
Zheng Ruoqin
1403b13892 libqmi: upgrade 1.24.8 -> 1.24.12
Add md5 check.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d59503a02e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:39:56 -07:00
Zheng Ruoqin
52a22f4fc2 kea: upgrade 1.7.6 -> 1.7.7
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a5d7311490)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:39:56 -07:00
Zang Ruochen
d8fbd6140f fetchmail: upgrade 6.4.3 -> 6.4.4
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e8a43da0cb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:39:56 -07:00
Zang Ruochen
3cd83be02d dnsmasq: upgrade 2.80 -> 2.81
-dnsmasq/0001-dnsmasq-fix-build-against-5.2-headers.patch
-dnsmasq/0001-dnsmasq-fix-memory-leak-in-helper-c.patch
 Removed since these are included in 2.81

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 36ece5c83f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:39:56 -07:00
Yi Zhao
1a42752afa apache2: create log/run directory via pkg_postinst
The commit e789c3837c tries to create
log/run directory in initscript/systemd unit file. This is not a correct
method. We should create them in pkg_postinst.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6f4d0dbfbc)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:39:22 -07:00
Leon Anavi
222ff0f9dc python3-appdirs: Upgrade to 1.4.4
Upgrade to release 1.4.4.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9108c29005)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:38:26 -07:00
Wang Mingyu
95c120173e python3-pycparser: upgrade 2.19 -> 2.20
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a99312d03a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:37:18 -07:00
Leon Anavi
f32671264b python3-gmqtt: Upgrade to 0.6.5
Upgrade to release 0.6.5.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6575f2f016)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:37:18 -07:00
Domarys Correa
31b5e4109a python3-jinja2: Update 2.11.1 -> 2.11.2
Add .inc file to .bb, as updated to python3

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0a7a998120)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:37:18 -07:00
Wang Mingyu
47c72b2b84 openldap: upgrade 2.4.49 -> 2.4.50
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8398669b9d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:37:18 -07:00
Wang Mingyu
4546f85575 jansson: upgrade 2.12 -> 2.13.1
-License-Update: Copyright year updated to 2020.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ddb9565aeb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:37:18 -07:00
Trevor Gamblin
464737760b python3-iso8601: add python3-numbers to RDEPENDS
python3-iso8601 relies on the decimal module from the standard
library, but it is not in iso8601's RDEPENDS:

|root@qemux86-64:~# python3
|Python 3.8.2 (default, Apr 27 2020, 08:51:00)
|[GCC 9.3.0] on linux
|Type "help", "copyright", "credits" or "license" for more information.
|>>> import iso8601
|Traceback (most recent call last):
|File "<stdin>", line 1, in <module>
|File "/usr/lib64/python3.8/site-packages/iso8601/_init_.py", line 1, in <module>
|from .iso8601 import *
|File "/usr/lib64/python3.8/site-packages/iso8601/iso8601.py", line 12, in <module>
|from decimal import Decimal
|ModuleNotFoundError: No module named 'decimal'

Add it to RDEPENDS to fix the import error.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9e60abcabd)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:37:18 -07:00
Adrian Bunk
de5df836de postfix: Upgrade 3.4.10 -> 3.4.12
Remove patch applied upstream.
Manual -fcommon is no longer necessary.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3d81f6d013)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:37:18 -07:00
Khem Raj
08a5f058da postfix: Upgrade to 3.4.10 and compile with -fcommon
Ensures it can build with gcc10

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d04f3a1be3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:37:15 -07:00
Christoph Steiger
9591cf80a5 python-periphery: Add python-mmap to RDEPENDS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 95d7ee4a95)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:33:07 -07:00
Adrian Bunk
e00eb979c5 unicode-ucd: Stop broken license downloading
WARNING: unicode-ucd-12.1.0-r0 do_fetch: Checksum mismatch for local file /home/bunk/yoctomaster/yocto-tmp/downloads/unicode.org.license.html
Cleaning and trying again.
WARNING: unicode-ucd-12.1.0-r0 do_fetch: Renaming /home/bunk/yoctomaster/yocto-tmp/downloads/unicode.org.license.html to /home/bunk/yoctomaster/yocto-tmp/downloads/unicode.org.license.html_bad-checksum_e9dd7d435db23241be3be21b5fca729b5cf883c8c039a70ea093031420d06abb
WARNING: unicode-ucd-12.1.0-r0 do_fetch: Checksum failure encountered with download of https://www.unicode.org/license.html;name=license;subdir=unicode-ucd-12.1.0;downloadfilename=unicode.org.license.html - will attempt other sources if available

This downloaded a license file from upstream.
The upstream file did not match (copyright year changed).
A stale copy was downloaded from a mirror instead and checked.
The stale file with known contents never changes.

Replace with a dummy check on a local copy of the license file.

License checksum changed due to dos2unix conversion.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a2719b02e1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:28:24 -07:00
Zheng Ruoqin
6fbfbc4b12 dstat: Fix runtime error that depend python.
Make dstat to depend python3.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5a825b5ce7)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:27:02 -07:00
Pierre-Jean Texier
65cd3aa82e librsync: upgrade 2.3.0 -> 2.3.1
This is a patch release that adds peformance improvements, updates and
tidies documentation, and fixes two build/test bugs.

See full changelog https://github.com/librsync/librsync/releases/tag/v2.3.1

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c8d1042a98)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:27:02 -07:00
Kai Kang
3e6c7472fc catfish: 1.4.11 -> 1.4.13
v1.4.13:
 + General:
   - Optimized svg and png assets
 + Bug Fixes:
   - Fix missing results from symbolic links (Xfce #16318)
   - Do not load catfishconfig during setup as it breaks Debian packaging
 + Translation Updates:
   Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
   Danish, Dutch, French, Galician, German, Hungarian, Interlingue, Italian,
   Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Russian,
   Spanish, Swedish, Turkish

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3e33792ef0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:27:02 -07:00
Kai Kang
5056288108 thunar: 1.8.12 -> 1.8.14
1.8.14

======
   - Revert "Allow opening of multiple file selections (bug #2487)",
   because it introduced a regression (Not possible any more to DnD
   multiple files in icon/compact view)
   - Translation Updates:
     Portuguese,

1.8.13
======
   - Use tre-view toplevel path of the cursor, if available, in order to
   prevent jumping (Bug #16024)
   - Increase vertical gap between icon and its label slightly (Bug #16041)
   - Fix crash when inserting USB device in tree-view  mode. (Bug #15172)
   - Fix jump to Home when ejecting a currently viewed device (Bug #16504)
   - Allow context menu when editing location in pathbar (Bug #16483)
   - Sort device entries in tree view (Bug #16471)
   - Allow to open multiple files at once (Bug #2487)
   - Fix incorrect pathbar autocomplete (Bug #16267)
   - Avoid unreadable names in detailed view (Bug #16391)
   - Prevent crash when renaming files (Bug #10805)
   - Translation Updates:
     Belarusian, Croatian, Finnish, French, Hebrew, Indonesian, Kazakh,
     Malay, Portuguese, Portuguese (Brazil),

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8174b6ff9a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:27:02 -07:00
Kai Kang
69ecf16cda xfconf: 4.14.2 -> 4.14.3
xfconf 4.14.3 NEWS

==================
- Always provide files for vala bindings

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 47f9b3b4da)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:25:01 -07:00
Andrew Geissler
3575cb4e60 nlohmann-json: backport gcc10 fix
The following issue and PR describe an issue with nlohmann-json and
GCC10.

https://github.com/nlohmann/json/issues/1920
https://github.com/nlohmann/json/pull/2034

Confirmed that this fixed the issue seen in OpenBMC when pulling in the
latest upstream meta-openembedded.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 12b707c52d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:23:56 -07:00
Khem Raj
86cc412d8f uim: Add patch to fix -fno-common link error
This is unearthed by gcc10 like below

| /mnt/b/yoe/master/build/tmp/hosttools/ld: .libs/gcroots.o:(.bss+0x0): multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:(.bss+0x0): first defined here
| /mnt/b/yoe/master/build/tmp/hosttools/ld: .libs/mach_dep.o:(.bss+0x0): multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:(.bss+0x0): first defined here
| collect2: error: ld returned 1 exit status

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5c6f679704)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:23:56 -07:00
Khem Raj
716cd27ec0 netplan: Depend on systemd if it is in distro
it needs to link with libsystemd when using systemd as init system
Fixes
Package libsystemd was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsystemd.pc'
to the PKG_CONFIG_PATH environment variable

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 60e603f11a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28 21:16:38 -07:00
Yi Zhao
e413c1ef62 samba: upgrade 4.10.13 -> 4.10.15
This is a security release in order to address the following defects:

CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ
CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a41c021cfb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20 16:50:45 +00:00
Yi Zhao
d1099d59be libldb: upgrade 1.5.6 -> 1.5.7
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6bc961cbff)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20 16:50:45 +00:00
Emmanuel Roullit
24577e833d appstream-glib: update 0.7.16 -> 0.7.17
Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 65bdf9fc43)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20 16:50:45 +00:00
Changqing Li
49b9e0ccd9 apache2: fix service start fail
reproduce steps:
1. boot up target
2. scp apache2-2.4.41-r0.1.aarch64.rpm on target
3. rpm -i apache2-2.4.41-r0.1.aarch64.rpm
4. systemctl status apache2

Error:
httpd[7767]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for main error log

with the old way, /var/log/apache2/ is created by service
systemd-tmpfiles-setup during boot, so only works when apache2
already installed before boot, in above scenario,
/var/log/apache2/ will not created. fix by creating it in the
service file. similar fix for sysV system

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e789c3837c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20 16:50:45 +00:00
Wang Mingyu
00a0a2599d python3-pyroute2: upgrade 0.5.11 -> 0.5.12
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3370941670)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20 16:50:45 +00:00
Wang Mingyu
1d0aab0160 modemmanager: upgrade 1.12.8 -> 1.12.10
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9108bf23cd)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20 16:50:45 +00:00
Khem Raj
d91e27c4ba gtkwave: Disable mime update during install
Its not cross compile safe, and there is a post install step via mime
bbclass which should take care of it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6105a7bd4d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20 16:50:45 +00:00