Commit graph

23115 commits

Author SHA1 Message Date
Rosen Penev
3ebfd70c60
libnetwork: update to 2020-12-15
Remove some depends as MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-07 14:33:43 -08:00
Rosen Penev
1bcce388b9
runc: remove non-MIPS depends
MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-07 14:30:51 -08:00
Linos Giannopoulos
855db864b0 openssh: Add FIDO2 hardware token support
Version 8.2[0] added support for two new key types: "ecdsa-sk" and
"ed25519-sk". These two type enable the usage of hardware tokens that
implement the FIDO (or FIDO2) standard, as an authentication method for
SSH.

Since we're already on version 8.4 all we need to do is to explicitly enable
the support for hardware keys when compiling OpenSSH and add all the
missing dependencies OpenSSH requires.

OpenSSH depends on libfido2[1], to communicate with the FIDO devices
over USB. In turn, libfido2 depends on libcbor, a C implementation of
the CBOR protocol[2] and OpenSSL.

[0]: https://lwn.net/Articles/812537/
[1]: https://github.com/Yubico/libfido2
[2]: tools.ietf.org/html/rfc7049

Signed-off-by: Linos Giannopoulos <linosgian00@gmail.com>
2021-01-07 00:53:05 +02:00
Linos Giannopoulos
1ce5b10425 libfido2: Add new package
libfido2 provides library functionality and command-line
tools to communicate with a FIDO device over USB, and to
verify attestation and assertion signatures.

libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) protocols.

Signed-off-by: Linos Giannopoulos <linosgian00@gmail.com>
2021-01-07 00:53:05 +02:00
Linos Giannopoulos
42e2f427e6 libcbor: Add new package
Libcbor is a C library for parsing and generating CBOR[0],
the general-purpose schema-less binary data format.

[0]: https://tools.ietf.org/html/rfc7049

Signed-off-by: Linos Giannopoulos <linosgian00@gmail.com>
2021-01-07 00:53:05 +02:00
Daniel Golle
9ea8cccd35 transmission: add syscalls needed on PPC to seccomp rules
Add fadvise64_64 and fchmod syscalls needed on PowerPC platforms to
seccomp rules of transmission-daemon.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-06 22:17:40 +00:00
Stan Grishin
e948d41622 https-dns-proxy: update to 2020-11-25: add HTTP auth and DSCP codepoint support
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-01-06 11:48:07 -10:00
Rosen Penev
b4762c7e6f
Merge pull request #14063 from peter-stadler/etebase
[RFC] etebase: add package
2021-01-06 13:43:27 -08:00
Rosen Penev
67bd007f26
Merge pull request #13405 from peter-stadler/nginx-util-uci
[RFC] nginx-util: use UCI for server configuration
2021-01-06 13:43:12 -08:00
Karl Palsson
c563b72bc2 lang/lualanes: update url and description
No package version bump as no change to built package.  URL now points
to current useful webpage, and description is based on current release.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2021-01-06 09:45:51 +00:00
Rosen Penev
46b0ed55e3
Merge pull request #14406 from tofurky/fix_perl-www
perl-www: add dependency on perl-try-tiny
2021-01-05 22:33:58 -08:00
Rosen Penev
fbdab5bb08
Merge pull request #14299 from wulfy23/nftqosinit
nft-qos: silence buildsystem errors
2021-01-05 17:30:27 -08:00
Rosen Penev
62f66125b5
Merge pull request #14361 from abajk/bump-coremark
coremark: bump to 2020-12-17
2021-01-05 17:23:21 -08:00
Rosen Penev
e907c0ed00
Merge pull request #14421 from commodo/python-updates1
python-idna,pillow: bump versions
2021-01-05 17:17:20 -08:00
Rosen Penev
e29ef2fc57
Merge pull request #14416 from dobo90/adguardhome_v0.104.3
[v2] adguardhome: upstream upgrade to v0.104.3
2021-01-05 17:16:26 -08:00
Rosen Penev
7fe58663e6
Merge pull request #14423 from zhaojh329/rtty
rtty: update to 7.1.5
2021-01-05 17:15:44 -08:00
Rosen Penev
f5e9ba0790
Merge pull request #14418 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.1
gnuplot: Updated gnuplot to 5.4.1
2021-01-05 13:51:35 -08:00
Matteo Cicuttin
60c0c3ba5d gnuplot: Updated gnuplot to 5.4.1
Note: touches also `libdg`, changed dependency from libjpeg to libjpeg-turbo

Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
2021-01-05 21:59:46 +01:00
Jianhui Zhao
3a84dac41a rtty: update to 7.1.5
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-01-05 20:52:26 +08:00
Alexandru Ardelean
7b4c118752 pillow: bump to version 8.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-05 14:18:27 +02:00
Alexandru Ardelean
633e372688 python-idna: bump to version 3.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-05 14:18:21 +02:00
Rosen Penev
8e734a38a5
Merge pull request #14417 from luizluca/libvpx-1.9.0
libvpx: update to 1.9.0
2021-01-04 14:40:49 -08:00
Kuan-Yi Li
4881e4251f usbutils: add usbreset
Add usbreset here to reflect the removal of usbreset package.

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2021-01-04 08:27:44 -10:00
Matt Merhar
f0716fdc79 perl-www: add dependency on perl-try-tiny
This became a requirement in libwww-perl 6.17.

