Yousong Zhou
19bde8da68
libsoc: fix compilation error caused by multiple goals on make
...
Error of the following kind can happen when parallel build with goals "all" and
"install" both specified on the command line. Seems like make can parallelly
build for both targets causing race conditions
make[3]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-5b788d4d'
Making all in lib
Making install in lib
make[4]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-5b788d4d/lib'
CC libsoc_la-gpio.lo
make[4]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-5b788d4d/lib'
CC libsoc_la-spi.lo
CC libsoc_la-gpio.lo
CC libsoc_la-file.lo
CC libsoc_la-i2c.lo
CC libsoc_la-spi.lo
CC libsoc_la-pwm.lo
CC libsoc_la-board.lo
CC libsoc_la-file.lo
CC libsoc_la-conffile.lo
CC libsoc_la-debug.lo
CC libsoc_la-pwm.lo
CC libsoc_la-conffile.lo
CCLD libsoc.la
OpenWrt-libtool: link: `libsoc_la-pwm.lo' is not a valid libtool object
make[4]: *** [libsoc.la] Error 1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Sebastian Kemper
9c7613dd25
libzdb: fix uclibc build issue
...
libmariadb 10.2 needs to be linked in together with iconv. On musl and
glibc iconv is part of libc. That's not the case for uclibc, where
libiconv-full needs to be used. This commit adds -liconv to the linker
flags and aids libzdb in finding libiconv.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 12:02:51 +02:00
Othmar Truniger
96101ff899
libfmt: bump to new release 5.1.0
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-07-07 21:56:10 +02:00
Hannu Nyman
1d5d6e6f1c
Merge pull request #5646 from neheb/libnet
...
libnet: Change PKG_SOURCE_URL to use @SF macro.
2018-07-07 20:32:41 +03:00
Hannu Nyman
5a27e1c4cd
Merge pull request #6202 from cotequeiroz/seafile_openssl-1.1
...
seafile: upgrade to 6.3.0
2018-07-07 20:29:21 +03:00
Rosen Penev
cee70880ad
libnet: Change PKG_SOURCE_URL to use @SF macro.
...
More flexible with more mirrors.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-07 10:29:01 -07:00
Hannu Nyman
3a0f4fe8c3
Merge pull request #6249 from neheb/patch-10
...
apr-util: Update to 1.6.1
2018-07-07 20:23:18 +03:00
Hannu Nyman
70a3298867
Merge pull request #6218 from neheb/patch-2
...
apr: Update to 1.6.3
2018-07-07 20:20:47 +03:00
Hannu Nyman
d222edcf68
Merge pull request #6280 from neheb/zmq
...
zmq: Update to 4.1.6
2018-07-06 23:37:59 +03:00
Ted Hess
a81df2bc61
Merge pull request #6383 from thess/add-nasm
...
ffmpeg/libx264: Replacing YASM with NASM and fixing ffmpeg/x264 module dependency
2018-07-06 12:31:45 -04:00
W. Michael Petullo
ebeb0607d2
libdmapsharing: update to 3.9.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-06 10:17:05 +08:00
Eneas U de Queiroz
3bcaa7a4fe
protobuf-c: bump to 1.3.0
...
Version 1.2.1 does not currently compile without a patch.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-07-06 09:53:55 +08:00
Rosen Penev
4b9ec8dbae
libwebsockets: Update to 3.0.0
...
Removed upstreamed patch.
Also added a patch to fix Travis.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Karl Palsson <karlp@etactica.com>
2018-07-05 10:45:01 +00:00
Matija Amidzic
1a910ebd5e
libnetconf2: update to 0.11.37
...
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-07-02 13:37:32 +02:00
Matija Amidzic
e39d52d45a
libyang: update to 0.15.130
...
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-07-02 13:37:32 +02:00
Yousong Zhou
d03e32c513
treewide: fix missing/wrong MIRROR_HASH for sources from github
...
Some of them forgot to update MIRROR_HASH on version change, others
updated with wrong hash value. The new values were generated from
tarballs prepared by the newly introduced github-tarball download
methoded and confirmed consistent with those from sources.openwrt.org
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-02 10:40:47 +08:00
Ted Hess
75f0499469
ffmpeg/libx264: Replacing YASM with NASM and fixing ffmpeg/x264 module dependency
...
Both libraries on X86 platforms require NASM instead of YASM going forward.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-06-28 19:54:09 -04:00
Hannu Nyman
1e8db5b38d
Merge pull request #6355 from Ansuel/jasson
...
jansson: bump to latest stable
2018-06-26 22:11:05 +03:00
Ansuel Smith
d4db2ea7e7
jansson: bump to latest stable
...
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-26 12:20:11 +02:00
Hirokazu MORIKAWA
d66f3a6ced
icu: update to 62.1
...
Update to ICU 62 (62.1)
ICU 62 includes number format skeleton support in MessageFormat, ICU4C DecimalFormat wrapping the new NumberFormatter implementation for improved performance.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-06-25 11:19:10 +09:00
Hannu Nyman
2b749fd530
Merge pull request #6253 from neheb/patch-14
...
freetype: Update to 2.9.1
2018-06-24 21:47:17 +03:00
Hannu Nyman
88a4356096
Merge pull request #6293 from neheb/patch-16
...
libgee: Update to 0.20.1
2018-06-24 21:43:14 +03:00
Philip Prindeville
9e97da85e8
Merge pull request #6248 from diizzyy/patch-1
...
openldap: Switch tarball sources to https and http
2018-06-24 11:09:53 -06:00
Rosen Penev
cafab6d3f7
freetype: Update to 2.9.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-20 14:02:10 -07:00
Jianhui Zhao
f498829e0e
libuwsc: Update to 2.0.4
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-18 23:18:51 +08:00
Ted Hess
870ebb1b8d
Merge pull request #6299 from jsmcconn/fix-avahi-runtime-dir
...
avahi: patch systemd runtime_dir change in 0.7
2018-06-16 20:27:49 +00:00
Jeremiah McConnell
933037e998
avahi: patch systemd runtime_dir change in 0.7
...
In avahi 0.7 the runtime_dir was updated to be /run instead of /var/run
for better systemd compatibility. Patch out that change to fix
avahi-daemon.
Signed-off-by: Jeremiah McConnell <miah@miah.com>
2018-06-15 15:26:19 -06:00
Rosen Penev
c496142561
glpk: Update to 4.65
...
Add HTTPS too.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-14 14:32:06 -07:00
Jianhui Zhao
17acf04279
libuwsc: update to 2.0.3
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-14 14:20:02 +08:00
Rosen Penev
42fe970013
libgee: Update to 0.20.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-13 19:10:22 -07:00
Hannu Nyman
2e2129e5ca
Merge pull request #6266 from neheb/patch-18
...
libstrophe: Update to 0.9.2
2018-06-13 17:52:58 +03:00
Hannu Nyman
41c150b833
Merge pull request #6264 from neheb/patch-16
...
libnetfilter-acct: Update to 1.0.3
2018-06-13 17:52:01 +03:00
Rosen Penev
299344694e
zmq: Update to 4.1.6
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-12 15:18:20 -07:00
Rosen Penev
86d0ba6029
file: Disable libseccomp by default
...
Fixes the buildbot. libseccomp is not that useful for file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-12 14:53:58 -07:00
Thomas Heil
235bb3827a
Merge pull request #6242 from neheb/patch-4
...
pcre: Update to 8.42
2018-06-12 15:01:50 +02:00
Marko Ratkaj
eb05fe6132
Merge pull request #6252 from neheb/patch-13
...
file: Update to 5.33
2018-06-12 11:00:51 +02:00
Rosen Penev
ce55532f30
file: Update to 5.33
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-11 16:34:31 -07:00
Ted Hess
7869955eca
Merge pull request #6260 from neheb/patch-21
...
avahi: Update to 0.7
2018-06-11 19:44:35 +00:00
Hannu Nyman
04ddfd0982
Merge pull request #6243 from neheb/patch-6
...
pcre2: Update to 10.31
2018-06-11 22:28:05 +03:00
Rosen Penev
1509fd7123
avahi: Update to 0.7
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 16:43:51 -07:00
Rosen Penev
bb1543e81e
libnetfilter-acct: Update to 1.0.3
...
Remove dead URL and FTP since it tends to be unreliable. Main URL was switched to HTTPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 12:32:07 -07:00
Rosen Penev
cd38fe4285
libstrophe: Update to 0.9.2
...
Switched from direct git to codeload. Should make it more reliable.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 12:27:55 -07:00
Rosen Penev
c235c21a93
apr-util: Update to 1.6.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-09 14:56:37 -07:00
Daniel Engberg
ae756a71be
openldap: Switch tarball sources to https and http
...
Switch from ftp which can be broken on corp firewalls to https and http.
Mirrors taken from https://www.openldap.org/software/download/ and
https://www.openldap.org/software/download/OpenLDAP/MIRRORS
Place master site as last resort.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-06-09 22:18:12 +02:00
Rosen Penev
29d77afce1
pcre2: Update to 10.31
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 19:08:59 -07:00
Rosen Penev
18c3fbcc9f
pcre: Update to 8.42
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 18:45:07 -07:00
W. Michael Petullo
8a914ba4e1
openldap: update to 2.4.46
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-06-08 19:39:23 -04:00
Hannu Nyman
c2c5ae98e3
Merge pull request #6220 from neheb/patch-4
...
liblo: Update to 0.29
2018-06-08 20:05:16 +03:00
Hannu Nyman
94c2560c8c
Merge pull request #6223 from neheb/patch-8
...
yaml: Update to 0.1.7
2018-06-08 20:04:45 +03:00
Hannu Nyman
72a4a2dede
Merge pull request #6227 from sartura/libuv_bump_to_1.20.3
...
libuv: bump to 1.20.3
2018-06-08 20:04:11 +03:00