feed/packages.git
3 years agomtd-rw: fix build failure with kernel 5.10 14912/head
David Bauer [Fri, 26 Feb 2021 14:38:15 +0000 (15:38 +0100)]
mtd-rw: fix build failure with kernel 5.10

When building mtd-rw for a target based on Kernel 5.10 which has
CONFIG_MTD disabled the build fails with

ERROR: "put_mtd_device" [../mtd-rw.ko] undefined!
ERROR: "get_mtd_device" [../mtd-rw.ko] undefined!

Omit building the package for such a target.

Signed-off-by: David Bauer <mail@david-bauer.net>
3 years agolibuhttpd: Update to 3.10.0 14910/head
Jianhui Zhao [Fri, 26 Feb 2021 16:40:47 +0000 (00:40 +0800)]
libuhttpd: Update to 3.10.0

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
3 years agoMerge pull request #14894 from cotequeiroz/php7-pecl-imagik
Eneas U de Queiroz [Fri, 26 Feb 2021 16:20:27 +0000 (13:20 -0300)]
Merge pull request #14894 from cotequeiroz/php7-pecl-imagik

php7: adjust build with QUILT

3 years agophp7: fix build with QUILT 14894/head
Eneas U de Queiroz [Thu, 25 Feb 2021 22:09:12 +0000 (19:09 -0300)]
php7: fix build with QUILT

When building with QUILT, unlike the regular build, Build/Prepare does
not apply the patches.  So when buildconf is called with QUILT on, at
the end of Build/Prepare, it will not have the patched sources, and
build will fail.

To fix the problem, run buildconf in Build/Prepare only when QUILT is
off, and do it in Build/Configure otherwise.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agophp7: fix pecl build with QUILT
Eneas U de Queiroz [Thu, 25 Feb 2021 15:58:36 +0000 (12:58 -0300)]
php7: fix pecl build with QUILT

Commit d741a64b7 ("lang/php7: Don't run phpize7 with QUILT") changed
pecl.mk to not run phpize7 during Package/prepare if QUILT is set.  The
intention was to allow prepare, refresh and update targets to run
without building dependencies.

As a side-effect, Package/configure and Package/compile fail when QUILT
is defined because they can't find ./configure or a Makefile.  It also
impacts the github tests run with pull requests, because QUILT is
defined there.

To avoid that failure and still keep the prepare, refresh, and update
speedup, call phpize7 before Package/Configure if QUILT is defined.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agoMerge pull request #14906 from nxhack/node_14160
Rosen Penev [Fri, 26 Feb 2021 07:15:36 +0000 (23:15 -0800)]
Merge pull request #14906 from nxhack/node_14160

node: bump to v14.16.0

3 years agomstpd: bump to version 0.0.9
Alexandru Ardelean [Thu, 25 Feb 2021 14:09:29 +0000 (16:09 +0200)]
mstpd: bump to version 0.0.9

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoMerge pull request #14901 from cotequeiroz/lxc
Rosen Penev [Fri, 26 Feb 2021 05:14:04 +0000 (21:14 -0800)]
Merge pull request #14901 from cotequeiroz/lxc

lxc: fix build without seccomp if libseccomp built

3 years agoMerge pull request #14902 from stangri/master-vpn-policy-routing
Rosen Penev [Fri, 26 Feb 2021 05:12:26 +0000 (21:12 -0800)]
Merge pull request #14902 from stangri/master-vpn-policy-routing

vpn-policy-routing: update user netflix file

3 years agovpn-policy-routing: update user netflix file 14902/head
Stan Grishin [Fri, 26 Feb 2021 02:16:24 +0000 (02:16 +0000)]
vpn-policy-routing: update user netflix file

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agolxc: fix build without seccomp if libseccomp built 14901/head
Eneas U de Queiroz [Tue, 19 Jan 2021 13:29:26 +0000 (10:29 -0300)]
lxc: fix build without seccomp if libseccomp built

This fixes compiling lxc without seccomp support if libseccomp is
already installed to the staging dir.  Patches were applied upstream.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agonode: bump to v14.16.0 14906/head
Hirokazu MORIKAWA [Fri, 26 Feb 2021 00:02:24 +0000 (09:02 +0900)]
node: bump to v14.16.0

Update to v14.16.0

