aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | | nut: initscripts hotplug: Fix many small semantic issuesDaniel F. Dickinson2019-01-20
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small but important tweaks to fix the operation of the nut initscripts and hotplug scripts. All hail shellcheck and proofreading and dogfooding. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #8015 from TDT-AG/pr/20190122-mwan3Hannu Nyman2019-01-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mwan3: update version
| * | | | | | | | | | | | | | | | | | | | | | | | | mwan3: update version to 2.7.10Florian Eckert2019-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | | | | | | | | | | | | | | | | | mwan3: add locking debug possibilityFlorian Eckert2019-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | | | | | | | | | | | | | | | | | mwan3: lock critical section on mwan3 downFlorian Eckert2019-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | | | | | | | | | | | | | | | | | mwan3: lock critical mwan3rtmon sectionFlorian Eckert2019-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #8019 from cshoredaniel/pr-gitolite-3-6-11-updateHannu Nyman2019-01-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitolite: Update to 3.6.11
| * | | | | | | | | | | | | | | | | | | | | | | | | | gitolite: Update to 3.6.11Daniel F. Dickinson2019-01-22
|/ / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A migration bugfix. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #8016 from dibdot/travelmateDirk Brenken2019-01-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | / / / / / / / / / / / / / / / / / / / | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | travelmate: release 1.3.3
| * | | | | | | | | | | | | | | | | | | | | | | | travelmate: release 1.3.3Dirk Brenken2019-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * re-fine/optimize re-connection logic in 'ProActive' mode, prevent needless ubus calls Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | | | | | | | | | | | | | | shadowsocks-libev: ss-rules: simplify grep_afYousong Zhou2019-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | | | | | | | | | | | | | | | | conntrack-tools: update to 1.4.5 and link against libtirpcPeter Wagner2019-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> [split from https://github.com/openwrt/openwrt/pull/1274] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | | | | | | | | | | | | | | | | conntrack-tools: import from OpenWrt baseJo-Philipp Wich2019-01-22
| |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to allow for the switch from librpc to libtirpc, we need to relocate the conntrack-tools package here. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #8008 from aparcar/prometheus-2.6.1Hannu Nyman2019-01-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prometheus: update to 2.6.1