Commit graph

22196 commits

Author SHA1 Message Date
Daniel Golle
acd2f69fab
runc: remove unneeded MENU:=1
Now that runc builds according to available kernel features and there
is no longer a sub-menu to select them manually, also drop the MENU:=1
statement from the package Makefile.

Fixes: 3a06ce559 ("runc: Updated to v1.0.0-rc92 for dockerd")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-22 18:26:12 +00:00
Hannu Nyman
66e3de36e8 runc: remove garbage (fix 3a06ce5595)
Remove garbage files introduced with 3a06ce5595

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-11-22 10:44:33 +02:00
Luiz Angelo Daros de Luca
baf4b136fa hplip: bump to 3.20.9
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-11-22 02:32:00 -03:00
Luiz Angelo Daros de Luca
c40d882587 sabe-backends: update to 1.0.31
* adds the canon_lide70 backend
* avision: adds support for the KODAK i1120, fixes thread cancellation issues,
  disables exposure option for non-filmscanners
* canon_dr: improves error reporting
* dmc: fixes compiler warnings on the scan area options
* epsonds: rewrites the network I/O following changes made to the
* epson2 backend in 1.0.30 to fix security issues.  Network support is still
  unsupported.
* fujitsu: adds support for the fi-800R and a card scanning slot, fixes a bug
  when reading hardware sensors on the first invocation. Adds USB IDs for
  fi-7800 and fi-7900.
* genesys: adds support for the Canon 5600F, Canon LiDE 90, Plustek OpticFilm
  7200 and 7200 (v2), 7400, 7600i, 8100 and 8200i. Fixes several issues with the
  Canon 8600F. Adds 4800dpi support for the Canon LiDE 210 and fixes 3200dpi
  flatbed support on the Canon 8400F. Adds an option to fill dark calibration
  with a constant.  Adds transparency support for gl847 chipset based devices.
  Fixes CIS scanner support for gl842 chipset based devices. Removes lineart and
  image enhancement emulation support.
* gphoto: supports the PLANon DocuPen RC800 (with a recent enough version of
  gphoto2)
* gt68xx: modifies scan cancellation behaviour
* hp5400: adds button support, fixes a scan cancellation crash issue
* pixma: add supports for the i-SENSYS MF440 Series and untested support for the
  PIXMMA G7000 Series and GM4000 Series as well as the i-SENSYS MF720 Series.
* plustek: fixes a potential buffer overrun
* test: adds gamma options

