| Commit message (Collapse) | Author | Age |
... | |
| | |
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Compile & runtime tested: ar71xx, ramips, mvebu
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \ \ \
| | | | |
| | | | | |
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>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Rearranged Makefile for consistency.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* busybox does not have 'hostname' by default so replaced it with uci calls
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
wsdd2: fix missing triggers
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* add triggers so changes can be picked up
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
samba4: fix netbios_name
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* fixes: error 0x80070035
* add triggers to catch hostname changes
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
unbound: add patches for leaks during TLS query
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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>
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\ \ \
| | | |
| | | | |
boost: Makefile and package changes to support builds with both Python versions selected
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Guo Li <uxgood.org@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Guo Li <uxgood.org@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Guo Li <uxgood.org@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
perlmod: fix ability to build module out-of-feed
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
libfmt: upgrade to version 5.2.1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Othmar Truniger <github@truniger.ch>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
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>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
net/mwan3: some fixes
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also send disconnected action on system signal USR1.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add the additional optional ttl check to test the connection.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
unixodbc: Update to 2.3.7
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
apr: Update to 1.6.5
|
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
haproxy: Update HAProxy to v1.8.14
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- 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>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
libs/sqlite: Update to 3.24.0
|