aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | click-log: add packageKarel Kočí2019-03-11
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | Merge pull request #8377 from Cynerd/add-python3-packagesHannu Nyman2019-03-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add python3 variant for chadet, simplejson, requests and pytz
| * | | | | | | | python-pytz: add Python3 versionKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
| * | | | | | | | python-requests: add Python3 versionKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
| * | | | | | | | python-simplejson: add Python3 specific packageKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package is rewritten to be current type of python package with variants but for backward compatibility the simplejson package name was left as is and new Python3 specific package was named correctly as python3-simplejson. Signed-off-by: Karel Kočí <cynerd@email.cz>
| * | | | | | | | python-chardet: add Python3 variantKarel Kočí2019-03-11
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | Merge pull request #8033 from ysc3839/add-pycryptodomeHannu Nyman2019-03-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-cryptodome: add new package
| * | | | | | | | python-cryptodome: add new packageRichard Yu2019-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PyCryptodome is an almost drop-in replacement for the old PyCrypto library. Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | | | | Merge pull request #8106 from ja-pa/obfs4proxy-updateHannu Nyman2019-03-11
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | obfs4proxy: update to version 0.0.9
| * | | | | | | | obfs4proxy: update to version 0.0.9Jan Pavlinec2019-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -remove old patch(part of 0.0.9 release) -change the canonical upstream repo location to gitlab -change source to gitlab -change source package to golang-gitlab-yawning-obfs4-dev Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | Merge pull request #7789 from neheb/pcapyHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-pcapy: Add uclibc++ support
| * | | | | | | | | python-pcapy: Add uclibc++ supportRosen Penev2018-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces space required on the target device. Added patch to get rid of the explicit libstdcpp dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | minidlna: run as an unprivileged userMaxim Storchak2019-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - run as an unprivileged user by default - move generated config to /var/run (/tmp/run in fact) - disable service until it's configured: there is no way to reliably guess where files to be shared are located Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | | | | Merge pull request #8292 from cotequeiroz/freeradius3_engineHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | freeradius3: allow build without openssl engines
| * | | | | | | | | | freeradius3: allow build without openssl enginesEneas U de Queiroz2019-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This applies a patch from upstream that avoids a call to ENGINE_cleanup when the openssl library was built without engine support. A workaround for a missing header check was used to silence a warning about the implicit definition of RAND_load_file. A proper fix has been merged upstream as well. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | Merge pull request #8096 from ahmar20/masterHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | aria2: Add new options and fix typos
| * | | | | | | | | | | aria2: Add new options and fix typosAhmar Aftab2019-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new options for aria2 config and fixed some typos within aria2 init file. Signed-off-by: Ahmar Aftab <pakahmar@hotmail.com>
* | | | | | | | | | | | Merge pull request #8092 from yangfl/masterHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | i2pd: Update to 2.23.0, fix #7845 and #8088
| * | | | | | | | | | | | i2pd: Update to 2.23.0, fix #7845 and #8088David Yang2019-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | | | | | | | | Merge pull request #8176 from MikePetullo/jqHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | jq: compile with _GNU_SOURCE (fixes #7785)
| * | | | | | | | | | | | | jq: compile with _GNU_SOURCE (fixes #7785)W. Michael Petullo2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | | | | | Merge pull request #8247 from neheb/fdmHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fdm: Update to 2.0
| * | | | | | | | | | | | | | fdm: Update to 2.0Rosen Penev2019-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstream patches. Fixed up Makefile slightly as configure bugs seem to have been solved. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #8014 from ja-pa/czmqHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | czmq: add new package
| * | | | | | | | | | | | | | | czmq: add new packageJan Pavlinec2019-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | | | | Merge pull request #7982 from ja-pa/ssdeepHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssdeep: add new package
| * | | | | | | | | | | | | | | | ssdeep: add new packageJan Pavlinec2019-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | | | | | Merge pull request #7967 from ja-pa/measurement-kitHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | measurement-kit: add new package
| * | | | | | | | | | | | | | | | | measurement-kit: add new packageJan Pavlinec2019-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | | | | | | | | | | | | | | | | libmaxminddb: add new package (dependency for measurement-kit)Jan Pavlinec2019-01-23
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | | | | | Merge pull request #8007 from ryzhovau/aggregate_flagsHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aggregate: respect CFLAGS, LDFLAGS
| * | | | | | | | | | | | | | | | | aggregate: respect CFLAGS, LDFLAGSAlexander Ryzhov2019-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* | | | | | | | | | | | | | | | | | Merge pull request #8041 from neheb/bonHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bonnie++: Update to 1.98
| * | | | | | | | | | | | | | | | | | bonnie++: Update to 1.98Rosen Penev2019-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version contains NVME fixes. Edited the patches to modify the package Makefile directly so as to reduce hacks in the OpenWrt Makefile. Added LTO support to lower filesize by ~4KB. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | | | Merge pull request #8109 from neheb/moHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moreutils: Update to 0.63
| * | | | | | | | | | | | | | | | | | | moreutils: Update to 0.63Rosen Penev2019-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | | | | Merge pull request #8372 from rosysong/nft-qosHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nft qos: fix missing semicolon and document improvement
| * | | | | | | | | | | | | | | | | | | | nft-qos: improve document for priority moduleRosy Song2019-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosy Song <rosysong@rosinson.com>
| * | | | | | | | | | | | | | | | | | | | nft-qos: fix missing double semicolon in caseRosy Song2019-03-10
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosy Song <rosysong@rosinson.com>
* | | | | | | | | | | | | | | | | | | | Merge pull request #8172 from val-kulkov/graphicsmagick-packageHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | graphicsmagick: optimize compilation to reduce size
| * | | | | | | | | | | | | | | | | | | | graphicsmagick: optimize compilationVal Kulkov2019-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use 'flto' compiler option to slightly reduce the installation footprint. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | | | | | | | | | | | | | Merge pull request #8211 from cshoredaniel/pr-update-bcryptHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcrypt: Update to 3.1.6
| * | | | | | | | | | | | | | | | | | | | | bcrypt: Update to 3.1.6Daniel F. Dickinson2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to latest version even though it's a no-op for us (change is for compilation on Haiku) because otherwise uscan (and folks who don't check changelogs for relevant changes) will complain. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #8203 from neheb/libinHannu Nyman2019-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | libinput: Add missing header to fix compilation
| * | | | | | | | | | | | | | | | | | | | | libinput: Add missing header to fix compilationRosen Penev2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #8193 from jefferyto/nft-qos-initHannu Nyman2019-03-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nft-qos: Update init script
| * | | | | | | | | | | | | | | | | | | | | | nft-qos: 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. This also adds a validate section to service_triggers(), and fixes some variable name typos in qosdef_init_static(). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #8363 from salzmdan/masterHannu Nyman2019-03-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | knot: update to 2.8.0
| * | | | | | | | | | | | | | | | | | | | | | knot: update to 2.8.0Daniel Salzman2019-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | | | | | | | | | | | | | | | | | | | ntpd: Add PKG_CPE_ID for proper CVE trackingJan Pavlinec2019-03-09
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>