aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | apr: clean up the packageSebastian Kemper2019-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removes '$(FPIC)' and '--without-pic', there is no good reason for them being used (also @minfrin mentioned memory footprint implications when '--without-pic' is used) - stops removing aclocal.m4 and build/ltmain.sh (reason of removal of these files is not apparent anymore) - adds PKG_BUILD_PARALLEL:=1 Resolves #10884 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | acme: Correctly handle domain state dir for ECC certificatesToke Høiland-Jørgensen2020-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When issuing an ECC certificate, acme.sh for some reason changes the name of the directory used for the certificate state. Handle this correctly when moving directories and updating config files. Fixes #7941. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | | | | | | | | Merge branch 'libgd-fix' (fixes #10970)Michael Heimpold2020-01-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | | | | | | | php7: update the gd module to depend on libgd-fullW. Michael Petullo2020-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The php7-mod-gd package requires that freetype support exist in libgd. The libgd-full package provides this, whereas the libgd package does only if explicitly configured. Ref: https://github.com/openwrt/packages/issues/10944 Signed-off-by: W. Michael Petullo <mike@flyn.org> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | | | | | | | libgd: provide a -full variantW. Michael Petullo2020-01-08
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The php7-mod-gd package requires that freetype support exist in libgd, but this is not included in the default libgd build. In order to allow a working php7-mod-gd package while keeping the default libgd package as small as possible, this commit introduces a -full variant of the libgd package. Ref: https://github.com/openwrt/packages/issues/10944 Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #10986 from EricLuehrsen/unbound_tls_fixHannu Nyman2020-01-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | unbound: fix TLS forwards with optional suffix
| * | | | | | | | | | unbound: fix TLS forwards with optional suffixEric Luehrsen2020-01-11
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | | | Merge pull request #10984 from dhewg/pull/mesonRosen Penev2020-01-11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | meson: fix building host binaries with ccache
| * | | | | | | | | meson: fix building host binaries with ccacheAndre Heider2020-01-11
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | Merge pull request #10973 from dengqf6/xt3.7Rosen Penev2020-01-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | xtables-addons: update to 3.7
| * | | | | | | | | xtables-addons: update to 3.7DENG Qingfang2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | Merge pull request #10978 from neheb/cifsRosen Penev2020-01-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | smbd: Update to 3.0.2
| * | | | | | | | | | smbd: Update to 3.0.2Rosen Penev2020-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a nasty stack corruption issue and a big endian fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | libcap: Fix compilation with uClibc-ngRosen Penev2020-01-10
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | spi-tools: Disable PIERosen Penev2020-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Causes compilation failure. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #10975 from paulfertser/bump-openocdMirko Vogt2020-01-10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | openocd: update to current master, allow building without USB
| * | | | | | | | | openocd: update to current master, allow building without USBPaul Fertser2020-01-10
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | lua-penlight: bump to 1.7.0Karl Palsson2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | libwebsockets: move to 3.2.1Karl Palsson2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | libev: bump to 4.31Karl Palsson2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Very minor changes: http://cvs.schmorp.de/libev/Changes?revision=1.355&view=markup Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | Merge pull request #10974 from TDT-AG/pr/20200109-ipvsadmRosen Penev2020-01-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ipvsadm: update version to 1.31
| * | | | | | | | | ipvsadm: update version to 1.31Florian Eckert2020-01-09
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ipvsadm to new upstream version. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | Merge pull request #10945 from neheb/jjbRosen Penev2020-01-08
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | transmission: Fix message_level setting
| * | | | | | | | transmission: Fix message_level settingRosen Penev2020-01-08
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --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>
* | | | | | | | Merge pull request #10969 from ja-pa/measurement-kit-0.10.8Rosen Penev2020-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | measurement-kit: update to version 0.10.8
| * | | | | | | | measurement-kit: update to version 0.10.8Jan Pavlinec2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | transmission: fix typo in jail setupDaniel Golle2020-01-09
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 609109fa9 ("transmission: add seccomp filter and improve jail") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #10934 from neheb/tcRosen Penev2020-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tcsh: Update to 6.22.02
| * | | | | | | | tcsh: Update to 6.22.02Rosen Penev2020-01-05
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #10933 from neheb/capRosen Penev2020-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libcap: Update to 2.30
| * | | | | | | | libcap: Update to 2.29Rosen Penev2020-01-08
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed PKG_LICENSE. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #10930 from neheb/jjRosen Penev2020-01-08
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | spi-tools: Update to 0.8.4
| * | | | | | | spi-tools: Update to 0.8.4Rosen Penev2020-01-05
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #10867 from neheb/pciRosen Penev2020-01-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pciutils: Use MIPS16
| * | | | | | | pciutils: Use MIPS16Rosen Penev2019-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no real computation going on. Slims the package slightly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #10941 from neheb/knotRosen Penev2020-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | knot: Do not try to build under ARC
| * | | | | | | | knot: Do not try to build under ARCRosen Penev2020-01-08
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | liburcu does not support ARC. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #10962 from zokl/mjpg-streamer-libpathRosen Penev2020-01-08
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | mjpg-streamer: Fix of the mjpg-streamer modules path
| * | | | | | | mjpg-streamer: Fix of the mjpg-streamer modules pathZbyněk Kocur2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* | | | | | | | Merge pull request #10958 from Ansuel/wsdd2Rosen Penev2020-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | wsdd2: fix install warning on compile
| * | | | | | | | wsdd2: fix install warning on compileAnsuel Smith2020-01-07
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | libwebsockets: enable unix socket support in the full buildMathew McBride2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | openvswitch: bump PKG_RELEASEYousong Zhou2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | openvswitch: fix building failure caused by dst_ops api changeYousong Zhou2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: https://github.com/openwrt/packages/issues/10961 Reported-by: Sven Roederer <devel-sven@geroedel.de> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | openvswitch: configure with --disable-silent-rulesYousong Zhou2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #10835 from TDT-AG/pr/20191219-net-tools-routeRosen Penev2020-01-07
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | net-tools: add route utility
| * | | | | | | net-tools: add route utilityMartin Schiller2020-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | postgresql: fix PKG_HASHDaniel Golle2020-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | opensc: update to version 0.20.0Daniel Golle2020-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | ccid: update to version 1.4.31Daniel Golle2020-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>