feed/packages.git
2 years agoMerge pull request #16320 from turris-cz/babel
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

2 years agoMerge pull request #16329 from turris-cz/pycurl
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

2 years agoMerge pull request #16325 from egorenar/stress-ng-libkmod
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

2 years agoauc: update to version 0.1.9
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>
2 years agoexim: add default config and init script, enable lmtp
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>
2 years agopostgresql: improve init script
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>
2 years agopython-curl: update to version 7.44.0 16329/head
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>
2 years agoMerge pull request #16314 from ja-pa/redis-6.2.5
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

2 years agoMerge pull request #16323 from dibdot/travelmate
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

2 years agoMerge pull request #16112 from dmascord/add_mdio-tools
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

2 years agostress-ng: add missing libkmod dependency 16325/head
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>
2 years agotravelmate: update to 2.0.5 16323/head
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>
2 years agosyncthing: update to version 1.18.1
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>
2 years agopython-babel: update to version 2.9.1 16320/head
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>
2 years agoredis: update to version 6.2.5 16314/head
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>
2 years agoMerge pull request #16197 from Ansuel/nginx-up
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

2 years agoMerge pull request #16310 from commodo/stress-ng-bump
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

2 years agoMerge pull request #16308 from jefferyto/golang-1.16.7
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

2 years agoMerge pull request #16306 from jefferyto/python-twisted-21.7.0
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

2 years agoMerge pull request #16305 from commodo/sudo-bump
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

2 years agoMerge pull request #16295 from paper42/knot-resolver-5.4
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

2 years agostress-ng: bump to version 0.13.00 16310/head
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>
2 years agogolang: Update to 1.16.7 16308/head
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>
2 years agopython-twisted: Update to 21.7.0, refresh patches 16306/head
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>
2 years agosudo: bump to version 1.9.7p2 16305/head
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>
2 years agoknot-resolver: update to version 5.4.0 16295/head
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>
2 years agoknot: update to version 3.1.0
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>
2 years agoRevert "ksmbd: update to 3.4.0"
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.

2 years agonghttp2: update to 1.44
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>
2 years agotransmission: add mount trigger
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>
2 years agolvm2: add hotplug script to scan and enable PVs on hotplug
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>
2 years agoMerge pull request #16245 from neheb/ksmbd1
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

2 years agoMerge pull request #16293 from Linaro1985/master_fix_libxslt
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

2 years agoMerge pull request #16285 from jamesmacwhite/stubby-trigger-interfaces
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

2 years agostubby: Add multi WAN support for procd trigger 16285/head
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>
2 years agoMerge pull request #16290 from ja-pa/tailscale-update
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

2 years agoMerge pull request #15895 from flyn-org/fuse-overlayfs
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

2 years agofuse-overlayfs: add new package 15895/head
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>
2 years agoattendedsysupgrade-common: update server URL
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>
2 years agoRevert "gnutls: update to 3.7.2"
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.

2 years agolibxslt: fix compilation because of wrong libxml2 check in configure script 16293/head
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>
2 years agoMerge pull request #16151 from rsalvaterra/tor-bump
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

2 years agoMerge pull request #16260 from dhewg/libopusenc
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

2 years agoMerge pull request #16279 from Ansuel/improve-atlas
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

2 years agoMerge pull request #16277 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.2
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

2 years agolibwebsockets: enable built in uloop support
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>
2 years agolibwebsockets: Bump to 4.2.1
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>
2 years agopython3-distro: update to version 1.6.0
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>
2 years agoMerge pull request #16194 from miska/snort3-master
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

2 years agoMerge pull request #16280 from 1715173329/dnsproxy
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

2 years agotailscale: update to version 1.12.1 16290/head
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>
2 years agoMerge pull request #16281 from flyn-org/cyrus-sasl
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

2 years agoMerge pull request #16255 from stangri/master-curl
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

2 years agoccid: update to version 1.4.35
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>
2 years agoMerge pull request #16227 from WBNet-Wout/pdns-4.5.1
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

2 years agocyrus-sasl: add optional sasldb package 16281/head
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>
2 years agodnsproxy: Update to 0.39.1 16280/head
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>
2 years agoatlas-sw-probe: fix copypaste error and clean tmp dir on exit 16279/head
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>
2 years agoopenblas: bump to version 0.3.17 and fix ccache build
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>
2 years agopdns: Update to 4.5.1 16227/head
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>
2 years agotor: bump to 0.4.6.6 stable 16151/head
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>
2 years agognuplot: Updated gnuplot to 5.4.2 16277/head
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>
2 years agoMerge pull request #16274 from stangri/master-simple-adblock
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

2 years agosimple-adblock: update to 1.8.7-6 16274/head
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>
2 years agoMerge pull request #16252 from stangri/master-https-dns-proxy
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

2 years agoMerge pull request #16230 from rsalvaterra/transmission-dscp
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

