aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| * | | | libgpg-error: Add ARC supportRosen Penev2019-05-19
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch was posted on the mailing list. Awaits inclusion looks like. Fixes long range build failures on the platform. Updated Mirror list. The first two seem to not work. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8862 from jefferyto/byobuRosen Penev2019-05-19
|\ \ \ \ | |/ / / |/| | | byobu: Add new package and dependencies
| * | | byobu: Add new packageJeffery To2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the website: Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions. Adapted from the old packages feed: https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=tree;f=utils/byobu Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | newt: Add new packageJeffery To2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the slang library. Adapted from the old packages feed: https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=tree;f=libs/newt Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | slang: Add new packageJeffery To2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the S-Lang website: S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software. It provides facilities required by interactive applications such as display/screen management, keyboard input, keymaps, and so on. The most exciting feature of the library is the slang interpreter that may be easily embedded into a program to make it extensible. While the emphasis has always been on the embedded nature of the interpreter, it may also be used in a stand-alone fashion through the use of slsh, which is part of the S-Lang distribution. Adapted from the old packages feed: https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=tree;f=libs/slang2 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9027 from James-TR/patch-2Rosen Penev2019-05-19
|\ \ \ \ | | | | | | | | | | libfstrm: fix formality issues
| * | | | libfstrm: fix formality issuesJames Taylor2019-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Correct issues with TITLE and add URL pointing to the fstrm GitHub Page. Reformat the description so it renders correctly in menuconfig. Fixes #9022 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | Merge pull request #8641 from dengqf6/bind9.14Rosen Penev2019-05-18
|\ \ \ \ \ | | | | | | | | | | | | [RFC/RFT] bind: update to 9.14.2
| * | | | | bind: update to 9.14.2Deng Qingfang2019-05-19
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BIND now requires POSIX thread and IPv6 support to build Add filter-AAAA plugin Remove unrecognized options Remove patch that no longer needed - 002-autoconf-ar-fix.patch Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>