aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #8005 from neheb/muttHannu Nyman2019-01-27
|\ | | | | mutt: Update to 1.11.2
| * mutt: Update to 1.11.2Rosen Penev2019-01-20
| | | | | | | | | | | | OpenSSL patch was upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #8040 from val-kulkov/graphicsmagick-packageHannu Nyman2019-01-27
|\ \ | | | | | | graphicsmagick: new package, an imagemagick alternative
| * | graphicsmagick: new package, an imagemagick alternativeVal Kulkov2019-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GraphicsMagick is a fork of ImageMagick, licensed under the MIT license. It requires less space and it is [reportedly] faster than ImageMagick. GraphicsMagick's installation footprint is: x86_64: 4.3 MB, and brcm47xx-mips74k (mipsel_74kc): 3.7 MB. The shared libraries occupy 2.2 MB (mipsel_74kc). The 90 GraphicsMagick's modules occupy 2.5 MB. It may be possible to reduce the installation footprint by introducing build parameters to control the selection of modules. In view of the large number of modules and the possibility of breakage due to module interdependencies or other reasons, such attempt is not made at this time. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | Merge pull request #8038 from MikePetullo/dmapdHannu Nyman2019-01-27
|\ \ \ | | | | | | | | dmapd: update to 0.0.79
| * | | dmapd: update to 0.0.79W. Michael Petullo2019-01-26
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #7675 from neheb/vipsHannu Nyman2019-01-27
|\ \ \ \ | |/ / / |/| | | vips: Update to 8.7.2
| * | | vips: Update to 8.7.4Rosen Penev2019-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ability to compile with uclibc++. Refresh Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8009 from neheb/v4lTed Hess2019-01-26
|\ \ \ \ | | | | | | | | | | libv4l: Update to 1.16.3
| * | | | libv4l: Update to 1.16.3Rosen Penev2019-01-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8037 from MikePetullo/libdmapsharingHannu Nyman2019-01-26
|\ \ \ \ \ | | | | | | | | | | | | libdmapsharing: Update to 3.9.4
| * | | | | libdmapsharing: Update to 3.9.4W. Michael Petullo2019-01-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #8030 from jow-/at-elf-dependsHannu Nyman2019-01-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | at: change libelf1 dependency to libelf
| * | | | | | at: change libelf1 dependency to libelfJo-Philipp Wich2019-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libelf1 source package has been renamed to libelf in OpenWrt base, adjust the dependency in "at" accordingly. There are no functional changes and no changes in the resulting binary. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | Merge pull request #7867 from neheb/ldnHannu Nyman2019-01-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ldns: Make ENGINE support optional
| * | | | | | | ldns: Make ENGINE support optionalRosen Penev2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ENGINE support is needed for GOST, which is already disabled. However, it is going to be disabled by default in a future update. This fixes the compilation failure. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #7897 from neheb/inaHannu Nyman2019-01-26
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | inadyn: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | inadyn: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8011 from neheb/arJo-Philipp Wich2019-01-25
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | aria2: Fix the faulty patch again
| * | | | | | | aria2: Fix the faulty patch againRosen Penev2019-01-25
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous solution was incorrect. The issue was that the macro was not defined as the header defining it was not included. GCC warns if -Wunder is passed and does not error by default, leading to the confusion. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | usbip: Switch usb.ids location to match usbutilsRosen Penev2019-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's versioned and therefore easier to update. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8029 from jow-/avrdude-elf-dependsTed Hess2019-01-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | avrdude: change libelf1 dependency to libelf
| * | | | | | | avrdude: change libelf1 dependency to libelfJo-Philipp Wich2019-01-24
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libelf1 source package has been renamed to libelf in OpenWrt base, adjust the dependency in avrdude accordingly. There are no functional changes and no changes in the resulting binary. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | Merge pull request #7947 from neheb/shTed Hess2019-01-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | shairport-sync: Get rid of libc++ dependency
| * | | | | | | shairport-sync: Get rid of libc++ dependencyRosen Penev2019-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two features which are not used by the package depend on a libc++. Removing the proper entries in the Makefile allow compilation without a libc++. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8032 from lnslbrty/update/ptunnel-ngHannu Nyman2019-01-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ptunnel-ng: update to 1.32
| * | | | | | | | ptunnel-ng: update to 1.32Toni Uhlig2019-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | | | | Merge pull request #8028 from salzmdan/masterHannu Nyman2019-01-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | knot: update to 2.7.6
| * | | | | | | | | knot: update to 2.7.6Daniel Salzman2019-01-24
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | | | | | Merge pull request #8026 from BKPepe/youtube-dlHannu Nyman2019-01-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | youtube-dl: update to version 2019.01.24
| * | | | | | | | | youtube-dl: update to version 2019.01.24Josef Schlehofer2019-01-24
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | Merge pull request #8031 from dibdot/travelmateDirk Brenken2019-01-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | travelmate: bugfix 1.3.4
| * | | | | | | | | travelmate: bugfix 1.3.4Dirk Brenken2019-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix runtime behaviour with empty scan results on radioX * fix radiolist preparation (prevent dups) * further optimize 'ProActive' mode Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | Merge pull request #8027 from dibdot/adblockDirk Brenken2019-01-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | adblock: bugfix 3.6.4
| * | | | | | | | | | adblock: bugfix 3.6.4Dirk Brenken2019-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * respect 'adb_report' option to enable/disable adblock reporting (incl. tcpdump background process) * other reporting related corner case fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #8004 from neheb/patch-16Hannu Nyman2019-01-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libgpg-error: Update to 1.34
| * | | | | | | | | | | libgpg-error: Update to 1.34Rosen Penev2019-01-23
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove FPIC as it is already default. Both fPIC and DPIC are passed. Some extra configure arguments to speed up build times. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | utils/bash: Update to 5.0Daniel Engberg2019-01-24
| |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update bash to 5.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | conntrack-tools: add missing patchJo-Philipp Wich2019-01-24
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a forgotten patch which was part of the original PR to switch ct tools to libtirpc. Fixes: ecebe0ed1 ("conntrack-tools: update to 1.4.5 and link against libtirpc") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | Merge pull request #7921 from daniel-santos/python-idnaHannu Nyman2019-01-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-idna: Add missing dependency on python(3)-codecs
| * | | | | | | | | python-idna: Add missing dependency on python(3)-codecsDaniel Santos2019-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This error is exposed when using python-minimal. Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
* | | | | | | | | | Merge pull request #8022 from BKPepe/youtube-dlHannu Nyman2019-01-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | youtube-dl: update to version 2019.01.23
| * | | | | | | | | | youtube-dl: update to version 2019.01.23Josef Schlehofer2019-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | Merge pull request #7616 from jbenden/aircrack-ng-1.5Hannu Nyman2019-01-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | aircrack-ng: Update to 1.5.2
| * | | | | | | | | | | aircrack-ng: Update to 1.5.2Joseph Benden2019-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joseph Benden <joe@benden.us>
| * | | | | | | | | | | aircrack-ng: Update to 1.5.1Joseph Benden2018-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joseph Benden <joe@benden.us>
| * | | | | | | | | | | aircrack-ng: Update to 1.5Joseph Benden2018-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joseph Benden <joe@benden.us>
* | | | | | | | | | | | Merge pull request #7912 from ja-pa/keepalived-updateHannu Nyman2019-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | keepalived: update to version 2.0.10
| * | | | | | | | | | | keepalived: update to version 2.0.10Jan Pavlinec2019-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2018-19046 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | Merge pull request #8017 from ↵Hannu Nyman2019-01-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cshoredaniel/pr-nut-cleanup-small-but-mighty-issues nut: initscripts hotplug: Fix many small by mighty semantic issues