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
Rosen Penev
2da6f2df84
mutt: Update to 1.11.2
...
OpenSSL patch was upstreamed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-20 17:38:06 -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
Rosen Penev
43988c17d6
autossh: Update to 1.4g
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-20 10:33:36 -08: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
Rosen Penev
c1e2b23285
libsodium: Update to 1.0.17
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 22:33:29 -08:00
Rosen Penev
b38e116a2b
hwloc: Update to 2.0.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 22:23:18 -08:00
Rosen Penev
db5d6d7a7f
gzip: Update to 1.10
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 22:20:45 -08:00
Rosen Penev
b8b9bc893b
clamav: Update to 0.101.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 22:16:49 -08:00
Rosen Penev
119851b14e
pciutils: Update to 3.6.2
...
Switched source to the same one as usbutils as it is versioned.
A few other Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 18:11:15 -08: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
Rosen Penev
2fa60e3e6d
mariadb: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 12:52:53 -08: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
Hannu Nyman
2cf3336481
Merge pull request #7939 from dengqf6/lm-sensors
...
lm-sensors: update to 3.5.0
2019-01-19 13:14:29 +02:00
Josef Schlehofer
935bff6852
youtube-dl: add Josef Schlehofer as co-maintainer
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-19 11:17:09 +01:00
Hannu Nyman
52021e64b6
Merge pull request #7978 from cshoredaniel/pr-python-pkgconfig
...
python3: Add installation of pkconfig to InstallDev section.
2019-01-19 11:49:12 +02:00
Josef Schlehofer
770be1697b
youtube-dl: update to version 2019.01.17
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-18 21:02:21 +01:00
Hannu Nyman
717216f9d3
Merge pull request #7970 from sartura/libyang_v0.16-r3
...
libyang: update to 0.16-r3
2019-01-18 17:33:57 +02:00
Hannu Nyman
9d0e8f5aff
Merge pull request #7948 from cshoredaniel/pr-add-bcrypt
...
bcrypt: Add python secure password hashing library
2019-01-18 17:32:36 +02:00
Hannu Nyman
c79b32e3a9
Merge pull request #7950 from BKPepe/youtube-dl
...
youtube-dl: update to version 2019.01.10
2019-01-18 17:32:00 +02:00
Hannu Nyman
cbced99807
Merge pull request #7811 from neheb/b
...
bonnie++: Replace libstdcpp depend with generic CXX.
2019-01-18 17:31:24 +02:00
Daniel F. Dickinson
682cdf3b9c
python3: install pkgconfig to staging
...
Some programs that use the Python C API have difficulties finding
cross-compiled Python3 without the pkgconfig, so make sure we have
python3.pc and python-3.7.pc in pkgconfig staging dir.
CircleCI requires a package Makefile change to actually
do the CI check, so bump PKG_RELEASE.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-18 04:40:43 -05:00
Florian Eckert
810f85c1a9
keepalived: add cpe id
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-18 09:55:05 +08:00
Florian Eckert
76da682c75
stunnel: add cpe id
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-18 09:55:05 +08:00
Karel Kočí
2740cb8f57
syslog-ng: Add /etc/syslog-ng.d/.keep
...
This should ensure that updater/opkg won't remove /etc/syslog-ng.d
directory, which would cause syslog-ng to fail to start.
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-01-18 00:18:21 +01:00
Michal Hrusecky
41f3511093
syslog-ng: Use procd style init
...
Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2019-01-18 00:18:21 +01:00
Jan Pavlinec
1bf4e7ddf2
unzip: fix PKG_CPE_ID
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-01-17 21:58:54 +08:00
Rosen Penev
b2de31d22a
diffutils: Update to 3.7
...
Some Makefile consistency updates.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-16 21:39:47 -08:00
Mislav Novakovic
84bf1b86d5
libyang: update to 0.16-r3
...
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2019-01-16 14:58:45 +01:00