Commit Graph

3488 Commits

Author SHA1 Message Date
Rosen Penev 37d30f66c4
Merge pull request #14979 from G-M0N3Y-2503/dockerd-20.10.4
docker,dockerd,runc: Docker 20.10.4 Update
2021-03-01 14:33:59 -08:00
Paul Spooren dda59fedcc syncthing: update to 1.13.1
Also start using $(AUTORELEASE)

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-01 11:02:17 -10:00
Dirk Brenken 974d51b939
Merge pull request #14982 from dibdot/mc
mc: remove maintainer
2021-03-01 21:32:14 +01:00
Dirk Brenken 58a634aa6e
mc: remove maintainer
Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-03-01 17:16:30 +01:00
Gerard Ryan 69a15e2460 docker,dockerd: Updated to 20.10.4
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-03-01 19:39:36 +10:00
Gerard Ryan caa247664c runc: Updated to 1.0.0-rc93
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-03-01 19:38:44 +10:00
Rosen Penev bfc0b44b47
Merge pull request #14964 from neheb/yar
yara: update to 4.0.5
2021-03-01 00:21:28 -08:00
Rosen Penev 55ed772eba
Merge pull request #14970 from neheb/ta
taskwarrior: update to 2.5.3
2021-02-28 20:47:50 -08:00
Rosen Penev af5277e592
Merge pull request #14974 from neheb/sys
sysstat: update to 12.4.3
2021-02-28 20:47:33 -08:00
Rosen Penev 081dcfadcc sysstat: update to 12.4.3
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 19:23:01 -08:00
Rosen Penev 9fed947615 tar: update to 1.34
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 18:34:08 -08:00
Rosen Penev fc1e62f131 taskwarrior: update to 2.5.3
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 18:14:15 -08:00
Rosen Penev 3c2a474d69 yara: update to 4.0.5
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 17:08:45 -08:00
Gerard Ryan a54e8acfb5 dockerd: package release bump
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-28 16:48:46 +10:00
Gerard Ryan 7c6a132d76 dockerd: Added options to setup a dualstack default bridge
* Added IPv6 Support

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-28 16:29:10 +10:00
Rosen Penev e8d431e649
Merge pull request #14905 from neheb/vim
vim: fix compile with BUILD_NLS
2021-02-27 12:24:33 -08:00
Rosen Penev d5ddc98cb6 vim: fix compile with BUILD_NLS
Avoids having to use msgfmt, which happens to be broken with gettext-full.

msgfmt is used for the desktop gvim application, which is not used here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-27 01:40:26 -08:00
Rosen Penev c1ce778dec
Merge pull request #14916 from bernhard-voelker/master
utils/findutils: update to 4.8.0
2021-02-27 01:36:02 -08:00
Bernhard Voelker 3614a520d2 utils/findutils: update to 4.8.0
* utils/findutils/Makefile (PKG_VERSION): Update to latest.
(PKG_RELEASE): Reset to 1.
(PKG_HASH): Update.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
2021-02-27 08:02:57 +01:00
Gerard Ryan b5ef34f5dd docker,dockerd: Updated to 20.10.3
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-27 13:29:15 +10:00
Gerard Ryan 0187a8d55a docker,dockerd: Added git-short-commit to verify short commit
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-27 13:29:11 +10:00
Eneas U de Queiroz 470176905d
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>
2021-02-25 22:51:08 -03:00
Florian Eckert 5e0ef1d535
Merge pull request #14807 from G-M0N3Y-2503/dockerd-use-host-dns
Dockerd: Added option to configrue docker to use host Dnsmasq for DNS
2021-02-25 15:03:09 +01:00
Rosen Penev 400d1ded76
Merge pull request #14752 from neheb/mc
mc: update to 4.8.26
2021-02-25 03:51:56 -08:00
Gerard Ryan 36c44d780f dockerd: Package release bump
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-25 21:34:10 +10:00
Gerard Ryan 0a969afabc 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>
2021-02-25 21:33:39 +10:00
Gerard Ryan 398af87bdd 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>
2021-02-25 21:33:39 +10:00
Rosen Penev 66ba43293e
Merge pull request #14893 from cotequeiroz/setools
setools: Avoid using host libraries
2021-02-24 20:08:15 -08:00
Rosen Penev ea190c260e
Merge pull request #14886 from cotequeiroz/golang
treewide, affected packages: fix build with golang 1.16
2021-02-24 16:54:34 -08:00
Eneas U de Queiroz 0aff79f29f
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>
2021-02-24 21:41:15 -03:00
Eneas U de Queiroz bb9641e702
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>
2021-02-24 19:43:54 -03:00
Eneas U de Queiroz d9f7dff4a0
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>
2021-02-24 19:43:54 -03:00
Eneas U de Queiroz 8a4bb56478
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>
2021-02-24 19:43:54 -03:00
Eneas U de Queiroz 5b2d0609c7
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>
2021-02-24 16:12:59 -03:00
Eneas U de Queiroz 2d48a7b6e0
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>
2021-02-24 16:12:58 -03:00
Eneas U de Queiroz 619270da0e
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>
2021-02-24 16:12:58 -03:00
Hannu Nyman dffdfe4ac8 nano: update to version 5.6
Upgrade nano to version 5.6

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-02-24 17:48:34 +02:00
Rosen Penev 8fe0fd23ac
Merge pull request #14861 from neheb/canuti
canutils: update to 2020.12.0
2021-02-23 05:07:41 -08:00
Etienne Champetier e568e99db9
Merge pull request #14876 from BKPepe/screen-CVE-2021-26937
screen: backport fix for CVE-2021-26937
2021-02-23 06:07:14 -05:00
Florian Eckert f0e9d0fb92
Merge pull request #14816 from G-M0N3Y-2503/dockerd-maintainence
dockerd: misc maintainence
2021-02-23 11:27:26 +01:00
Josef Schlehofer c250298fa3
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>
2021-02-23 08:09:05 +01:00
Rosen Penev d3a7eebb11
Merge pull request #14872 from neheb/bon
bonnie++: update to 2.00a
2021-02-22 20:45:23 -08:00
Rosen Penev 107a9921b8
Merge pull request #14871 from luizluca/sane-backends-1.0.32
sane-backends: update to 1.0.32
2021-02-22 20:38:40 -08:00
Rosen Penev 5ff177bd40
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>
2021-02-22 20:32:58 -08:00
Luiz Angelo Daros de Luca 49e75e8105 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>
2021-02-23 00:24:08 -03:00
Luiz Angelo Daros de Luca 2014f1fd0b 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>
2021-02-22 23:28:44 -03:00
Rosen Penev 9adda83a9a
canutils: update to 2020.12.0
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-22 16:36:35 -08:00
Rosen Penev 9543f72c77
Merge pull request #14849 from 1715173329/yq-mter
yq: bump to 4.6.0, remove myself from maintainters
2021-02-22 14:42:48 -08:00
Tianling Shen b8a2c86aa7
yq: Update to 4.6.0
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
2021-02-23 00:23:56 +08:00
Tianling Shen f56d697985
yq: remove myself from maintainters
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
2021-02-23 00:14:23 +08:00