aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | beep: fix dependency to support non-x86 target and kmod-gpio-beeperYanase Yuki2020-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beep is a target-independent software that can handle buzzers controlled by kmod-gpio-beeper. This change is useful for some non-x86 enterprise APs and development boards that have a buzzer connected to GPIO. Compile-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch Run-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
| * | | | | | beep: add missing PKG_MIRROR_HASHYanase Yuki2020-10-03
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* | | | | | Merge pull request #13548 from gladiac1337/haproxy-2.2.4Rosen Penev2020-10-02
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | haproxy: Update HAProxy to v2.2.4
| * | | | | haproxy: Update HAProxy to v2.2.4Christian Lachner2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | Merge pull request #13552 from BKPepe/syslog-ng-bump-config-versionJosef Schlehofer2020-10-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | syslog-ng: bump version in config file
| * | | | | | syslog-ng: bump version in config fileJosef Schlehofer2020-10-02
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes issues: syslog-ng[3895]: WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode. Please update it to use the syslog-ng 3.29 format at your time of convenience. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, and once completed change the @version header at the top of the configuration file; config-version='3.26' Fixes: 06f3ac21b4d7be5a31f6739ab57e140260cdcd95 ("syslog-ng: update to version 3.29.1") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* / | | | | CI: use PKG_SOURCE instead of PKG_NAMEPaul Spooren2020-10-01
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PKG_NAME is the installable name of a package while PKG_SOURCE is the folder containig both `Makefile` and possibliy `test.sh` This approach previously worked for packages where both NAME and SOURCE are the same, e.g. `vim`, however fore more complex packages like `mariadb` (SOURCE) the NAMES are partly *mariadb-server-plugin-handlersocket*, which is no existing folder. With this commit the `PKG_SOURCE` is used to find the `test.sh` script. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | Merge pull request #11353 from kvuorine/fwknop-fixesRosen Penev2020-10-01
|\ \ \ \ \ | | | | | | | | | | | | fwknop: init script improvements
| * | | | | fwknop: init script improvementsKimmo Vuorinen2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Log with pid instead of placeholder. * Make sure directory for config files generated from uci config exists. * Remove forced defaults. * Simplify compares. Signed-off-by: Kimmo Vuorinen <kimmo.vuorinen@gmail.com>
* | | | | | Merge pull request #13541 from ja-pa/pytest-6.1.0Rosen Penev2020-10-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-pytest: update to version 6.1.0
| * | | | | | python-pytest: update to version 6.1.0Jan Pavlinec2020-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #13467 from ja-pa/tor-update-0.4.4.5Rosen Penev2020-10-01
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | tor: update to version 0.4.4.5
| * | | | | | tor: update to version 0.4.4.5Jan Pavlinec2020-09-30
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -Fix PIC configuration to --enable-pic -disable mallinfo Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #13509 from TDT-AG/pr/20200928-ddns-scriptsFlorian Eckert2020-10-01
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ddns-scripts: fix regression added by version 2.8.0
| * | | | | ddns-scripts: update PKG_VERSION to 2.8.1Florian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: also read providers from custom directoryFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The provider could also be read from the custom directory. To get always the latest version of the provider config json file, we read first the custom directory and after that we also check the default directory, if we could not find the provider file Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: move all json files to defaultFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we can also install custom ddns services, the name for the default services is not optimally chosen. To emphasize this the folder with the standard services for the package feed will be renamed to default. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: add dependency for ddns-scripts-services on ddns-scriptsFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we install ddns-scripts we also install the default ddns-scripts-services package. So the behabviour for the user does not change. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: change install path of custom service providersFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: remove list file from ddns-scripts installFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not needed. The file get installed on demand with the new ddns script. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: remove special service json files from ddns-scripts-servies ↵Florian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | package Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename cnkuai packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename route53 packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename nsupdate packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename noip packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename digitalocean packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename godaddy packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename freedns packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename cloudflare packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename ddns-scripts_service package to ddns-scripts-servicesFlorian Eckert2020-09-28
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #13539 from nxhack/libuv_1400Rosen Penev2020-10-01
|\ \ \ \ \ | | | | | | | | | | | | libuv: update to 1.40.0
| * | | | | libuv: update to 1.40.0Hirokazu MORIKAWA2020-10-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | Merge pull request #13515 from neheb/domo3Rosen Penev2020-10-01
|\ \ \ \ \ \ | |/ / / / / |/| | | | | domoticz: fix compilation with full NLS
| * | | | | domoticz: fix compilation with full NLSRosen Penev2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13538 from neheb/glbbbbRosen Penev2020-09-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | glib2: remove static library hack
| * | | | | | glib2: remove static library hackRosen Penev2020-09-30
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's a better and faster way to do this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13536 from oleg-derevenetz/bwping-2.1Rosen Penev2020-09-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | bwping: update to version 2.1
| * | | | | | bwping: update to version 2.1Oleg Derevenetz2020-10-01
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* | | | | | Merge pull request #13517 from neheb/gammRosen Penev2020-09-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | gammu: fix compilation with full NLS
| * | | | | | gammu: fix compilation with full NLSRosen Penev2020-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just disable NLS to fix it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | CONTRIBUTING: add CI informationPaul Spooren2020-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Describe briefly the details on the new runtime CI. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | CONTRIBUTING: format Markdown and fix some typosPaul Spooren2020-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also surround binaries and variable names with ticks so it's clearer what they are. Markdown formating via `remark-cli`. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | Merge pull request #13524 from commodo/python-batch1Hannu Nyman2020-09-30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | python-paho-mqtt,python-cryptography: bump versions
| * | | | | | python-cryptography: bump to version 3.1.1Alexandru Ardelean2020-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | python-maho-mqtt: bump to versio 1.5.1Alexandru Ardelean2020-09-29
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs say it also supports MQTT 5.0. Added to description. Updated title as on pypi.org Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #13521 from neheb/gphotoRosen Penev2020-09-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | gphoto2: fix compilation with full NLS
| * | | | | | gphoto2: fix compilation with full NLSRosen Penev2020-09-28
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized Makefile a little bit for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13516 from neheb/schRosen Penev2020-09-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | schroot: fix compilation with full NLS
| * | | | | | schroot: fix compilation with full NLSRosen Penev2020-09-28
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13518 from neheb/cryptseRosen Penev2020-09-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | cryptsetup: fix compilation with full NLS