Dirk Brenken [Fri, 13 Aug 2021 06:28:29 +0000 (08:28 +0200)]
travelmate: update to 2.0.5-2
* scan for open uplinks even if no other station has been added/configured
Signed-off-by: Dirk Brenken <dev@brenken.org>
Daniel Golle [Fri, 13 Aug 2021 03:48:21 +0000 (04:48 +0100)]
auc: handle root filesystem type
Automatically select image root filesystem type and allow the user
to override that choice using the new '-F' command line option.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 13 Aug 2021 03:49:18 +0000 (04:49 +0100)]
exim: some clean ups
* use username/group 'exim' instead of mail
* register configuration file
* make sure /usr/lib/exim/lookups exists
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Fri, 13 Aug 2021 02:50:00 +0000 (19:50 -0700)]
Merge pull request #16351 from turris-cz/sqlalchemy
python-sqlalchemy: update to version 1.4.22
Josef Schlehofer [Fri, 13 Aug 2021 01:08:22 +0000 (03:08 +0200)]
python-sqlalchemy: update to version 1.4.22
Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Thu, 12 Aug 2021 18:12:20 +0000 (11:12 -0700)]
Merge pull request #16336 from G-M0N3Y-2503/docker-20.10.8
Docker 20.10.8
Rosen Penev [Thu, 12 Aug 2021 18:07:51 +0000 (11:07 -0700)]
Merge pull request #16341 from Payne-X6/master
knot: update to version 3.1.1
Florian Eckert [Thu, 12 Aug 2021 12:18:01 +0000 (14:18 +0200)]
Merge pull request #16318 from selanf/x2
xinetd: support for anonym configs
Fritz D. Ansel [Thu, 12 Aug 2021 12:05:09 +0000 (14:05 +0200)]
xinetd: fix syntax violation
see https://github.com/openwrt/packages/pull/16318#discussion_r687481110
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
Fritz D. Ansel [Thu, 12 Aug 2021 12:01:48 +0000 (14:01 +0200)]
xinetd: support for anonym configs
config by names clashes if a service supports
udp and tcp, eg time and daytime
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
Jan Hak [Thu, 12 Aug 2021 11:24:47 +0000 (13:24 +0200)]
knot: update to version 3.1.1
Signed-off-by: Jan Hak <jan.hak@nic.cz>
Toke Høiland-Jørgensen [Thu, 12 Aug 2021 10:41:01 +0000 (12:41 +0200)]
radsecproxy: Bump to v1.9.0
Remove 300-gcc10.patch as that was applied upstream, and refresh the
other patch.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Florian Eckert [Thu, 12 Aug 2021 10:33:09 +0000 (12:33 +0200)]
Merge pull request #16315 from selanf/x1
collectd: enable cpufreq plugin for mediatek
Rosen Penev [Thu, 12 Aug 2021 10:29:06 +0000 (03:29 -0700)]
Merge pull request #16328 from turris-cz/hwdata
hwdata: update to version 0.350
Gerard Ryan [Wed, 11 Aug 2021 12:21:05 +0000 (22:21 +1000)]
dockerd: Updated to 20.10.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Wed, 11 Aug 2021 12:20:46 +0000 (22:20 +1000)]
docker: Updated to 20.10.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Wed, 11 Aug 2021 12:19:36 +0000 (22:19 +1000)]
containerd: Updated to 1.4.9 for docker 20.10.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Wed, 11 Aug 2021 12:18:14 +0000 (22:18 +1000)]
runc: Updated to 1.0.1 for docker 20.10.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Alexandru Ardelean [Thu, 12 Aug 2021 08:22:36 +0000 (11:22 +0300)]
Merge pull request #16320 from turris-cz/babel
python-babel: update to version 2.9.1
Alexandru Ardelean [Thu, 12 Aug 2021 08:21:53 +0000 (11:21 +0300)]
Merge pull request #16329 from turris-cz/pycurl
python-curl: update to version 7.44.0
Alexandru Ardelean [Thu, 12 Aug 2021 07:50:08 +0000 (10:50 +0300)]
Merge pull request #16325 from egorenar/stress-ng-libkmod
stress-ng: add missing libkmod dependency
Fritz D. Ansel [Thu, 12 Aug 2021 07:47:21 +0000 (09:47 +0200)]
collectd: enable cpufreq plugin for mediatek
tested on e8450 ubi+non-ubi
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
Daniel Golle [Wed, 11 Aug 2021 23:04:13 +0000 (00:04 +0100)]
auc: update to version 0.1.9
Follow the @aparcar's withlist:
- [x] Print URL of used server when searching for an update
- [x] Implement `-y` option which automatically accepts changes
- [x] Implement `-r` option which doesn't check for package upgrades but only new releases
- [x] Print link or created image to be downloadable by the user from a browser/curl.
Also allow selecting branch and version manually.
Fixes: #16324
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 11 Aug 2021 22:41:42 +0000 (23:41 +0100)]
exim: add default config and init script, enable lmtp
Ship default configuration /etc/exim/exim.conf as well as
a simple procd init script. Enable building with LMTP for better
integration with dovecot.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 10 Aug 2021 23:48:15 +0000 (00:48 +0100)]
postgresql: improve init script
Use newly introduced procd_add_restart_mount_trigger to make sure
postmaster gets started only once PGDATA becomes available.
Relocate socket directory to /var/lib/postgresql to make it possible
to run postgresql inside a ujail.
Use signal for shutdown, so it works nicely with jail.
Allow multiple script in UCI 'config postgres-db' to be a list and
run them in order listed.
User more silent methods to check for db or role existence and make
it easy to create several databases owned by the same user by passing
the same credentials multiple times.
Remove disfunctional reload handler.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Josef Schlehofer [Wed, 11 Aug 2021 22:07:26 +0000 (00:07 +0200)]
python-curl: update to version 7.44.0
Changelog:
PycURL 7.44.0 - 2021-08-08
--------------------------
This release reinstates best effort Python 2 support, adds Python 3.9 and
Python 3.10 alpha support and implements support for several libcurl options.
Official Windows builds are currently not being produced.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Wed, 11 Aug 2021 21:45:19 +0000 (23:45 +0200)]
hwdata: update to version 0.350
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Wed, 11 Aug 2021 21:18:49 +0000 (23:18 +0200)]
Merge pull request #16314 from ja-pa/redis-6.2.5
redis: update to version 6.2.5
Dirk Brenken [Wed, 11 Aug 2021 21:11:51 +0000 (23:11 +0200)]
Merge pull request #16323 from dibdot/travelmate
travelmate: update to 2.0.5
Michael Heimpold [Wed, 11 Aug 2021 20:09:41 +0000 (22:09 +0200)]
Merge pull request #16112 from dmascord/add_mdio-tools
mdio-tools: add package plus kernel module
Alexander Egorenkov [Wed, 11 Aug 2021 18:48:35 +0000 (20:48 +0200)]
stress-ng: add missing libkmod dependency
This fixes build problem introduced in commit
9a1bb4baf55f ("stress-ng: bump to version 0.13.00"):
Package stress-ng is missing dependencies for the following libraries:
libkmod.so.2
Fixes: 9a1bb4baf55f ("stress-ng: bump to version 0.13.00")
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
Dirk Brenken [Wed, 11 Aug 2021 17:14:56 +0000 (19:14 +0200)]
travelmate: update to 2.0.5
* support the new travelmate option 'macaddr' to use a pre-defined MAC address (per uplink)
* vpn connections are now handled separately for each uplink
* The autoadd-feature for adding open uplinks will now be limited by the 'trm_maxautoadd' option. The default is '5', '0' disables this limitation.
* more code cleanups und optimizations to reduce the repetitive connection handling workload
* bugfixes regarding multiple radio support
* refine cp detection (no longer write and parse an error file)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Michal Vasilek [Wed, 11 Aug 2021 11:56:05 +0000 (13:56 +0200)]
syncthing: update to version 1.18.1
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Josef Schlehofer [Wed, 11 Aug 2021 08:11:05 +0000 (10:11 +0200)]
python-babel: update to version 2.9.1
Changelog:
https://github.com/python-babel/babel/releases/tag/v2.9.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jan Pavlinec [Wed, 11 Aug 2021 06:38:50 +0000 (08:38 +0200)]
redis: update to version 6.2.5
Fixes CVE-2021-32761
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
Rosen Penev [Tue, 10 Aug 2021 23:16:51 +0000 (16:16 -0700)]
Merge pull request #16197 from Ansuel/nginx-up
nginx: bump to 1.21.1 and improve makefile
Rosen Penev [Mon, 9 Aug 2021 20:59:45 +0000 (13:59 -0700)]
Merge pull request #16310 from commodo/stress-ng-bump
stress-ng: bump to version 0.13.00
Rosen Penev [Mon, 9 Aug 2021 20:59:14 +0000 (13:59 -0700)]
Merge pull request #16308 from jefferyto/golang-1.16.7
golang: Update to 1.16.7
Rosen Penev [Mon, 9 Aug 2021 20:58:48 +0000 (13:58 -0700)]
Merge pull request #16306 from jefferyto/python-twisted-21.7.0
python-twisted: Update to 21.7.0, refresh patches
Rosen Penev [Mon, 9 Aug 2021 20:58:34 +0000 (13:58 -0700)]
Merge pull request #16305 from commodo/sudo-bump
sudo: bump to version 1.9.7p2
Rosen Penev [Mon, 9 Aug 2021 18:27:51 +0000 (11:27 -0700)]
Merge pull request #16295 from paper42/knot-resolver-5.4
knot: update to version 3.1.0, knot-resolver: update to version 5.4.0
Alexandru Ardelean [Mon, 9 Aug 2021 11:52:49 +0000 (14:52 +0300)]
stress-ng: bump to version 0.13.00
And switch to AUTORELEASE for PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Jeffery To [Mon, 9 Aug 2021 09:51:43 +0000 (17:51 +0800)]
golang: Update to 1.16.7
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 9 Aug 2021 09:25:25 +0000 (17:25 +0800)]
python-twisted: Update to 21.7.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Alexandru Ardelean [Mon, 9 Aug 2021 07:10:53 +0000 (10:10 +0300)]
sudo: bump to version 1.9.7p2
Also switch to AUTORELEASE for PKG_RELEASE.
Refreshed patches.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Michal Vasilek [Thu, 5 Aug 2021 12:26:29 +0000 (14:26 +0200)]
knot-resolver: update to version 5.4.0
* refresh patches
* disable kres_gen_test to fix cross
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Michal Vasilek [Thu, 5 Aug 2021 12:10:54 +0000 (14:10 +0200)]
knot: update to version 3.1.0
* refresh patches
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Rosen Penev [Mon, 9 Aug 2021 02:27:43 +0000 (19:27 -0700)]
Revert "ksmbd: update to 3.4.0"
This reverts commit
6a0ae4b19d00640fbd8fcb11a259c2d136933c96.
ksmbd 3.4.0 reworks its dependencies as a result of upstream feedback.
Unfortunately, this means that it now relies on CONFIG_FS_POSIX_ACL,
which is not easy to direcly enable in OpenWrt.
Revert in order to fix multiple build failures that people experience.
Hans Dedecker [Sun, 8 Aug 2021 19:38:24 +0000 (21:38 +0200)]
nghttp2: update to 1.44
368014b8 Bump version number to v1.44.0, LT revision to 34:2:20
fa16e66a nghttpx: Fix max distance in weight group/address cycle comparison
40af31da nghttpx: Set connect_blocker and live_check after shuffling addresses
9e6c0685 Fix build failure
ebad3d47 Port new ngtcp2 map implementation
d4fd0681 Bump llhttp to 6.0.2
43a47aa0 Do not return HPE_USER from where it is prohibited
20079b4c Update bash_completions
2aeec770 Update manual pages
cef458c3 Replace black-list with block-list
617a5766 Replace master with main
f1d67335 Initialize Config rps field
5f3bcb1f Add precious variables for libev and jemalloc and use JEMALLOC_CFLAGS
b419bfd9 Remove unused field
e406a2c1 Update doc
962a75c4 Merge pull request #1559 from nghttp2/h2load-rps
6cdc13d6 h2load: Add --rps option
92944f78 h2load: Allow unit in -D option
276792a8 Remove unnecessary function
579fa6ea Add more --with-* configure flags
2f2b2117 Add LIBTOOL_LDFLAGS configure variable
88a3cb51 Bump llhttp to 4.0.0
40679cf6 Merge pull request #1553 from nghttp2/nghttpx-fix-accesslog-method
5b587e85 Merge pull request #1550 from jktjkt/docs-asio-fix-typos
50a1121d nghttpx: Remove trailing white space after $method log variable
3239c5ef Bump up version number to v1.44.0-DEV
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Daniel Golle [Sun, 8 Aug 2021 14:47:52 +0000 (15:47 +0100)]
transmission: add mount trigger
Restart transmission once an underlaying mountpoint becomes available.
Add myself as maintainer.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 8 Aug 2021 14:34:27 +0000 (15:34 +0100)]
lvm2: add hotplug script to scan and enable PVs on hotplug
Automatically scan and activate physical volumes when added at runtime.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Sat, 7 Aug 2021 23:46:49 +0000 (16:46 -0700)]
Merge pull request #16245 from neheb/ksmbd1
ksmbd: update to 3.4.0
Rosen Penev [Sat, 7 Aug 2021 23:43:45 +0000 (16:43 -0700)]
Merge pull request #16293 from Linaro1985/master_fix_libxslt
libxslt: fix compilation because of wrong libxml2 check in configure script
Dirk Brenken [Sat, 7 Aug 2021 14:05:07 +0000 (16:05 +0200)]
Merge pull request #16285 from jamesmacwhite/stubby-trigger-interfaces
stubby: Add multi WAN support for procd trigger
James White [Tue, 3 Aug 2021 12:25:46 +0000 (13:25 +0100)]
stubby: Add multi WAN support for procd trigger
Signed-off-by: James White <james@jmwhite.co.uk>
Josef Schlehofer [Fri, 6 Aug 2021 18:08:38 +0000 (20:08 +0200)]
Merge pull request #16290 from ja-pa/tailscale-update
tailscale: update to version 1.12.1
Rosen Penev [Fri, 6 Aug 2021 02:55:47 +0000 (19:55 -0700)]
Merge pull request #15895 from flyn-org/fuse-overlayfs
fuse-overlayfs: add new package
W. Michael Petullo [Thu, 17 Jun 2021 20:29:21 +0000 (15:29 -0500)]
fuse-overlayfs: add new package
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>
Paul Spooren [Thu, 5 Aug 2021 22:07:37 +0000 (00:07 +0200)]
attendedsysupgrade-common: update server URL
The service is now on a new server which supports IPv6.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Stijn Tintel [Thu, 5 Aug 2021 19:37:05 +0000 (22:37 +0300)]
Revert "gnutls: update to 3.7.2"
Fixes #16083
This reverts commit
59a39d4c6fbe9c0179b16a714bf1a0c3afcbef5e.
Maxim Anisimov [Tue, 3 Aug 2021 14:43:31 +0000 (17:43 +0300)]
libxslt: fix compilation because of wrong libxml2 check in configure script
More details: https://github.com/GNOME/libxslt/commit/
90c34c8bb90e095a8a8fe8b2ce368bd9ff1837cc
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Rosen Penev [Tue, 3 Aug 2021 19:21:47 +0000 (12:21 -0700)]
Merge pull request #16151 from rsalvaterra/tor-bump
tor: bump to 0.4.6.6 stable
Rosen Penev [Tue, 3 Aug 2021 19:20:12 +0000 (12:20 -0700)]
Merge pull request #16260 from dhewg/libopusenc
libopusenc: cherry-pick post-release crash fixes
Rosen Penev [Tue, 3 Aug 2021 19:09:09 +0000 (12:09 -0700)]
Merge pull request #16279 from Ansuel/improve-atlas
atlas-sw-probe: fix copypaste error and clean tmp dir on exit
Rosen Penev [Tue, 3 Aug 2021 19:08:40 +0000 (12:08 -0700)]
Merge pull request #16277 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.2
gnuplot: Updated gnuplot to 5.4.2
Karl Palsson [Tue, 3 Aug 2021 15:26:26 +0000 (15:26 +0000)]
libwebsockets: enable built in uloop support
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>
Karl Palsson [Tue, 3 Aug 2021 15:25:00 +0000 (15:25 +0000)]
libwebsockets: Bump to 4.2.1
Changelog at: https://libwebsockets.org/git/libwebsockets/tree/changelog?id=
8a580b59b23d204ca72028370e97a8f6aa0c9202
Signed-off-by: Karl Palsson <karlp@etactica.com>
Javier Marcet [Mon, 2 Aug 2021 07:36:36 +0000 (09:36 +0200)]
python3-distro: update to version 1.6.0
- 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>
Josef Schlehofer [Tue, 3 Aug 2021 10:02:03 +0000 (12:02 +0200)]
Merge pull request #16194 from miska/snort3-master
net/snort3: Include default configs and snort2lua
Josef Schlehofer [Tue, 3 Aug 2021 08:31:18 +0000 (10:31 +0200)]
Merge pull request #16280 from
1715173329/dnsproxy
dnsproxy: Update to 0.39.1
Jan Pavlinec [Tue, 3 Aug 2021 06:45:29 +0000 (08:45 +0200)]
tailscale: update to version 1.12.1
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
Rosen Penev [Tue, 3 Aug 2021 02:17:03 +0000 (19:17 -0700)]
Merge pull request #16281 from flyn-org/cyrus-sasl
cyrus-sasl: add optional sasldb package
Stan Grishin [Tue, 3 Aug 2021 00:26:33 +0000 (17:26 -0700)]
Merge pull request #16255 from stangri/master-curl
curl: enable HTTP/2 support by default
Daniel Golle [Tue, 3 Aug 2021 00:01:11 +0000 (01:01 +0100)]
ccid: update to version 1.4.35
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Mon, 2 Aug 2021 18:30:45 +0000 (11:30 -0700)]
Merge pull request #16227 from WBNet-Wout/pdns-4.5.1
pdns: Update to 4.5.1
W. Michael Petullo [Mon, 2 Aug 2021 17:35:48 +0000 (12:35 -0500)]
cyrus-sasl: add optional sasldb package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Tianling Shen [Mon, 2 Aug 2021 13:23:31 +0000 (21:23 +0800)]
dnsproxy: Update to 0.39.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Ansuel Smith [Mon, 2 Aug 2021 13:08:22 +0000 (15:08 +0200)]
atlas-sw-probe: fix copypaste error and clean tmp dir on exit
- 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>
Alexandru Ardelean [Mon, 2 Aug 2021 07:33:23 +0000 (10:33 +0300)]
openblas: bump to version 0.3.17 and fix ccache build
Fixes: https://github.com/openwrt/packages/issues/16271
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Wout Bertrums [Mon, 26 Jul 2021 15:11:32 +0000 (17:11 +0200)]
pdns: Update to 4.5.1
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>
Rui Salvaterra [Mon, 19 Jul 2021 09:04:47 +0000 (10:04 +0100)]
tor: bump to 0.4.6.6 stable
Run-tested on mvebu/cortexa9 (tor-basic) without issues.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Matteo Cicuttin [Mon, 2 Aug 2021 09:15:46 +0000 (11:15 +0200)]
gnuplot: Updated gnuplot to 5.4.2
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>
Stan Grishin [Mon, 2 Aug 2021 07:25:36 +0000 (00:25 -0700)]
Merge pull request #16274 from stangri/master-simple-adblock
simple-adblock: update to 1.8.7-6
Stan Grishin [Mon, 2 Aug 2021 06:34:08 +0000 (06:34 +0000)]
simple-adblock: update to 1.8.7-6
* 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>
Stan Grishin [Mon, 2 Aug 2021 05:58:22 +0000 (22:58 -0700)]
Merge pull request #16252 from stangri/master-https-dns-proxy
https-dns-proxy: update to 2021-07-29-1
Rosen Penev [Mon, 2 Aug 2021 00:15:22 +0000 (17:15 -0700)]
Merge pull request #16230 from rsalvaterra/transmission-dscp
transmission: apply DSCP to UDP sockets too
Rui Salvaterra [Tue, 27 Jul 2021 09:25:54 +0000 (10:25 +0100)]
transmission: apply DSCP to UDP sockets too
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>
Tianling Shen [Sun, 1 Aug 2021 16:07:54 +0000 (00:07 +0800)]
pyodbc: update hash
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>
David Bauer [Sun, 18 Jul 2021 15:40:47 +0000 (17:40 +0200)]
clocate: add package
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>
Daniel Golle [Sun, 1 Aug 2021 03:13:37 +0000 (04:13 +0100)]
Flash: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 1 Aug 2021 03:13:23 +0000 (04:13 +0100)]
Jinja2: update to version 3.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 1 Aug 2021 03:13:04 +0000 (04:13 +0100)]
Werkzeug: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 1 Aug 2021 03:12:54 +0000 (04:12 +0100)]
MarkupSafe: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 1 Aug 2021 03:12:33 +0000 (04:12 +0100)]
click: update to version 8.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 1 Aug 2021 03:12:12 +0000 (04:12 +0100)]
itsdangerous: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 1 Aug 2021 03:11:57 +0000 (04:11 +0100)]
pyodbc: update to version 4.0.31
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 1 Aug 2021 03:08:17 +0000 (04:08 +0100)]
postgresql: update to version 13.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 1 Aug 2021 03:07:01 +0000 (04:07 +0100)]
opentracker: update to git HEAD
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 1 Aug 2021 03:06:44 +0000 (04:06 +0100)]
libinput: update to version 1.18.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 1 Aug 2021 03:06:05 +0000 (04:06 +0100)]
libudev-zero: update to version 0.5.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>