aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | pillow: bump to version 7.2.0Alexandru Ardelean2020-07-08
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | | Merge pull request #12789 from neheb/mgRosen Penev2020-07-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | mg: update to 6.7
| * | | | | | | | | | | | mg: update to 6.7Rosen Penev2020-07-11
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes GCC10 compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #12792 from neheb/voorbRosen Penev2020-07-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libvorbis: update to 1.3.7
| * | | | | | | | | | | | libvorbis: update to 1.3.7Rosen Penev2020-07-11
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to CMake for the faster compilation and the simpler Makefile. Minor Makefile cleanups. Before: time make package/libvorbis/compile -j 12 Executed in 24.40 secs fish external usr time 21.17 secs 0.00 micros 21.17 secs sys time 3.05 secs 426.00 micros 3.05 secs After: time make package/libvorbis/compile -j 12 Executed in 9.19 secs fish external usr time 11.29 secs 0.00 micros 11.29 secs sys time 1.43 secs 421.00 micros 1.43 secs Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #12783 from flyn-org/masterRosen Penev2020-07-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | grilo-plugins: backport more updates from master
| * | | | | | | | | | | | grilo-plugins: backport more updates from masterW. Michael Petullo2020-07-11
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the backport from grilo-plugins master to include a symbol name change. Changes to libdmapsharing modified IS_X_... symbols to read X_IS_.... This was adopted in grilo-plugins master, as there was no official release of grilo-plugins since adding support for libdmapsharing4 in the first place. The next release of grilo-plugins will be the first to include libdmapsharing4 support to include the X_IS_... name change. Fixes issue mentioned at #12766. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | | | Merge pull request #12796 from PolynomialDivision/updatedawnRosen Penev2020-07-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | dawn: update to latest version 2020-07-12
| * | | | | | | | | | | | dawn: update to latest version 2020-07-12Nick Hainke2020-07-12
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: - dawn_uci: no need uci_alloc_context on each uci_set_network call - test_storage: extend test harness; datastorage: two bug fixes - tcpsocket: free con after ustream write error and make list each safe list_each is not safe against removal of list entry Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | | | | | Merge pull request #12794 from gladiac1337/liburing-0.7Rosen Penev2020-07-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | liburing: Update to v0.7
| * | | | | | | | | | | | liburing: Update to v0.7Christian Lachner2020-07-12
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated download URL and hash - Removed our include-patch as the problem was fixed upstream - Removed our MUSL-specific loff_t definition as liburing switched to off_t which is supported by MUSL out-of-the-box Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | | | | Merge pull request #12791 from neheb/gcrRosen Penev2020-07-12
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | libgcrypt: update to 1.8.6
| * | | | | | | | | | | libgcrypt: update to 1.8.6Rosen Penev2020-07-11
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | libnpupnp: update to 4.0.8Rosen Penev2020-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | libmatroska: update to 1.6.0Rosen Penev2020-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | libebml: update to 1.4.0Rosen Penev2020-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | libdbi: remove inactive maintainerRosen Penev2020-07-11
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Remove autoreconf. Nothing is being patched. Fixed license. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #12705 from neheb/htpRosen Penev2020-07-11
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | htop: fix compilation with GCC10
| * | | | | | | | | htop: fix compilation with GCC10Rosen Penev2020-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch taken from upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #11831 from lucize/addiscsiRosen Penev2020-07-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | open-iscsi: add package open-iscsi
| * | | | | | | | | | open-iscsi: add package open-iscsiLucian Cristian2020-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iscsi initiator utilities Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | Merge pull request #12780 from neheb/czRosen Penev2020-07-10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | czmq: switch to CMake
| * | | | | | | | | | czmq: switch to CMakeRosen Penev2020-07-10
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows faster compilation and removing various Makefile hacks. Fixed license to SPDX format. Added PKG_BUILD_PARALLEL for faster compilation. Various cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #12770 from miska/mariadb-maintJosef Schlehofer2020-07-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | mariadb/libmariadb: Take over as a maintainer
| * | | | | | | | | | mariadb/libmariadb: Take over as a maintainerMichal Hrusecky2020-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* | | | | | | | | | | Merge pull request #12662 from micmac1/tiff-cxx-abi-5Jiri Slachta2020-07-09
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | tiff: declare ABI_VERSION in libtiffxx as well
| * | | | | | | | | | tiff: declare ABI_VERSION in libtiffxx as wellSebastian Kemper2020-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ABI_VERSION is used in Package/libtiffxx/install but not defined, so we don't get SONAME treatment for libtiffxx. This commit adds the missing ABI_VERSION. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | | c-ares: switch to CMakeRosen Penev2020-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Also allows faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #12164 from diizzyy/netdata1221Josef Schlehofer2020-07-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | admin/netdata: Update to 1.22.1
| * | | | | | | | | | | admin/netdata: Update to 1.22.1Daniel Engberg2020-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update netdata to 1.22.1 Disable cloud functionality Shoehorn patches from FreeBSD's ports repo Remove cloud notifications and netdata's self-update feature json-c is no longer optional Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | Merge pull request #12766 from flyn-org/masterRosen Penev2020-07-08
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Update dmapd and libdmapsharing
| * | | | | | | | | | | dmapd: update to 0.0.85W. Michael Petullo2020-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | | | | | | | | libdmapsharing: update to 3.9.10W. Michael Petullo2020-07-08
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | | Merge pull request #12764 from neheb/exp22Rosen Penev2020-07-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | expat: fix compilation with doc2man
| * | | | | | | | | | | expat: fix compilation with doc2manRosen Penev2020-07-08
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though doc2man is explicitly disabled, it is only for the target. Split out the options to a separate variable. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #12752 from dibdot/ssmtpRosen Penev2020-07-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ssmtp: package removal
| * | | | | | | | | | | ssmtp: package removalDirk Brenken2020-07-08
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove orphaned ssmtp package Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #12751 from dibdot/foolsmRosen Penev2020-07-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | foolsm: change mail dependency
| * | | | | | | | | | | foolsm: change mail dependencyDirk Brenken2020-07-08
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changed mail dependency from orphaned 'ssmtp' to 'msmtp' Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #12763 from micmac1/remo-maintRosen Penev2020-07-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | apache/mariadb/sqlite: remove myself as maintainer
| * | | | | | | | | | | sqlite3: remove maintainerSebastian Kemper2020-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | | | | | | mariadb: remove maintainerSebastian Kemper2020-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | | | | | | apache/apr/apr-util: remove maintainerSebastian Kemper2020-07-08
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | | Merge pull request #12754 from jefferyto/python-host-platformRosen Penev2020-07-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python3: Use default _PYTHON_HOST_PLATFORM
| * | | | | | | | | | | python3: Use default _PYTHON_HOST_PLATFORMJeffery To2020-07-08
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets the Python build process set _PYTHON_HOST_PLATFORM instead of forcing an explicit value. Also: * Save the target _PYTHON_HOST_PLATFORM value during Build/InstallDev for use when building target Python packages (in python3-package.mk). * Use the (mostly) default PYTHON_FOR_BUILD value, instead patch configure to remove the platform triplet from the sysconfigdata file name. * Remove the "CROSS_COMPILE=yes" make variable (there is no indication that this variable is necessary). * Force host pip to build packages from source instead of downloading binary wheels. Previously, host pip can download universal (platform-independent) wheels but not platform-specific wheels, because of the custom _PYTHON_HOST_PLATFORM value. (Packages that do not have universal wheels would be compiled from source.) With a correct _PYTHON_HOST_PLATFORM, host pip can install platform-specific wheels as well. However, the pre-built shared object (.so) files in these wheels will have the host's platform triplet in their file names. When target Python packages are built (using the target's _PYTHON_HOST_PLATFORM), Python will not use these shared object files. By forcing host pip to build packages from source, the built shared object files will not have the platform triplet in their file names. (Host Python has been patched to remove the platform triplet from file names.) This allows these packages to be used when building target Python packages. (The net effect of this complete change is that platform-dependent packages will continue to be compiled from source, while platform-independent packages will now also be compiled from source.) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | ntpd: update to version 4.2.8p15 (security fix)Jan Pavlinec2020-07-08
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-11868 CVE-2018-8956 CVE-2020-13817 CVE-2020-1502 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | ipmitool: fix compilation with GCC10Rosen Penev2020-07-08
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12745 from neheb/getdRosen Penev2020-07-08
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | getdns: properly remove libbsd support
| * | | | | | | | getdns: fix compilation without deprecated OpenSSL APIsRosen Penev2020-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since DSA is enabled, dsa.h is needed. Normally this header is included implicitly with engine.h but with OPENSSL_API_COMPAT >= 0x10100000L , this is not so. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | getdns: properly remove libbsd supportRosen Penev2020-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>