Commit graph

11085 commits

Author SHA1 Message Date
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
121b10b2bd nginx: allow make check to fixup mirror hash
The $(eval $(call Download,xx)) call need to be at the top level

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Yousong Zhou
79e977a227 nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDS
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-09 11:33:55 +08:00
Yousong Zhou
77c2de7f35 uwsgi-cgi: fix libcap detection
uwsgi-cgi's build system requires CPP to be set to avoid using include
path from the build system.  Otherwise it may wrongly detect
sys/capability.h of the host system and enables libcap support

CPP variable was once introduced into build system in 2017 but then
reverted in b957e45 ("rukes.mk: this patch broken grub2 builds")

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
W. Michael Petullo
a159d99902 gst1-libav: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-08 22:35:28 -04:00
W. Michael Petullo
9cffc42d01 gst1-plugins-bad: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-08 22:34:27 -04: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
W. Michael Petullo
d7c9e24b33 gst1-plugins-good: build lame and mpg123 plugins, which moved from ugly
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-08 21:41:01 -04:00
Rosen Penev
4e98ac0c8b
gptfdisk: Update to 1.0.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 18:13:39 -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
Ted Hess
21bef99c74
Merge pull request #6429 from MikePetullo/gst1-plugins-ugly
gst1-plugins-ugly: update to 1.14.1
2018-07-08 20:17:12 -04:00
W. Michael Petullo
d6b2501310 gst1-plugins-ugly: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-08 18:28:28 -04:00
Daniel F. Dickinson
79a876dfa2 mail/msmtp-scripts: Deprecated upstream; remove myself as maintainer
Remove myself as maintainer.  Also add deprecation warning as this is
deprecated upstream (see:
https://github.com/cshore-history/msmtp-scripts#deprecation-notice)
barring expression of interested by others in it being revived.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-08 17:38:41 -04:00
Ansuel Smith
d42df123ae
nginx: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-08 20:31:48 +02:00
Daniel Golle
fe6e002eb8
Merge pull request #6421 from micmac1/gnunet-uclibc-iconv
gnunet: fix uclibc build issue
2018-07-08 17:29:11 +02:00
Hannu Nyman
749029c1f6
Merge pull request #6422 from micmac1/libzdb-uclibc-iconv
libzdb: fix uclibc build issue
2018-07-08 17:59:23 +03:00
Sebastian Kemper
acc59d3a0a gnunet: fix uclibc build issue
libmariadb 10.2.x needs to be linked in together with iconv. On glibc
and musl iconv is part of libc. But on uclibc libiconv-full needs to be
used.

gnunet only has access to iconv on uclibc when BUILD_NLS is selected.
This commit adds hidden symbol GNUNET_HAS_ICONV_SUPPORT which sorts this
out.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 16:23:17 +02:00
Hannu Nyman
bc034d5836
Merge pull request #6419 from micmac1/python-mysql-404
python-mysql: fix 404 and uclibc build failures
2018-07-08 13:38:42 +03:00
Hannu Nyman
a7ec2bf32b
Merge pull request #6418 from micmac1/mariadb-uclibc
mariadb: fix uclibc builds
2018-07-08 13:38:30 +03: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
Sebastian Kemper
230bfc96ac python-mysql: fix uclibc build failure
libmariadb 10.2.x needs to be linked in together with iconv. On uclibc
iconv is not included in libc and libiconv-full needs to be used. This
commit helps python-mysql find the shared library.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 10:44:29 +02:00
Sebastian Kemper
9d236132c6 python-mysql: fix download URL
During a previous pull request the PKG_NAME was first changed and then
reverted back. But the download URL was not changed accordingly.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 10:41:33 +02:00
Sebastian Kemper
5702078dd0 mariadb: fix uClibc builds
mariadb 10.2.x depends on iconv. glibc and musl include iconv, uclibc
does not. So for uclibc builds a depend on libiconv-full is required.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 09:59:18 +02:00
Sebastian Kemper
f727222221 mariadb: fix CPPFLAGS handling
The mariadb build system ignores CPPFLAGS. Add them to CFLAGS as a
workaround.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 09:54:35 +02:00
Marc Benoit
b33ec70c95 utils/collectd: run with low priority
Even on a powerful platform a collectd process'
activities are sometimes affecting throoughput and
latency. This is a backgroud process, that should not
be running with default priority.
Even if it is a little deplayed, that is not a worry in
this case. The routing should be the main priority,
stats collection can wait a bit.

Tested on Netgear R7800
Signed-off-by: Marc Benoit <marcb62185@gmail.com>
Make niceness more moderate, bump version.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-07-08 10:14:35 +03:00
Hannu Nyman
e63960f24e
Merge pull request #6417 from MikePetullo/gst1-plugins-good
gst1-plugins-good: update to 1.14.1
2018-07-08 08:46:37 +03:00
Hannu Nyman
2f91633294
Merge pull request #6416 from MikePetullo/gst1-plugins-base
gst1-plugins-base: update to 1.14.1
2018-07-08 08:46:13 +03:00
Hannu Nyman
1fcdb2cfa8
Merge pull request #6415 from MikePetullo/gstreamer1
gstreamer1: update to 1.14.1
2018-07-08 08:45:50 +03:00
W. Michael Petullo
c1eae5d2c4 gst1-plugins-good: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-07 19:09:04 -04:00
W. Michael Petullo
92b385c29e gst1-plugins-base: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-07 18:23:58 -04:00
W. Michael Petullo
966f07c883 gstreamer1: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-07 17:43:48 -04:00
Hannu Nyman
2aba3ab90a
Merge pull request #6414 from tru7/libfmt
libfmt: bump to new release 5.1.0
2018-07-07 23:55:04 +03: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
e9cdac56c2
Merge pull request #6229 from sartura/dhcpcd_bump_to_7.0.5
dhcpcd: bump to 7.0.5
2018-07-07 20:36:52 +03: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
831142a79e
Merge pull request #6313 from neheb/sispmctl
sispmctl: Update to 4.0
2018-07-07 20:32:11 +03:00
Hannu Nyman
e28f1bc74c
Merge pull request #6365 from neheb/patch-3
fdm: Switch to GitHub releases.
2018-07-07 20:30:50 +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
0545484f88
Merge pull request #6279 from neheb/patch-19
lzmq: Update to 0.4.4
2018-07-07 20:28:39 +03:00
Hannu Nyman
fcdcc32879
Merge pull request #6270 from neheb/patch-24
yunbridge: Swich to 1.6.0
2018-07-07 20:28:14 +03:00
Rosen Penev
2a141f0052 sispmctl: Update to 4.0
Switched from git to tarball. There seems to be no activity since release
4.0.

Removed unneeded patches.

Added a library package since it seems to be required now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-07 10:27:24 -07:00
Hannu Nyman
4c2775c2db
Merge pull request #6251 from neheb/patch-12
esniper: Update to 2.33.0
2018-07-07 20:23:47 +03: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
Rosen Penev
c7c40703d0 fdm: Switch to GitHub releases.
Sourceforge link went away. The GitHub mirror also has the wrong path.

Replaced compatibility patches with upstream solution.

Also added an OpenSSL 1.1.0 compile fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-07 10:22:57 -07:00
Hannu Nyman
f42a51aeee
Merge pull request #6230 from sartura/sysstat_bump_to_11.6.4
sysstat: bump to 11.6.4
2018-07-07 20:22:57 +03:00