aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | Merge pull request #12816 from neheb/nlohRosen Penev2020-07-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nlohmannjson: update to 3.8.0
| * | | | | | | | | nlohmannjson: update to 3.8.0Rosen Penev2020-07-15
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add BUILDONLY since this is only used for the headers. Rearranged variables for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12861 from neheb/apiRosen Penev2020-07-19
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | apinger: fix compilation with GCC 10
| * | | | | | | | apinger: fix compilation with GCC 10Rosen Penev2020-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12870 from neheb/meson2Rosen Penev2020-07-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | meson: fix arch mapping
| * | | | | | | | | meson: fix arch mappingRosen Penev2020-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | meson uses a different architecture mapping than CONFIG_ARCH does. Fix the problematic ones and fall back to CONFIG_ARCH. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #12876 from jefferyto/golang-1.14.6Rosen Penev2020-07-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | golang: Update to 1.14.6
| * | | | | | | | | | golang: Update to 1.14.6Jeffery To2020-07-20
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #12860 from neheb/bfddRosen Penev2020-07-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | bfdd: fix compilation with GCC 10
| * | | | | | | | | | bfdd: fix compilation with GCC 10Rosen Penev2020-07-17
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #12856 from neheb/fpiRosen Penev2020-07-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fping: update to 4.3
| * | | | | | | | | | fping: update to 4.3Rosen Penev2020-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC 10. Backported upstream patch to fix compilation without IPv6. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #12871 from neheb/zmqqRosen Penev2020-07-18
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | zmq: switch to building with CMake
| * | | | | | | | | | zmq: switch to building with CMakeRosen Penev2020-07-18
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Faster compilation. Before: time make package/zmq/compile -j 12 Executed in 24.98 secs fish external usr time 97.41 secs 263.00 micros 97.40 secs sys time 12.51 secs 34.00 micros 12.51 secs After: time make package/zmq/compile -j 12 Executed in 18.17 secs fish external usr time 85.22 secs 248.00 micros 85.22 secs sys time 9.23 secs 32.00 micros 9.23 secs Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #12854 from neheb/radsRosen Penev2020-07-18
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | memcached: update to 1.6.6
| * | | | | | | | | memcached: update to 1.6.6Rosen Penev2020-07-17
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC 10. Added PKG_BUILD_PARALLEL for faster compilation. Simplified configure var. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12859 from neheb/gpgRosen Penev2020-07-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gnupg: fix compilation with GCC10
| * | | | | | | | | gnupg: fix compilation with GCC10Rosen Penev2020-07-17
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A bit ugly but it works. Added PKG_BUILD_PARALLEL for faster compilation. Fix license information. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12866 from Andy2244/wsdd2-netbios_name-uppercase-fixRosen Penev2020-07-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | wsdd2: Uppercase NB_PARM
| * | | | | | | | | wsdd2: Uppercase NB_PARMAndy Walsh2020-07-18
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Uppercase NB_PARM if mdns option is not set * filter commented lines Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* / / / / / / / / haveged: update to 1.9.13Hannu Nyman2020-07-18
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update haveged to version 1.9.13. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | davfs2: fixup gettext-version againRosen Penev2020-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems this is still needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12858 from neheb/radseToke Høiland-Jørgensen2020-07-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | radsecproxy: fix compilation with GCC10
| * | | | | | | | radsecproxy: fix compilation with GCC10Rosen Penev2020-07-17
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12855 from neheb/ngiRosen Penev2020-07-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ngircd: update to 26
| * | | | | | | | ngircd: update to 26Rosen Penev2020-07-17
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC10. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12857 from neheb/rsy2Rosen Penev2020-07-17
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | rsyslog: update to 8.2006.0
| * | | | | | | rsyslog: update to 8.2006.0Rosen Penev2020-07-17
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC10. Added random mirror since the normal website has issues at this time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12824 from neheb/progRosen Penev2020-07-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | progress: update to 0.15
| * | | | | | | progress: update to 0.15Rosen Penev2020-07-15
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix license information. Use PKG_INSTALL and PKG_BUILD_PARALLEL for consistency and faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12852 from peter-stadler/uwsgiRosen Penev2020-07-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | uwsgi: update to version 2.0.19.1
| * | | | | | | uwsgi: update to version 2.0.19.1Peter Stadler2020-07-17
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to latest version. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | Merge pull request #12851 from BKPepe/msmtpRosen Penev2020-07-17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | msmtp: update to version 1.8.11
| * | | | | | msmtp: update to version 1.8.11Josef Schlehofer2020-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #12846 from expiron/kcptun-updatesRosen Penev2020-07-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kcptun: bump to v20200701
| * | | | | | | kcptun: bump to v20200701Chao Liu2020-07-17
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Chao Liu <expiron18@gmail.com>
* | | | | | | Merge pull request #12845 from zhaojh329/rttyRosen Penev2020-07-17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | rtty: update to 7.1.4
| * | | | | | rtty: update to 7.1.4Jianhui Zhao2020-07-17
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | | Merge pull request #12842 from neheb/dav2Rosen Penev2020-07-17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | davfs2: update to 1.5.6
| * | | | | davfs2: update to 1.5.6Rosen Penev2020-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split musl patch into multiple small ones. Much easier to reason about. Removed stack protector patch. This is not an issue anymore. Removed NLS support. There seems to be a linking issue as libiconv-stub does not have a shared library component. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12843 from neheb/zerRosen Penev2020-07-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | zerotier: fix compilation with GCC10
| * | | | | | zerotier: fix compilation with GCC10Rosen Penev2020-07-16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch taken from upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12827 from neheb/pcre22Rosen Penev2020-07-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | pcre2: switch to CMake
| * | | | | | pcre2: switch to CMakeRosen Penev2020-07-15
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Faster compilation as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12841 from peter-stadler/nginx-versionRosen Penev2020-07-16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | nginx: update to version 1.19.1
| * | | | | nginx: update to version 1.19.1Peter Stadler2020-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to newest version. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | Merge pull request #12840 from BKPepe/libvorbisidecRosen Penev2020-07-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | libvorbisidec: update to version 20180319
| * | | | | | libvorbisidec: update to version 20180319Josef Schlehofer2020-07-16
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2018-5147 - Change PKG_SOURCE_URL fatal: unable to access 'https://git.xiph.org/tremor.git/': Failed to connect to git.xiph.org port 443: Connection refused because they changed the URL of the repository - Removes PKG_SOURCE_SUBDIR and PKG_SOURCE Those are already defaults - Fix indentation in description Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #12819 from neheb/seccNikos Mavrogiannopoulos2020-07-16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | libseccomp: update to 2.4.3
| * | | | | libseccomp: update to 2.4.3Rosen Penev2020-07-15
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>