Karl Palsson
7066486fbb
libwebsockets: move to 3.2.1
...
3.2.x is formally "not maintained" and people should stick with 3.1.x
until a new release of the master branch occurs. However, in reality,
3.2.1 has been released, with performance improvements and fixes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-01-09 13:39:01 +00:00
Karl Palsson
125dca987d
libev: bump to 4.31
...
Very minor changes: http://cvs.schmorp.de/libev/Changes?revision=1.355&view=markup
Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-01-09 13:39:01 +00:00
Rosen Penev
2df020fe19
Merge pull request #10974 from TDT-AG/pr/20200109-ipvsadm
...
ipvsadm: update version to 1.31
2020-01-09 04:14:21 -08:00
Florian Eckert
f88f87d838
ipvsadm: update version to 1.31
...
Update ipvsadm to new upstream version.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-01-09 13:00:00 +01:00
Rosen Penev
aa9a0df237
Merge pull request #10945 from neheb/jjb
...
transmission: Fix message_level setting
2020-01-08 19:40:15 -08:00
Rosen Penev
94d893afce
transmission: Fix message_level setting
...
--log-error in the init script was overriding it.
Added several optimizations to the init script for speed and correctness.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-08 19:27:17 -08:00
Rosen Penev
7bfc23f24d
Merge pull request #10969 from ja-pa/measurement-kit-0.10.8
...
measurement-kit: update to version 0.10.8
2020-01-08 18:41:56 -08:00
Daniel Golle
836127bc24
transmission: fix typo in jail setup
...
Fixes: 609109fa9
("transmission: add seccomp filter and improve jail")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-09 02:32:25 +02:00
Jan Pavlinec
744e2dd19d
measurement-kit: update to version 0.10.8
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-01-09 01:22:43 +01:00
Rosen Penev
518628c214
Merge pull request #10934 from neheb/tc
...
tcsh: Update to 6.22.02
2020-01-08 16:19:33 -08:00
Rosen Penev
4cfd1edebe
Merge pull request #10933 from neheb/cap
...
libcap: Update to 2.30
2020-01-08 16:11:31 -08:00
Rosen Penev
ee56a6dec9
Merge pull request #10930 from neheb/jj
...
spi-tools: Update to 0.8.4
2020-01-08 16:10:05 -08:00
Rosen Penev
caf6d5ed2a
libcap: Update to 2.29
...
Fixed PKG_LICENSE.
Added PKG_BUILD_PARALLEL for faster compilation.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-08 16:08:35 -08:00
Rosen Penev
2e992a0794
Merge pull request #10867 from neheb/pci
...
pciutils: Use MIPS16
2020-01-08 15:54:24 -08:00
Rosen Penev
d1807cf577
Merge pull request #10941 from neheb/knot
...
knot: Do not try to build under ARC
2020-01-08 15:53:03 -08:00
Rosen Penev
5ec47ca837
knot: Do not try to build under ARC
...
liburcu does not support ARC.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-08 15:52:07 -08:00
Rosen Penev
83c40700a4
Merge pull request #10962 from zokl/mjpg-streamer-libpath
...
mjpg-streamer: Fix of the mjpg-streamer modules path
2020-01-08 10:19:38 -08:00
Rosen Penev
12fbb79fdb
Merge pull request #10958 from Ansuel/wsdd2
...
wsdd2: fix install warning on compile
2020-01-08 02:55:54 -08:00
Mathew McBride
19c284e05d
libwebsockets: enable unix socket support in the full build
...
This functionality can be used by downstream applications such as
ttyd to present their HTTP service as a unix domain socket rather
than a TCP server.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
2020-01-08 16:41:34 +11:00
Yousong Zhou
d0dc891c14
openvswitch: bump PKG_RELEASE
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-01-08 11:54:47 +08:00
Yousong Zhou
7cc9c437be
openvswitch: fix building failure caused by dst_ops api change
...
Ref: https://github.com/openwrt/packages/issues/10961
Reported-by: Sven Roederer <devel-sven@geroedel.de>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-01-08 11:54:46 +08:00
Yousong Zhou
99ecbf7f40
openvswitch: configure with --disable-silent-rules
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-01-08 11:54:46 +08:00
Zbyněk Kocur
930733ba20
mjpg-streamer: Fix of the mjpg-streamer modules path
...
Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
2020-01-08 00:13:26 +01:00
Rosen Penev
67a95d4984
Merge pull request #10835 from TDT-AG/pr/20191219-net-tools-route
...
net-tools: add route utility
2020-01-07 13:42:59 -08:00
Ansuel Smith
56b7c239fd
wsdd2: fix install warning on compile
...
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-01-07 19:37:20 +01:00
Martin Schiller
de66af76d6
net-tools: add route utility
...
Extend (and rename) the existing mii-tool package to also support
the net-tools route command.
This may be needed if you want to support other address families than
inet/inet6 like x.25.
Also bump to version 2018-11-03.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2020-01-07 10:27:34 +01:00
Daniel Golle
c2d15517ab
postgresql: fix PKG_HASH
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-07 09:40:58 +02:00
Daniel Golle
3c0291c316
opensc: update to version 0.20.0
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-07 01:29:45 +02:00
Daniel Golle
fc77cb6474
ccid: update to version 1.4.31
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-07 01:27:16 +02:00
Daniel Golle
e87bfe4631
pcsc-lite: update to version 1.8.26
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-07 01:27:16 +02:00
Daniel Golle
ea0b3370e5
cryptsetup: update to version 2.2.2
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-07 01:27:16 +02:00
Daniel Golle
22eee61766
lvm2: update to version 2.03.05
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-07 01:27:16 +02:00
Daniel Golle
87fb15ba59
debootstrap: update to version 1.0.116
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-07 01:27:16 +02:00
Daniel Golle
af420515be
postgresql: update to version 12.1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-01-07 01:27:16 +02:00
Hannu Nyman
88690c865b
Merge pull request #10952 from commodo/asn1crypto-update
...
python-asn1crypto: bump to version 1.3.0 + rework
2020-01-06 19:47:35 +02:00
Hannu Nyman
9c7eb762aa
Merge pull request #10951 from commodo/django-update
...
django: bump to version 3.0.2
2020-01-06 19:47:05 +02:00
Alexandru Ardelean
9f4377ab8b
python-asn1crypto: bump to version 1.3.0 + rework
...
This change:
* bumps the version 1.3.0
* switches to pypi.org download
* removes the python2 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-01-06 15:45:14 +02:00
Alexandru Ardelean
d7d99ddc1b
django: bump to version 3.0.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-01-06 13:29:43 +02:00
Alexandru Ardelean
5dc070e1db
django: remove conditional deps
...
These are left over/forgotten. Remove them.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-01-06 13:29:26 +02:00
Hannu Nyman
004faf98f5
smartmontools: fix dependency declaration by f5f49e4
...
Fix the dependency declaration by removing the unnecessary/illegal
commas:
> WARNING: Makefile 'package/feeds/packages/smartmontools/Makefile' has a dependency on 'smartd,', which does not exist
> WARNING: Makefile 'package/feeds/packages/smartmontools/Makefile' has a dependency on 'nail,', which does not exist
> tmp/.config-package.in:153368:warning: ignoring unsupported character ','
> tmp/.config-package.in:153373:warning: ignoring unsupported character ','
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-01-06 12:39:45 +02:00
Hannu Nyman
c74cf34a22
Merge pull request #10950 from expiron/kcptun-updates
...
kcptun: bump to v20200103
2020-01-06 12:26:56 +02:00
Chao Liu
c5bf9d3c67
kcptun: bump to v20200103
...
Reference: https://github.com/xtaci/kcptun/releases/tag/v20200103
Signed-off-by: Chao Liu <expiron18@gmail.com>
2020-01-06 16:30:24 +08:00
Rosen Penev
efc94a457c
tcsh: Update to 6.22.02
...
Updated URL list. Changed to HTTPS also.
Added PKG_BUILD_PARALLEL for faster compilation.
Added PKG_INSTALL as is standard with most packages.
Small optimization to shell script.
Added two patches to fix compilation. Refreshed the other one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-05 17:11:46 -08:00
Rosen Penev
ac621779ca
spi-tools: Update to 0.8.4
...
Fix PKG_LICENSE
Switch to standard PKG_INSTALL to simplify the Makefile.
Add PKG_BUILD_PARALLEL for faster compilation.
Add URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-05 17:08:17 -08:00
Rosen Penev
cf97dd1e19
Merge pull request #10949 from mstorchak/smartd-mail
...
smartmontools: provide smartd_warning.sh
2020-01-05 17:07:33 -08:00
Maxim Storchak
f5f49e48fe
smartmontools: package a script for sending email notifications
...
A separate package which depdens on msmtp and nail is introduced.
Once more packages provide `sendmail` and `mail` interfaces, this
dependency can be made more flexible.
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2020-01-05 22:32:25 +02:00
Rosen Penev
1ab383fb71
Merge pull request #10943 from flyn-org/libgd
...
libgd: fix building with freetype support
2020-01-05 12:26:11 -08:00
Rosen Penev
90e88a421f
Merge pull request #10948 from mstorchak/smartmontools
...
smartmontools: update to 7.1
2020-01-05 12:25:01 -08:00
Hannu Nyman
246c741327
Merge pull request #10947 from Ansuel/nginx
...
nginx: update ubus module
2020-01-05 19:54:31 +02:00
Ansuel Smith
db1973c695
nginx: update ubus module
...
Fix a bug in LuCI interface.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-01-05 18:21:29 +01:00