February 2021 Security Releases
- HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion (Critical) (CVE-2021-22883)
- DNS rebinding in --inspect (CVE-2021-22884)
- OpenSSL - Integer overflow in CipherUpdate (CVE-2021-23840)

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
3 years agoMerge pull request #14896 from rsalvaterra/torfix
Rosen Penev [Thu, 25 Feb 2021 14:15:12 +0000 (06:15 -0800)]
Merge pull request #14896 from rsalvaterra/torfix

tor: fix building without OpenSSL engine support

3 years agoMerge pull request #14807 from G-M0N3Y-2503/dockerd-use-host-dns
Florian Eckert [Thu, 25 Feb 2021 14:03:09 +0000 (15:03 +0100)]
Merge pull request #14807 from G-M0N3Y-2503/dockerd-use-host-dns

Dockerd: Added option to configrue docker to use host Dnsmasq for DNS

3 years agoMerge pull request #14752 from neheb/mc
Rosen Penev [Thu, 25 Feb 2021 11:51:56 +0000 (03:51 -0800)]
Merge pull request #14752 from neheb/mc

mc: update to 4.8.26

3 years agodockerd: Package release bump 14807/head
Gerard Ryan [Sun, 21 Feb 2021 01:09:05 +0000 (11:09 +1000)]
dockerd: Package release bump

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: set docker zone chain defaults to ACCEPT
Gerard Ryan [Sat, 20 Feb 2021 07:59:58 +0000 (17:59 +1000)]
dockerd: set docker zone chain defaults to ACCEPT
* Since the docker0 is a private network by default we can be
  more accepting like the LAN is by default

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: Added option to set dns servers
Gerard Ryan [Mon, 25 Jan 2021 06:58:17 +0000 (16:58 +1000)]
dockerd: Added option to set dns servers
* The default server is the default switch so that
  queries will go through the hosts dnsmasq by default

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agotor: fix building without OpenSSL engine support 14896/head
Rui Salvaterra [Thu, 25 Feb 2021 08:19:22 +0000 (08:19 +0000)]
tor: fix building without OpenSSL engine support

Otherwise it would fail with linking errors.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
3 years agoMerge pull request #14893 from cotequeiroz/setools
Rosen Penev [Thu, 25 Feb 2021 04:08:15 +0000 (20:08 -0800)]
Merge pull request #14893 from cotequeiroz/setools

setools: Avoid using host libraries

3 years agoMerge pull request #14891 from cotequeiroz/snort-libdaq
Eneas U de Queiroz [Thu, 25 Feb 2021 01:10:06 +0000 (22:10 -0300)]
Merge pull request #14891 from cotequeiroz/snort-libdaq

snort[3],libdaq[3]: install/use libdaq 2&3 in their own dir

3 years agoMerge pull request #14886 from cotequeiroz/golang
Rosen Penev [Thu, 25 Feb 2021 00:54:34 +0000 (16:54 -0800)]
Merge pull request #14886 from cotequeiroz/golang

treewide, affected packages: fix build with golang 1.16

3 years agoMerge pull request #14885 from commodo/django-bump
Rosen Penev [Thu, 25 Feb 2021 00:53:58 +0000 (16:53 -0800)]
Merge pull request #14885 from commodo/django-bump

django: bump to version 3.1.7

3 years agoMerge pull request #14887 from stangri/master-vpn-policy-routing
Rosen Penev [Thu, 25 Feb 2021 00:53:38 +0000 (16:53 -0800)]
Merge pull request #14887 from stangri/master-vpn-policy-routing

vpn-policy-routing: custom user scripts improvements

3 years agoMerge pull request #14881 from nickberry17/mm_libqmi_libqrtr
Rosen Penev [Thu, 25 Feb 2021 00:53:22 +0000 (16:53 -0800)]
Merge pull request #14881 from nickberry17/mm_libqmi_libqrtr

Update libqmi, ModemManager and add libqrtr-glib

3 years agoMerge pull request #14892 from cotequeiroz/libupm_python2
Rosen Penev [Thu, 25 Feb 2021 00:52:41 +0000 (16:52 -0800)]
Merge pull request #14892 from cotequeiroz/libupm_python2

libupm: enforce disabling python2

3 years agosetools: Avoid using host libraries 14893/head
Eneas U de Queiroz [Wed, 20 Jan 2021 00:20:55 +0000 (21:20 -0300)]
setools: Avoid using host libraries

