aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #14398 from neheb/vpRosen Penev2021-01-01
|\ | | | | libvpx: update hash
| * libvpx: update hashRosen Penev2020-12-31
| | | | | | | | | | | | Hash was wrong. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14405 from neheb/foRosen Penev2021-01-01
|\ \ | | | | | | fontconfig: update to 2.13.93
| * | fontconfig: update to 2.13.93Rosen Penev2021-01-01
|/ / | | | | | | | | | | Fixes compilation with glibc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14384 from neheb/posfRosen Penev2021-01-01
|\ \ | | | | | | postfix: update to 3.5.8
| * | postfix: update to 3.5.8Rosen Penev2020-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #14402 from wongsyrone/update-miniupnpcRosen Penev2021-01-01
|\ \ \ | | | | | | | | net/miniupnpc: update to 2.2.1
| * | | net/miniupnpc: update to 2.2.1Syrone Wong2021-01-01
| | | | | | | | | | | | | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* | | | Merge pull request #14401 from wongsyrone/update-miniupnpdRosen Penev2021-01-01
|\ \ \ \ | | | | | | | | | | net/miniupnpd: update to 2.2.1
| * | | | net/miniupnpd: update to 2.2.1Syrone Wong2021-01-01
| |/ / / | | | | | | | | | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* | | | Merge pull request #14331 from BKPepe/update-x264Josef Schlehofer2021-01-01
|\ \ \ \ | |/ / / |/| | | x264: update to commit from 2020-10-26
| * | | x264: update to commit from 2020-10-26Josef Schlehofer2020-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Snapshots were discontinued according to https://downloads.videolan.org/x264/snapshots/x264-snapshot-20191218-README.txt and users should use source code. While at it, fix SPDX License Identifier to correct one. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #14400 from FrederickGeek8/fix-14287Nikos Mavrogiannopoulos2021-01-01
|\ \ \ \ | | | | | | | | | | openconnect: Fix secondary password script overwriting primary
| * | | | openconnect: Fix secondary password script overwriting primaryFrederick Morlock2021-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | yq: Update to 4.2.0Tianling Shen2020-12-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | | Merge pull request #14342 from neheb/transmisRosen Penev2020-12-31
|\ \ \ \ \ | | | | | | | | | | | | transmission: do not use wolfSSL
| * | | | | transmission: do not use wolfSSLRosen Penev2020-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #14399 from neheb/eRosen Penev2020-12-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | erlang: disable PGO on host
| * | | | | | erlang: disable PGO on hostRosen Penev2020-12-31
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with clang. The make system misidentifies clang as GCC for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14397 from neheb/giRosen Penev2020-12-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | gitolite: change symlink from absolute to relative
| * | | | | | gitolite: change symlink from absolute to relativeRosen Penev2020-12-31
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bad symlink under InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14396 from neheb/xrRosen Penev2020-12-31
|\ \ \ \ \ \ | |/ / / / / |/| | | | | xr_usb_serial_common: update to 2017-08-01
| * | | | | xr_usb_serial_common: update to 2017-08-01Rosen Penev2020-12-31
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile to modern standards. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14392 from neheb/conRosen Penev2020-12-31
|\ \ \ \ \ | | | | | | | | | | | | conmon: add host build dependency on go
| * | | | | conmon: add host build dependency on goRosen Penev2020-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems to be needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14393 from neheb/wRosen Penev2020-12-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | whois: fix compilation with glibc
| * | | | | | whois: fix compilation with glibcRosen Penev2020-12-31
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just don't install mkpasswd at all. It's not used and causes problems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14394 from neheb/frRosen Penev2020-12-31
|\ \ \ \ \ \ | |/ / / / / |/| | | | | freeradius3: add missing libbsd dependency to glibc
| * | | | | freeradius3: add missing libbsd dependency to glibcRosen Penev2020-12-31
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes packages generation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14386 from neheb/oRosen Penev2020-12-31
|\ \ \ \ \ | | | | | | | | | | | | opendkim: fix compilation with glibc
| * | | | | opendkim: fix compilation with glibcRosen Penev2020-12-31
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Add libbsd dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14388 from Bloup1net/phantapresolvEtienne Champetier2020-12-31
|\ \ \ \ \ | | | | | | | | | | | | phantap: Update to latest commit
| * | | | | phantap: Update to latest commitDiana Dragusin2020-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a717723 Get resolvfile from configuration Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
* | | | | | sqm-scripts: Update PKG_MIRROR_HASHToke Høiland-Jørgensen2020-12-31
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / / / / sqm-scripts: Bump to v1.5.0Toke Høiland-Jørgensen2020-12-31
|/ / / / | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | Merge pull request #14377 from neheb/bfdRosen Penev2020-12-31
|\ \ \ \ | | | | | | | | | | bfdd: fix compilation with glibc
| * | | | bfdd: fix compilation with glibcRosen Penev2020-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove uClibc-ng patch as it's not in the tree anymore. Also remove the _GNU_SOURCE CFLAG for the same reason. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14378 from neheb/aRosen Penev2020-12-30
|\ \ \ \ \ | | | | | | | | | | | | auc: link to libdl when needed
| * | | | | auc: link to libdl when neededRosen Penev2020-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation under glibc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14383 from neheb/hfRosen Penev2020-12-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | hfsprogs: fix compilation under glibc
| * | | | | | hfsprogs: fix compilation under glibcRosen Penev2020-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems sys/sysctl.h was removed. Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14368 from zhanhb/bashRosen Penev2020-12-30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | bash: import upstream patches for 5.1
| * | | | | | bash: import upstream patches for 5.1Huangbin Zhan2020-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source: https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-001 https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-002 https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-003 https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-004 Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | Merge pull request #14296 from neheb/rtl4Rosen Penev2020-12-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | rtl_433: update to 20.11
| * | | | | | | rtl_433: update to 20.11Rosen Penev2020-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace CMAKE_INSTALL with an explicit InstallDev section. Install conf files. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #14312 from neheb/ttRosen Penev2020-12-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ttyd: update to 1.6.2
| * | | | | | | | ttyd: update to 1.6.2Rosen Penev2020-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstream patch. Refreshed other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #14381 from neheb/uRosen Penev2020-12-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | unrar: update to 6.0.3
| * | | | | | | | | unrar: update to 6.0.3Rosen Penev2020-12-30
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation with glibc by adding pthread linker flag. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #14382 from neheb/tRosen Penev2020-12-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tcp_wrappers: fix compilation under glibc