aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #14171 from neheb/ftdioneRosen Penev2020-12-07
|\ | | | | libftdi: install libftdi-config to host
| * libftdi: install libftdi-config to hostRosen Penev2020-12-07
| | | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Fix wrong paths in config. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14169 from neheb/daqRosen Penev2020-12-07
|\ \ | | | | | | libdaq: fix config file
| * | libdaq: fix config fileRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | | | | | Install to host to fix compilation with depending packages. Fix paths to point to OpenWrt and not OS. Don't install to device. This is strictly an InstallDev thing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14167 from neheb/ftdi11Rosen Penev2020-12-07
|\ \ | | | | | | libftdi: install libftdi1-config to host
| * | libftdi: install libftdi1-config to hostRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Fix prefix paths as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14161 from graysky2/htopRosen Penev2020-12-07
|\ \ | | | | | | htop: update to 3.0.3-1
| * | htop: update to 3.0.3-1John Audia2020-12-07
| | | | | | | | | | | | | | | | | | | | | Build-tested: x86/64 Run-tested: ipq806x (R7800) Signed-off-by: John Audia <graysky@archlinux.us>
* | | Merge pull request #14170 from neheb/pcre222Rosen Penev2020-12-07
|\ \ \ | | | | | | | | pcre2: install pcre2-config to host path
| * | | pcre2: install pcre2-config to host pathRosen Penev2020-12-07
| | |/ | |/| | | | | | | | | | | | | Helps old packages that do not use pkgconfig. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14164 from neheb/gphotooRosen Penev2020-12-07
|\ \ \ | | | | | | | | libgphoto2: install config files to host
| * | | libgphoto2: install config files to hostRosen Penev2020-12-07
| |/ / | | | | | | | | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Remove old entries for previous versions of libgphoto2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14168 from neheb/taggRosen Penev2020-12-07
|\ \ \ | | | | | | | | taglib: install taglib-config to host path
| * | | taglib: install taglib-config to host pathRosen Penev2020-12-07
| |/ / | | | | | | | | | | | | | | | Helps old packages that do not use pkgconfig. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14163 from neheb/krbRosen Penev2020-12-07
|\ \ \ | | | | | | | | krb5: install krb5-config to host
| * | | krb5: install krb5-config to hostRosen Penev2020-12-07
| |/ / | | | | | | | | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Fix prefix paths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14165 from neheb/mcRosen Penev2020-12-07
|\ \ \ | |/ / |/| | libmcrypt: install libmcrypt-config to host
| * | libmcrypt: install libmcrypt-config to hostRosen Penev2020-12-07
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps to fix old packages that don't use pkgconfig. Cleaned up Makefile: Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Some minor cleanups for consistency between packages. Fixed host paths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12049 from pprindeville/xtables-addons-preserve-databaseRosen Penev2020-12-07
|\ \ | | | | | | xtables-addons: iptgeoip: preserve database across sysupgrade
| * | xtables-addons: iptgeoip: preserve database across sysupgradePhilip Prindeville2020-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating the system image or the package should not obliterate the downloaded/unpacked geolocation database. If you use xt_geoip in /etc/firewall.user you don't want the database disappearing when sysupgrade runs and then reboots your system as you'll be left exposed. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #13919 from ja-pa/gitlab-runnerRosen Penev2020-12-07
|\ \ \ | | | | | | | | gitlab-runner: add new package
| * | | gitlab-runner: add new packageJan Pavlinec2020-11-23
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #14141 from zpc0/beep-fix2Rosen Penev2020-12-07
|\ \ \ \ | | | | | | | | | | beep: restore a dependency definition to the previous one on x86 target
| * | | | beep: restore a dependency definition to the previous one on x86 targetYanase Yuki2020-12-05
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 9bcea2de2cf552d544786d1e4b82f55cda7015b1 causes a dependency problem with some out-of-tree packages which expect "DEPENDS:=+kmod-pcspkr". To fix this problem, this commit restores a dependency definition to the previous one on x86 target. Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* | | | Merge pull request #14151 from BKPepe/youtubedlJosef Schlehofer2020-12-08
|\ \ \ \ | | | | | | | | | | youtube-dl: update to version 2020.12.7
| * | | | youtube-dl: update to version 2020.12.7Josef Schlehofer2020-12-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #14146 from neheb/summRosen Penev2020-12-07
|\ \ \ \ \ | | | | | | | | | | | | sumo: fix compilation with ccache
| * | | | | sumo: fix compilation with ccacheRosen Penev2020-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sumo's builtin support for ccache doesn't work well with the one in base. Remove it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14038 from TDT-AG/pr/20201127-ddns-scriptsRosen Penev2020-12-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns-scripts: add gandi.net provider
| * | | | | | ddns-scripts: add gandi.net providerFlorian Eckert2020-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | Merge pull request #14086 from zhanhb/frpRosen Penev2020-12-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | frp: update to 0.34.3
| * | | | | | | frp: update to 0.34.3Huangbin Zhan2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | | Merge pull request #14127 from xdarklight/ksmbd-3.3.1Rosen Penev2020-12-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ksmbd and ksmbd-tools 3.3.1
| * | | | | | | | ksmbd-tools: update to 3.3.1Martin Blumenstingl2020-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major change for version 3.3.1 are: * Fix a segfault issue in ksmbd.mountd. * Reorganize ndr write functions. Major changes for version 3.3.0 are: * Add samr and lsarpc RPC support. * Generate subauth values for domain. * Add Kerberos support. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
| * | | | | | | | ksmbd: update to 3.3.1Martin Blumenstingl2020-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major change for version 3.3.1 are: - Fix insmod failure if CONFIG_FS_POSIX_ACL is not set in config. Major changes for version 3.3.0 are: - Add ACLs support - Add Kerberos support - Add query info/query dir/statfs for smb3.1.1 posix extension. - Fix warnings from checkpatch.pl - Fix racy issue reported and warnings from KSAN by OpenWRT. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
* | | | | | | | | Merge pull request #14105 from neheb/tclRosen Penev2020-12-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tcl: update to 8.6.10
| * | | | | | | | | tcl: update to 8.6.10Rosen Penev2020-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add *BUILD_PARALLEL for faster compilation. Rearrange variable for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #14157 from commodo/python-updates1Rosen Penev2020-12-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | django,python-lxml: bump versions
| * | | | | | | | | | django: bump to version 3.1.4Alexandru Ardelean2020-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | python-lxml: bump to version 4.6.2Alexandru Ardelean2020-12-07
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #14148 from neheb/ninRosen Penev2020-12-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ninja: update to 1.10.2
| * | | | | | | | | | ninja: update to 1.10.2Rosen Penev2020-12-05
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #14156 from commodo/stress-ngRosen Penev2020-12-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | stress-ng: bump to version 0.12.00
| * | | | | | | | | | stress-ng: bump to version 0.12.00Alexandru Ardelean2020-12-07
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #14153 from gstrauss/lighttpd-1.4.56-5Rosen Penev2020-12-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | lighttpd: wolfssl complex preproc logic for SNI
| * | | | | | | | | | lighttpd: wolfssl complex preproc logic for SNIGlenn Strauss2020-12-06
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | | | | | Merge pull request #14160 from ja-pa/dnstap-0.3.0Rosen Penev2020-12-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | dnstap: update to version 0.3.0
| * | | | | | | | | | dnstap: update to version 0.3.0Jan Pavlinec2020-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | Merge pull request #14155 from neheb/zeroRosen Penev2020-12-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | zerotier: add patch to avoid including sys/auxv.h
| * | | | | | | | | | zerotier: add patch to avoid including sys/auxv.hRosen Penev2020-12-06
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems it's not needed and not supported under uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>