aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #14190 from TDT-AG/pr/20201210-lcd4linuxFlorian Eckert2020-12-11
|\ | | | | lcd4linux: switch service to procd
| * lcd4linux: switch service to procdFlorian Eckert2020-12-10
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #14194 from neheb/i3Rosen Penev2020-12-10
|\ \ | | | | | | github: test i386_pentium-mmx instead of pentium4
| * | github: test i386_pentium-mmx instead of pentium4Rosen Penev2020-12-10
| | | | | | | | | | | | | | | | | | | | | It seems the former causes more compilation failures due to not having SSE. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14193 from nxhack/node_14151Rosen Penev2020-12-10
|\ \ \ | |/ / |/| | node: update to v14.15.1
| * | node: update to v14.15.1Hirokazu MORIKAWA2020-12-10
| | | | | | | | | | | | | | | | | | Update to v14.15.1 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #14191 from luizluca/easy-rsa-3.0.8Rosen Penev2020-12-10
|\ \ \ | | | | | | | | openvpn-easy-rsa: bump to 3.0.8
| * | | openvpn-easy-rsa: bump to 3.0.8Luiz Angelo Daros de Luca2020-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New easyrsa will look for missing vars and x509-types where easyrsa is located (following symlink). /usr/bin/easyrsa is now a link to /usr/lib/easyrsa/easyrsa and /usr/lib/easyrsa/{vars,x509-types} a link to /etc/easyrsa/{vars,x509-types}. This keeps the same previous OpenWrt easyrsa behavior which tries to use $PWD/pki and /etc/easyrsa/{vars,x509-types}, but without patching it. Easyrsa can also use env vars to set pki root path (instead of /usr/lib/easyrsa), pki path (instead of $PWD/pki) and vars path. Those variables are commented in /etc/profile.d/50-openvpn-easy-rsa.sh as an example of how to make easyrsa run independent of $PWD. That scriptlet also sets $EASYRSA_TEMP_DIR from $EASYRSA_PKI/tmp to /tmp in order to avoid writing to persistent media (normally flash). However, as a profile scriptlet, it will only be used after session is restarted. The "build" tgz was replaced by the "source" tar. "build" version has a different file structure, making any patch backports too complex. I'm also putting myself as maintainer. Closes openwrt/openwrt#2926, since it moved to openwrt/packages. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | Merge pull request #14135 from simm42/masterRosen Penev2020-12-10
|\ \ \ \ | |_|_|/ |/| | | Add support to darkstat to allow multiple local networks to be specified for montioring
| * | | darkstat: bump package versionSimon Day2020-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved Signed-off-by: Simon Day <email@simonday.info>
| * | | darkstat: Add support to darkstat to allow multiple local networks to beSimon Day2020-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified for montioring eg allows ipv4 and ipv6 forwarded traffic to be monitored from both main network and dmz in single graph Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved Signed-off-by: Simon Day <email@simonday.info>
| * | | darkstat: Add support to darkstat to allow multiple local networks to beSimon Day2020-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified for montioring eg allows ipv4 and ipv6 forwarded traffic to be monitored from both main network and dmz in single graph Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved Signed-off-by: Simon Day <email@simonday.info>
* | | | Merge pull request #13628 from mhei/php7-testMichael Heimpold2020-12-10
|\ \ \ \ | | | | | | | | | | php7: add CI test script
| * | | | php7: add CI test scriptMichael Heimpold2020-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds basic checks for php7 core and module packages. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | libpng: fix paths in config filesRosen Penev2020-12-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | xmlrpc-c: fix config file prefix pathRosen Penev2020-12-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | curl: fix host config fileRosen Penev2020-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the prefix instead. Replace custom Compile section with PKG_INSTALL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | gnurl: fix host config fileRosen Penev2020-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the prefix instead. Replace custom Compile section with PKG_INSTALL. Minor cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libgcrypt: fix config fileRosen Penev2020-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the prefix instead of each path. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | kmod: fix wrong paths in pkgconfig filesRosen Penev2020-12-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libuv: fix pkgconfig paths for libuv-static.pc as wellRosen Penev2020-12-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | iftop: fix compilation with GCC 10Rosen Penev2020-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC 10 defaults to fno-common, which demands unique defenitions. Patch taken from buildroot. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | iftop: add packagePaul Spooren2020-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved over from openwrt.git Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | https-dns-proxy: update binary to 2020-08-21Stan Grishin2020-12-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | Merge pull request #14177 from neheb/bashRosen Penev2020-12-10
|\ \ \ \ \ | | | | | | | | | | | | bash: update to 5.1
| * | | | | bash: update to 5.1Rosen Penev2020-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Refresh others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14189 from nxhack/mg_681Rosen Penev2020-12-10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | mg: update to 6.8.1
| * | | | | mg: update to 6.8.1Hirokazu MORIKAWA2020-12-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | update to 6.8.1 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | modemmanager: bump releaseRosen Penev2020-12-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13009 from valexi7/masterRosen Penev2020-12-09
|\ \ \ \ \ | | | | | | | | | | | | modemmanager: Added options
| * | | | | modemmanager: added new proto optionsValtteri Holopainen2020-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added signal refresh rate option modemmanager: update readme.md Added description for added proto options. Added compile option to compile --with-at-command-via-dbus for allowing AT commands to modem without --debug flag Changes to be committed: modified: net/modemmanager/Config.in modified: net/modemmanager/Makefile modified: net/modemmanager/files/modemmanager.init modified: net/modemmanager/files/modemmanager.proto modified: README.md Signed-off-by: Valtteri Holopainen <valtsu@gmail.com>
* | | | | | Merge pull request #14159 from ja-pa/git-2.29.2Rosen Penev2020-12-08
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | git: update to version 2.29.2
| * | | | | git: update to version 2.29.2Jan Pavlinec2020-12-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | apr-util: fix config file and install to proper locationRosen Penev2020-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows subversion to find it properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14176 from zhanhb/lessRosen Penev2020-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | less: update to 563, move binary to /usr/libexec
| * | | | | | less: update to general release version 563Huangbin Zhan2020-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | | less: move binary of alternatives to /usr/libexecHuangbin Zhan2020-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | Merge pull request #14175 from Andy2244/samba-4.13.2Rosen Penev2020-12-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | samba4: update to 4.13.2
| * | | | | | | samba4: update to 4.13.2Andy Walsh2020-12-08
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.13.2 * remove outdated option "write cache size" Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | Merge pull request #14174 from Andy2244/libtirpc-1.3.1Rosen Penev2020-12-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libtirpc: update to 1.3.1
| * | | | | | | libtirpc: update to 1.3.1Andy Walsh2020-12-08
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 1.3.1 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | Merge pull request #14173 from Andy2244/wsdd2-19-11-2020Rosen Penev2020-12-08
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | wsdd2: update to git (2020-11-19)
| * | | | | | wsdd2: update to git (2020-11-19)Andy Walsh2020-12-08
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to git (2020-11-19) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Mosquitto: major update to version 2.0Karl Palsson2020-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major release, full release notes available at: https://mosquitto.org/blog/2020/12/version-2-0-0-released/ Tested on ath79, ssl full, ssl trimmed and non-ssl builds, and also all at the same time. Users may/will run into some of the changes in default authentication. Note https://mosquitto.org/documentation/migrating-to-2-0/ for tips on migrating. Patch included has already merged upstream, but didn't make the release: https://github.com/eclipse/mosquitto/pull/1930 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | libs: add cJSONKarl Palsson2020-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New package, new dependency of mosquitto v2.0 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | subversion: update to 1.14.0Rosen Penev2020-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove several configure options. apr-(utils) has been fixed, which makes them useless. Also removed PKG_BUILD_DEPENDS for that reason. Simplify NLS with autoreconf_bool. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14166 from neheb/neonnRosen Penev2020-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | neon: install neon-config to host path
| * | | | | | neon: install neon-config to host pathRosen Penev2020-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps old packages that do not use pkgconfig. Fixed paths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12913 from ja-pa/augeas-new-packageRosen Penev2020-12-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | augeas & python-augeas: add new package
| * | | | | | | python-augeas: add new packageJan Pavlinec2020-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz> Co-authored-by: Jeffery To <jeffery.to@gmail.com>