Jo-Philipp Wich
24061255cd
avrdude: change libelf1 dependency to libelf
...
The libelf1 source package has been renamed to libelf in OpenWrt base,
adjust the dependency in avrdude accordingly.
There are no functional changes and no changes in the resulting binary.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-24 13:13:15 +01:00
Jo-Philipp Wich
eaf6411452
conntrack-tools: add missing patch
...
Add a forgotten patch which was part of the original PR to switch ct tools
to libtirpc.
Fixes: ecebe0ed1
("conntrack-tools: update to 1.4.5 and link against libtirpc")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-24 13:09:23 +01:00
Hannu Nyman
13e1f0fdf2
Merge pull request #7921 from daniel-santos/python-idna
...
python-idna: Add missing dependency on python(3)-codecs
2019-01-23 18:44:58 +02:00
Hannu Nyman
702de5869d
Merge pull request #8022 from BKPepe/youtube-dl
...
youtube-dl: update to version 2019.01.23
2019-01-23 18:21:28 +02:00
Hannu Nyman
82a77db89c
Merge pull request #7616 from jbenden/aircrack-ng-1.5
...
aircrack-ng: Update to 1.5.2
2019-01-23 18:13:56 +02:00
Hannu Nyman
7857cf7f33
Merge pull request #7912 from ja-pa/keepalived-update
...
keepalived: update to version 2.0.10
2019-01-23 18:10:16 +02:00
Josef Schlehofer
8de1c6b284
youtube-dl: update to version 2019.01.23
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-23 14:55:38 +01:00
Hannu Nyman
38e5864273
Merge pull request #8017 from cshoredaniel/pr-nut-cleanup-small-but-mighty-issues
...
nut: initscripts hotplug: Fix many small by mighty semantic issues
2019-01-22 20:50:52 +02:00
Hannu Nyman
ce69b6979e
Merge pull request #8015 from TDT-AG/pr/20190122-mwan3
...
mwan3: update version
2019-01-22 20:49:55 +02:00
Hannu Nyman
0091bf6fcb
Merge pull request #8019 from cshoredaniel/pr-gitolite-3-6-11-update
...
gitolite: Update to 3.6.11
2019-01-22 20:49:36 +02:00
Daniel F. Dickinson
533ee33e79
gitolite: Update to 3.6.11
...
A migration bugfix.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-22 12:57:51 -05:00
Dirk Brenken
6fbf3576ea
Merge pull request #8016 from dibdot/travelmate
...
travelmate: release 1.3.3
2019-01-22 17:12:59 +01:00
Dirk Brenken
2abae00f16
travelmate: release 1.3.3
...
* re-fine/optimize re-connection logic in 'ProActive' mode,
prevent needless ubus calls
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-22 16:05:30 +01:00
Florian Eckert
7b4c075cc2
mwan3: update version to 2.7.10
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22 14:29:34 +01:00
Florian Eckert
2ff9c8ecb7
mwan3: add locking debug possibility
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22 14:29:04 +01:00
Florian Eckert
d167e3718d
mwan3: lock critical section on mwan3 down
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22 14:29:01 +01:00
Florian Eckert
dd206b7d0b
mwan3: lock critical mwan3rtmon section
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22 14:28:58 +01:00
Yousong Zhou
c059c283fe
shadowsocks-libev: ss-rules: simplify grep_af
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-01-22 07:52:42 +00:00
Peter Wagner
ecebe0ed17
conntrack-tools: update to 1.4.5 and link against libtirpc
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
[split from https://github.com/openwrt/openwrt/pull/1274 ]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-22 08:17:16 +01:00
Jo-Philipp Wich
cd9354e548
conntrack-tools: import from OpenWrt base
...
In order to allow for the switch from librpc to libtirpc, we need to
relocate the conntrack-tools package here.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-22 08:13:24 +01:00
Hannu Nyman
c0d4684528
Merge pull request #8008 from aparcar/prometheus-2.6.1
...
prometheus: update to 2.6.1
2019-01-21 21:52:02 +02:00
Paul Spooren
bd577f1d57
prometheus: update to 2.6.1
...
Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-01-21 19:05:55 +01:00
Hannu Nyman
49e441c259
Merge pull request #8003 from neheb/btr
...
btrfs-progs: Update to 4.20
2019-01-21 17:41:02 +02:00
Toke Høiland-Jørgensen
56fea1e1b9
sqm-scripts: Bump to v1.3.0
...
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-01-21 11:53:25 +01:00
Rosen Penev
16f623b387
rtl-ais: Fix compilation on i386
...
The code from 1996 is using pre-c99 inline semantics that cause compilation
failures on i386. Added std-gnu89 to fix this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-21 11:38:56 +01:00
Yousong Zhou
5fd4687164
shadowsocks-libev: ss-rules: add ipv6 support
...
It will require support from ip6tables-mod-nat. The added functionality
will be skipped otherwise.
For $o_dst_bypass6_, include only address blocks in link [1] whose
"Globally Reachable" field are explicitly "False"
Closes openwrt/packages#7508
[1] IANA IPv6 Special-Purpose Address Registry,
https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-01-21 15:19:32 +08:00
Hannu Nyman
1f4a6d29a1
Merge pull request #7990 from WeekendSoftware/safe-search
...
net/safe-search Add duckduckgo.com
2019-01-21 00:14:36 +02:00
Hannu Nyman
3b16e648f0
Merge pull request #7977 from neheb/keyu
...
keyutils: Update to 1.6
2019-01-21 00:10:40 +02:00
Rosen Penev
fb93387ec3
btrfs-progs: Update to 4.20
...
Remove copyright.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-20 11:22:44 -08:00
Deng Qingfang
db10582fdb
lm-sensors: use codeload and add ABI_VERSION
...
Use codeload URL suggested by neheb
Add ABI_VERSION:=5 to libsensors
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Bump PKG_RELEASE just in case.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-01-20 20:42:31 +02:00
Daniel F. Dickinson
d7db15459f
nut: initscripts hotplug: Fix many small semantic issues
...
Small but important tweaks to fix the operation of the nut initscripts
and hotplug scripts. All hail shellcheck and proofreading and
dogfooding.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-20 12:16:28 -05:00
Rosen Penev
0ea5b983fd
kplex: Update to 1.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-20 17:34:49 +01:00
Hannu Nyman
35971508b2
Merge pull request #7865 from jonathanunderwood/stubby-0.2.4
...
stubby: update to version 0.2.4
2019-01-20 17:58:05 +02:00
Jonathan G. Underwood
c7c3eca42e
stubby: update to version 0.2.4
...
This upstream release adds support for trust_anchors_backoff_time
configuration parameter. UCI support has been added for this.
This commit also includes a number of clean-ups:
o change START=50 to START=30 in init file
Starting earlier in the boot means less chance of missing interface
trigger events. See: https://github.com/openwrt/packages/pull/4675
o remove unused variables from init file
o separate local declarations and assignments in init file
o add defensive quoting in init file
o use default values for procd respawn in init file
o make use of {} in variables consistent in init file
o remove unused variable from init file
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-01-20 15:26:36 +00:00
Jonathan G. Underwood
92bfd4a85a
getdns: update to version 1.5.0
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-01-20 15:25:33 +00:00
Hannu Nyman
cd09ac7557
Merge pull request #7943 from neheb/sm
...
smartmontools: Update to 7.0
2019-01-20 12:10:26 +02:00
Hannu Nyman
e7a2b84d8f
Merge pull request #7968 from neheb/patch-9
...
geth: Update to 1.8.21
2019-01-20 11:56:51 +02:00
Gregory L. Dietsche
2a5f85229b
net/safe-search Add duckduckgo.com
...
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
2019-01-19 17:37:38 -06:00
Jan Pavlinec
8b6020db7f
keepalived: update to version 2.0.10
...
Fixes CVE-2018-19046
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-01-19 23:43:17 +01:00
Hannu Nyman
c7315a6acd
Merge pull request #7838 from neheb/erl
...
erlang: Fix compilation without deprecated OpenSSL 1.0.2 APIs
2019-01-20 00:04:07 +02:00
Hannu Nyman
e7a336b45a
Merge pull request #7909 from Rixerx/master
...
zabbix: update to 4.0.3
2019-01-20 00:03:18 +02:00
Hannu Nyman
f03fd0525a
Merge pull request #7953 from neheb/patch-5
...
pytz: Update to 2018.9
2019-01-20 00:01:14 +02:00
Hannu Nyman
835f16bdc7
Merge pull request #7986 from tru7/knxd
...
knxd: bump to version 0.14.29
2019-01-19 23:59:59 +02:00
Hannu Nyman
74f2ab848c
Merge pull request #7888 from neheb/vn
...
vpnc: Updated deprecated patch to include OpenSSL 1.1
2019-01-19 22:45:29 +02:00
Rosen Penev
16b2c67a9c
keyutils: Update to 1.6
...
Add keyctl binary, which can be used to add fscrypt support to ext4 and
other filesystems that support it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 12:24:47 -08:00
Othmar Truniger
e1e7c39c2b
knxd: bump to version 0.14.29
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2019-01-19 19:11:25 +01:00
Hannu Nyman
c7426b1823
Merge pull request #7983 from BKPepe/youtube-dl
...
youtube-dl: update to version 2019.01.17
2019-01-19 20:00:19 +02:00
Hannu Nyman
7ef1152276
Merge pull request #7891 from neheb/ari
...
aria2: Fix faulty patch
2019-01-19 19:15:09 +02:00
Hannu Nyman
2a4d79be0d
Merge pull request #7893 from neheb/squid
...
squid: Fix compilation without OpenSSL ENGINE support
2019-01-19 13:18:57 +02:00
Hannu Nyman
2b80a91ecb
Merge pull request #7922 from daniel-santos/classpath
...
classpath: Fix breakage caused by -Werror=implicit-fallthrough
2019-01-19 13:16:06 +02:00