This adds $STAGING_DIR to library search paths in setup.py, to avoid
picking up host libraries when linking.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agolibupm: enforce disabling python2 14892/head
Eneas U de Queiroz [Wed, 20 Jan 2021 01:03:45 +0000 (22:03 -0300)]
libupm: enforce disabling python2

If there are more than two python3 interpreters, and no python2,
libupm thinks one of them is python2 and fails.  Avoid that by
telling it that python2 was not found.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agolibdaq3,snort3: install/use libdaq3 in its own dir 14891/head
Eneas U de Queiroz [Wed, 20 Jan 2021 01:06:34 +0000 (22:06 -0300)]
libdaq3,snort3: install/use libdaq3 in its own dir

If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files.  Install them in different places to
avoid trouble.

Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agolibdaq,snort: install/use libdaq2 in its own dir
Eneas U de Queiroz [Wed, 20 Jan 2021 01:06:34 +0000 (22:06 -0300)]
libdaq,snort: install/use libdaq2 in its own dir

If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files.  Install them in different places to
avoid trouble.

Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agooci-runtime-tools: fix build with golang 1.16 14886/head
Eneas U de Queiroz [Wed, 24 Feb 2021 18:38:00 +0000 (15:38 -0300)]
oci-runtime-tools: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agolibnetwork: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:38:00 +0000 (15:38 -0300)]
libnetwork: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agodockerd: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
dockerd: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agovpn-policy-routing: custom user scripts improvements 14887/head
Stan Grishin [Wed, 24 Feb 2021 19:43:48 +0000 (19:43 +0000)]
vpn-policy-routing: custom user scripts improvements

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agodocker: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
docker: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agocontainerd: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
containerd: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agocni: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
cni: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agotor-fw-helper: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:43 +0000 (15:37 -0300)]
tor-fw-helper: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agorestic-rest-server: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:12 +0000 (15:37 -0300)]
restic-rest-server: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agodjango: bump to version 3.1.7 14885/head
Alexandru Ardelean [Wed, 24 Feb 2021 18:09:57 +0000 (20:09 +0200)]
django: bump to version 3.1.7

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmai.com>
3 years agogost_engine: remove OPENSSL_WITH_GOST restraint
Eneas U de Queiroz [Wed, 24 Feb 2021 11:33:42 +0000 (08:33 -0300)]
gost_engine: remove OPENSSL_WITH_GOST restraint

OpenSSL now is always built with GOST support, and OPENSSL_WITH_GOST
symbol was removed.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agonano: update to version 5.6
Hannu Nyman [Wed, 24 Feb 2021 15:48:34 +0000 (17:48 +0200)]
nano: update to version 5.6

Upgrade nano to version 5.6

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 years agoovn: bump to version 20.12.0
Yousong Zhou [Fri, 8 Jan 2021 07:18:43 +0000 (15:18 +0800)]
ovn: bump to version 20.12.0

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
3 years agoopenvswitch: bump to version 2.15.0
Yousong Zhou [Sun, 21 Feb 2021 10:49:10 +0000 (18:49 +0800)]
openvswitch: bump to version 2.15.0

Quote NEWS item

>   - Building the Linux kernel module from the OVS source tree is
>     deprecated
>     * Support for the Linux kernel is capped at version 5.8
>     * Only bug fixes for the Linux OOT kernel module will be accepted.
>     * The Linux kernel module will be fully removed from the OVS source
>       tree
>       in OVS branch 2.18

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
3 years agoCI: enhance package detection logic
Ilya Lipnitskiy [Wed, 24 Feb 2021 05:06:21 +0000 (21:06 -0800)]
CI: enhance package detection logic

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
3 years agomodemmanager: bump to version 1.16.0 14881/head
Nicholas Smith [Wed, 24 Feb 2021 01:06:29 +0000 (11:06 +1000)]
modemmanager: bump to version 1.16.0

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
3 years agolibqmi: bump to 1.28.0
Nicholas Smith [Wed, 24 Feb 2021 03:42:54 +0000 (13:42 +1000)]
libqmi: bump to 1.28.0

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
3 years agolibqrtr-glib: add libqrtr-glib
Nicholas Smith [Wed, 24 Feb 2021 01:05:33 +0000 (11:05 +1000)]
libqrtr-glib: add libqrtr-glib

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
3 years agoMerge pull request #14860 from neheb/coov
Rosen Penev [Wed, 24 Feb 2021 02:45:22 +0000 (18:45 -0800)]
Merge pull request #14860 from neheb/coov

