aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | net: socat: add option userPaul Fertser2021-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow UCI configuration to specify username to run this service as. Defaults to root. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | | | Merge pull request #16430 from LecrisUT/improve-gandiFlorian Eckert2021-09-03
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: better error management for gandi
| * | | | | ddns-script-gandi: Better error managementCristian Le2021-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed DNS endpoint to LiveDNS - Now using `jshn.sh` - Better handle errors and ouput Signed-off-by: Cristian Le <git@lecris.me>
* | | | | | acme: Fix uhttpd restart to load new certificatesDennis Schüsselbauer2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #16256 Signed-off-by: Dennis Schüsselbauer <scde@users.noreply.github.com>
* | | | | | Merge pull request #16520 from ClaymorePT/boost_1.77.0Rosen Penev2021-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | boost: Bump to version 1.77.0
| * | | | | | boost: Bump to version 1.77.0Carlos Miguel Ferreira2021-09-02
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates boost to version 1.77.0 More info about Boost 1.77.0 can be found at the usual place [1]. There are two new libraries in this version: * Describe [2]: A C++14 reflection library, from Peter Dimov. Provides macros for describing enumerators and struct/class members, and primitives for querying this information. * Lambda2 [3]: A C++14, dependency-free, single header lambda library, from Peter Dimov. Allows simple function objects to be constructed via expressions such as: _1 + 5, _1 % 2 == 0, _1 > _2, or _1 == ' ' || _1 == '\t'. [1]: https://www.boost.org/users/history/version_1_77_0.html [2]: https://www.boost.org/libs/describe/ [3]: https://www.boost.org/libs/lambda2/ Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | | | Merge pull request #16516 from jefferyto/golang-packages-remove-strip-ldflagsRosen Penev2021-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | treewide: Remove GO_PKG_LDFLAGS for stripping binaries
| * | | | | | treewide: Remove GO_PKG_LDFLAGS for stripping binariesJeffery To2021-09-02
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the binaries it produces. Since the default Go package build process will strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected, these flags are unnecessary. When CONFIG_NO_STRIP is selected, these flags override the user's intention of building unstripped packages. This removes these flags for all relevant packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #16519 from 1715173329/dnslookupRosen Penev2021-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | dnslookup: Update to 1.4.9
| * | | | | | dnslookup: Update to 1.4.9Tianling Shen2021-09-02
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | ieee8021xclient: add packageDavid Yang2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | openvpn: add OpenVPN option push-peer-infoNguyen Quang Minh2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow the server to know more info about the client like HWADDR, very useful for managing IoT devices. See: https://www.mankier.com/8/openvpn#--push-peer-info Signed-off-by: Nguyen Quang Minh <minhnq31@fpt.com.vn>
* | | | | | acme: add haproxy supportWakatatsu Ryou2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
* | | | | | acme: add haproxy supportWakatatsu Ryou2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
* | | | | | tinc: use 'uci_get_state' instead of 'uci -P /var/state get'Etienne Champetier2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | ntfs-3g: bump to 2021.8.22 (CVE fixes)Sebastian Kemper2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream announced new release which includes fixes for 21 CVEs (see [1]). Upstream changed the symlink "mkfs.ntfs" to respect "--sbin-dir". So this commit adjusts this likewise in the Makefile. [1] https://www.openwall.com/lists/oss-security/2021/08/30/1 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | Merge pull request #16507 from robho/perl_data_needs_scalarRosen Penev2021-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | perlbase-data: Add dependency on perlbase-scalar
| * | | | | | perlbase-data: Add dependency on perlbase-scalarRobert Högberg2021-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Data::Dumper requires Scalar::Util -> add missing dependency. Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | | | | | | Merge pull request #16460 from paper42/mutt-2.1.2Rosen Penev2021-09-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mutt: update to 2.1.2
| * | | | | | | mutt: update to 2.1.2, switch to AUTORELEASEMichal Vasilek2021-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | | | Merge pull request #16505 from gladiac1337/haproxy-2.4.3Rosen Penev2021-09-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.4.3
| * | | | | | | | haproxy: Update HAProxy to v2.4.3Christian Lachner2021-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | Merge pull request #16513 from jefferyto/python-cryptography-3.4.8Rosen Penev2021-09-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-cryptography: Update to 3.4.8
| * | | | | | | | | python-cryptography: Update to 3.4.8Jeffery To2021-09-02
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / | | | | | | | fail2ban: initial package of fail2ban version 0.11.2Kerma Gérald2021-09-01
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3-pyinotify: initial package version 0.9.6 of pyinotify for python3 Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | | | | | Merge pull request #16508 from mhei/php7-updateMichael Heimpold2021-09-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | php7: update to 7.4.23
| * | | | | | | | php7: update to 7.4.23Michael Heimpold2021-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | htop: Add HTOP_LMSENSORS config optionEtienne Champetier2021-08-31
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabled by default for x86, this enables lm-sensors support in htop. Also add --enable-linux-affinity to avoid autodetecting it Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | Merge pull request #16499 from mhei/php8-updateMichael Heimpold2021-08-31
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | php8: update to 8.0.10
| * | | | | | | php8: update to 8.0.10Michael Heimpold2021-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #16429 from LecrisUT/PowerDNSFlorian Eckert2021-08-31
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | ddns-scripts: PowerDNS script
| * | | | | | | ddns-scripts-pdns: Add packageCristian Le2021-08-31
|/ / / / / / / | | | | | | | | | | | | | | Signed-off-by: Cristian Le <git@lecris.me>
* | | | | | | Merge pull request #16462 from commodo/python-sync-host-pip-reqsAlexandru Ardelean2021-08-31
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | python3-package.mk: add check for dependencies in host-pip-requirements
| * | | | | | python3-package.mk: add check for dependencies in host-pip-requirementsAlexandru Ardelean2021-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It often happens that we update a package to a new version (e.g. cffi) to a newer version, but we forget to update the version for cffi in the `lang/python/host-pip-requirements/cffi.txt` file. This check adds a minimal check, so that when a build occurs for a Python package, if there is a mention/listing of this package in `lang/python/host-pip-requirements/` it will check that the versions match. This way, when we update a package, we get a build failure and update the host version as well. This will omit packages (like Cython) that are not packaged for OpenWrt, but are host-side dependencies only. But until we find some mechanism to check for those, we will probably only notice to update them when another build occurs (at the very least). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | seafile-seahub: move Django-1.11.txt in package folderAlexandru Ardelean2021-08-30
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Django 1.11 (host-build) is only needed for Seahub. And won't ever be needed for anything else (hopefully). This change moves it to the Seahub folder. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #16498 from TDT-AG/pr/20210830-stunnelFlorian Eckert2021-08-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | stunnel: update to version 5.60
| * | | | | | stunnel: update to version 5.60Florian Eckert2021-08-30
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #16497 from TDT-AG/pr/20210830-keepalivedFlorian Eckert2021-08-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | keepalived: update to version 2.2.4
| * | | | | | keepalived: update to version 2.2.4Florian Eckert2021-08-30
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #16493 from 1715173329/v2rayaRosen Penev2021-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | v2rayA: Update to 1.5.2
| * | | | | | v2rayA: Update to 1.5.2Tianling Shen2021-08-31
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed init script to adapt new arguments accepted by the program. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* / / / / / uvol: move uxc persistent config volume to /var/run/uxcDaniel Golle2021-08-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As /var/state is used for UCI state, move persistent config for uxc from /var/state/uxc to /var/run/uxc. uxc itself has already been changed to look for it there. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #16489 from dibdot/banIPDirk Brenken2021-08-29
|\ \ \ \ \ | | | | | | | | | | | | banip: update 0.7.10
| * | | | | banip: update 0.7.10Dirk Brenken2021-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch to unencrypted http downloads for ipdeny.com due to persistant certificate issues * compact json generator code (tested with report files > 2MB) * various code cleanups and optimizations Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | v2rayA: add new packageTianling Shen2021-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v2rayA is a Linux web GUI client of Project V which supports V2Ray, Xray, Shadowsocks, ShadowsocksR, Trojan and Pingtunnel. Wiki: https://github.com/v2rayA/v2rayA/wiki Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | json-glib: bump to version 1.6.6Sebastian Kemper2021-08-29
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also drops 01-remove-python-check.patch, which was added previously to allow Github Actions to work. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | pdns-recursor: Update to v4.5.5Wout Bertrums2021-08-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | | | pdns-recursor: Update recursor.conf-distWout Bertrums2021-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been updated to the latest version shipped by upstream. This has not been done since v4.2.1, hence the big diff. Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | | | memcached: use memcached userPaul Spooren2021-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoid using `nobody` as user since multiple services fallback to this user, resulting in a security issue. The UID was taken from Gentoos `acct-user` repository. https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-user/memcached/memcached-0-r1.ebuild Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | nfs-kernel-server: update to 2.5.4Rosen Penev2021-08-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>