aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | nfs-kernel-server: add support for NFSv4W. Michael Petullo2018-09-29
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | bandwidthd: fix undefined references to inline functionsGuo Li2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #7115 from dibdot/ddns-fixDirk Brenken2018-09-29
|\ \ \ | | | | | | | | ddns-scripts: multiple fixes
| * | | ddns-scripts: multiple fixesDirk Brenken2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | libev: update to 4.24Deng Qingfang2018-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Compile & runtime tested: ar71xx, ramips, mvebu Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | CONTRIBUTING.md: Update documentation linksTed Hess2018-09-29
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #7104 from thess/masterTed Hess2018-09-29
|\ \ \ \ | | | | | | | | | | CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.
| * | | | CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.Ted Hess2018-09-29
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Add description of preferred archive formats and download methods. Encourage multiple maintainers. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | gnutls: updated to 3.5.19Nikos Mavrogiannopoulos2018-09-29
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | hamlib: Update to 3.3Rosen Penev2018-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearranged Makefile for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | samba4: fix missing busybox 'hostname -f' commandAndy Walsh2018-09-29
| | | | | | | | | | | | | | | | | | | | | | | | * busybox does not have 'hostname' by default so replaced it with uci calls Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | rtty: Update to 6.2.0Jianhui Zhao2018-09-28
| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | Merge pull request #7111 from Andy2244/wsdd2-fix-triggersDirk Brenken2018-09-28
|\ \ \ \ | | | | | | | | | | wsdd2: fix missing triggers
| * | | | wsdd2: fix missing triggersAndy Walsh2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add triggers so changes can be picked up Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | Merge pull request #7110 from Andy2244/samba4-fix-netbiosnameDirk Brenken2018-09-28
|\ \ \ \ \ | | | | | | | | | | | | samba4: fix netbios_name
| * | | | | samba4: fix netbios_nameAndy Walsh2018-09-27
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes: error 0x80070035 * add triggers to catch hostname changes Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | Merge pull request #7112 from EricLuehrsen/unbound_leakDirk Brenken2018-09-28
|\ \ \ \ \ | | | | | | | | | | | | unbound: add patches for leaks during TLS query
| * | | | | unbound: add patches for leaks during TLS queryEric Luehrsen2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | jamvm: depends on supported architecturesYousong Zhou2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | treewide: remove obsolete references to avr32Yousong Zhou2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | libuwsc: Update to 3.0.4Jianhui Zhao2018-09-28
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* / / / / libcups: fix build for x86Luiz Angelo Daros de Luca2018-09-27
|/ / / / | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* / / / mosquitto: bump to 1.5.3Karl Palsson2018-09-26
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | sendmail: fix confLIBSEARCHPATH to $(STAGING_DIR)Guo Li2018-09-26
| | | | | | | | | | | | | | | | | | | | | 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>
* | | glib2: update to 2.58.1Peter Wagner2018-09-25
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #7100 from thess/boost-workTed Hess2018-09-25
|\ \ \ | | | | | | | | boost: Makefile and package changes to support builds with both Python versions selected
| * | | boost: Makefile and package changes to support builds with both Python 2.x ↵Ted Hess2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | getdns: add note for remove libbsd dependencyGuo Li2018-09-25
| | | | | | | | | | | | | | | | Signed-off-by: Guo Li <uxgood.org@gmail.com>
* | | | getdns: remove libbsd dependencyGuo Li2018-09-25
| | | | | | | | | | | | | | | | Signed-off-by: Guo Li <uxgood.org@gmail.com>
* | | | getdns: fix missing libbsd dependencyGuo Li2018-09-25
| | | | | | | | | | | | | | | | Signed-off-by: Guo Li <uxgood.org@gmail.com>
* | | | Merge pull request #7089 from pprindeville/perlmod-fix-include-perlver.mkTed Hess2018-09-24
|\ \ \ \ | | | | | | | | | | perlmod: fix ability to build module out-of-feed
| * | | | perlmod: fix ability to build module out-of-feedPhilip Prindeville2018-09-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #7097 from tru7/libfmtHannu Nyman2018-09-24
|\ \ \ \ \ | | | | | | | | | | | | libfmt: upgrade to version 5.2.1
| * | | | | libfmt: upgrade to version 5.2.1Othmar Truniger2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | Merge pull request #7094 from Andy2244/masterHannu Nyman2018-09-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | samba4: update to 4.9.1
| * | | | | | samba4: update to 4.9.1Andy Walsh2018-09-24
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes: nmbd: Stop nmbd network announce storm (bug #13620). Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Merge pull request #7093 from TDT-AG/pr/20180924-net-mwan3-updateHannu Nyman2018-09-24
|\ \ \ \ \ \ | |/ / / / / |/| | | | | net/mwan3: some fixes
| * | | | | net/mwan3: update version to 2.7.2Florian Eckert2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: fix start/stop/restart executionFlorian Eckert2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | net/mwan3: mwan3track should also send disconnected action on signal USR1Florian Eckert2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also send disconnected action on system signal USR1. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: add ttl checkFlorian Eckert2018-09-24
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Add the additional optional ttl check to test the connection. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #6995 from neheb/odbcThomas Heil2018-09-23
|\ \ \ \ \ | | | | | | | | | | | | unixodbc: Update to 2.3.7
| * | | | | unixodbc: Update to 2.3.7Rosen Penev2018-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to HTTP as FTP can be problematic. uscan for example has issues figuring out the latest version. Added PKG_CPE_ID for proper CVE tracking. Reorganized Makefile for consistency with other projects. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7074 from neheb/patch-41Thomas Heil2018-09-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | apr: Update to 1.6.5
| * | | | | | apr: Update to 1.6.5Rosen Penev2018-09-18
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7086 from gladiac1337/feature-haproxy-v1.8.14Thomas Heil2018-09-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v1.8.14
| * | | | | | | haproxy: Update HAProxy to v1.8.14Christian Lachner2018-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Removed all obsolete patches - This fixes CVE-2018-14645 (See: https://nvd.nist.gov/vuln/detail/CVE-2018-14645) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | php7: update to 7.2.10Michael Heimpold2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | glib2: update to 2.56.3Peter Wagner2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | Merge pull request #6899 from diizzyy/patch-12champtar2018-09-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libs/sqlite: Update to 3.24.0