Oleksandr Kravchuk
a752aefa9e
mercurial: upgrade to 4.6.1
...
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-14 09:01:12 -07:00
Oleksandr Kravchuk
edf011c303
libsodium: update to 1.0.16
...
Added link to bug tracker and updated md5sum of LICENSE, which has been
updated with the copyright year.
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-14 09:01:12 -07:00
Bartosz Golaszewski
5554fd12ac
libgpiod: add packageconfig for C++ bindings
...
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-14 08:57:14 -07:00
Leon Anavi
8f3e6f4339
nano: Upgrade 2.9.7 -> 2.9.8
...
Upgrade nano to 2.9.8, the latest version as of 2 June 2018:
https://www.nano-editor.org/dist/v2.9/ChangeLog
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-14 08:57:14 -07:00
Oleksandr Kravchuk
339898ceee
libconfig: update to 1.7.2
...
Updated the package and SRC_URI, since the project is now maintained at
github.com/hyperrealm/libconfig.
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-14 08:57:14 -07:00
Khem Raj
89033c191b
lcdproc: Update to 0.5.9
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-14 08:57:14 -07:00
Andrej Valek
c27756081d
thrift: add support for openssl 1.1x
...
The newest Thrift version has currently no fix for building with gcc>=6.
Rather posting supporting patches.
Signed-off-by: Andrej Valek <andrej.valek@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-08 00:57:29 -07:00
Krzysztof Kozlowski
faa20de883
lshw: Add new recipe with B.02.18 version
...
Add new recipe for lshw B.02.18 version - a small tool to provide
detailed information on the hardware configuration of the machine.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-08 00:57:29 -07:00
Pascal Bach
2ac1799a19
nodejs: 8.9.4 -> 8.11.2
...
Node.js > 8.10 also compile with OpenSSL 1.1
License check sum changes because typo fix in LICENSE file.
No license change.
Signed-off-by: Pascal Bach <pascal.bach@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-08 00:57:29 -07:00
Johannes Pointner
5a0e681262
libtinyxml2: update to 6.2.0
...
Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-05 18:17:21 -07:00
Richard Leitner
b1d047c35a
libmxml: add recipe
...
Add version 2.11 of libmxml with the debian patches and a
fix for libmxml.a installation applied.
Upstreaming of these patches was requested by following pull-request:
https://github.com/michaelrsweet/mxml/pull/223
Signed-off-by: Richard Leitner <richard.leitner@skidata.com >
2018-06-05 18:17:21 -07:00
Richard Leitner
268b4bd1dc
pam-plugin-ccreds: add recipe
...
Add version 11 of the pam-plugin-ccreds with the debian patches and a
fix for *.so symlink creation applied.
Upstreaming of these patches was requested by following pull-request:
https://github.com/PADL/pam_ccreds/pull/1
Signed-off-by: Richard Leitner <richard.leitner@skidata.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-05 10:03:43 -07:00
Oleksandr Kravchuk
f5a3718a41
htop: upgrade to 2.2.0
...
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-05 09:56:03 -07:00
Armin Kuster
aeaa543515
nmap: move recipe from meta-security to meta-oe
...
[V2]
Remove obsolete sed operations
Remove zenmap as python-pygtk was obsoleted in core
Signed-off-by: Armin Kuster <akuster808@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-01 18:54:49 -07:00
Andre McCurdy
92362245d7
jansson: update 2.9 -> 2.11
...
Version 2.11
============
Released 2018-02-09
* New features:
- Add `json_pack()` format specifiers s*, o* and O* for values that
can be omitted if null (#339 ).
- Add `json_error_code()` to retrieve numeric error codes (#365 , #380 ,
#381 ).
- Enable thread safety for `json_dump()` on all systems. Enable thread
safe `json_decref()` and `json_incref()` for modern compilers (#389 ).
- Add `json_sprintf()` and `json_vsprintf()` (#393 ).
* Bug Fixes:
- Fix incorrect report of success from `json_dump_file()` when an error
is returned by `fclose()` (#359 ).
- Make json_equal() const-correct (#344 ).
- Fix incomplete stealing of references by `json_pack()` (#374 ).
* Build:
- Work around gcc's -Wimplicit-fallthrough.
- Fix CMake detection of `sys/types.h` header (#375 ).
- Fix `jansson.pc` generated by CMake to be more consistent with the one
generated using GNU Autotools (#368 ).
* Other:
- Miscellaneous documentation fixes (#356 , #378 , #395 ).
- Remove unnecessary reference actions from parsers (#377 ).
Version 2.10
============
Released 2017-03-02
* New features:
- Add JSON_EMBED encoding flag allowing arrays and objects to be encoded
into existing streams (#329 ).
- Add `json_dumpb()` function for dumping to a pre-allocated buffer (#328 ).
- Add `json_dumpfd()` and `json_loadfd()` functions for dumping to streaming
file descriptors (#328 ).
- Add support for parsing buffers larger than 2GB (#309 ).
* Build:
- Fix CMake build when LONG_LONG_INT is defined as "" (#321 )
* Other:
- Internal code cleanup (#311 , #314 )
Signed-off-by: Andre McCurdy <armccurdy@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-01 14:41:31 -07:00
Khem Raj
5500ca6a45
openocd: Upgrade to latest tip of master
...
Fix build with new libusb and gcc8
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-31 21:53:52 -07:00
Khem Raj
e0f7b2621a
fwts: Upgrade to V18.05.00
...
drop backported patches and fix build with gcc8
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-31 21:53:52 -07:00
Martin Jansa
aeca0185a6
android-tools: use fixed SRCREVs instead of tag name
...
* so that bitbake doesn't need to use git ls-remote during parsing to resolve tag name into SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-30 09:57:27 -07:00
Martin Jansa
222e65c95a
Revert "libxml++: only include when x11 in DISTRO_FEATURES"
...
This reverts commit 44ece3daea .
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-30 09:56:45 -07:00
leimaohui
d3d269838b
tiptop: Add aarch64 into COMPATIBLE_HOST.
...
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:57:23 -07:00
Hongzhi.Song
09c64e1c05
turbostat: add the recipe of turbostat to meta-oe
...
It is an efficient and necessary tool to reflect the status of X86
processors. Turbostat reports processor topology, frequency, idle
power-state statistics, temperature and power on X86 processors.
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com >
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:57:23 -07:00
Zheng Ruoqin
543bb9c05a
hostapd: fix the bug for PATCHTOOL = "patch"
...
When switch PATCHTOOL to patch, the key-replay-cve-multiple.patch can't
be apply with "--dry-run" as follows:
checking file src/ap/ieee802_11.c
checking file src/ap/wpa_auth.c
checking file src/ap/wpa_auth.h
checking file src/ap/wpa_auth_ft.c
checking file src/ap/wpa_auth_i.h
checking file src/common/wpa_common.h
checking file src/rsn_supp/wpa.c
checking file src/rsn_supp/wpa_i.h
checking file src/rsn_supp/wpa.c
Hunk #1 FAILED at 709.
Hunk #2 FAILED at 757.
Hunk #3 succeeded at 840 (offset -12 lines).
Hunk #4 FAILED at 868.
Hunk #5 FAILED at 900.
Hunk #6 FAILED at 924.
Hunk #7 succeeded at 1536 (offset -38 lines).
Hunk #8 FAILED at 2386.
Hunk #9 FAILED at 2920.
Hunk #10 succeeded at 2940 (offset -46 lines).
Hunk #11 FAILED at 2998.
8 out of 11 hunks FAILED
checking file src/rsn_supp/wpa_i.h
Hunk #1 FAILED at 32.
1 out of 1 hunk FAILED
checking file src/common/wpa_common.h
Hunk #1 succeeded at 215 with fuzz 1.
checking file src/rsn_supp/wpa.c
checking file src/rsn_supp/wpa_i.h
checking file src/ap/wpa_auth.c
Hunk #1 succeeded at 1898 (offset -3 lines).
Hunk #2 succeeded at 2470 (offset -3 lines).
checking file src/rsn_supp/tdls.c
checking file src/rsn_supp/wpa.c
Hunk #1 succeeded at 2378 (offset -62 lines).
checking file src/rsn_supp/wpa_ft.c
checking file src/rsn_supp/wpa_i.h
Hunk #1 succeeded at 123 (offset -5 lines).
So split the key-replay-cve-multiple.patch to 7 patches.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:57:23 -07:00
Adam Trhon
1bc3e98143
libeigen: fix splitting files into packages
...
Assign ${includedir} to FILES_${PN}-dev (instead of into FILES_${PN}),
as the headers belong to the -dev package and it is done the same way
in boost.
Signed-off-by: Adam Trhon <adam.trhon@tbs-biometrics.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:57:19 -07:00
Yi Zhao
cd58494ee7
unixodbc: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
da28163466
thin-provisioning-tools: add UPSTREAM_CHECK_GITTAGREGEX
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
530f07a28b
syslog-ng: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
421ad4bce3
sg3-utils: add UPSTREAM_CHECK_REGEX
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
0f73b8ba2d
sdparm: add UPSTREAM_CHECK_REGEX
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
0a7e6a2105
mce-inject: add UPSTREAM_CHECK_COMMITS
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
a6cc373a05
lvm2: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
c943278b66
libestr: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
aed7cd1654
makedumpfile: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
346c2940bf
crash: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
716de257ea
rsyslog: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
2ea3658241
libreport: add UPSTREAM_CHECK_GITTAGREGEX
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
045625d61b
libpwquality: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
82bb934de8
iotop: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
e56cd4aa40
hwloc: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
742507d074
haveged: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
1cbcc0d354
log4cplus: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
b843c660dd
mariadb: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
44ba923dc5
libmcrypt: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
f8d257d80e
libnet: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
10b0ee82e6
lmsensors: add RECIPE_UPSTREAM_VERSION
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
c98b20e5a1
lmbench: add UPSTREAM_CHECK_URI
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
8baf92b4f0
libhugetlbfs: add UPSTREAM_CHECK_GITTAGREGEX
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Yi Zhao
2ac6f5f7a6
iozone3: add UPSTREAM_CHECK_REGEX
...
Signed-off-by: Yi Zhao <yi.zhao@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Trevor Woerner
06b8b46cb3
openobex: variable cleanup
...
Reorder recipe variables according to:
https://www.openembedded.org/wiki/Styleguide
Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com >
Signed-off-by: Trevor Woerner <twoerner@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Trevor Woerner
ba2b7b5195
capnproto: variable cleanup
...
Reorder recipe variables according to:
https://www.openembedded.org/wiki/Styleguide
Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com >
Signed-off-by: Trevor Woerner <twoerner@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00
Trevor Woerner
61610d1fe6
json-spirit: variable cleanup
...
Reorder recipe variables according to:
https://www.openembedded.org/wiki/Styleguide
Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com >
Signed-off-by: Trevor Woerner <twoerner@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-29 12:56:19 -07:00