Commit graph

18136 commits

Author SHA1 Message Date
Rosen Penev
930a24ed79
file: update to 5.38
Fix license information.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 15:55:43 -08:00
Hannu Nyman
8cd7528cb0
Merge pull request #11306 from adrianschmutzler/brcm
collectd: lcdringer: apply brcm2708 target rename to bcm27xx to dependencies
2020-02-14 15:53:16 +02:00
Hannu Nyman
fdabfe5281
Merge pull request #11318 from zhaojh329/rtty
rtty: clean the source code
2020-02-14 08:30:45 +02:00
Rosen Penev
a2228a1071
Merge pull request #11331 from neheb/abaska
udpxy: update to 1.0-24.1
2020-02-13 20:49:07 -08:00
Rosen Penev
bf47eb4cf9
Merge pull request #11332 from neheb/abaskat
libgpg-error: update to 1.37
2020-02-13 18:29:17 -08:00
Rosen Penev
549be0480a
Merge pull request #11275 from neheb/upnp
miniupnpd: convert to procd
2020-02-13 16:42:24 -08:00
Jianhui Zhao
a0159dc983 rtty: clean the source code
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-14 08:28:44 +08:00
Rosen Penev
4c6a93b062
libgpg-error: update to 1.37
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:56:56 -08:00
Rosen Penev
368d686757
udpxy: update to 1.0-24.1
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>
2020-02-13 15:56:11 -08:00
Rosen Penev
4bd8f1bae6
dnsdist: fix compilation on PIE ARM64
$(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>
2020-02-13 15:48:44 -08:00
Rosen Penev
c61614a849
miniupnpd: convert to procd
Massive cleanup of the shell script. Many issues were fixed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:34:25 -08:00
Rosen Penev
4c89cf5049
Merge pull request #11320 from nxhack/libuv_1_34_2
libuv: update to 1.34.2
2020-02-13 12:58:52 -08:00
Hannu Nyman
d9d774a435
Merge pull request #11324 from ja-pa/python-py-1.8.1
python-py: update to version 1.8.1
2020-02-13 21:18:32 +02:00
Hannu Nyman
51f656e29f
Merge pull request #11322 from gladiac1337/haproxy-2.1.3
haproxy: Update HAProxy to v2.1.3
2020-02-13 21:18:14 +02:00
Jan Pavlinec
e628a06143
python-py: update to version 1.8.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-02-13 12:28:48 +01:00
David Bauer
770ae84245 jool: increment PKG_RELEASE
Fixes 1a85f72e51

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-02-13 10:15:14 +01:00
Christian Lachner
4824685d08 haproxy: Update HAProxy to v2.1.3
- 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>
2020-02-13 10:05:17 +01:00
Jo-Philipp Wich
39087eba18 cgi-io: use dynamic memory for post decoding, support proc files
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>
2020-02-13 08:38:32 +01:00
Hirokazu MORIKAWA
f1e15068cb libuv: update to 1.34.2
Update is required to build the latest node.js v12.16.0

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-02-13 16:04:54 +09:00
Rosen Penev
57dd0ca59b
Merge pull request #11230 from flyn-org/nfdump
nfdump: add new package
2020-02-12 19:48:06 -08:00
W. Michael Petullo
6cf3da648b nfdump: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-02-12 22:12:33 -05:00
Rosen Penev
597560311b
Merge pull request #11315 from aleksander0m/aleksander/mm-1-12-6
modemmanager: release 1.12.6
2020-02-12 15:20:27 -08:00
Rosen Penev
3f7990667a
Merge pull request #10908 from ja-pa/tor-config
tor: add basic uci config
2020-02-12 14:51:12 -08:00
Jan Pavlinec
ca6528f002
tor: update init script
Changes:
-add uci config
-create pid file by procd
-add reload function

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-02-12 23:40:40 +01:00
Luiz Angelo Daros de Luca
c253f38075 libcups: fix cups-config location
Fixes #11317

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-02-12 18:04:17 -03:00
David Bauer
1a85f72e51 jool: package missing components
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>
2020-02-12 21:52:05 +01:00
Michael Heimpold
5a6054d477 libzip: update to 1.6.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-02-12 21:06:05 +01:00
Hannu Nyman
69fa69a5f3
Merge pull request #11312 from commodo/batch-updates
django,django1: bump versions
2020-02-12 18:29:23 +02:00
Hannu Nyman
0b433dbd69
Merge pull request #11311 from jefferyto/python-cffi-1.14.0
python-cffi: Update to 1.14.0
2020-02-12 18:29:10 +02:00
Aleksander Morgado
d121e270e8 modemmanager: release 1.12.6
https://lists.freedesktop.org/archives/modemmanager-devel/2020-February/007713.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-02-12 11:34:47 +01:00
Hannu Nyman
433121282d
Merge pull request #11313 from kuoruan/webui-aria2
webui-arai2: bump to v2018-12-09
2020-02-12 10:30:42 +02:00
Xingwang Liao
8a4cb6ede3
webui-arai2: bump to v2018-12-09
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
2020-02-12 16:05:11 +08:00
Alexandru Ardelean
7927cc14f8 django1: bump to version 1.11.28
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-02-12 09:57:41 +02:00
Alexandru Ardelean
c65e317258 django: bump to version 3.0.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-02-12 09:57:41 +02:00
Jeffery To
c4c972d0f7 python-cffi: Update to 1.14.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-02-12 13:40:21 +08:00
Rosen Penev
d8c98418ac
Merge pull request #11307 from dengqf6/ngx
nginx: update to 1.17.8
2020-02-11 21:11:26 -08:00
Rosen Penev
eb29b5aa8a
Merge pull request #11309 from tsilia/fix_ch_switch_timing_value
libtins: add patch to fix CH_SWITCH_TIMING value
2020-02-11 13:50:53 -08:00
Ilya Tsybulsky
d9605ad369
libtins: add patch to fix CH_SWITCH_TIMING value
Signed-off-by: Ilya Tsybulsky <ilya.tsybulsky@gmail.com>
2020-02-12 00:25:53 +03:00
Rosen Penev
5a6801cf79
Merge pull request #11305 from ja-pa/python-zipp-update
python-zipp: update to version 2.2.0
2020-02-11 12:58:34 -08:00
Rosen Penev
26a8c74fd0
Merge pull request #11303 from Andy2244/rpcsvc-proto_fix_missing_gettext
rpcsvc-proto: add gettext-full/host depends
2020-02-11 12:57:54 -08:00
Daniel Golle
0abc405c2f python-libmodbus: update to version 0.5.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-02-11 16:37:01 +02:00
Adrian Schmutzler
37b52fc053 lcdringer: apply brcm2708 target rename to bcm27xx to dependencies
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>
2020-02-11 14:05:35 +01:00
Adrian Schmutzler
22d7aa0bf4 collectd: apply brcm2708 target rename to bcm27xx to dependencies
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>
2020-02-11 14:02:57 +01:00
Jan Pavlinec
bb156519c9
python-zipp: update to version 2.2.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-02-11 12:38:10 +01:00
Andy Walsh
0d263376f8 rpcsvc-proto: add gettext-full/host depends
* fix for missing gettext-full/host depends

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-02-11 12:10:24 +01:00
Rosen Penev
43fd047652
Merge pull request #11301 from zhaojh329/rtty
rtty: update to 7.1.1
2020-02-10 22:37:26 -08:00
Jianhui Zhao
155b81547f rtty: update to 7.1.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-11 14:01:41 +08:00
Rosen Penev
8efc05834f
Merge pull request #11302 from tsl0922/ttyd-1.6.0
ttyd: update to 1.6.0
2020-02-10 21:00:41 -08:00
DENG Qingfang
83f1f95e68 nginx: update to 1.17.8
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-11 12:04:44 +08:00
Shuanglei Tao
5fc7f40d5b ttyd: update to 1.6.0
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2020-02-11 11:16:17 +08:00