aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libwebsockets: Bump to 4.2.1Karl Palsson2021-08-03
| | | | | | Changelog at: https://libwebsockets.org/git/libwebsockets/tree/changelog?id=8a580b59b23d204ca72028370e97a8f6aa0c9202 Signed-off-by: Karl Palsson <karlp@etactica.com>
* python3-distro: update to version 1.6.0Javier Marcet2021-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BACKWARDS COMPATIBILITY: - Deprecated the distro.linux_distribution() function. Use distro.id(), distro.version() and distro.name() instead [#296] - Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will only support Python 3.6+ - ENHANCEMENTS: - Added type hints to distro module [#269] - Added __version__ for checking distro version [#292] - Added support for arbitrary rootfs via the root_dir parameter [#247] - Added the --root-dir option to CLI [#161] - Added fallback to /usr/lib/os-release when /etc/os-release isn't available [#262] - BUG FIXES: - Fixed subprocess.CalledProcessError when running lsb_release [#261] - Ignore /etc/iredmail-release file while parsing distribution [#268] - Use a binary file for /dev/null to avoid TextIOWrapper overhead [#271] - RELEASE: - Moved repository from nir0s/distro to python-distro/distro on GitHub. Signed-off-by: Javier Marcet <javier@marcet.info>
* Merge pull request #16194 from miska/snort3-masterJosef Schlehofer2021-08-03
|\ | | | | net/snort3: Include default configs and snort2lua
| * net/snort3: Include default configs and snort2luaMichal Hrusecky2021-07-22
| | | | | | | | | | | | | | | | Include default configuration files to have something to start from. Also include snort2lua to help convert snort2 rules to snort3 to also help with bootstrapping the configuration. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | Merge pull request #16280 from 1715173329/dnsproxyJosef Schlehofer2021-08-03
|\ \ | | | | | | dnsproxy: Update to 0.39.1
| * | dnsproxy: Update to 0.39.1Tianling Shen2021-08-02
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #16281 from flyn-org/cyrus-saslRosen Penev2021-08-02
|\ \ \ | | | | | | | | cyrus-sasl: add optional sasldb package
| * | | cyrus-sasl: add optional sasldb packageW. Michael Petullo2021-08-02
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #16255 from stangri/master-curlStan Grishin2021-08-02
|\ \ \ | | | | | | | | curl: enable HTTP/2 support by default
| * | | curl: enable HTTP/2 support by defaultStan Grishin2021-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Lack of support of HTTP/2 by default starts to hurt, for example with https-dns-proxy package, some DoH resolvers (like mullvad) no longer support HTTP/1 and are not usable. This enables HTTP/2 support by default (which would bring ~68Kb libnghttp). Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | ccid: update to version 1.4.35Daniel Golle2021-08-03
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #16227 from WBNet-Wout/pdns-4.5.1Rosen Penev2021-08-02
|\ \ \ \ | |_|/ / |/| | | pdns: Update to 4.5.1
| * | | pdns: Update to 4.5.1Wout Bertrums2021-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TARGET_CXX is added, because PowerDNS now uses C++17. pdns.conf-dist is updated to the latest version shipped by PowerDNS. 010-time_t-check.patch, which is also used in pdns-recursor and dnsdist, is added to patch out the check for 64-bit time_t, because OpenWrt still supports 32-bit devices. 100-pdns-disable-pdns.conf-dist.patch is refreshed. Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | | openblas: bump to version 0.3.17 and fix ccache buildAlexandru Ardelean2021-08-02
|/ / / | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/16271 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #16274 from stangri/master-simple-adblockStan Grishin2021-08-02
|\ \ \ | | | | | | | | simple-adblock: update to 1.8.7-6
| * | | simple-adblock: update to 1.8.7-6Stan Grishin2021-08-02
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * supports newer shellcheck * restore EXTRA_COMMANDS compatibility with 19.07 * move status display from various functions to status_service * bugfix: status_service line break after output * minor arythmetic fix in status_service Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | Merge pull request #16252 from stangri/master-https-dns-proxyStan Grishin2021-08-01
|\ \ \ | | | | | | | | https-dns-proxy: update to 2021-07-29-1
| * | | https-dns-proxy: update to 2021-07-29-01Stan Grishin2021-07-30
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update binary to the latest commit (2021-07-29) to fix #16222 and #16239 * add hotplug.d/iface file and update Makefile to install it * use Cloudflare's and Google's bootstrap DNS if bootstrap DNS is missing * minor improvements in append_bool function * add append_counter function for verbosity setting * add append_bootstrap function (and supporting functions) to parse/sanitize bootstrap setting * move firewall array from 'main' instance to the first proxy instance * delete useless 'main' instace Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | Merge pull request #16230 from rsalvaterra/transmission-dscpRosen Penev2021-08-01
|\ \ \ | | | | | | | | transmission: apply DSCP to UDP sockets too
| * | | transmission: apply DSCP to UDP sockets tooRui Salvaterra2021-08-01
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Backport a pending patch in order to DSCP-mark UDP traffic. This allows for correct binning of traffic in diffserv-capable routers. Additionally, remove Rosen Penev from the maintainers list, as per his request. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | pyodbc: update hashTianling Shen2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | This package was updated without a hash change. Fixes: c1575225807cab ("pyodbc: update to version 4.0.31") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | clocate: add packageDavid Bauer2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | clocate is a small utility to determinethe location of a 802.11 capable device by using a remote locator service (Mozilla or Google). Signed-off-by: David Bauer <mail@david-bauer.net>
* | | Flash: update to version 2.0.1Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Jinja2: update to version 3.0.1Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Werkzeug: update to version 2.0.1Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | MarkupSafe: update to version 2.0.1Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | click: update to version 8.0.1Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | itsdangerous: update to version 2.0.1Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | pyodbc: update to version 4.0.31Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | postgresql: update to version 13.3Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | opentracker: update to git HEADDaniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libinput: update to version 1.18.0Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libudev-zero: update to version 0.5.2Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gpgme: update to version 1.16.0Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libksba: update to version 1.6.0Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | i2c-tools: update to version 4.3Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | perl-net-dns: update to version 1.32Daniel Golle2021-08-01
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #16262 from nxhack/node_14174Rosen Penev2021-07-31
|\ \ \ | | | | | | | | node: bump to 14.17.4
| * | | node: bump to 14.17.4Hirokazu MORIKAWA2021-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | July 2021 Security Releases: Use after free on close http2 on stream canceling (High) (CVE-2021-22930) Node.js is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22930 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #16248 from mhei/php7-updateMichael Heimpold2021-07-31
|\ \ \ \ | | | | | | | | | | php7: update to 7.4.22
| * | | | php7: update to 7.4.22Michael Heimpold2021-07-29
| | |/ / | |/| | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #16247 from mhei/php8-updateMichael Heimpold2021-07-31
|\ \ \ \ | | | | | | | | | | php8: update to 8.0.9/add runtime test
| * | | | php8: add CI runtime testMichael Heimpold2021-07-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | php8: update to 8.0.9Michael Heimpold2021-07-29
| |/ / / | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #16259 from OpenIoTHub/masterRosen Penev2021-07-30
|\ \ \ \ | |_|/ / |/| | | gateway-go: update to 0.2.0
| * | | gateway-go: update to 0.2.0Yu Fang2021-07-31
|/ / / | | | | | | | | | Signed-off-by: Yu Fang <yu@iotserv.com>
* | | Merge pull request #16246 from neheb/ykkRosen Penev2021-07-30
|\ \ \ | | | | | | | | ykclient: remove pointless PKG_BUILD_DEPENDS
| * | | ykclient: remove pointless PKG_BUILD_DEPENDSRosen Penev2021-07-29
| |/ / | | | | | | | | | | | | | | | Also replace dependency with + one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | nextdns: Update to version 1.35.0Olivier Poitrey2021-07-30
| | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | uvol: lvm: make 'up' call reliableDaniel Golle2021-07-30
|/ / | | | | | | | | | | | | | | Changing a volume right after activation doesn't work well due to some caching or race-condition issue. Perform activation as last lvchange operation as a work-around. Signed-off-by: Daniel Golle <daniel@makrotopia.org>