| Commit message (Collapse) | Author | Age |
|\
| |
| | |
unbound: fix TLS forwards with optional suffix
|
|/
|
|
| |
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
|
|\
| |
| | |
meson: fix building host binaries with ccache
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With CONFIG_CCACHE, $HOSTCC is 'ccache gcc' while $TARGET_CC points to a
single wrapper script. Compiling target binaries with ccache works, but
doesn't for host binaries, because we need to supply an argv array for
argc > 1 in the meson cross file.
Always pass an array for the c and c++ compiler, and while at it, do it
for the target as well - just to be on the safe side if that ever
changes.
Fixes #10982.
Signed-off-by: Andre Heider <a.heider@gmail.com>
|
|\
| |
| | |
xtables-addons: update to 3.7
|
| |
| |
| |
| |
| |
| |
| | |
Update xtables-addons to 3.7
Remove linux 4.9 compatible patch as OpenWrt master no longer supports it
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
|
|\ \
| | |
| | | |
smbd: Update to 3.0.2
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes a nasty stack corruption issue and a big endian fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
The test does not compile with --static.
As this does not touch binaries, not bumping the package release.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Causes compilation failure.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
openocd: update to current master, allow building without USB
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The last OpenOCD release was 3 years ago, plenty of new functionality
was added since then. Two security-related patches went in too.
While at it, add a menuconfig option to allow building without any USB
dependencies, useful for devices counting on sysfsgpio to access
targets.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Maintainership upstream has changed: https://github.com/Tieske/Penlight/issues/306#issuecomment-536194901
Various fixes across the project, nothing individually standout.
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
3.2.x is formally "not maintained" and people should stick with 3.1.x
until a new release of the master branch occurs. However, in reality,
3.2.1 has been released, with performance improvements and fixes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
| |
| |
| |
| |
| |
| | |
Very minor changes: http://cvs.schmorp.de/libev/Changes?revision=1.355&view=markup
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
|\ \
| | |
| | | |
ipvsadm: update version to 1.31
|
|/ /
| |
| |
| |
| |
| | |
Update ipvsadm to new upstream version.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \
| |/
|/| |
transmission: Fix message_level setting
|
|/
|
|
|
|
|
|
| |
--log-error in the init script was overriding it.
Added several optimizations to the init script for speed and correctness.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
measurement-kit: update to version 0.10.8
|
| |
| |
| |
| | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
| |
| |
| |
| |
| | |
Fixes: 609109fa9 ("transmission: add seccomp filter and improve jail")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
tcsh: Update to 6.22.02
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Updated URL list. Changed to HTTPS also.
Added PKG_BUILD_PARALLEL for faster compilation.
Added PKG_INSTALL as is standard with most packages.
Small optimization to shell script.
Added two patches to fix compilation. Refreshed the other one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
libcap: Update to 2.30
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed PKG_LICENSE.
Added PKG_BUILD_PARALLEL for faster compilation.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
spi-tools: Update to 0.8.4
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix PKG_LICENSE
Switch to standard PKG_INSTALL to simplify the Makefile.
Add PKG_BUILD_PARALLEL for faster compilation.
Add URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
pciutils: Use MIPS16
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There's no real computation going on. Slims the package slightly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
knot: Do not try to build under ARC
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
liburcu does not support ARC.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
mjpg-streamer: Fix of the mjpg-streamer modules path
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
wsdd2: fix install warning on compile
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This functionality can be used by downstream applications such as
ttyd to present their HTTP service as a unix domain socket rather
than a TCP server.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Ref: https://github.com/openwrt/packages/issues/10961
Reported-by: Sven Roederer <devel-sven@geroedel.de>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
net-tools: add route utility
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Extend (and rename) the existing mii-tool package to also support
the net-tools route command.
This may be needed if you want to support other address families than
inet/inet6 like x.25.
Also bump to version 2018-11-03.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|