coova-chilli: update to 1.6

3 years agoMerge pull request #14723 from svaaz/master
Rosen Penev [Tue, 23 Feb 2021 23:39:11 +0000 (15:39 -0800)]
Merge pull request #14723 from svaaz/master

sysrepo: fix plugind option for verbosity

3 years agoMerge pull request #14862 from neheb/boi
Rosen Penev [Tue, 23 Feb 2021 20:01:03 +0000 (12:01 -0800)]
Merge pull request #14862 from neheb/boi

boinc: update to 7.16.16

3 years agoMerge pull request #14782 from dddaniel/master
Rosen Penev [Tue, 23 Feb 2021 20:00:38 +0000 (12:00 -0800)]
Merge pull request #14782 from dddaniel/master

python-psycopg2: Add new package

3 years agoMerge pull request #14874 from neheb/jso
Rosen Penev [Tue, 23 Feb 2021 19:59:36 +0000 (11:59 -0800)]
Merge pull request #14874 from neheb/jso

jsoncpp: disable exceptions

3 years agopython-psycopg2: Add new package 14782/head
Daniel Danzberger [Sat, 6 Feb 2021 06:58:38 +0000 (07:58 +0100)]
python-psycopg2: Add new package

Psycopg is the most popular PostgreSQL adapter for the Python programming language
It's used by the python-sqlalchemy for postgresql

This package was removed by this commit for lacking python3 support:
c37b15e1c49cf27de8f34f43e93a7a5c184be9e0

Version 2.8.6 used in this package now supports pyhton3

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
3 years agoMerge pull request #14696 from luizluca/ruby-3.0.0
Rosen Penev [Tue, 23 Feb 2021 13:20:04 +0000 (05:20 -0800)]
Merge pull request #14696 from luizluca/ruby-3.0.0

ruby: update to 3.0.0

3 years agoMerge pull request #14850 from 1715173329/xr-mter
Rosen Penev [Tue, 23 Feb 2021 13:17:53 +0000 (05:17 -0800)]
Merge pull request #14850 from 1715173329/xr-mter

xray-core: remove myself from maintainters

3 years agoMerge pull request #13677 from ja-pa/knot-resolver-upstream
Rosen Penev [Tue, 23 Feb 2021 13:14:55 +0000 (05:14 -0800)]
Merge pull request #13677 from ja-pa/knot-resolver-upstream

knot-resolver: add new package

3 years agoMerge pull request #14838 from ja-pa/python-packaging-20.9
Rosen Penev [Tue, 23 Feb 2021 13:13:20 +0000 (05:13 -0800)]
Merge pull request #14838 from ja-pa/python-packaging-20.9

python-packaging: update to version 20.9

3 years agoMerge pull request #14859 from neheb/cu
Rosen Penev [Tue, 23 Feb 2021 13:12:20 +0000 (05:12 -0800)]
Merge pull request #14859 from neheb/cu

curl: update to 7.75.0

3 years agoMerge pull request #14864 from neheb/sh
Rosen Penev [Tue, 23 Feb 2021 13:11:43 +0000 (05:11 -0800)]
Merge pull request #14864 from neheb/sh

libshout: update to 2.4.5

3 years agoMerge pull request #14867 from stangri/master-vpn-policy-routing
Rosen Penev [Tue, 23 Feb 2021 13:10:38 +0000 (05:10 -0800)]
Merge pull request #14867 from stangri/master-vpn-policy-routing

vpn-policy-routing: update config file, support PROCD_RELOAD_DELAY

3 years agoMerge pull request #14841 from ja-pa/python-py-1.10.0-up
Rosen Penev [Tue, 23 Feb 2021 13:10:06 +0000 (05:10 -0800)]
Merge pull request #14841 from ja-pa/python-py-1.10.0-up

python-py: update to version 1.10.0

3 years agoMerge pull request #14846 from ja-pa/pytho-pytest-xdist-2.2.1
Rosen Penev [Tue, 23 Feb 2021 13:09:45 +0000 (05:09 -0800)]
Merge pull request #14846 from ja-pa/pytho-pytest-xdist-2.2.1

