aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* softethervpn: Fix compilation under 64-bit targetsRosen Penev2019-04-01
| | | | | | -m64 is not compatible with OpenWrt's compilers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #8564 from ammubhave/bump_boostRosen Penev2019-04-01
|\ | | | | boost: bump pkg release
| * boost: bump pkg releaseAmol Bhave2019-04-01
| | | | | | | | | | | | PR #7126 updated the Makefile but didn't bump the pkg release version Signed-off-by: Amol Bhave <ambhave@fb.com>
* | Merge pull request #8554 from neheb/dcRosen Penev2019-04-01
|\ \ | | | | | | libdouble-conversion: Update to 3.1.4
| * | libdouble-conversion: Update to 3.1.4Rosen Penev2019-03-31
| | | | | | | | | | | | | | | | | | Added patch to fix compilation on big endian ARM. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8555 from neheb/fioRosen Penev2019-04-01
|\ \ \ | | | | | | | | fio: Fix compilation under mpcore.
| * | | fio: Fix compilation under mpcore.Rosen Penev2019-03-31
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8417 from cotequeiroz/luasql-flagsRosen Penev2019-04-01
|\ \ \ | |_|/ |/| | luasql: fix variants LDFLAGS
| * | luasql: fix variants LDFLAGSEneas U de Queiroz2019-03-15
| | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #8559 from nxhack/homebridge_0_4_47Hannu Nyman2019-04-01
|\ \ \ | | | | | | | | node-homebridge: update to 0.4.47
| * | | node-homebridge: update to 0.4.47Hirokazu MORIKAWA2019-04-01
| | |/ | |/| | | | | | | | | | | | | | | | | | | Update to 0.4.47 Some document update. Add ability to publish external accessory separately. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #8557 from gladiac1337/feature-haproxy-v1.8.19-updatesHannu Nyman2019-04-01
|\ \ \ | | | | | | | | haproxy: Update all patches for HAProxy v1.8.19
| * | | haproxy: Update all patches for HAProxy v1.8.19Christian Lachner2019-04-01
| |/ / | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.19.html) - Raise PKG_RELEASE to 3 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | shadowsocks-libev: add a "forward all" recipeYousong Zhou2019-04-01
| | |
* | | Merge pull request #8089 from ja-pa/openocd-security-fixRosen Penev2019-04-01
|\ \ \ | | | | | | | | openocd: patch security issue
| * | | openocd: patch security issueJan Pavlinec2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | CVE-2018-5704 - https://nvd.nist.gov/vuln/detail/CVE-2018-5704 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | znc: update to 1.7.3Jonas Gorski2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-9917 (only affects modpython) Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | | Merge pull request #8191 from jefferyto/sysstat-initRosen Penev2019-04-01
|\ \ \ \ | | | | | | | | | | sysstat: Update init script
| * | | | sysstat: Update init scriptJeffery To2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #8183 from jefferyto/hd-idle-initRosen Penev2019-04-01
|\ \ \ \ \ | | | | | | | | | | | | hd-idle: Update init script
| * | | | | hd-idle: Update init scriptJeffery To2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also adds a service_triggers() function. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #8558 from Cynerd/btrfs-progs-zstdRosen Penev2019-04-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | btrfs-progs: add support for zstd
| * | | | | | btrfs-progs: add support for zstdKarel Kočí2019-04-01
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows BTRFS encryption using zstd. Using zstd can increase performance. This change increases size of btrfs-progs only by 4K. The real effect on size is only size of libzstd which is around 500K. This should be fine on system requiring BTRFS so no variant without zstd was added. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | Merge pull request #8118 from jefferyto/pptpd-initRosen Penev2019-03-31
|\ \ \ \ \ \ | |/ / / / / |/| | | | | pptpd: Update init script
| * | | | | pptpd: Update init scriptJeffery To2019-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also adds a service_triggers() function and removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #8103 from jefferyto/e2guardian-initRosen Penev2019-03-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | e2guardian: Update init script
| * | | | | | e2guardian: Update init scriptJeffery To2019-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #8101 from jefferyto/aria2-initRosen Penev2019-03-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | aria2: Update init script
| * | | | | | | aria2: Update init scriptJeffery To2019-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also lets procd trigger the validation function directly, and removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #8122 from jefferyto/squid-initRosen Penev2019-03-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | squid: Update init script
| * | | | | | | | squid: Update init scriptJeffery To2019-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #8549 from neheb/gpgRosen Penev2019-03-31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libgpg-error: Update to 1.36
| * | | | | | | | | libgpg-error: Update to 1.36Rosen Penev2019-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated patch to fix compilation on mips64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #8526 from BKPepe/voluptuous-serializeJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-voluptuous-serialize: add package for Python3
| * | | | | | | | | | python-voluptuous-serialize: add package for Python3Josef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | Merge pull request #8485 from BKPepe/aiohttpJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-aiohttp: add a new package
| * | | | | | | | | | | python-aiohttp: add a new packageJosef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | Merge pull request #8551 from BKPepe/pyotpJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python-pyotp: add new package for Python3
| * | | | | | | | | | | | python-pyotp: add new package for Python3Josef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | | Merge pull request #8481 from BKPepe/yarlJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-yarl: add a new package
| * | | | | | | | | | | | | python-yarl: add a new packageJosef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | | | Merge pull request #8484 from BKPepe/async_timeoutJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | async-timeout: add a new package
| * | | | | | | | | | | | | | async-timeout: add a new packageJosef Schlehofer2019-04-01
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | | | Merge pull request #8515 from BKPepe/python-slugifyJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-slugify: add new package for Python3
| * | | | | | | | | | | | | | python-slugify: add Python3 packageJosef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #8503 from BKPepe/voluptuousJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-voluptuous: add a new package
| * | | | | | | | | | | | | | | python-voluptuous: add a new packageJosef Schlehofer2019-03-28
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #8480 from BKPepe/multidictJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-multidict: add a new package
| * | | | | | | | | | | | | | | python-multidict: add a new packageJosef Schlehofer2019-04-01
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #7879 from ammubhave/add_zstd_to_boostRosen Penev2019-03-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boost: Add zstd as a dependency to boost-iostream