Commit Graph

22943 Commits

Author SHA1 Message Date
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
Michael Heimpold 69b08e965e php7-pecl-mcrypt: update to 1.0.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-01-01 22:54:43 +01:00
Rosen Penev 7ce3b159e3
Merge pull request #14384 from neheb/posf
postfix: update to 3.5.8
2021-01-01 12:48:28 -08:00
Rosen Penev 33cc6d0990
Merge pull request #14402 from wongsyrone/update-miniupnpc
net/miniupnpc: update to 2.2.1
2021-01-01 11:28:32 -08:00
Rosen Penev 03bd2c8771
Merge pull request #14401 from wongsyrone/update-miniupnpd
net/miniupnpd: update to 2.2.1
2021-01-01 11:28:17 -08:00
Josef Schlehofer 6372355f73
Merge pull request #14331 from BKPepe/update-x264
x264: update to commit from 2020-10-26
2021-01-01 19:47:59 +01:00
Syrone Wong 3230f67d3a net/miniupnpc: update to 2.2.1
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
2021-01-01 22:16:42 +08:00
Syrone Wong 5eb01b5a3e net/miniupnpd: update to 2.2.1
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
2021-01-01 22:15:37 +08:00
Nikos Mavrogiannopoulos 60e7eee859
Merge pull request #14400 from FrederickGeek8/fix-14287
openconnect: Fix secondary password script overwriting primary
2021-01-01 11:51:56 +01:00
Tianling Shen f52cd2d8a1 yq: Update to 4.2.0
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2020-12-31 23:28:47 -10:00
Frederick Morlock 5d85f5af63 openconnect: Fix secondary password script overwriting primary
When specifying a secondary password script, the output should be appended to the temporary password file and shouldn't overwrite it. If you refer to the case where there is a static secondary password, you can see that the secondary password is appended. Without this fix, only the secondary password is passed to the `openconnect` session.

Signed-off-by: Frederick Morlock <FrederickGeek8@gmail.com>
2021-01-01 17:18:27 +08:00
Rosen Penev 2dd17b0a79
Merge pull request #14342 from neheb/transmis
transmission: do not use wolfSSL
2020-12-31 22:21:40 -08:00
Rosen Penev 093d1bd983
Merge pull request #14399 from neheb/e
erlang: disable PGO on host
2020-12-31 19:11:43 -08:00
Rosen Penev 39a24ea1fc
Merge pull request #14397 from neheb/gi
gitolite: change symlink from absolute to relative
2020-12-31 19:11:27 -08:00
Rosen Penev 7d474236dd
Merge pull request #14396 from neheb/xr
xr_usb_serial_common: update to 2017-08-01
2020-12-31 18:26:23 -08:00
Rosen Penev bfabad1bd1
erlang: disable PGO on host
Fixes compilation with clang. The make system misidentifies clang as
GCC for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 18:12:22 -08:00
Rosen Penev 7f6ec59a66
libvpx: update hash
Hash was wrong.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 18:11:29 -08:00
Rosen Penev b318690cfe
gitolite: change symlink from absolute to relative
Fixes bad symlink under InstallDev.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 18:10:27 -08:00
Rosen Penev 18aa332f9a
xr_usb_serial_common: update to 2017-08-01
Cleaned up Makefile to modern standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 18:09:20 -08:00
Rosen Penev 044b05fc04
transmission: do not use wolfSSL
There's some kind of crash internally in wolfSSL. It doesn't seem like
anyone knows how to fix it. Just disable it for now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 18:05:03 -08:00
Rosen Penev 77844c85e5
Merge pull request #14392 from neheb/con
conmon: add host build dependency on go
2020-12-31 17:03:23 -08:00
Rosen Penev edf984cb51
Merge pull request #14393 from neheb/w
whois: fix compilation with glibc
2020-12-31 16:53:03 -08:00