champtar
1eda277326
Merge pull request #2987 from kuoruan/aria2
aria2: fix bugs and make some changes
8 years ago
champtar
45e4189b93
Merge pull request #2992 from hojuruku/p_mini_snmpd
mini_snmpd: fix initscript to use l3_device for working out the interface name
8 years ago
Luke McKee
e55da65b14
mini_snmpd: fix initscript to use l3_device
for working out the interface name
Working:
ubus -S call network.interface dump|jsonfilter -e "@.interface[@.interface=\"wan\"].l3_device"
Broken:
ubus -S call network.interface dump|jsonfilter -e "@.interface[@.interface=\"wan\"].device"
Fix run tested:
root@wifi:/overlay/upper# ps |grep mini_snmpd
1404 root 980 S /usr/bin/mini_snmpd -n -c public -L Undisclosed -C VGB <admin@victimsofgaybullying.com> -t 1 -a -d /overlay,/tmp -i br-lan,pppoe-w
Before it wasn't using the pppoe interface it was using the parent
interface eth0 twice. Small 1 line fix. Merge at your convenience.
Signed-off-by: Luke McKee <hojuruku@gmail.com>
8 years ago
nbd168
fb37ae282b
Merge pull request #2988 from RussellSenior/fix-wget-dependencies
wget: add missing zlib dependency
8 years ago
Felix Fietkau
3759a36711
transmission: add missing zlib dependency for openssl variants
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
84aa49747b
tor: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
e8394949dc
tinc: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
0aa77e80f9
stunnel: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
e9eb72b91b
neon: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
3428785e4e
mutt: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
2c9587cbe0
libtorrent: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
a6ee91581a
git: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
517761bb89
freeradius2: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
0ed48e6e82
chaosvpn: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
46f4f922b4
aircrack-ng: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Russell Senior
377cd2e64b
wget: add missing zlib dependency
Signed-off-by: Russell Senior <russell@personaltelco.net>
8 years ago
Hsing-Wang Liao
335e32681f
aria2: fix bugs and make some changes
* Fix aria2c failed to start after change daemon user, issue #2985 ;
* Change default download dir;
* Clear exist log file when aria2 start;
* Add log level option;
* Change dir owner when start.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
8 years ago
Ted Hess
02ff46022f
Merge pull request #2986 from xypron/relayctl
relayctl: remove superfluous dependency on udev
8 years ago
Heinrich Schuchardt
b385bd0ce2
relayctl: remove superfluous dependency on udev
Package udev does not exist in Lede.
We do not need udev to use package relayctl.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
8 years ago
Felix Fietkau
83b0d9f170
libimobiledevice: update to the latest version to fix openssl build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
champtar
432f2ebea9
Merge pull request #2984 from zorun/wireguard-update
wireguard: Bump to 0.0.20160722
8 years ago
Baptiste Jonglez
3f2be1ad5c
wireguard: Bump to 0.0.20160722
Also fix a new compilation error, due to upstream changes in the build
system. SUBDIRS= is deprecated when building external kernel modules, use
M= instead to fix compilation.
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
8 years ago
champtar
e810b864c3
Merge pull request #2980 from feckert/fix-mwan3-whitspace-typos
Fix mwan3 whitespace typos
8 years ago
Florian Eckert
bd43ab0fce
mwan3: fix mwan3track whitespace typo
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
8 years ago
Florian Eckert
bcad673643
mwan3: fix mwan3 help whitespace typo
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
8 years ago
champtar
a5bfa3085e
Merge pull request #2861 from LucileQ/bump-freeradius-server
freeradius3: new package
8 years ago
champtar
ae6cf251f4
Merge pull request #2977 from dibdot/adblock
adblock: update 1.4.1
8 years ago
Dirk Brenken
6883d35f5e
adblock: update 1.4.1
* fix two possible overflows in adblock statistics
Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years ago
Ted Hess
2a19c21422
mpd: Update to 0.19.17, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years ago
Michael Heimpold
96fa6629d6
php5: update to 5.6.23
This fixes the following CVEs:
- in GD: CVE-2015-8874, CVE-2016-5766, CVE-2016-5767
- in mbstring: CVE-2016-5768
- in mcrypt: CVE-2016-5769
- in SPL: CVE-2016-5770, CVE-2016-5771
- in WDDX: CVE-2016-5772
- in zip: CVE-2016-5773
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years ago
Alive 4ever
6350361865
utils/mksh: Update to current latest upstream (r52c).
Signed-off-by: Alif M. A. <alive4ever at live.com>
8 years ago
Daniel Golle
0e99e5eea9
glib2: fix (host-)build with gcc6
import upstream fix from
https://git.gnome.org/browse/glib/commit/?id=0817af40e8c74c721c30f6ef482b1f53d12044c7
and fix it to remain compatibile with old version of gcc
https://git.gnome.org/browse/glib/commit/?id=8cdbc7fb2c8c876902e457abe46ee18a0b134486
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years ago
Daniel Golle
265fc9916f
gnunet: update to SVN r37547
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years ago
Daniel Golle
118a96a913
lvm2: update to version 2.02.161
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years ago
champtar
85205b9809
Merge pull request #2968 from lynxis/fix-mhd
libmicrohttpd: add patch to fix inside loop declaration warning
8 years ago
champtar
8d1bc5b229
Merge pull request #2971 from kuoruan/aria2
Aria2 Update
8 years ago
champtar
ef4db7a006
Merge pull request #2926 from cshore/pull-request-msmtp-ca-bundle
mail/msmtp: Make msmtp ssl version depend on ca-bundle
8 years ago
champtar
bbad924b50
Merge pull request #2959 from jow-/procps-build-depends
procps-ng: add required build dependencies
8 years ago
Stijn Tintel
1138d6fee0
strongswan: bump to 5.5.0 ( #2976 )
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
8 years ago
champtar
c130f17657
Merge pull request #2975 from zorun/wireguard-update
wireguard: Bump to 0.0.20160711
8 years ago
Baptiste Jonglez
d0e989aa3c
wireguard: Bump to 0.0.20160711
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
8 years ago
Hostkit
f96c661e27
aria2: add log
add aria2.log and replace logger -t ARIA2C 'Restarting aria2s service' with logger -t ARIA2C 'Restarting aria2c service' :D :p
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
8 years ago
Hsing-Wang Liao
4b28f01597
aria2: update to 1.25.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
8 years ago
Hsing-Wang Liao
5246efe3d8
aria2: update init file
This update is from #2961 , thank @hostkit .
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
8 years ago
Alexander Couzens
2d44f91a62
libmicrohttpd: add patch to fix inside loop declaration warning
already fixed upstream, but 0.9.50 contains this bug
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
8 years ago
Ted Hess
144812d5c9
Merge pull request #2964 from dibdot/adblock
adblock: release 1.4.0
8 years ago
champtar
3c1b8749fd
Merge pull request #2962 from semik/softflowd
softflowd: update softflowd.init do use procd
8 years ago
Jan Tomasek
ea05ad083a
softflowd: update softflowd.init to use procd
Signed-off-by: Jan Tomasek <jan@tomasek.cz>
8 years ago
Dirk Brenken
c493f6af44
adblock: release 1.4.0
* rework/speed up overall sort
* simplified dns error handling
Signed-off-by: Dirk Brenken <dev@brenken.org>
8 years ago
Jo-Philipp Wich
aafbeea12b
procps-ng: add required build dependencies
Since 3048ebedec
added a autoreconfig fixup to
procps-ng, the build fails on certain systems with errors like
configure.ac:72: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
or
configure:14998: error: possibly undefined macro: AM_ICONV_LINKFLAGS_BODY
Fix the issue by adding build time dependencies on the `gettext` and `libiconv`
stub libraries to ensure that `gettext.m4` and `iconv.m4` are installed into
the staging directory before `procps-ng` is getting reconfigured.
Fixes https://github.com/openwrt/packages/issues/2890#issuecomment-231115844
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
8 years ago