1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 13:23:57 +02:00
Commit Graph

22856 Commits

Author SHA1 Message Date
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
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
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
Rosen Penev
c258f0f97a
Merge pull request #14394 from neheb/fr
freeradius3: add missing libbsd dependency to glibc
2020-12-31 16:52:21 -08:00
Rosen Penev
27b54ace9a
conmon: add host build dependency on go
It seems to be needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 16:43:18 -08:00
Rosen Penev
f84c7960f3
freeradius3: add missing libbsd dependency to glibc
Fixes packages generation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 15:38:32 -08:00
Rosen Penev
273923d5d2
whois: fix compilation with glibc
Just don't install mkpasswd at all. It's not used and causes problems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 15:34:21 -08:00
Rosen Penev
35e8bf4ffe
Merge pull request #14386 from neheb/o
opendkim: fix compilation with glibc
2020-12-31 14:21:25 -08:00
Etienne Champetier
423c276409
Merge pull request #14388 from Bloup1net/phantapresolv
phantap: Update to latest commit
2020-12-31 15:11:04 -05:00
Diana Dragusin
ba6453889c phantap: Update to latest commit
a717723 Get resolvfile from configuration

Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
2020-12-31 11:38:50 -05:00
Toke Høiland-Jørgensen
476e77be6b sqm-scripts: Update PKG_MIRROR_HASH
Forgot to update the MIRROR_HASH

Fixes: 2c652128c52e: ("sqm-scripts: Bump to v1.5.0")
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2020-12-31 17:28:15 +01:00
Toke Høiland-Jørgensen
2c652128c5 sqm-scripts: Bump to v1.5.0
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2020-12-31 16:18:15 +01:00
Rosen Penev
ee7cc66aea
opendkim: fix compilation with glibc
Add libbsd dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 02:40:32 -08:00
Rosen Penev
788afe757d
postfix: update to 3.5.8
Pass TARGET_[C/LD]FLAGS to reduce filesize.

Fix glibc compilation by adding lresolv.

Remove uClibc-ng patch as that's now gone.

Refreshed other patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 02:29:46 -08:00
Rosen Penev
38913265b7
Merge pull request #14377 from neheb/bfd
bfdd: fix compilation with glibc
2020-12-31 00:20:10 -08:00
Rosen Penev
791bade75a
Merge pull request #14378 from neheb/a
auc: link to libdl when needed
2020-12-30 18:35:15 -08:00
Rosen Penev
0d1f0c7848
Merge pull request #14383 from neheb/hf
hfsprogs: fix compilation under glibc
2020-12-30 18:34:17 -08:00
Rosen Penev
02d1083c57
Merge pull request #14368 from zhanhb/bash
bash: import upstream patches for 5.1
2020-12-30 18:34:03 -08:00
Rosen Penev
899b7aae50
hfsprogs: fix compilation under glibc
Seems sys/sysctl.h was removed.

Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 17:43:57 -08:00
Rosen Penev
34fb6fa5c2
Merge pull request #14296 from neheb/rtl4
rtl_433: update to 20.11
2020-12-30 17:37:42 -08:00
Rosen Penev
8b46b7c8c5
Merge pull request #14312 from neheb/tt
ttyd: update to 1.6.2
2020-12-30 17:37:14 -08:00
Rosen Penev
2fc16c17ca
Merge pull request #14381 from neheb/u
unrar: update to 6.0.3
2020-12-30 17:36:33 -08:00
Rosen Penev
6c5e14e2b7
Merge pull request #14382 from neheb/t
tcp_wrappers: fix compilation under glibc
2020-12-30 17:36:15 -08:00
Rosen Penev
34a3e9bc09
Merge pull request #14374 from neheb/ksmbdt
ksmbd-tools: fix compilation with glibc
2020-12-30 17:35:24 -08:00
Rosen Penev
8a900975d5
tcp_wrappers: fix compilation under glibc
libnsl seems to not be a library that comes with glibc.

Remove excess whitespace.

Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 17:27:32 -08:00
Rosen Penev
c23556c8b0
Merge pull request #14375 from neheb/c
coova-chili: fix compilation with glibc
2020-12-30 17:24:38 -08:00
Rosen Penev
d0128d7dbb
Merge pull request #14380 from neheb/x
xfsprogs: fix compilation under glibc
2020-12-30 17:07:59 -08:00
Rosen Penev
7cb7a2e2a8
unrar: update to 6.0.3
Fix compilation with glibc by adding pthread linker flag.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 17:07:12 -08:00
Rosen Penev
9a7c519f6e
Merge pull request #14379 from neheb/atft
atftp: fix compilation with glibc
2020-12-30 16:57:51 -08:00