Guo Li
3f1b4c61ea
bandwidthd: fix undefined references to inline functions
...
gcc-7 with -Os makes inline functions disappeard. It are caused by
the new C11 inline semantics. pass option -fgnu89-inline to gcc let
it use gnu inline semantics.
see https://wiki.debian.org/GCC7#Porting_help
bandwidthd.o: In function `RCDF_Load':
bandwidthd.c:(.text+0xb33): undefined reference to `FindIp'
bandwidthd.o: In function `PacketCallback':
bandwidthd.c:(.text+0x11d0): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11e2): undefined reference to `Credit'
bandwidthd.c:(.text+0x11ea): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11fc): undefined reference to `Credit'
bandwidthd.c:(.text+0x1218): undefined reference to `FindIp'
bandwidthd.c:(.text+0x122a): undefined reference to `Credit'
bandwidthd.c:(.text+0x1232): undefined reference to `FindIp'
bandwidthd.c:(.text+0x1244): undefined reference to `Credit'
collect2: error: ld returned 1 exit status
Makefile:20: recipe for target 'bandwidthd' failed
make[4]: *** [bandwidthd] Error 1
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-30 00:36:07 +08:00
Dirk Brenken
241e7a34f6
Merge pull request #7115 from dibdot/ddns-fix
...
ddns-scripts: multiple fixes
2018-09-29 18:19:48 +02:00
Deng Qingfang
b437fdf6bc
libev: update to 4.24
...
Compile & runtime tested: ar71xx, ramips, mvebu
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-09-29 23:43:07 +08:00
Ted Hess
c77c962de4
CONTRIBUTING.md: Update documentation links
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-09-29 11:04:34 -04:00
Ted Hess
bf3745850e
Merge pull request #7104 from thess/master
...
CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.
2018-09-29 10:41:58 -04:00
Ted Hess
4227736d63
CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.
...
Add description of preferred archive formats and download methods.
Encourage multiple maintainers.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-09-29 10:40:26 -04:00
Nikos Mavrogiannopoulos
16ee897b12
gnutls: updated to 3.5.19
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-09-29 10:04:48 +02:00
Rosen Penev
4415467185
hamlib: Update to 3.3
...
Rearranged Makefile for consistency.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-29 11:50:29 +08:00
Andy Walsh
c5e0c3822a
samba4: fix missing busybox 'hostname -f' command
...
* busybox does not have 'hostname' by default so replaced it with uci calls
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-29 11:06:09 +08:00
Jianhui Zhao
c8bf54875f
rtty: Update to 6.2.0
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-09-28 11:58:29 +00:00
Dirk Brenken
750a8b1659
Merge pull request #7111 from Andy2244/wsdd2-fix-triggers
...
wsdd2: fix missing triggers
2018-09-28 08:11:17 +02:00
Dirk Brenken
f334bc7181
Merge pull request #7110 from Andy2244/samba4-fix-netbiosname
...
samba4: fix netbios_name
2018-09-28 08:10:45 +02:00
Dirk Brenken
e2f73cbd58
ddns-scripts: multiple fixes
...
* replace shell based urlencoder with an awk variant
* fix write_log function/syslog output in case of an error
* protect answer string with double quotes in update_route53
* remove bogus set/IFS options in update_route53
* clean-up update_route53 a little bit
This patchset finally fix #6977
Many thanks to @mark0n & @a-bali for testing & debugging
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-28 07:41:52 +02:00
Dirk Brenken
7f9dfaae85
Merge pull request #7112 from EricLuehrsen/unbound_leak
...
unbound: add patches for leaks during TLS query
2018-09-28 07:24:32 +02:00
Yousong Zhou
11f0544744
jamvm: depends on supported architectures
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-09-28 12:03:20 +08:00
Yousong Zhou
e38c100612
treewide: remove obsolete references to avr32
...
This is a long overdue followup commit to openwrt/openwrt@5d9eeab
("build: remove obsolete references to cris and avr32")
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-09-28 12:03:20 +08:00
Jianhui Zhao
099d045c7c
libuwsc: Update to 3.0.4
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-09-28 12:01:17 +08:00
Eric Luehrsen
10665f5ce9
unbound: add patches for leaks during TLS query
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-09-27 23:21:58 -04:00
Luiz Angelo Daros de Luca
db8a36a25b
libcups: fix build for x86
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-09-27 16:13:20 -03:00
Andy Walsh
32fe219d6f
wsdd2: fix missing triggers
...
* add triggers so changes can be picked up
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-27 17:08:33 +02:00
Andy Walsh
32328835df
samba4: fix netbios_name
...
* fixes: error 0x80070035
* add triggers to catch hostname changes
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-27 17:03:28 +02:00
Karl Palsson
4b309aefd6
mosquitto: bump to 1.5.3
...
Full changelog at https://github.com/eclipse/mosquitto/blob/v1.5.3/ChangeLog.txt
Primary change:
CVE fix for CVE-2018-12543 - prevent crash on topics that begin with $
but are not $SYS
Selected other fixes relevant to OpenWrt since 1.5.1:
- Fix retained messages not sent by bridges on outgoing topics at the first
connection. Closes #701 .
- Fix duplicate clients being added to by_id hash before the old client was
removed. Closes #645 .
- Fix excessive CPU usage when the number of sockets exceeds the system limit.
Closes #948 .
- Fix for bridge connections when using WITH_ADNS=yes.
- Fix round_robin false behaviour. Closes #481 .
- Fix segfault on HUP when bridges and security options are configured.
Closes #965 .
Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-09-26 10:48:51 +00:00
Guo Li
cbc948acf3
sendmail: fix confLIBSEARCHPATH to $(STAGING_DIR)
...
This fix issue 'cannot find -lnsl' on build server which has libnsl.so in
/usr/lib
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-26 16:28:48 +08:00
Peter Wagner
1166618115
glib2: update to 2.58.1
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-25 22:30:42 +02:00
Ted Hess
8c6215cd78
Merge pull request #7100 from thess/boost-work
...
boost: Makefile and package changes to support builds with both Python versions selected
2018-09-25 11:48:45 -04:00
Guo Li
d0766135ad
getdns: add note for remove libbsd dependency
...
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-25 17:11:17 +08:00
Guo Li
035b22b208
getdns: remove libbsd dependency
...
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-25 17:11:17 +08:00
Guo Li
8365744b80
getdns: fix missing libbsd dependency
...
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-25 17:11:17 +08:00
Ted Hess
99fa19f218
Merge pull request #7089 from pprindeville/perlmod-fix-include-perlver.mk
...
perlmod: fix ability to build module out-of-feed
2018-09-24 17:14:54 -04:00
Hannu Nyman
87d72f9d33
Merge pull request #7097 from tru7/libfmt
...
libfmt: upgrade to version 5.2.1
2018-09-24 22:14:59 +03:00
Hannu Nyman
811089d05f
Merge pull request #7094 from Andy2244/master
...
samba4: update to 4.9.1
2018-09-24 22:14:45 +03:00
Hannu Nyman
149ec478de
Merge pull request #7093 from TDT-AG/pr/20180924-net-mwan3-update
...
net/mwan3: some fixes
2018-09-24 22:14:31 +03:00
Ted Hess
7947583519
boost: Makefile and package changes to support builds with both Python 2.x and Python 3.x versions.
...
Python versioning is automatically configured from lang/python repository xxx-version.mk files.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-09-24 14:33:39 -04:00
Othmar Truniger
43fb48b7e0
libfmt: upgrade to version 5.2.1
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-09-24 19:58:19 +02:00
Andy Walsh
68270c787d
samba4: update to 4.9.1
...
fixes: nmbd: Stop nmbd network announce storm (bug #13620 ).
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-24 11:02:47 +02:00
Florian Eckert
692ed62382
net/mwan3: update version to 2.7.2
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-24 10:21:43 +02:00
Florian Eckert
2cd5442a11
net/mwan3: fix start/stop/restart execution
...
Move setting global enabled flag from /etc/init.d/mwan3 to mwan3
command. So we could start mwan3 from the cmd mwan3 as well.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-24 10:20:35 +02:00
Florian Eckert
d338131f40
net/mwan3: mwan3track should also send disconnected action on signal USR1
...
Also send disconnected action on system signal USR1.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-24 10:20:35 +02:00
Florian Eckert
c9d8fceb63
net/mwan3: add ttl check
...
Add the additional optional ttl check to test the connection.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-24 10:20:35 +02:00
Thomas Heil
222b9f50f3
Merge pull request #6995 from neheb/odbc
...
unixodbc: Update to 2.3.7
2018-09-23 23:34:49 +02:00
Thomas Heil
405016ebd7
Merge pull request #7074 from neheb/patch-41
...
apr: Update to 1.6.5
2018-09-23 23:29:09 +02:00
Thomas Heil
27df687034
Merge pull request #7086 from gladiac1337/feature-haproxy-v1.8.14
...
haproxy: Update HAProxy to v1.8.14
2018-09-23 23:28:26 +02:00
Philip Prindeville
a5a4eafc93
perlmod: fix ability to build module out-of-feed
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-09-23 14:19:51 -06:00
Michael Heimpold
c69af6717c
php7: update to 7.2.10
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-09-23 21:35:11 +02:00
Peter Wagner
5757a045b2
glib2: update to 2.56.3
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-23 20:28:30 +02:00
champtar
a462e7e02e
Merge pull request #6899 from diizzyy/patch-12
...
libs/sqlite: Update to 3.24.0
2018-09-23 10:07:55 -07:00
Hannu Nyman
988dcca2d8
Merge pull request #6633 from cotequeiroz/libftdi1_cmake-3.12
...
libftdi1: Fix compilation with cmake 3.12
2018-09-23 19:51:02 +03:00
Hannu Nyman
dc1896db24
Merge pull request #6538 from FireCulex/bonnie++
...
bonnie++ 1.97.3
2018-09-23 19:22:38 +03:00
Hannu Nyman
af86b17064
nano: update to 3.1
...
* Update nano editor to 3.1
* Apply a post-release upstream patch to fix compilation
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-09-23 18:42:29 +03:00
Dirk Brenken
8bbc9c7dbe
Merge pull request #7025 from Andy2244/krb5-keyutil-fix
...
krb5: fix keyutils dependency
2018-09-23 14:42:25 +02:00