aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* apr-util: clean up Makefile and remove patchSebastian Kemper2020-01-26
| | | | | | | | | | | - removes 001-automake-compat.patch: Looks like this was meant as a workaround for a libtool issue. But it doesn't appear to be needed anymore. - cleans up installation defines (uses macros, cleans up sed scripts, removes gratuitous slashes & whitespaces) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr: clean up the patches + enable LFSSebastian Kemper2020-01-26
| | | | | | | | | | | | | | | | | | | | | | | | - removes 001-autoconf-compat.patch: Looks like this was meant as a workaround for a libtool issue. But it doesn't appear to be needed anymore. - removes 101-fix_apr_time_now.patch: Mentioned in https://dev.openwrt.org/ticket/9287, meant as a fix, but issue was fixed differently in the end (by activating LFS). - removes 201-upgrade-and-fix-1.5.1.patch: This is a cross-compile fix. This patch gets replaced by 001-cross-compile.patch from buildroot project. The latter was sent upstream by buildroot and is in line with the patch used by OpenWrt for the apache package. - adds 002-sys-param-h.patch: Fix PATH_MAX detection by including sys/param.h if available. Also from buildroot. Additionally configure variables found in buildroot package are added. These also enable LFS support. This was previously done (in OpenWrt) by defining _LARGEFILE64_SOURCE in TARGET_CPPFLAGS. But the configure variable is cleaner (and easier to follow). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr: clean up the MakefileSebastian Kemper2020-01-26
| | | | | | | | - sort configure variables - clean up installation defines (use macros, improve sed scripts, remove gratuitous slashes & whitespaces) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr: add PKG_LICENSE_FILES and PKG_CPE_IDSebastian Kemper2020-01-26
| | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #11132 from Andy2244/wsdd2-name_change_ksmbdHannu Nyman2020-01-26
|\ | | | | wsdd2: update for renamed smbd->ksmbd
| * wsdd2: update for renamed smbd->ksmbdAndy Walsh2020-01-26
| | | | | | | | | | | | * update for renamed smbd->ksmbd Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | Merge pull request #11131 from Andy2244/smbd-rename_ksmbd_update-3-1-1Hannu Nyman2020-01-26
|\ \ | |/ |/| smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools"
| * smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools"Andy Walsh2020-01-26
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rename smbd->ksmbd (upstream name change) * ksmbd-tools: build with static glib2 (usmbd = ~90kb, smbuseradd = ~40kb) * new etc folder location = /etc/ksmbd/smb.conf * new database name = /etc/ksmbd/ksmbdpwd.db * fixes "map to guest = Bad User" while userdb is also used * fixes missing ipv6 support * update/rename to "luci-app-ksmbd" * remove UCI samba compatibility code for section names (ksmbd uses [share] + [globals] not [sambashare] + [global]) * ksmbd: release 3.1.1 version * ksmbd: does not work if ipv6 module is not loaded or compiled in * ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes * ksmbd: release 3.1.0 version * ksmbd: fix over 80 character warnings * ksmbd: rename smbd-tools to ksmbd-tools in travis.yml * ksmbd: fix password db file location in travis.yml * ksmbd: rename smbd prefix function to ksmbd * ksmbd: rename smbd prefix source files to ksmbd * Revert "smbd: set connection status with SMBD_SESS_EXITING instead of direct destory" * ksmbd: rename smbd to ksmbd in .travis.yml * smbd: rename module name to ksmbd.ko * smbd: set connection status with SMBD_SESS_EXITING instead of direct destory * smbd: previous session with same user and same password should be deleted * smbd: only use global session table in smb2 session * smbd: add support for ipv6 * smbd: fix empty macro issue from smbd_debug * cifsd: fix printing of file names in find_next Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* Merge pull request #11114 from Robby-/master-freeradius3_update_3_0_20Rosen Penev2020-01-26
|\ | | | | freeradius3: Update to 3.0.20
| * freeradius3: Update to 3.0.20Robby K2020-01-26
|/ | | | | | | | | | Latest stable release, contains security fixes for EAP-PWD (side-channel leak), logrotate settings (CVE-2019-10143) and a DoS issue due to multithreaded BN_CTX access (CVE-2019-17185). Also refreshed patches/002-disable-session-cache-CVE-2017-9148.patch due to the following changes/commits in freeradius: https://github.com/FreeRADIUS/freeradius-server/commit/bf1a1eda2387745bbe538998f3d2e6514f981bfd https://github.com/FreeRADIUS/freeradius-server/commit/a3c46544b38ab46218c385d0ee197538fad5b3da Signed-off-by: Robby K <robbyke@gmail.com>
* Merge pull request #10968 from zokl/node-javascript-obfuscatorJosef Schlehofer2020-01-26
|\ | | | | node-javascript-obfuscator: add package
| * node-javascript-obfuscator: add packageZbyněk Kocur2020-01-17
| | | | | | | | | | | | JavaScript obfuscator is a powerful free obfuscator for JavaScript with a wide number of features which provides protection for your source code. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* | Merge pull request #10503 from LoEE/jpc/master/git-macos-crossRosen Penev2020-01-25
|\ \ | | | | | | git: fix cross compilation on macOS
| * | git: Override uname result for cross-compilation.Jakub Piotr Cłapa2019-11-08
| | | | | | | | | | | | | | | | | | | | | Based on: http://lists.busybox.net/pipermail/buildroot/2016-May/161696.html Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
* | | Merge pull request #11066 from neheb/botanRosen Penev2020-01-25
|\ \ \ | | | | | | | | botan: remove
| * | | botan: removeRosen Penev2020-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In addition to being huge (1.5MB on mips24kc), it's not used by anything here. I believe this was added for use with kea but OpenSSL works just as well. Probably faster too. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11082 from neheb/lcdpRosen Penev2020-01-25
|\ \ \ \ | | | | | | | | | | lcdproc: add serdisplib dependency
| * | | | lcdproc: add serdisplib dependencyRosen Penev2020-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It gets picked up when it is existing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #11099 from nmav/tmp-libssh-checksRosen Penev2020-01-25
|\ \ \ \ \ | | | | | | | | | | | | libssh: simplify endianness check
| * | | | | libssh: simplified CMAKE testsNikos Mavrogiannopoulos2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is endianness check is provided as option, SSP and other flags are enabled by openwrt global flags to fix issues in unsupported systems, and unused flags were removed. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | | | Merge pull request #9686 from yogo1212/talloc_python3Rosen Penev2020-01-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | WIP talloc python3/cross-compilation issues
| * | | | | | talloc: update to version 2.3.1Leon M. George2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Leon M. George <leon@georgemail.eu>
* | | | | | | Merge pull request #11117 from mhei/libgpiod-python-bindingMichael Heimpold2020-01-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libgpiod: add package for the Python binding (fixes #11096)
| * | | | | | | libgpiod: add package for the Python binding (fixes #11096)Michael Heimpold2020-01-25
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #11115 from BKPepe/zeroconfHannu Nyman2020-01-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-zeroconf: update to version 0.24.4
| * | | | | | | python-zeroconf: update to version 0.24.4Josef Schlehofer2020-01-25
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #11058 from BKPepe/jinja2Rosen Penev2020-01-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Jinja2: update to version 2.10.3
| * | | | | | | Jinja2: update to version 2.10.3Josef Schlehofer2020-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #10669 from LLE8/add-ipfs-clientRosen Penev2020-01-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ipfs-http-client: add package
| * | | | | | | | ipfs-http-client: initial commitLeonid Esman2019-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPFS C++ HTTP API client library allows C++ applications to communicate with an IPFS node. It implements IPFS API bindings for C++. Not all methods are implemented. https://github.com/vasild/cpp-ipfs-http-client Signed-off-by: Leonid Esman <leonid.esman@gmail.com>
| * | | | | | | | nlohmannjson: initial commitLeonid Esman2019-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JSON for Modern C++ library. Design goals: intuitive syntax, trivial integration, serious testing. https://nlohmann.github.io/json/ IPFS C++ HTTP API client library depends on this library. Signed-off-by: Leonid Esman <leonid.esman@gmail.com>
* | | | | | | | | Merge pull request #10425 from luizluca/sane-nonrootRosen Penev2020-01-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | sane-backends: run (xinetd) saned as non-root
| * | | | | | | | | sane-backends: run (xinetd) saned as non-rootLuiz Angelo Daros de Luca2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | saned requires write access scanner USB bus for its process and to usblp/bind in order to rebind multifunctional printers back to usblp (for printing with p910nd). A hotplug script monitor new USB devices for scanners. Scanners are detected by searching /usr/share/sane/<vendor>-<backend>.usbid for the device product_id. The package saned creates user saned:scanners. Access is granted to group scanners. The default xinetd conf was updated to run as saned:scanner. sane-daemon pkg now has a postinst trigger that runs udevtrigger for granting perms where there are connected scanners during installation. Existing hotplug scripts from hplip were removed. They were mostly useless. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | | | | Merge pull request #10797 from pymumu/masterRosen Penev2020-01-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | smartdns: add new package
| * | | | | | | | | | smartdns: add new packageNick Peng2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | | | | | | | | | | youtube-dl: update to version 2020.1.24Josef Schlehofer2020-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | Merge pull request #11101 from neheb/jj2Rosen Penev2020-01-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | modemmanager stuff: don't use autoreconf
| * | | | | | | | | | | modemmanager: fixed license informationRosen Penev2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unrecognized configure option. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | | | | libqmi: do not use autoreconfRosen Penev2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autoreconf picks up host git, which breaks compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | | | | libmbim: do not use autoreconfRosen Penev2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autoreconf picks up host git, which breaks compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #11089 from neheb/zipRosen Penev2020-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | zip: remove host build
| * | | | | | | | | | | | luarocks: remove zip/host dependencyRosen Penev2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be satisfied by tools/host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | | | | | zip: remove host buildRosen Penev2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is conflicting with tools/zip where the HostBuild is specified. This should allow the zip package to show up. Several cleanups were also performed for consistency between packages. Added PKG_BUILD_PARALLEL:=1 for faster compilation. Remove PKG_CHECK_FORMAT_SECURITY. Patched the issue instead. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #11110 from srchack/open-vm-tools-bump-11.0.5Rosen Penev2020-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | open-vm-tools: bump to version 11.0.5
| * | | | | | | | | | | | | open-vm-tools: bump to version 11.0.5Yuhei OKAWA2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested x86_64 generic on ESXi 6.5u2 Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
* | | | | | | | | | | | | | Merge pull request #11107 from ja-pa/measurement-kit-0.10.9Hannu Nyman2020-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | measurement-kit: update to version 0.10.9
| * | | | | | | | | | | | | | measurement-kit: update to version 0.10.9Jan Pavlinec2020-01-23
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -enable geoip -add geoip db package Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | | Merge pull request #11105 from ja-pa/python-maxminddbHannu Nyman2020-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-maxminddb: update to version 1.5.2
| * | | | | | | | | | | | | | python-maxminddb: update to version 1.5.2Jan Pavlinec2020-01-23
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | | redis: update to version 5.0.7Jan Pavlinec2020-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>