aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #9031 from James-TR/dnsdistRosen Penev2019-05-22
|\ | | | | dnsdist: add package
| * dnsdist: add packageJames Taylor2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: armv7l, OpenWRT SDK Run tested: armv7l Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 - confirmed dnsdist links correctly against dependencies and doesn't experience errors at run-time when enabling features. Description: dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its goal in life is to route traffic to the best server, delivering top performance to legitimate users while shunting or blocking abusive traffic. dnsdist is dynamic, its configuration language is Lua and it can be changed at runtime, and its statistics can be queried from a console-like interface or an HTTP API. https://dnsdist.org/ Closes: PowerDNS/pdns#3294 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | Merge pull request #9050 from nxhack/mg_fix_arc_buildRosen Penev2019-05-22
|\ \ | | | | | | mg: fix arc build fail
| * | mg: fix arc build failHirokazu MORIKAWA2019-05-22
| | | | | | | | | | | | | | | | | | fix arc (uClibc) build fail Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #9049 from neheb/urcRosen Penev2019-05-22
|\ \ \ | |/ / |/| | liburcu: Do not build on ARC
| * | liburcu: Do not build on ARCRosen Penev2019-05-21
| | | | | | | | | | | | | | | | | | Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9047 from cotequeiroz/python-licenseRosen Penev2019-05-21
|\ \ \ | |/ / |/| | python-{pip,setuptools}: add LICENSE, CPE information
| * | python-python3-pip: add LICENSE informationEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | CVE id was left commented out as it is not handled by uscan. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | python-python3-setuptools: add LICENSE informationEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | CVE id was left commented out as it is not handled by uscan. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #9048 from ldir-EDB0/luajitRosen Penev2019-05-21
|\ \ \ | | | | | | | | luajit: permit building on macos host
| * | | luajit: permit building on macos hostKevin Darbyshire-Bryant2019-05-21
| |/ / | | | | | | | | | | | | | | | | | | | | | luajit didn't understand completely that it was building in a cross compiled environment for Linux target. This would cause issues when building under openwrt on macos. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | xtables-addons: pass correct flags to compile and installSébastien Blin2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | The Makefile currently redefine the Compile and Install functions. This is not working when using an external toolchain because some flags are not interpreted, like CROSS_COMPILE. It is possible to override the MAKE_FLAGS and MAKE_INSTALL_FLAGS instead. Signed-off-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
* | | openpyxl: bump to 2.6.2, add python3, fix dependsEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current package does not work, due to missing dependencies, so they are being added now, along with python3 support. This versions brings many bugfixes, and the option to use defusedxml if available, protecting against many xml exploits. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | python-et_xmlfile: restore & update removed packageEneas U de Queiroz2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of the openpyxl package. The package Makefile was reworked, and a python3 variant was added. Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | python-jdcal: restore & update removed packageEneas U de Queiroz2019-05-21
|/ / | | | | | | | | | | | | | | | | This is a dependency of the openpyxl package. The package Makefile was reworked, and a python3 variant was added. Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #9038 from TDT-AG/pr/20190520-stunnelFlorian Eckert2019-05-21
|\ \ | | | | | | stunnel: update version to 5.54
| * | stunnel: update version to 5.54Florian Eckert2019-05-21
| | | | | | | | | | | | | | | | | | | | | Update to latest stable release 5.54 Add new options ticketKeySecret and ticketMacSecret to uci validation. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #8993 from cotequeiroz/rcssminRosen Penev2019-05-21
|\ \ \ | | | | | | | | python-rcssmin: restore & update removed package, add depend to django-compressor
| * | | django-compressor: add missing dependencies.Eneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added python-rcssmin, and django-appconfig as dependencies, and a note in the package help text about not having a rjsmin package, so the jsmin (javascript) filter will not work. Adjusted the Makefile to conform to current python-package style, and to display the package title correctly in menuconfig. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | python-rcssmin: restore & update removed packageEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of django-compressor. The package Makefile was reworked, and a python3 variant was added. Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #9016 from nxhack/mg_for_emacsianRosen Penev2019-05-21
|\ \ \ \ | | | | | | | | | | mg: add new package - microscopic emacs style editor
| * | | | mg: add new package/microscopic emacs style editorHirokazu MORIKAWA2019-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Emacsian! You can use "Dired", which is Emacsian's favorite. You can also use "re-search". Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #9040 from cotequeiroz/python-licenseRosen Penev2019-05-21
|\ \ \ \ \ | | | | | | | | | | | | Python/python3: refresh license information
| * | | | | python3: refresh LICENSE informationEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed PKG_LICENSE to reflect spdx license tag, and PKG_LICENSE_FILES to include all lincense-related files applicable to the parts of the code we are actually using to build and/or distributing. The Windows-only files, and the python-bundled Tools we're not using have been left out. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python: refresh LICENSE informationEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed PKG_LICENSE to reflect spdx license tag, and PKG_LICENSE_FILES to include all lincense-related files applicable to the parts of the code we are actually using to build and/or distributing. The Windows-only files, and the python-bundled Tools we're not using have been left out. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #9039 from cotequeiroz/python_conditionalRosen Penev2019-05-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | treewide: add PACKAGE_* DEPENDS conditionals to python packages building both variants, update README.md
| * | | | | | treewide: Add PACKAGE_* conds to python packagesEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a package builds python & python3 variants, then the respective PACKAGE-python* conditional DEPENDS were added, since circular dependencies should all be resolved now. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | | python: README.md: adjust recursive dep text, miscEneas U de Queiroz2019-05-20
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the conditionals to DEPENDS should not cause circular dependencies any more. This adjusts the text to point out that it used to be a problem, and if it happens again, one should open an issue. Also, some spotted trivial errors were fixed. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #9045 from nxhack/serialport_bindingsRosen Penev2019-05-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | node-serialport-bindings: add new package - fix powerpc build fail
| * | | | | | node-serialport-bindings: add new package - fix powerpc build failHirokazu MORIKAWA2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix powerpc 'node-serialport' package build fail divide node-serialport' into node-serialport' and node-serialport-bindings powerpc termios2 issue ref: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1619446 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | Merge pull request #9046 from nxhack/fix_powerpc_failRosen Penev2019-05-20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | node-serialport: fix powerpc build fail
| * | | | | | node-serialport: fix powerpc build failHirokazu MORIKAWA2019-05-21
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix powerpc 'node-serialport' package build fail divide node-serialport' into node-serialport' and node-serialport-bindings node-serialport-bindings PR : https://github.com/openwrt/packages/pull/9045 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | Merge pull request #9037 from MikePetullo/dmapdRosen Penev2019-05-20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | dmapd: update to 0.0.82
| * | | | | dmapd: update to 0.0.82W. Michael Petullo2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | php7: update to 7.2.18Michael Heimpold2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile and run tested on mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #9036 from MikePetullo/libdmapsharingHannu Nyman2019-05-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | libdmapsharing: update to 3.9.7
| * | | | | | libdmapsharing: update to 3.9.7W. Michael Petullo2019-05-19
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #9007 from cotequeiroz/makefile_styleRosen Penev2019-05-20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Update Makefile style in cotequeiroz-maintained packages
| * | | | | python-qrcode: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python-oauthlib: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python-defusedxml: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python-certifi: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | pyjwt: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | django-webpack-loader: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | django-simple-captcha: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | django-ranged-response: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | django-formtools: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #8924 from neheb/clambRosen Penev2019-05-20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | clamav: Remove build hacks
| * | | | | clamav: Remove build hacksRosen Penev2019-05-19
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplified the Makefile and fixes compilation with uClibc-ng. Also added IPv6 support. Took the time to clean up the Makefile with other useful options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9021 from neheb/errRosen Penev2019-05-19
|\ \ \ \ \ | |_|_|/ / |/| | | | libgpg-error: Add ARC support