python-pytest-xdist: update to version 2.2.1

3 years agoMerge pull request #14836 from Payne-X6/liburcu
Rosen Penev [Tue, 23 Feb 2021 13:08:54 +0000 (05:08 -0800)]
Merge pull request #14836 from Payne-X6/liburcu

liburcu: update to version 0.12.2

3 years agoMerge pull request #14835 from Payne-X6/master
Rosen Penev [Tue, 23 Feb 2021 13:08:27 +0000 (05:08 -0800)]
Merge pull request #14835 from Payne-X6/master

libedit: update to version 20210216-3.1

3 years agoMerge pull request #14861 from neheb/canuti
Rosen Penev [Tue, 23 Feb 2021 13:07:41 +0000 (05:07 -0800)]
Merge pull request #14861 from neheb/canuti

canutils: update to 2020.12.0

3 years agoknot-resolver: add new package 13677/head
Jan Pavlinec [Thu, 15 Oct 2020 13:14:41 +0000 (15:14 +0200)]
knot-resolver: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agoMerge pull request #14876 from BKPepe/screen-CVE-2021-26937
Etienne Champetier [Tue, 23 Feb 2021 11:07:14 +0000 (06:07 -0500)]
Merge pull request #14876 from BKPepe/screen-CVE-2021-26937

screen: backport fix for CVE-2021-26937

3 years agoMerge pull request #14816 from G-M0N3Y-2503/dockerd-maintainence
Florian Eckert [Tue, 23 Feb 2021 10:27:26 +0000 (11:27 +0100)]
Merge pull request #14816 from G-M0N3Y-2503/dockerd-maintainence

dockerd: misc maintainence

3 years agoMerge pull request #14878 from br101/pingcheck-update
Rosen Penev [Tue, 23 Feb 2021 10:25:59 +0000 (02:25 -0800)]
Merge pull request #14878 from br101/pingcheck-update

pingcheck: Update (resolve bugfix)

3 years agopingcheck: Update (resolve bugfix) 14878/head
Bruno Randolf [Tue, 23 Feb 2021 09:47:03 +0000 (09:47 +0000)]
pingcheck: Update (resolve bugfix)

Signed-off-by: Bruno Randolf <br1@einfach.org>
3 years agopython-py: update to version 1.10.0 14841/head
Jan Pavlinec [Mon, 22 Feb 2021 11:14:38 +0000 (12:14 +0100)]
python-py: update to version 1.10.0

Fixes CVE-2020-29651

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agoscreen: backport fix for CVE-2021-26937 14876/head
Josef Schlehofer [Tue, 23 Feb 2021 07:08:43 +0000 (08:08 +0100)]
screen: backport fix for CVE-2021-26937

Security reports:
- https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html
This issue can be reproduced even on OpenWrt
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982435

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agoMerge pull request #14858 from neheb/dove
Rosen Penev [Tue, 23 Feb 2021 06:53:58 +0000 (22:53 -0800)]
Merge pull request #14858 from neheb/dove

dovecot: update to 2.3.13

3 years agojsoncpp: disable exceptions 14874/head
Rosen Penev [Tue, 23 Feb 2021 06:05:18 +0000 (22:05 -0800)]
jsoncpp: disable exceptions

Reduces size: 59724 to 44439

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #14872 from neheb/bon
Rosen Penev [Tue, 23 Feb 2021 04:45:23 +0000 (20:45 -0800)]
Merge pull request #14872 from neheb/bon

bonnie++: update to 2.00a

3 years agolibshout: update to 2.4.5 14864/head
Rosen Penev [Sun, 21 Feb 2021 05:35:10 +0000 (21:35 -0800)]
libshout: update to 2.4.5

Remove upstreamed patch.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #14871 from luizluca/sane-backends-1.0.32
Rosen Penev [Tue, 23 Feb 2021 04:38:40 +0000 (20:38 -0800)]
Merge pull request #14871 from luizluca/sane-backends-1.0.32

sane-backends: update to 1.0.32

3 years agobonnie++: update to 2.00a 14872/head
Rosen Penev [Tue, 23 Feb 2021 03:49:29 +0000 (19:49 -0800)]
bonnie++: update to 2.00a

