aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* seafile-seahub: adjust to flup renameEneas U de Queiroz2019-06-26
| | | | Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #9324 from sotux/master-ddns-scriptsRosen Penev2019-06-26
|\ | | | | ddns-scripts: modify deSEC update url
| * ddns-scripts: modify deSEC update urlJames Qian2019-06-26
| | | | | | | | | | | | | | the latest update url format for deSEC is http(s)://update.dedyn.io/update?username=[USERNAME]&password=[PWD] Signed-off-by: James Qian <sotux82@gmail.com>
* | Merge pull request #9285 from neheb/ele2Rosen Penev2019-06-26
|\ \ | | | | | | elektra: Fix compilation with uClibc-ng
| * | elektra: Fix compilation with uClibc-ngRosen Penev2019-06-21
| | | | | | | | | | | | | | | | | | Add patch that checks for libiconv instead of iconv. nls.mk handles this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9261 from BKPepe/flupJosef Schlehofer2019-06-26
|\ \ \ | |_|/ |/| | flup: migrate to Python3 and add src package
| * | flup: add Python3 variant and src packageJosef Schlehofer2019-06-26
| |/ | | | | | | | | | | | | | | | | | | - Add PKG_LICENSE_FILES - Reorder things in Makefile - Add dependency python3-logging otherwise I cannot import flup.server.ajp flup.server.scgi Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #9323 from luizluca/hplip-nopythonRosen Penev2019-06-25
|\ \ | | | | | | hplip: python is not needed even for build
| * | hplip: python is not needed for buildLuiz Angelo Daros de Luca2019-06-25
| | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Merge pull request #9082 from jefferyto/radicale-py2-removalRosen Penev2019-06-25
|\ \ \ | | | | | | | | radicale: Remove Py2 variant, rename Py3 variant
| * | | radicale: Remove Py2 variant, rename Py3 variantJeffery To2019-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes radicale-py2, the Py2 variant, and renames radicale-py3 to radicale. This also makes a number of changes: * Actually use the Python package build system (from python3-package.mk) * Download source from PyPI instead of GitHub git repo * Remove unnecessary PKG_DEFAULT_DEPENDS definition * Depend on python3-urllib instead of python3-email (now that urllib is separate from python3-light and has python3-email as a direct dependency) * Move package description from menuconfig help to the actual description field * Remove unnecessary preinst script (default prerm will stop the service now that the package name matches the init.d script name) * Remove unnecessary lib/upgrade/keep.d entry (changed conffiles are preserved by sysupgrade by default) * Remove unnecessary postinst script (Python build system will set the correct shebang) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9223 from BKPepe/itsdangerousRosen Penev2019-06-25
|\ \ \ \ | | | | | | | | | | itsdangerous: Makefile polishing
| * | | | itsdangerous: Makefile polishingJosef Schlehofer2019-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change Website URL - Add src package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9222 from ekinzie/luajit-64Rosen Penev2019-06-25
|\ \ \ \ \ | | | | | | | | | | | | luajit: fix building for 64-bit targets
| * | | | | luajit: fix building for 64-bit targetsEric Kinzie2019-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Host and target architectures need to have the same pointer size. When building on x86_64, do not force 32-bit host binaries if the target architecture is also 64-bit. See http://luajit.org/install.html#cross Add 64-bit arm (aarch64) to the list of architectures. Signed-off-by: Eric Kinzie <ekinzie@labn.net>
* | | | | | Merge pull request #9304 from James-TR/update/pdns-authRosen Penev2019-06-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | pdns-auth: Bump version to 4.1.10
| * | | | | | pdns-auth: Bump version to 4.1.10James Taylor2019-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PowerDNS released two new versions which together add some features and address security issues. Changelog: https://doc.powerdns.com/authoritative/changelog/4.1.html This release and 4.1.9 together fix the following security advisories: PowerDNS Security Advisory 2019-04 (CVE-2019-10162) PowerDNS Security Advisory 2019-05 (CVE-2019-10163) Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | | Merge pull request #9309 from neheb/opencNikos Mavrogiannopoulos2019-06-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openconnect: Fix DTLS with OpenSSL
| * | | | | | | openconnect: Fix DTLS with OpenSSLRosen Penev2019-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported upstream patches that fix this. Removed local patch that fixes libp11 with version 0.4.7, which is not used anymore. Upstream has a different solution. License fixes and Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #9320 from James-TR/dnsdist-cpe-idFlorian Eckert2019-06-25
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | dnsdist: Add PKG_CPE_ID field to Makefile
| * | | | | | | dnsdist: Add PKG_CPE_ID field to MakefileJames Taylor2019-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the PKG_CPE_ID field to the Makefile for dnsdist Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | | | Merge pull request #9305 from dibdot/mcDirk Brenken2019-06-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mc: update to 4.8.23
| * | | | | | | | mc: update to 4.8.23Dirk Brenken2019-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bump to release 4.8.23, see https://midnight-commander.org/wiki/NEWS-4.8.23 * (re-)enable VFS support by default Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #9267 from ysc3839/frpRosen Penev2019-06-24
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | frp: add new package
| * | | | | | | | frp: add new packageRichard Yu2019-06-19
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | | | Merge pull request #9302 from micmac1/mariadb-arc-aioRosen Penev2019-06-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mariadb: add dependency on libaio for arc as well
| * | | | | | | | mariadb: add dependency on libaio for arc as wellSebastian Kemper2019-06-24
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that libaio compiles on arc targets we need to add the dependency to libaio on these targets as well. resolves #9298 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* / | | | | | | znc: update to 1.7.4Jonas Gorski2019-06-24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-12816. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | | | | | Merge pull request #9301 from neheb/n4342Rosen Penev2019-06-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pfring: Update to 7.4.0
| * | | | | | | pfring: Update to 7.4.0Rosen Penev2019-06-23
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with kernel 4.19. Added PKG_BUILD_PARALLEL for faster compilation. Some small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9295 from neheb/gamRosen Penev2019-06-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gammu: Update to 1.40.0
| * | | | | | | gammu: Update to 1.40.0Rosen Penev2019-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile for consistency between packages. Switched to CMAKE_INSTALL to get rid of the InstallDev section. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #9183 from James-TR/pdns-authRosen Penev2019-06-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pdns: add package
| * | | | | | | | pdns: add packageJames Taylor2019-06-14
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: armv7l, OpenWRT SDK Run tested: armv7l Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 - confirmed PowerDNS server links correctly against libraries. I'm unable to test all the backend modules as I don't have suitable backing stores set up for each. Description: PowerDNS is a versatile nameserver which supports a large number of different backends ranging from simple zonefiles to relational databases and load balancing/failover algorithms. PowerDNS tries to emphasize speed and security. This commit includes the authoritative nameserver, backends and additional tools https://www.powerdns.com/auth.html Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | | | Merge pull request #9293 from BKPepe/boostRosen Penev2019-06-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | boost: Makefile polishing and fix raw kconfig syntax
| * | | | | | | | boost: fix raw kconfig syntaxJo-Philipp Wich2019-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | | | | | | boost: Makefile polishingJosef Schlehofer2019-06-22
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected License according to SPDX in PKG_LICENSE Added PKG_LICENSE_FILES HTTPS in their website Reordered some stuff Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #9296 from gladiac1337/haproxy-v2.0.0-fixRosen Penev2019-06-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haproxy: Fix issue #9294 & update patches
| * | | | | | | | haproxy: Fix issue #9294 & update patchesChristian Lachner2019-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The arc700 target (and probably others) uses uclibc as it's c-library. However, uClibc's libcrypt seems to not support the crypt_data struct which broke the build. This fix adds a new build-target to haproxy which does not use libcrypt. Summing up, this commit does: - Add support for uclibc to haproxy with libcrypt disabled - Add detection of c-library to configure the correct build-target - Silence additional warnings - Update patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | Merge pull request #9291 from BKPepe/youtubeDaniel Engberg2019-06-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | youtube-dl: Update to version 2019.6.21
| * | | | | | | | | youtube-dl: Update to version 2019.6.21Josef Schlehofer2019-06-22
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile polishing - Move DEPENDS under URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | Merge pull request #9281 from neheb/dosRosen Penev2019-06-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | dosfsutils: Properly fix iconv linking
| * | | | | | | | | dosfsutils: Properly fix iconv linkingRosen Penev2019-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Necessary when using libiconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #9257 from neheb/bnRosen Penev2019-06-22
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | libaio: Update to 0.3.112
| * | | | | | | | | libaio: Update to 0.3.112Rosen Penev2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace inactive maintainer with myself. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #7023 from luizluca/switchdev_pollerRosen Penev2019-06-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | switchdev_poller: add new package (RFC)
| * | | | | | | | | | switchdev-poller: add new packageLuiz Angelo Daros de Luca2019-06-22
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This service monitors (each 3s) switchdev ports and brings down CPU ports when all related non-CPU vlan ports are also down. Otherwise, it brings the port up. In order to hide CPU ports from netifd, when a device is brought down, the device is renamed adding the suffix "_down". Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | | | | Merge pull request #9284 from gladiac1337/feature-haproxy-v2.0.0Daniel Engberg2019-06-21
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | haproxy: Update HAProxy to v2.0.0 (LTS)
| * | | | | | | | | haproxy: Update HAProxy to v2.0.0 (LTS)Christian Lachner2019-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Add new patches - Add several CFLAGS (derived from haproxy Makefile) to make the build work with v1.9+ - Update default configuration - Add check-command (for config) to init-script - Add prometheus-service from contribs by default Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | | Merge pull request #9276 from neheb/fbzRosen Penev2019-06-21
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | fbzmq: Fix compilation with newer GCC