Note that there are two other missing "soft" dependencies, Authen::Ntlm
as used by LWP::Authen::Ntlm, and Data::Dump as used by
LWP::Debug::TraceHTTP, that are not required for basic functionality.

Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2021-01-03 19:13:26 -05:00
Matt Merhar
912508c6fe perl-try-tiny: add new package
This is a hard requirement of perl-www.

Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2021-01-03 19:13:21 -05:00
Rosen Penev
6b1f0439e8
Merge pull request #14362 from neheb/hwd
hwdata: introduce package and use
2021-01-03 15:17:59 -08:00
Luiz Angelo Daros de Luca
21e11cab0d libvpx: update to 1.9.0
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2021-01-03 17:56:59 -03:00
Hannu Nyman
6dac6bd886 haveged: update to 1.9.14
Update haveged to version 1.9.14.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-01-03 20:07:07 +02:00
Dobroslaw Kijowski
85f8fd69bc adguardhome: upstream upgrade to v0.104.3
Full changelog available at:
 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.2
 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.3

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
2021-01-03 13:42:31 +01:00
Etienne Champetier
9ef2e619b9
Merge pull request #14413 from aaronjg/bugfix/mwan3-ipv6-regression
mwan3: fix regression in ipv6 routing tables
2021-01-03 05:47:51 -05:00
Rosen Penev
487b572f39
Merge pull request #14412 from mstorchak/rsync-iconv
rsync: enable iconv if NLS support is enabled globally
2021-01-03 01:20:18 -08:00
Rosen Penev
2fe26ac30a
Merge pull request #14370 from garikello3d/libpqxx-new-package
libpqxx: adding Makefile, Config.in and patch
2021-01-02 22:03:56 -08:00
Aaron Goodman
267b65ad9f mwan3: fix regression in ipv6 routing tables
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2021-01-02 21:37:37 -05:00
Daniel Golle
cd587f3767 exim: add package
Add Exim MTA variants:
 * exim
   plain variant without any TLS library which hence comes
   without TLS, DANE and DKIM.
 * exim-openssl
   linked against libopenssl
 * exim-gnutls
   linked against libgnutls
 * exim-ldap
   linked against libopenssl, libopenldap and libsasl2

Provide packages for lookup modules
 * cdb
 * dbmdb
 * dnsdb
 * json (depends on jansson)
 * mysql (depends on libmariadb)
 * passwd
 * pgsql (depends on libpq)
 * redis (depends on libhiredis)
 * sqlite (depends on libsqlite3)

Note:
As gnutls requires libunbound which depends on libopenssl to provide
libgnutls-dane, disable DANE by default when building with gnutls.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:18:29 +00:00
Daniel Golle
ec7109ec12 gnutls: package libdane
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:18:29 +00:00
Daniel Golle
a64b08a225 SpamAssassin: add packages
Add spamc and spamc-ssl SpamAssassin client packages.
Also package SpamAssassin Perl backend, but that still lacks many
features due to Perl packages missing in OpenWrt.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:17:50 +00:00
Daniel Golle
ff100b1766 perl: add Net::DNS package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:17:50 +00:00
Daniel Golle
d2fdb2e8ef perl: add NetAddr::IP package
Disable native code for now as it fails due to the package's
build-system not considering STAGING_DIR.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:17:50 +00:00
Daniel Golle
638c816d4e perl-html-parser: add HostBuild
It's required to make SpamAssassin's build system happy.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:17:50 +00:00
Maxim Storchak
40555eebf9 rsync: enable iconv if NLS support is enabled globally
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-01-02 22:52:52 +02:00
Rosen Penev
915faf92db
Merge pull request #14411 from paulfertser/openocd-update-to-0.11.0-rc1
openocd: update to 0.11.0-rc1; add libgpiod dep; always depend on USB…
2021-01-02 12:38:07 -08:00
Rosen Penev
0047a4a191
Merge pull request #14407 from mstorchak/smartmontools
smartmontools: update to 7.2
2021-01-02 12:36:25 -08:00
Paul Fertser
84e3d16143 openocd: update to 0.11.0-rc1; add libgpiod dep; always depend on USB libs
The first release candidate with plenty of changes needs wider testing,
so package it.

Since Linux 4.8 new more efficient GPIO manipulation API is available
and sysfs class gpio is deprecated. Enable OpenOCD support for both for
now to avoid breaking existing user configs.

Due to low user demand and packaging difficulties require USB libraries
unconditionally from now on. Their sizes are not significant compared to
the OpenOCD package itself.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2021-01-02 22:29:19 +03:00
Igor Bezzubchenko
de1aefad43 libpqxx: fixed review comments
Removed PKG_INSTALL
Capitalized options
Use inline `if` instead of blocks

Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2021-01-02 22:17:39 +03:00
Michael Heimpold
6816e1e402 php7-pecl-redis: update to 5.3.2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-01-02 13:21:26 +01:00
Maxim Storchak
dc32fc0e47 smartmontools: update to 7.2
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-01-02 11:56:02 +02:00
Michael Heimpold
e155bbceec
Merge pull request #14404 from mhei/php7-pecl-mcrypt-version-bump
php7-pecl-mcrypt: update to 1.0.4
2021-01-02 10:03:30 +01:00
Rosen Penev
4f94bb6ecf
Merge pull request #14398 from neheb/vp
libvpx: update hash
2021-01-01 18:19:23 -08:00
Rosen Penev
632abc8f2b
Merge pull request #14405 from neheb/fo
fontconfig: update to 2.13.93
2021-01-01 17:39:57 -08:00
Rosen Penev
5b379a921f
fontconfig: update to 2.13.93
Fixes compilation with glibc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-01 17:21:37 -08:00