Add custom meson build since the Makefile requires too much patching
anyway.

Stop using uClibc++. It will be removed in the near future.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #14854 from luizluca/hplip-3.21.2
Rosen Penev [Tue, 23 Feb 2021 03:41:22 +0000 (19:41 -0800)]
Merge pull request #14854 from luizluca/hplip-3.21.2

hplip: bump to 3.21.2

3 years agosane-backends: update to 1.0.32 14871/head
Luiz Angelo Daros de Luca [Tue, 23 Feb 2021 02:44:53 +0000 (23:44 -0300)]
sane-backends: update to 1.0.32

Dropped 102-pixma_Restore_old_behaviour_in_case_XML_support_is_missing.patch (merged)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
3 years agoMerge pull request #14865 from neheb/lou
Rosen Penev [Tue, 23 Feb 2021 02:38:11 +0000 (18:38 -0800)]
Merge pull request #14865 from neheb/lou

loudmouth: update to 1.5.4

3 years agohplip: bump to 3.21.2 14854/head
Luiz Angelo Daros de Luca [Mon, 22 Feb 2021 18:18:53 +0000 (15:18 -0300)]
hplip: bump to 3.21.2

Patches refreshed:
* 010-libusb_fix.patch
* 020-remove_cups_dep_on_scan.patch
* 060-fix-uclibc.patch renamed to 060-fix-glibc.patch

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
3 years agovpn-policy-routing: update config file, support PROCD_RELOAD_DELAY 14867/head
Stan Grishin [Tue, 23 Feb 2021 01:12:17 +0000 (01:12 +0000)]
vpn-policy-routing: update config file, support PROCD_RELOAD_DELAY

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agoloudmouth: update to 1.5.4 14865/head
Rosen Penev [Sun, 21 Feb 2021 04:20:11 +0000 (20:20 -0800)]
loudmouth: update to 1.5.4

Remove upstreamed patches.

Fix license.

Use AUTORELEASE to avoid bumping the release.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoboinc: update to 7.16.16 14862/head
Rosen Penev [Mon, 22 Feb 2021 01:46:13 +0000 (17:46 -0800)]
boinc: update to 7.16.16

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agocanutils: update to 2020.12.0 14861/head
Rosen Penev [Mon, 22 Feb 2021 01:50:28 +0000 (17:50 -0800)]
canutils: update to 2020.12.0

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agocoova-chilli: update to 1.6 14860/head
Rosen Penev [Mon, 22 Feb 2021 01:56:33 +0000 (17:56 -0800)]
coova-chilli: update to 1.6

Remove usptreamed patches.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agocurl: update to 7.75.0 14859/head
Rosen Penev [Mon, 22 Feb 2021 02:06:20 +0000 (18:06 -0800)]
curl: update to 7.75.0

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agodovecot: update to 2.3.13 14858/head
Rosen Penev [Mon, 22 Feb 2021 02:16:47 +0000 (18:16 -0800)]
dovecot: update to 2.3.13

Fixed and refreshed patches.

Switched to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoruby: update to 3.0.0 14696/head
Luiz Angelo Daros de Luca [Mon, 28 Dec 2020 03:27:40 +0000 (00:27 -0300)]
ruby: update to 3.0.0

This release goal is performance, concurrency, and typing. See details
in https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/

New subpackages (reflect of mostly complete upstream ruby gemification)
- ruby-abbrev (from ruby-misc)
- ruby-base64 (from ruby-misc)
- ruby-coverage (from ruby-misc)
- ruby-continuation (from ruby-misc)
- ruby-debug (from ruby-debuglib)
- ruby-english (from ruby-misc)
- ruby-expect (from ruby-misc)
- ruby-fiber (from ruby-misc)
- ruby-find (from ruby-filelib)
- ruby-io-nonblock (from ruby-multithread)
- ruby-io-wait (from ruby-multithread)
- ruby-monitor (from ruby-multithread)
- ruby-net-ftp (from ruby-net)
- ruby-net-http (from ruby-net)
- ruby-net-imap (from ruby-net)
- ruby-net-pop (from ruby-net)
- ruby-net-protocol (from ruby-net)
- ruby-objspace (from ruby-debuglib)
- ruby-open-uri (from ruby-net)
- ruby-pathname (from ruby-filelib)
- ruby-pp (from ruby-prettyprint)
- ruby-pty (from ruby-misc)
- ruby-rbs (NEW)
- ruby-resolv (from ruby-socket)
- ruby-resolv-replace (from ruby-socket)
- ruby-securerandom (from ruby-misc)
- ruby-set (from ruby-misc)
- ruby-shellwords (from ruby-misc)
- ruby-syslog (from ruby-logger)
- ruby-tempfile (from ruby-filelib)
- ruby-tmpdir (from ruby-filelib)
- ruby-tsort (from ruby-misc)
- ruby-typeprof (NEW)
- ruby-un (from ruby-mkmf)
- ruby-weakref (from ruby-misc)