Patches:
- ADD: 102-pixma_Restore_old_behaviour_in_case_XML_support_is_missing.patch:
  pixma was failing to detect libxml2, even when it exists
  (https://gitlab.com/sane-project/backends/-/issues/345)
- DROP: 100-fix-bigendian.patch: fix in release

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-11-22 02:11:09 -03:00
Luiz Angelo Daros de Luca
2e4fe76be4 ruby: update to version 2.7.2
This release contains intentional incompatibility. Deprecation warnings are
off by default on 2.7.2 and later. You can turn on deprecation warnings by
specifying the -w or -W:deprecated option at the command-line. Please check
the topics below for details.

* Feature #17000 2.7.2 turns off deprecation warnings by default
* Feature #16345 Don’t emit deprecation warnings by default.

This release contains the new version of webrick with a security fix described in the article.

* CVE-2020-25613: Potential HTTP Request Smuggling Vulnerability in WEBrick

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-11-22 02:01:23 -03:00
Daniel Golle
ed426fb951
podman: improve packaging
* keep /etc/containers accross sysupgrade
* make 'runc' the default run-time for now

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-22 03:52:28 +00:00
Gerard Ryan
3a06ce5595 runc: Updated to v1.0.0-rc92 for dockerd
SELinux and Seccomp are now enabled via the kernel options themselves

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-11-22 02:05:28 +00:00
Daniel Golle
0caf990380 gnunet-secushare: remove package
It stopped building against current gnunet a while ago.
Drop it for now.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-22 01:11:02 +00:00
Daniel Golle
bf3697b5c1 runc: enable seccomp support by default
It's nice to have seccomp support which is enabled in OpenWrt on
supported platforms on targets which are not marked as SMALL_FLASH.
(and it's kinda obvious that you wouldn't want to install runc on a
SMALL_FLASH target to begin with)
So let's enable seccomp by default.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-21 23:55:47 +00:00
Dirk Brenken
c976b3aaa0
Merge pull request #13972 from dibdot/trm
travelmate: handle invalid wireless sections
2020-11-21 20:51:58 +01:00
Dirk Brenken
ae138431b4
travelmate: handle invalid wireless sections
* ignore invalid wireless sections

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-11-21 18:17:51 +01:00
Rosen Penev
eb1462676d
Merge pull request #13962 from neheb/muc
miniupnpc: update to 2.2.0
2020-11-20 22:07:23 -08:00
Paul Spooren
3f7542e4ce whois: add package
Better a separate package than enabling it via busybox.
Special thanks to @neheb for the Makefile patches.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-11-20 08:24:38 -10:00
Daniel Golle
fd5cb376b5 debian-archive-keyring: install to expected location
'/usr/share/keyring' -> '/usr/share/keyrings'
Makes debootstrap happy.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-20 05:08:46 +00:00
Daniel Golle
832292b639
debian-archive-keyring: add new package
Grab debian-archive-keyring from debian.org to easy use of debootstrap.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-20 04:46:30 +00:00
Daniel Golle
bb704ffd4c xz: use ALTERNATIVES instead of copying symlinks
Installing the 'xz' package currently leads to file collisions:
Collected errors:
 * check_data_file_clashes: Package xz wants to install file /usr/bin/unxz
        But that file is already provided by package  * busybox
 * check_data_file_clashes: Package xz wants to install file /usr/bin/xz
        But that file is already provided by package  * busybox
 * opkg_install_cmd: Cannot install package debootstrap.

Fix that by switching to use ALTERNATIVES for all multicall commands
instead of copying the symlinks into the package.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-20 03:33:54 +00:00
Rosen Penev
70e4e85788
Merge pull request #13939 from ja-pa/chrony-nts-variant
chrony: add package variant with NTS
2020-11-19 17:07:24 -08:00
Rosen Penev
5f18221739
Merge pull request #13856 from peter-stadler/nginx
nginx: update to version 1.19.4
2020-11-19 17:06:30 -08:00
Rosen Penev
9a6834549b
Merge pull request #13762 from neheb/domo4
domoticz: fix compilation with python 3.9
2020-11-19 17:05:55 -08:00
Rosen Penev
252e383428
Merge pull request #13967 from neheb/npupnp
upmpdcli updates
2020-11-19 17:02:13 -08:00
Rosen Penev
884ed82b88
Merge pull request #13961 from neheb/sshfs2
sshfs: update to 3.7.1
2020-11-19 16:44:48 -08:00
Rosen Penev
c564409971
Merge pull request #13964 from neheb/lxc2
lxc: update to 4.0.5
2020-11-19 16:41:04 -08:00
Rosen Penev
85e2775989
Merge pull request #13963 from neheb/memcached2
memcached: update to 1.6.8
2020-11-19 16:40:42 -08:00
Daniel Golle
a6d99126a8 gnupg2: package gnupg2-dirmngr
dirmngr is needed to download keys from keyservers.
That being a useful thing, let's package dirmngr.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-20 00:31:10 +00:00
Rosen Penev
45dd9c223e
Merge pull request #13965 from neheb/canut
canutils: update to 2020.11.0
2020-11-19 16:24:15 -08:00
Rosen Penev
155ba290ff
Merge pull request #13958 from flyn-org/snort
snort: update to 2.9.16.1
2020-11-19 16:23:48 -08:00
Rosen Penev
9a7efa6808
Merge pull request #13959 from flyn-org/snort3
Snort3 updates
2020-11-19 16:22:56 -08:00
Rosen Penev
129c790082
upmpdcli: update to 1.5.0
Add missing header for musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:20:14 -08:00
Rosen Penev
099e9a31ca
libupnpp: update to 0.20.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:20:14 -08:00
Rosen Penev
fcc209bacd
libnpupnp: update to 4.0.14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:20:14 -08:00
Rosen Penev
66191f481e
canutils: update to 2020.11.0
Renamed j* tools to their new versions.

Remove upstreamed patches.

Add missing time.h header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:17:42 -08:00
Rosen Penev
cbe4b726da
lxc: update to 4.0.5
Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:16:43 -08:00
Rosen Penev
c1fe3ecdc2
memcached: update to 1.6.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:15:48 -08:00
Rosen Penev
ef388ff1f3
miniupnpc: update to 2.2.0
Remove CMAKE_INSTALL. No need for it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:15:00 -08:00
Rosen Penev
dd14c769eb
sshfs: update to 3.7.1
Remove unnecessary patch. The issue was with fuse3.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:14:05 -08:00
W. Michael Petullo
a896d5db15 snort3: update to 3.0.3-1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 17:04:54 -06:00
W. Michael Petullo
840e8c7b13 libdaq: update to 3.0.0-beta1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 17:03:54 -06:00
Karl Palsson
bc5d02e242 pagekitec: update to latest
Fixes for status files not being written, seen on OpenWrt
Fixes for compiler warnings, seen on OpenWrt

Full changelog: https://github.com/pagekite/libpagekite/compare/v0.91.200718...v0.91.201110

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-11-19 22:12:18 +00:00
Karl Palsson
3aa2dbc441 c-ares: update to latest for security fixes
Four fixes tagged as security, full changelog at https://c-ares.haxx.se/changelog.html#1_17_0
Includes fix for CVE-2020-8277

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-11-19 22:12:18 +00:00
Michael Heimpold
a1afbc7154 open-plc-utils: update to latest upstream version
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-11-19 22:49:42 +01:00
Rosen Penev
a172e52eaf
Merge pull request #13957 from flyn-org/php7-pecl-krb5
php7-pecl-krb5: update to 1.1.4
2020-11-19 12:59:23 -08:00
Rosen Penev
5a5ab311d9
Merge pull request #13953 from flyn-org/openldap
openldap: update to 2.4.56
2020-11-19 12:59:04 -08:00
Rosen Penev
75d0562aef
Merge pull request #13948 from flyn-org/gstreamer
GStreamer updates
2020-11-19 12:58:28 -08:00
Rosen Penev
bcca53519e
Merge pull request #13956 from flyn-org/nfdump
nfdump: update to 1.6.21
2020-11-19 12:57:56 -08:00
Rosen Penev
c173480b75
Merge pull request #13950 from flyn-org/dmapd
dmapd: update 0.0.86
2020-11-19 12:56:54 -08:00
Rosen Penev
563977ac17
Merge pull request #13952 from flyn-org/krb5
krb5: update to 1.18.3
2020-11-19 12:56:25 -08:00
Rosen Penev
b60be7becf
Merge pull request #13949 from flyn-org/vips
vips: update to 8.10.2
2020-11-19 12:55:52 -08:00
W. Michael Petullo
f1a67441dc snort: update to 2.9.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 14:53:24 -06:00
W. Michael Petullo
206fa85928 php7-pecl-krb5: update to 1.1.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 13:58:03 -06:00
W. Michael Petullo
a034111490 libgcrypt: update to 1.8.7
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 19:47:54 +00:00