2 years agotransmission: apply DSCP to UDP sockets too 16230/head
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>
2 years agopyodbc: update hash
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>
2 years agoclocate: add package
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>
2 years agoFlash: update to version 2.0.1
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>
2 years agoJinja2: update to version 3.0.1
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>
2 years agoWerkzeug: update to version 2.0.1
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>
2 years agoMarkupSafe: update to version 2.0.1
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>
2 years agoclick: update to version 8.0.1
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>
2 years agoitsdangerous: update to version 2.0.1
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>
2 years agopyodbc: update to version 4.0.31
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>
2 years agopostgresql: update to version 13.3
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>
2 years agoopentracker: update to git HEAD
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>
2 years agolibinput: update to version 1.18.0
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>
2 years agolibudev-zero: update to version 0.5.2
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>
2 years agogpgme: update to version 1.16.0
Daniel Golle [Sun, 1 Aug 2021 03:05:48 +0000 (04:05 +0100)]
gpgme: update to version 1.16.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agolibksba: update to version 1.6.0
Daniel Golle [Sun, 1 Aug 2021 03:05:30 +0000 (04:05 +0100)]
libksba: update to version 1.6.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoi2c-tools: update to version 4.3
Daniel Golle [Sun, 1 Aug 2021 03:05:00 +0000 (04:05 +0100)]
i2c-tools: update to version 4.3

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoperl-net-dns: update to version 1.32
Daniel Golle [Sun, 1 Aug 2021 03:04:31 +0000 (04:04 +0100)]
perl-net-dns: update to version 1.32

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoMerge pull request #16262 from nxhack/node_14174
Rosen Penev [Sun, 1 Aug 2021 01:01:50 +0000 (18:01 -0700)]
Merge pull request #16262 from nxhack/node_14174

node: bump to 14.17.4

2 years agolibopusenc: cherry-pick post-release crash fixes 16260/head
Andre Heider [Fri, 9 Jul 2021 06:45:23 +0000 (08:45 +0200)]
libopusenc: cherry-pick post-release crash fixes

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>
2 years agoMerge pull request #16248 from mhei/php7-update
Michael Heimpold [Sat, 31 Jul 2021 07:11:29 +0000 (09:11 +0200)]
Merge pull request #16248 from mhei/php7-update

php7: update to 7.4.22

2 years agoMerge pull request #16247 from mhei/php8-update
Michael Heimpold [Sat, 31 Jul 2021 07:11:20 +0000 (09:11 +0200)]
Merge pull request #16247 from mhei/php8-update

php8: update to 8.0.9/add runtime test

2 years agoMerge pull request #16259 from OpenIoTHub/master
Rosen Penev [Sat, 31 Jul 2021 06:10:46 +0000 (23:10 -0700)]
Merge pull request #16259 from OpenIoTHub/master

gateway-go: update to 0.2.0

2 years agogateway-go: update to 0.2.0 16259/head
Yu Fang [Sat, 31 Jul 2021 02:29:58 +0000 (10:29 +0800)]
gateway-go: update to 0.2.0

Signed-off-by: Yu Fang <yu@iotserv.com>
2 years agonode: bump to 14.17.4 16262/head
Hirokazu MORIKAWA [Sat, 31 Jul 2021 02:28:02 +0000 (11:28 +0900)]
node: bump to 14.17.4

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>
2 years agoMerge pull request #16246 from neheb/ykk
Rosen Penev [Fri, 30 Jul 2021 23:18:44 +0000 (16:18 -0700)]
Merge pull request #16246 from neheb/ykk

ykclient: remove pointless PKG_BUILD_DEPENDS

2 years agocurl: enable HTTP/2 support by default 16255/head
Stan Grishin [Fri, 30 Jul 2021 13:34:04 +0000 (13:34 +0000)]
curl: enable HTTP/2 support by default

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>
2 years agohttps-dns-proxy: update to 2021-07-29-01 16252/head
Stan Grishin [Fri, 30 Jul 2021 00:02:33 +0000 (00:02 +0000)]
https-dns-proxy: update to 2021-07-29-01

* 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>
2 years agonextdns: Update to version 1.35.0
Olivier Poitrey [Thu, 29 Jul 2021 23:34:24 +0000 (23:34 +0000)]
nextdns: Update to version 1.35.0

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2 years agouvol: lvm: make 'up' call reliable
Daniel Golle [Fri, 30 Jul 2021 01:14:39 +0000 (02:14 +0100)]
uvol: lvm: make 'up' call reliable

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>
2 years agophp7: update to 7.4.22 16248/head
Michael Heimpold [Thu, 29 Jul 2021 20:27:33 +0000 (22:27 +0200)]
php7: update to 7.4.22

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agophp8: add CI runtime test 16247/head
Michael Heimpold [Thu, 29 Jul 2021 20:20:45 +0000 (22:20 +0200)]
php8: add CI runtime test

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agoykclient: remove pointless PKG_BUILD_DEPENDS 16246/head
Rosen Penev [Fri, 23 Jul 2021 00:52:01 +0000 (17:52 -0700)]
ykclient: remove pointless PKG_BUILD_DEPENDS

Also replace dependency with + one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoksmbd-tools: update to 3.4.0 16245/head
Rosen Penev [Mon, 19 Jul 2021 04:09:44 +0000 (21:09 -0700)]
ksmbd-tools: update to 3.4.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>