1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-25 00:57:48 +02:00
Commit Graph

5781 Commits

Author SHA1 Message Date
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>
2016-07-26 21:17:42 +07:00
nbd168
fb37ae282b Merge pull request #2988 from RussellSenior/fix-wget-dependencies
wget: add missing zlib dependency
2016-07-24 14:58:11 +02:00
Felix Fietkau
3759a36711 transmission: add missing zlib dependency for openssl variants
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:57:09 +02:00
Felix Fietkau
84aa49747b tor: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:55:45 +02:00
Felix Fietkau
e8394949dc tinc: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:55:05 +02:00
Felix Fietkau
0aa77e80f9 stunnel: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:52:50 +02:00
Felix Fietkau
e9eb72b91b neon: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:40:54 +02:00
Felix Fietkau
3428785e4e mutt: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:40:08 +02:00
Felix Fietkau
2c9587cbe0 libtorrent: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:39:27 +02:00
Felix Fietkau
a6ee91581a git: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:37:09 +02:00
Felix Fietkau
517761bb89 freeradius2: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:37:01 +02:00
Felix Fietkau
0ed48e6e82 chaosvpn: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:35:54 +02:00
Felix Fietkau
46f4f922b4 aircrack-ng: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:33:56 +02:00
Russell Senior
377cd2e64b wget: add missing zlib dependency
Signed-off-by: Russell Senior <russell@personaltelco.net>
2016-07-24 04:00:01 -07:00
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>
2016-07-24 16:02:19 +08:00
Ted Hess
02ff46022f Merge pull request #2986 from xypron/relayctl
relayctl: remove superfluous dependency on udev
2016-07-23 16:38:13 -04:00
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>
2016-07-23 21:40:47 +02:00
Felix Fietkau
83b0d9f170 libimobiledevice: update to the latest version to fix openssl build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-23 17:40:38 +02:00
champtar
432f2ebea9 Merge pull request #2984 from zorun/wireguard-update
wireguard: Bump to 0.0.20160722
2016-07-23 14:22:16 +02:00
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>
2016-07-23 14:02:24 +02:00
champtar
e810b864c3 Merge pull request #2980 from feckert/fix-mwan3-whitspace-typos
Fix mwan3 whitespace typos
2016-07-22 08:02:05 +02:00
Florian Eckert
bd43ab0fce mwan3: fix mwan3track whitespace typo
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
2016-07-21 13:25:04 +02:00
Florian Eckert
bcad673643 mwan3: fix mwan3 help whitespace typo
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
2016-07-21 13:24:59 +02:00
champtar
a5bfa3085e Merge pull request #2861 from LucileQ/bump-freeradius-server
freeradius3: new package
2016-07-21 12:07:10 +02:00
champtar
ae6cf251f4 Merge pull request #2977 from dibdot/adblock
adblock: update 1.4.1
2016-07-21 11:22:25 +02:00
Dirk Brenken
6883d35f5e adblock: update 1.4.1
* fix two possible overflows in adblock statistics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-07-20 22:10:35 +02:00
Ted Hess
2a19c21422 mpd: Update to 0.19.17, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-07-20 10:54:46 -04:00
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>
2016-07-19 23:14:33 +02:00
Alive 4ever
6350361865 utils/mksh: Update to current latest upstream (r52c).
Signed-off-by: Alif M. A. <alive4ever at live.com>
2016-07-19 13:51:38 +02:00
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>
2016-07-18 22:59:13 +02:00
Daniel Golle
265fc9916f gnunet: update to SVN r37547
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-07-18 22:59:13 +02:00
Daniel Golle
118a96a913 lvm2: update to version 2.02.161
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-07-18 22:59:13 +02:00
champtar
85205b9809 Merge pull request #2968 from lynxis/fix-mhd
libmicrohttpd: add patch to fix inside loop declaration warning
2016-07-18 18:21:14 +02:00
champtar
8d1bc5b229 Merge pull request #2971 from kuoruan/aria2
Aria2 Update
2016-07-18 18:19:06 +02:00
champtar
ef4db7a006 Merge pull request #2926 from cshore/pull-request-msmtp-ca-bundle
mail/msmtp: Make msmtp ssl version depend on ca-bundle
2016-07-18 18:07:01 +02:00
champtar
bbad924b50 Merge pull request #2959 from jow-/procps-build-depends
procps-ng: add required build dependencies
2016-07-18 18:01:31 +02:00
Stijn Tintel
1138d6fee0 strongswan: bump to 5.5.0 (#2976)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-07-18 17:33:46 +02:00
champtar
c130f17657 Merge pull request #2975 from zorun/wireguard-update
wireguard: Bump to 0.0.20160711
2016-07-18 00:15:50 +02:00
Baptiste Jonglez
d0e989aa3c wireguard: Bump to 0.0.20160711
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-17 23:03:20 +02:00
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>
2016-07-17 11:48:53 +08:00
Hsing-Wang Liao
4b28f01597 aria2: update to 1.25.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-07-16 11:07:11 +08:00
Hsing-Wang Liao
5246efe3d8 aria2: update init file
This update is from #2961, thank @hostkit.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-07-16 11:05:57 +08:00
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>
2016-07-15 15:29:19 +02:00
Ted Hess
144812d5c9 Merge pull request #2964 from dibdot/adblock
adblock: release 1.4.0
2016-07-14 12:53:06 -04:00
Ondřej Caletka
3c3063e2df addrwatch: new package
Maintainer: Ondrej Caletka / @Oskar456
Compile tested: TurrisOS 3.1 (fork of OpenWRT Chaos Calmer), Trunk (both uClibC and musl)
Run tested: mpc85xx - Turris 1.0 -  TurrisOS - no problems observed
Upstream: https://github.com/fln/addrwatch / @fln

Description:

This is a tool similar to arpwatch. It's main purpose is to monitor network
and log discovered ethernet/ip pairings.

The package has been UCIfied, care has been taken to reload the deamon
every time an interface goes up or down.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2016-07-14 18:32:29 +02:00
champtar
3c1b8749fd Merge pull request #2962 from semik/softflowd
softflowd: update softflowd.init do use procd
2016-07-14 16:10:36 +02:00
Jan Tomasek
ea05ad083a softflowd: update softflowd.init to use procd
Signed-off-by: Jan Tomasek <jan@tomasek.cz>
2016-07-14 09:43:11 +02:00
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>
2016-07-14 09:35:33 +02:00
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>
2016-07-12 20:58:14 +02:00
Lucile Quirion
0871991d8d freeradius3: add package
freeradius-server version 2.x has been marked End-Of-Life.
This commit adds freeradius-server version 3.0.11 in a new package.

This commit also introduces the option "freeradius3-default"
which activate all modules needed to run radiusd with its default
configuration.

- rlm_digest (HTTP Digest Authentication) has been added
- rlm_unix (System Authentication) has been added
- rlm_attr_rewrite has been deleted

Note that SQL and LDAP support has been disabled.

Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
2016-07-12 11:37:05 -04:00