aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* leptonica: switch to CMakeRosen Penev2020-07-08
| | | | | | Allows simplifying the Makefile. Also faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* | Merge pull request #12746 from neheb/qreRosen Penev2020-07-07
|\ \ | | | | | | qrencode: switch to CMake
| * | qrencode: switch to CMakeRosen Penev2020-07-07
| | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Also faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12713 from neheb/spawRosen Penev2020-07-07
|\ \ \ | |/ / |/| | spawn-fcgi: switch to CMake
| * | spawn-fcgi: switch to CMakeRosen Penev2020-07-04
| | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12701 from neheb/apfRosen Penev2020-07-07
|\ \ \ | | | | | | | | apfree-wifidog: fix compilation with GCC10
| * | | apfree-wifidog: fix compilation with GCC10Rosen Penev2020-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | fish: remove CMAKE_INSTALLRosen Penev2020-07-07
| | | | | | | | | | | | | | | | | | | | | | | | PKG_INSTALL is already default. There's also no need for InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12728 from neheb/xer2Rosen Penev2020-07-07
|\ \ \ \ | | | | | | | | | | libxerces-c: switch to CMake
| * | | | libxerces-c: switch to CMakeRosen Penev2020-07-07
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Also faster compilation. Removed autotools patch as a result. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12720 from neheb/fwRosen Penev2020-07-07
|\ \ \ \ | | | | | | | | | | fwknop: fix compilation with GCC10
| * | | | fwknop: fix compilation with GCC10Rosen Penev2020-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_LICENSE_FILES. Added PKG_BUILD_PARALLEL for faster compilation. Simplified configure arguments. Small cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12714 from neheb/archRosen Penev2020-07-07
|\ \ \ \ \ | | | | | | | | | | | | libarchive: switch to CMake
| * | | | | libarchive: switch to CMakeRosen Penev2020-07-04
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Also faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12727 from neheb/expRosen Penev2020-07-07
|\ \ \ \ \ | | | | | | | | | | | | expat: convert to cmake
| * | | | | expat: convert to cmakeRosen Penev2020-07-07
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Allows faster compilation and a simpler Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12740 from zhanhb/conffilesRosen Penev2020-07-07
|\ \ \ \ \ | | | | | | | | | | | | treewide: add and fix conffiles
| * | | | | treewide: fix broken conffilesHuangbin Zhan2020-07-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | treewide: add conffilesHuangbin Zhan2020-07-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | Merge pull request #12744 from neheb/yubiRosen Penev2020-07-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | yubico-pam: fix compilation with fixed ykpers
| * | | | | | yubico-pam: fix compilation with fixed ykpersRosen Penev2020-07-07
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Massively cleaned up the Makefile for simplicity. Added PKG_INSTALL and PKG_BUILD_PARALLEL for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12742 from datafl4sh/datafl4sh/add_gnuplot_packageRosen Penev2020-07-07
|\ \ \ \ \ \ | |/ / / / / |/| | | | | gnuplot: Fixed dependencies.
| * | | | | gnuplot: Fixed dependencies.Matteo Cicuttin2020-07-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
* | | | | | Merge pull request #12556 from TDT-AG/pr/20200619-docker-ceFlorian Eckert2020-07-07
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | docker-ce: add uci support
| * | | | | docker-ce: update PKG_RELEASEFlorian Eckert2020-07-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | docker-ce: cleanup firewall rules on service stopFlorian Eckert2020-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now, the firewall rules from the dockerd were preserved after the service was stopped. This is not nice. With this change the firewall rules created by dockerd will be deleted when the dockerd service is stopped. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | docker-ce: remove obsulte docker default configuration fileFlorian Eckert2020-07-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | docker-ce: add uci support for dockerdFlorian Eckert2020-07-07
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #12726 from neheb/ykp2Rosen Penev2020-07-06
|\ \ \ \ \ | | | | | | | | | | | | ykpers: fix compilation with newer json-c
| * | | | | ykpers: fix compilation with newer json-cRosen Penev2020-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream backport. Adjusted package to use PKG_INSTALL for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Adjusted InstallDev section to install the pkgconf file. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12735 from mstorchak/rsync-3.2.2Rosen Penev2020-07-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | rsync: update to 3.2.2
| * | | | | | rsync: update to 3.2.2Maxim Storchak2020-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force IPv6 support to according to the global CONFIG_IPV6, ignore compile time detection Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | Merge pull request #12734 from nickberry17/masterRosen Penev2020-07-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | modemmanager: update ModemManager and dependencies