aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libffi: bump to 3.4.2Stijn Tintel2021-08-07
| | | | | | | | Remove both patches as they have been upstreamed. This new release is only available on Github and does not ship configure or Makefile, so autoreconf is needed. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #16290 from ja-pa/tailscale-updateJosef Schlehofer2021-08-06
|\ | | | | tailscale: update to version 1.12.1
| * tailscale: update to version 1.12.1Jan Pavlinec2021-08-03
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | Merge pull request #15895 from flyn-org/fuse-overlayfsRosen Penev2021-08-05
|\ \ | | | | | | fuse-overlayfs: add new package
| * | fuse-overlayfs: add new packageW. Michael Petullo2021-08-05
| | | | | | | | | | | | | | | | | | | | | This is part of an attempt to get rootless podman to work on OpenWrt. See https://github.com/openwrt/packages/issues/15096. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | attendedsysupgrade-common: update server URLPaul Spooren2021-08-06
| | | | | | | | | | | | | | | | | | The service is now on a new server which supports IPv6. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | Revert "gnutls: update to 3.7.2"Stijn Tintel2021-08-05
| | | | | | | | | | | | | | | | | | Fixes #16083 This reverts commit 59a39d4c6fbe9c0179b16a714bf1a0c3afcbef5e.
* | | Merge pull request #16151 from rsalvaterra/tor-bumpRosen Penev2021-08-03
|\ \ \ | | | | | | | | tor: bump to 0.4.6.6 stable
| * | | tor: bump to 0.4.6.6 stableRui Salvaterra2021-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Run-tested on mvebu/cortexa9 (tor-basic) without issues. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | Merge pull request #16260 from dhewg/libopusencRosen Penev2021-08-03
|\ \ \ \ | | | | | | | | | | libopusenc: cherry-pick post-release crash fixes
| * | | | libopusenc: cherry-pick post-release crash fixesAndre Heider2021-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes crashes like: daemon.err asterisk[5087]: Assertion failed: enc->streams == NULL (src/opusenc.c: ope_encoder_drain: 839) Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | Merge pull request #16279 from Ansuel/improve-atlasRosen Penev2021-08-03
|\ \ \ \ \ | | | | | | | | | | | | atlas-sw-probe: fix copypaste error and clean tmp dir on exit
| * | | | | atlas-sw-probe: fix copypaste error and clean tmp dir on exitAnsuel Smith2021-08-02
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix copypaste error for PUB_KEY link creation - Clean tmp dir on exit to clear any remaining data Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #16277 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.2Rosen Penev2021-08-03
|\ \ \ \ \ | | | | | | | | | | | | gnuplot: Updated gnuplot to 5.4.2
| * | | | | gnuplot: Updated gnuplot to 5.4.2Matteo Cicuttin2021-08-02
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @datafl4sh Compile tested: x86, sunxi, bcm27xx Run tested: x86, sunxi, bcm27xx Description: Updated gnuplot from 5.4.1 to 5.4.2 Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
* | | | | libwebsockets: enable built in uloop supportKarl Palsson2021-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uloop is always available on OpenWrt, so build in LWS's uloop support by default. Size difference of .ipk is 683 bytes, or about 0.5%. No known applications use this at present, but it seems better to proactively offer it. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | 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>