aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #11330 from neheb/abaskRosen Penev2020-02-15
|\ | | | | uacme: update to 1.0.22
| * uacme: update to 1.0.22Rosen Penev2020-02-13
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11306 from adrianschmutzler/brcmHannu Nyman2020-02-14
|\ \ | | | | | | collectd: lcdringer: apply brcm2708 target rename to bcm27xx to dependencies
| * | lcdringer: apply brcm2708 target rename to bcm27xx to dependenciesAdrian Schmutzler2020-02-11
| | | | | | | | | | | | | | | | | | | | | Since the brcm2708 target has been renamed to bcm27xx in openwrt repo, update the dependency to the target in this package. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
| * | collectd: apply brcm2708 target rename to bcm27xx to dependenciesAdrian Schmutzler2020-02-11
| | | | | | | | | | | | | | | | | | | | | Since the brcm2708 target has been renamed to bcm27xx in openwrt repo, update the dependency to the target in this package. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* | | Merge pull request #11318 from zhaojh329/rttyHannu Nyman2020-02-14
|\ \ \ | | | | | | | | rtty: clean the source code
| * | | rtty: clean the source codeJianhui Zhao2020-02-14
| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | Merge pull request #11331 from neheb/abaskaRosen Penev2020-02-13
|\ \ \ \ | | | | | | | | | | udpxy: update to 1.0-24.1
| * | | | udpxy: update to 1.0-24.1Rosen Penev2020-02-13
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload tarballs. Simplified the Makefile as a result. Fixed license information. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11332 from neheb/abaskatRosen Penev2020-02-13
|\ \ \ \ | | | | | | | | | | libgpg-error: update to 1.37
| * | | | libgpg-error: update to 1.37Rosen Penev2020-02-13
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11275 from neheb/upnpRosen Penev2020-02-13
|\ \ \ \ | |/ / / |/| | | miniupnpd: convert to procd
| * | | miniupnpd: convert to procdRosen Penev2020-02-13
| | | | | | | | | | | | | | | | | | | | | | | | Massive cleanup of the shell script. Many issues were fixed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | dnsdist: fix compilation on PIE ARM64Rosen Penev2020-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(FPIC) evaluates to -fpic on ARM64, breaking compilation: The dnsdist build system handles it properly anyway. Added --with-pic to make it explicit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11320 from nxhack/libuv_1_34_2Rosen Penev2020-02-13
|\ \ \ \ | | | | | | | | | | libuv: update to 1.34.2
| * | | | libuv: update to 1.34.2Hirokazu MORIKAWA2020-02-13
| |/ / / | | | | | | | | | | | | | | | | | | | | Update is required to build the latest node.js v12.16.0 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #11324 from ja-pa/python-py-1.8.1Hannu Nyman2020-02-13
|\ \ \ \ | | | | | | | | | | python-py: update to version 1.8.1
| * | | | python-py: update to version 1.8.1Jan Pavlinec2020-02-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #11322 from gladiac1337/haproxy-2.1.3Hannu Nyman2020-02-13
|\ \ \ \ \ | | | | | | | | | | | | haproxy: Update HAProxy to v2.1.3
| * | | | | haproxy: Update HAProxy to v2.1.3Christian Lachner2020-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.3.html) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | jool: increment PKG_RELEASEDavid Bauer2020-02-13
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes 1a85f72e51 Signed-off-by: David Bauer <mail@david-bauer.net>
* | / / / cgi-io: use dynamic memory for post decoding, support proc filesJo-Philipp Wich2020-02-13
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allocate dynamic buffer memory for decoding post data and allow post requsts up to 128KB compared to the previos 1KB limit. Also support downloading /proc and /sys files by falling back to chunked transfer encoding when the file size cannot be determined. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | Merge pull request #11230 from flyn-org/nfdumpRosen Penev2020-02-12
|\ \ \ \ | | | | | | | | | | nfdump: add new package
| * | | | nfdump: add new packageW. Michael Petullo2020-02-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #11315 from aleksander0m/aleksander/mm-1-12-6Rosen Penev2020-02-12
|\ \ \ \ \ | | | | | | | | | | | | modemmanager: release 1.12.6
| * | | | | modemmanager: release 1.12.6Aleksander Morgado2020-02-12
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | https://lists.freedesktop.org/archives/modemmanager-devel/2020-February/007713.html Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | Merge pull request #10908 from ja-pa/tor-configRosen Penev2020-02-12
|\ \ \ \ \ | | | | | | | | | | | | tor: add basic uci config
| * | | | | tor: update init scriptJan Pavlinec2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -add uci config -create pid file by procd -add reload function Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | libcups: fix cups-config locationLuiz Angelo Daros de Luca2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #11317 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | jool: package missing componentsDavid Bauer2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jool as well as the jool-siit package depend on jool-common, which isn't currently built nur packages up. Compile and include jool-common with the jool package to fix this. The iptables component is currently also not packaged up. Fix this also. Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | libzip: update to 1.6.1Michael Heimpold2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #11312 from commodo/batch-updatesHannu Nyman2020-02-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | django,django1: bump versions
| * | | | | | django1: bump to version 1.11.28Alexandru Ardelean2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | django: bump to version 3.0.3Alexandru Ardelean2020-02-12
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #11311 from jefferyto/python-cffi-1.14.0Hannu Nyman2020-02-12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | python-cffi: Update to 1.14.0
| * | | | | python-cffi: Update to 1.14.0Jeffery To2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #11313 from kuoruan/webui-aria2Hannu Nyman2020-02-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | webui-arai2: bump to v2018-12-09
| * | | | | | webui-arai2: bump to v2018-12-09Xingwang Liao2020-02-12
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
* | | | | | Merge pull request #11307 from dengqf6/ngxRosen Penev2020-02-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | nginx: update to 1.17.8
| * | | | | | nginx: update to 1.17.8DENG Qingfang2020-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | Merge pull request #11309 from tsilia/fix_ch_switch_timing_valueRosen Penev2020-02-11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | libtins: add patch to fix CH_SWITCH_TIMING value
| * | | | | | libtins: add patch to fix CH_SWITCH_TIMING valueIlya Tsybulsky2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ilya Tsybulsky <ilya.tsybulsky@gmail.com>
* | | | | | | Merge pull request #11305 from ja-pa/python-zipp-updateRosen Penev2020-02-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-zipp: update to version 2.2.0
| * | | | | | | python-zipp: update to version 2.2.0Jan Pavlinec2020-02-11
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #11303 from Andy2244/rpcsvc-proto_fix_missing_gettextRosen Penev2020-02-11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | rpcsvc-proto: add gettext-full/host depends
| * | | | | | rpcsvc-proto: add gettext-full/host dependsAndy Walsh2020-02-11
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix for missing gettext-full/host depends Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* / / / / / python-libmodbus: update to version 0.5.0Daniel Golle2020-02-11
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #11301 from zhaojh329/rttyRosen Penev2020-02-10
|\ \ \ \ \ | | | | | | | | | | | | rtty: update to 7.1.1
| * | | | | rtty: update to 7.1.1Jianhui Zhao2020-02-11
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | Merge pull request #11302 from tsl0922/ttyd-1.6.0Rosen Penev2020-02-10
|\ \ \ \ \ | |/ / / / |/| | | | ttyd: update to 1.6.0