Removed subpackages
- ruby-debuglib (split into ruby-debug,ruby-objspace)
- ruby-filelib (split into ruby-find,ruby-pathname,ruby-tempfile,ruby-tmpdir)
- ruby-misc (split into ruby-abbrev,ruby-base64,ruby-continuation,
    ruby-coverage,ruby-english,ruby-expect,ruby-fiber,ruby-securerandom,
    ruby-set,ruby-shellwords,ruby-tsort,ruby-weakref)
- ruby-multithread (split into ruby-io-nonblock,ruby-io-wait,ruby-monitor)
- ruby-net (split into ruby-net-ftp,ruby-net-http,ruby-net-imap,ruby-net-pop,
    ruby-net-protocol,ruby-open-uri)
- ruby-net-telnet (removed upstream)
- ruby-sdbm (removed upstream)
- ruby-webrick (removed upstream)
- ruby-xmlrpc (removed upstream)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
3 years agoMerge pull request #14849 from 1715173329/yq-mter
Rosen Penev [Mon, 22 Feb 2021 22:42:48 +0000 (14:42 -0800)]
Merge pull request #14849 from 1715173329/yq-mter

yq: bump to 4.6.0, remove myself from maintainters

3 years agoMerge pull request #14823 from neheb/gdbn
Rosen Penev [Mon, 22 Feb 2021 21:54:31 +0000 (13:54 -0800)]
Merge pull request #14823 from neheb/gdbn

gdbm: update to 1.19

3 years agoMerge pull request #14842 from marcin1j/pr/20200221-fix-mini_snmpd-source-repo
Rosen Penev [Mon, 22 Feb 2021 20:51:11 +0000 (12:51 -0800)]
Merge pull request #14842 from marcin1j/pr/20200221-fix-mini_snmpd-source-repo

mini_snmpd: fix spurious version bump to 1.6

3 years agoMerge pull request #14826 from jjm2473/master-fix-icu-macos
Rosen Penev [Mon, 22 Feb 2021 20:47:49 +0000 (12:47 -0800)]
Merge pull request #14826 from jjm2473/master-fix-icu-macos

libs/icu:  fix host compile in macOS

3 years agoMerge pull request #14817 from neheb/sn
Rosen Penev [Mon, 22 Feb 2021 20:41:46 +0000 (12:41 -0800)]
Merge pull request #14817 from neheb/sn

sane-backends: remove outdated C++ patch

3 years agoMerge pull request #14832 from TDT-AG/pr/20210222-stunnel
Daniel Engberg [Mon, 22 Feb 2021 19:20:30 +0000 (20:20 +0100)]
Merge pull request #14832 from TDT-AG/pr/20210222-stunnel

stunnel: update to 5.58

3 years agoMerge pull request #14853 from BKPepe/netdata-1.29.2
Daniel Engberg [Mon, 22 Feb 2021 18:52:19 +0000 (19:52 +0100)]
Merge pull request #14853 from BKPepe/netdata-1.29.2

netdata: update to version 1.29.2

3 years agoMerge pull request #14844 from ja-pa/python-more-itertools-8.7.0
Josef Schlehofer [Mon, 22 Feb 2021 18:11:33 +0000 (19:11 +0100)]
Merge pull request #14844 from ja-pa/python-more-itertools-8.7.0

python-more-itertools: update to version 8.7.0

3 years agoMerge pull request #14837 from ja-pa/libmaxminddb-1.5.2
Josef Schlehofer [Mon, 22 Feb 2021 18:10:49 +0000 (19:10 +0100)]
Merge pull request #14837 from ja-pa/libmaxminddb-1.5.2

libmaxminddb: update to version 1.5.2