Yousong Zhou
5eb07af2b7
treewide: add missing mirror hash
...
They are missed out from the FIXUP check probably because of a flaw in
the fixup-makefile.pl script
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
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
Rosen Penev
7751997919
libantlr3c: Update to 3.4
...
Added HTTPS everywhere
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 19:51:17 -07:00
Rosen Penev
7b5c002634
libxerces-c: Update to 3.2.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 19:08:44 -07:00
Rosen Penev
89ea575406
libtalloc: Update to 2.1.13
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 19:05:43 -07:00
Rosen Penev
51b672df37
xmlrpc-c: Update to 1.39.13
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 18:10:03 -07:00
Rosen Penev
85c38f590f
yaml: Update to 0.2.1
...
Some URL fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 18:04:28 -07: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
Nikos Mavrogiannopoulos
79609ca2d7
Merge pull request #6215 from neheb/patch-6
...
libtasn1: Update to 4.13
2018-06-08 14:36:41 +02:00
Marko Ratkaj
de1152a954
libuv: bump to 1.20.3
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-06-08 12:31:29 +02:00
Rosen Penev
21f2894120
p11-kit: Update to 0.23.12
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 20:00:59 -07:00
Rosen Penev
6c55bd2449
yaml: Update to 0.1.7
...
Changed URL to HTTPS as well.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 19:09:05 -07:00
Rosen Penev
33aa21f6fd
liblo: Update to 0.29
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 18:55:54 -07:00
Rosen Penev
82cc7c4e6c
apr: Update to 1.6.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 18:22:12 -07:00
Ted Hess
39f3aa2277
Merge pull request #6211 from neheb/patch-1
...
libogg: Update to 1.3.3
2018-06-08 01:09:19 +00:00
Ted Hess
7879666795
Merge pull request #6212 from neheb/patch-2
...
libsamplerate: Update to 0.1.9
2018-06-08 01:09:05 +00:00
Ted Hess
079bd7cb5d
Merge pull request #6213 from neheb/patch-4
...
faad2: Update to 2.8.8
2018-06-08 01:08:51 +00:00
Rosen Penev
5977b8eacf
libtasn1: Update to 4.13
...
Fixes CVE-2017-10790 and CVE-2018-6003
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 17:50:55 -07:00
Rosen Penev
7854718e9f
giflib: Update to 5.1.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 17:06:42 -07:00
Rosen Penev
0c8b7ef14e
faad2: Update to 2.8.8
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 17:03:50 -07:00
Rosen Penev
cef6415cac
libsamplerate: Update to 0.1.9
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 16:54:47 -07:00
Rosen Penev
cd103a7479
libogg: Update to 1.3.3
...
Also switch to HTTPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 16:46:52 -07:00
Hannu Nyman
2cfe32d7dd
Merge pull request #6205 from sartura/protobuf-c
...
protobuf-c: add build time dependency protobuf
2018-06-07 19:45:20 +03:00
Mislav Novakovic
a35581902c
protobuf-c: add build time dependency protobuf
...
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-06-07 12:27:12 +02:00
Eneas U de Queiroz
9a9871e4c3
libsearpc: bump to version 3.0.8
...
Even though there's no git tag, configure.ac sets that version number.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-06 18:30:53 -03:00
Hannu Nyman
4f65442ab0
Merge pull request #6194 from ldir-EDB0/fixldns
...
ldns: fix cross compiling on darwin
2018-06-05 18:02:54 +03:00
Hannu Nyman
63d5b9bab4
Merge pull request #6102 from cotequeiroz/libssh_openssl-1.1
...
libssh: added openssl 1.1 compatibility
2018-06-05 14:20:12 +03:00
Hannu Nyman
994e4da5f2
Merge pull request #6139 from ejurgensen/mxml_update_211
...
mxml: update to 2.11
2018-06-05 14:19:19 +03:00
Kevin Darbyshire-Bryant
2a2af82b3f
ldns: fix cross compiling on darwin
...
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-06-05 10:48:36 +01:00
Espen Jürgensen
1ca9c6305b
mxml: update to 2.11
...
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2018-06-05 09:45:20 +02:00
Vladimir Ulrich
018e960c78
fftw3: Updated to the latest release
...
Removed obsolete patch file.
Removed BROKEN dependency for fftw3l variant as it builds well with musl.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-06-04 23:31:58 +03:00
Hannu Nyman
cce905b3a9
Merge pull request #6089 from cotequeiroz/ibrcommon_openssl-1.1
...
ibrcommon: add openssl 1.1 compatibility
2018-06-04 20:47:34 +03:00
Hannu Nyman
b183546085
Merge pull request #6100 from cotequeiroz/libnopoll_openssl-1.1
...
libnopoll: upgrade to version 0.4.6 for openssl 1.1 support
2018-06-04 20:28:43 +03:00
Hannu Nyman
663c2353b6
Merge pull request #6093 from cotequeiroz/ldns_openssl-1.1
...
ldns: Upgrade to version 1.7.0
2018-06-04 20:27:52 +03:00
Hannu Nyman
097288ad8a
Merge pull request #6172 from ldir-EDB0/bumplibidn2
...
libidn2: bump to v2.0.5
2018-06-04 00:02:50 +03:00
Kevin Darbyshire-Bryant
be9687c369
libidn2: bump to v2.0.5
...
* Version 2.0.5 (released 2018-05-18)
** Switched the default library behavior to IDNA2008 as amended
by TR#46 (non-transitional). That default behavior is enabled when
no flags are specified to function calls. Applications can utilize the
%IDN2_NO_TR46 flag to switch to the unamended IDNA2008. This is done in
the interest of interoperability based on the fact that this is what application
writers care about rather than strict compliance with a particular protocol.
** Fixed memleak in idn2_to_unicode_8zlz().
** Return error (IDN2_ICONV_FAIL) on charset conversion errors.
** Fixed issue with STD3 rules applying in non-transitional
TR46 mode.
** idn2: added option --usestd3asciirules.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-06-03 19:14:06 +01:00
Hannu Nyman
408af14f86
Merge pull request #6108 from cotequeiroz/openldap_openssl-1.1
...
openldap: use /dev/urandom as entropy source
2018-06-03 20:46:03 +03:00
Hannu Nyman
f92312d8b2
Merge pull request #6063 from cotequeiroz/tdb-symlinks
...
tdb: avoid installing duplicate files
2018-06-03 17:18:36 +03:00
Hannu Nyman
86195e9904
Merge pull request #6104 from cotequeiroz/libtorrent_openssl-1.1
...
libtorrent: add support for openssl 1.1
2018-06-03 17:15:38 +03:00
Hannu Nyman
77786f0807
Merge pull request #6099 from cotequeiroz/libmraa-0.9
...
libmraa: Upgrade to version 0.9.0
2018-06-03 17:14:38 +03:00
Othmar Truniger
2f7d6ef03a
libfmt: bump to version 5.0.0
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-06-02 18:46:48 +02:00
Ted Hess
9764354572
Merge pull request #6146 from neheb/libshout
...
libshout: Fix OpenSSL 1.1.0 without deprecated APIs
2018-05-30 17:04:42 +00:00
Rosen Penev
f51d3846d8
libshout: Fix OpenSSL 1.1.0 without deprecated APIs
...
Previous patch was incomplete and broke with deprecated APIs
disabled.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-29 18:31:20 -07:00
Hannu Nyman
1024a23021
Merge pull request #6114 from kenkeys/protobuf-lite
...
Protobuf lite
2018-05-29 21:14:29 +03:00
Leonardo Medici
737ecaa3ed
libgphoto2: update package 2.5.18
...
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2018-05-28 20:44:29 +02:00
Espen Jürgensen
b57c254cf9
libunistring: update to 0.9.10
...
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2018-05-27 23:19:30 +02:00
Hannu Nyman
908acafafd
Merge pull request #6097 from cotequeiroz/libevhtp_openssl-1.1
...
libevhtp: add openssl 1.1 compatibility
2018-05-27 09:44:19 +03:00
Hannu Nyman
85e66d906f
Merge pull request #6106 from cotequeiroz/uw-imap_openssl-1.1
...
uw-imap: add openssl 1.1 compatibility
2018-05-26 20:50:18 +03:00
Hannu Nyman
95c9027602
Merge pull request #6105 from cotequeiroz/libzdb_openssl-1.1
...
libzdb: add compatibility with openssl 1.1
2018-05-24 22:52:28 +03:00
Eneas U de Queiroz
b06bac022a
openldap: use /dev/urandom as entropy source
...
When cross-compiling, the configure script doesn't use /dev/urandom as
entropy source, which would have been the case if we were building it
natively. Instead it tries to use an EGD, which openwrt doesn't supply.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-24 10:29:40 -03:00
Ted Hess
11e87d3ba9
Merge pull request #6101 from cotequeiroz/libshout_openssl-1.1
...
libshout: add openssl 1.1.0 compatibility
2018-05-24 10:56:12 +00:00
Eneas U de Queiroz
b087da8530
uw-imap: add openssl 1.1 compatibility
...
Patch to compile with openssl 1.1
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 23:39:04 -03:00