Hans Dedecker [Tue, 9 Aug 2016 12:55:04 +0000 (14:55 +0200)]
strongswan: Include musl.h after _GNU_SOURCE define
musl.h was included before _GNU_SOURCE in 101-musl-fixes patch
leading to compilation issue on gcc (RTLD_DEFAULT not being
defined in dlfcn.h due to __USE_GNU not being set).
As described in the feature test macro man page feature macro
can be defined in the source code but need to be defined before
including any headers.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Ted Hess [Mon, 8 Aug 2016 19:44:04 +0000 (15:44 -0400)]
msmtp: Add nls.mk, . Fix build when BUILD_NLS not specified
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Mon, 8 Aug 2016 17:54:11 +0000 (13:54 -0400)]
libnfc: Moved to packages-abandoned - needs MAINTAINER
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Mon, 8 Aug 2016 18:12:43 +0000 (14:12 -0400)]
Merge pull request #2967 from padre-lacroix/bandwidthd-php
bandwidthd-php: PHP files to graph bandwidthd data in a postgresql database
Ted Hess [Mon, 8 Aug 2016 18:03:30 +0000 (14:03 -0400)]
Merge pull request #3007 from jefferyto/twisted-16.3.0
twisted: update to 16.3.0
Ted Hess [Mon, 8 Aug 2016 17:58:09 +0000 (13:58 -0400)]
Merge pull request #3029 from padre-lacroix/master-kismet
kismet: Update to 2016-07-R1 and new maintainer
Jean-Michel Lacroix [Sun, 7 Aug 2016 22:00:32 +0000 (18:00 -0400)]
kismet: Update to 2016-07-R1 and new maintainer
This is an update to the latest version of kismet
New maintainer.
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
Ted Hess [Sun, 7 Aug 2016 19:49:05 +0000 (15:49 -0400)]
git: Fix build dependencies
Signed-off-by: Ted Hess <thess@kitschensync.net>
Nikos Mavrogiannopoulos [Sat, 6 Aug 2016 11:15:37 +0000 (13:15 +0200)]
ocserv: updated to 0.11.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Toke Høiland-Jørgensen [Fri, 5 Aug 2016 18:15:23 +0000 (20:15 +0200)]
acme: Add Luci app
This adds a Luci configuration app for the ACME certificate package.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Toke Høiland-Jørgensen [Fri, 5 Aug 2016 15:49:33 +0000 (17:49 +0200)]
freeradius2/3: Fixes to init script. (#3022)
This fixes two issues with the freeradius package init scripts:
- The package installs libraries in /usr/lib/freeradius{2,3}, but the
musl dynamic linker won't find them there unless LD_LIBRARY_PATH is
set to include this directory. This adds an appropriate env statement
to the procd init setup.
- procd expects services to stay in the foreground, or it will be unable
to properly shut them down again. This adds the -f flag to radiusd to
achieve that.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Toke Høiland-Jørgensen [Fri, 5 Aug 2016 15:26:25 +0000 (17:26 +0200)]
acme: Add package.
This adds a package wrapping the acme.sh script from
https://github.com/Neilpang/acme.sh in Uci config and hooks to interact
correctly with uhttpd.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
champtar [Fri, 5 Aug 2016 06:33:11 +0000 (08:33 +0200)]
Merge pull request #3017 from thess/relayctl-update
relayctl: Add PKG_FIXUP to fix autotools version error
Ted Hess [Wed, 3 Aug 2016 19:04:19 +0000 (15:04 -0400)]
relayctl: Add PKG_FIXUP to fix autotools version error
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Wed, 3 Aug 2016 17:41:27 +0000 (13:41 -0400)]
Merge pull request #2966 from oskar456/addrwatch
addrwatch: new package
Ted Hess [Wed, 3 Aug 2016 15:56:10 +0000 (11:56 -0400)]
Merge pull request #3006 from thess/ffmpeg-updates
ffmpeg: Update to 2.8.7. Add support for x264 and libmp3lame
Ted Hess [Tue, 2 Aug 2016 16:35:00 +0000 (12:35 -0400)]
Merge pull request #3012 from thess/gst1-1.8
gstreamer - Upgrade to 1.8.2.
Adrian Panella [Mon, 16 May 2016 02:05:49 +0000 (21:05 -0500)]
ffmpeg: Update to 2.8.7. Add support for x264 and libmp3lame
Add support for libmp3lame & libx264 to 'full' and optional in 'custom'.
Enable some optimizations according to ARCH and CPU type.
Cleaup options and dependencies.
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Signed-off-by: Ted Hess <thess@kitschensync.net>
champtar [Tue, 2 Aug 2016 13:31:55 +0000 (15:31 +0200)]
Merge pull request #2995 from corenetworks/master
ddns-scripts: add service core-networks.de
champtar [Tue, 2 Aug 2016 12:26:01 +0000 (14:26 +0200)]
Merge pull request #3015 from danielg4/master
vpnc: Add reboot recommendation to README
Daniel Gimpelevich [Tue, 2 Aug 2016 11:35:37 +0000 (04:35 -0700)]
vpnc: Add reboot recommendation to README
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Ted Hess [Mon, 1 Aug 2016 19:38:17 +0000 (15:38 -0400)]
gstreamer - Upgrade to 1.8.2.
Refresh patches, fix dependencies.
Fix cpu build issues in gst-libav. Opus moved to plugins-base.
Add opusparse and hls to plugins-bad.
Add myself as co-maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Yousong Zhou [Mon, 1 Aug 2016 10:15:49 +0000 (18:15 +0800)]
Merge pull request #2106 from jefferyto/obfsproxy
obfsproxy: new package
heil [Mon, 1 Aug 2016 09:50:21 +0000 (11:50 +0200)]
apache: increase PKG_RELEASE for rebuild
Signed-off-by: heil <heil@terminal-consulting.de>
Jeffery To [Fri, 11 Dec 2015 12:10:09 +0000 (20:10 +0800)]
obfsproxy: new package
From the Tor project page:
obfsproxy is a tool that attempts to circumvent censorship, by
transforming the Tor traffic between the client and the bridge. This
way, censors, who usually monitor traffic between the client and the
bridge, will see innocent-looking transformed traffic instead of the
actual Tor traffic.
This depends on:
- pyptlib (#2053)
- twisted (#2052)
Also, txsocksx (#2058) is necessary to use an outgoing SOCKS proxy,
and having either gmpy2 (#2067) or gmpy (#2051) installed will help
speed up calculations.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Thomas Heil [Sun, 31 Jul 2016 21:44:28 +0000 (23:44 +0200)]
Merge pull request #3008 from hauke/apache
apache: fix build without sslv3
Ted Hess [Sun, 31 Jul 2016 19:10:31 +0000 (15:10 -0400)]
Merge pull request #3009 from dibdot/adblock
adblock: update 1.4.3
Dirk Brenken [Sun, 31 Jul 2016 15:19:33 +0000 (17:19 +0200)]
adblock: update 1.4.3
* fix race condition in restricted mode
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Jeffery To [Sun, 31 Jul 2016 12:25:01 +0000 (20:25 +0800)]
twisted: update to 16.3.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hauke Mehrtens [Sun, 31 Jul 2016 11:20:56 +0000 (13:20 +0200)]
apache: fix build without sslv3
SSLv3 support is deactivated in LEDE now, which causes a build problem
in apache.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Jo-Philipp Wich [Sat, 30 Jul 2016 13:23:45 +0000 (15:23 +0200)]
coreutils: adjust applet descriptions
Only mention busybox applets for the meta package and do not imply that
applets are enabled for any possible coreutils program.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jean-Michel Lacroix [Thu, 14 Jul 2016 17:38:05 +0000 (13:38 -0400)]
bandwidthd-php: PHP files to graph bandwidthd data in a postgresql
database
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
bandwidthd-php is a set of PHP files that allows to graph bandwidthd
data stored in a postgresql database. This bandwidthd data can be
generated using bandwidthd-pgsql in OpenWRT or LEDE or with
bandwidthd on different OS (Windows, Linux for example).
Addition of a config file and an init file.
Modification of the Makefile to take in account the changes above
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
Toke Høiland-Jørgensen [Fri, 29 Jul 2016 11:44:35 +0000 (13:44 +0200)]
Merge pull request #2982 from oskar456/radsecproxy_ucified
Radsecproxy ucified
Ondřej Caletka [Thu, 21 Jul 2016 12:22:02 +0000 (14:22 +0200)]
radsecproxy: Update copyright notice, add license
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
Ondřej Caletka [Thu, 21 Jul 2016 12:15:53 +0000 (14:15 +0200)]
radsecproxy: UCIfied configuration
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
Ted Hess [Thu, 28 Jul 2016 21:41:04 +0000 (17:41 -0400)]
Merge pull request #3002 from dibdot/adblock
adblock: update 1.4.2
Ted Hess [Thu, 28 Jul 2016 21:40:16 +0000 (17:40 -0400)]
Merge pull request #3001 from commodo/tcpreplay
tcpreplay: add first revision of package
Dirk Brenken [Thu, 28 Jul 2016 20:29:46 +0000 (22:29 +0200)]
adblock: update 1.4.2
* ad broad blocklist source 'hphosts' https://hosts-file.net
Signed-off-by: Dirk Brenken <dev@brenken.org>
Alexandru Ardelean [Thu, 1 Oct 2015 13:48:38 +0000 (16:48 +0300)]
tcpreplay: add first revision of package
Tcpreplay is a suite of free Open Source utilities for editing and
replaying previously captured network traffic. Originally designed
to replay malicious traffic patterns to Intrusion Detection/Prevention
Systems, it has seen many evolutions including
capabilities to replay to web servers.
Pretty useful for testing stuff too.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
champtar [Wed, 27 Jul 2016 14:45:50 +0000 (16:45 +0200)]
Merge pull request #2994 from jefferyto/python-cffi-1.7.0
python-cffi: update to 1.7.0
champtar [Wed, 27 Jul 2016 14:45:25 +0000 (16:45 +0200)]
Merge pull request #2993 from jefferyto/python-attrs-16.0.0
python-attrs: update to 16.0.0
Jeffery To [Wed, 27 Jul 2016 14:34:43 +0000 (22:34 +0800)]
python-cffi: update to 1.7.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 27 Jul 2016 14:05:15 +0000 (22:05 +0800)]
python-attrs: update to 16.0.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Michael Scholl [Wed, 27 Jul 2016 13:25:16 +0000 (15:25 +0200)]
ddns-scripts: add service core-networks.de
- Added service core-networks.de
- Fixed typo for service dnshome.de
Signed-off-by: Michael Scholl <michael.scholl@core-networks.de>
champtar [Wed, 27 Jul 2016 07:08:57 +0000 (09:08 +0200)]
Merge pull request #2987 from kuoruan/aria2
aria2: fix bugs and make some changes
champtar [Wed, 27 Jul 2016 07:07:11 +0000 (09:07 +0200)]
Merge pull request #2992 from hojuruku/p_mini_snmpd
mini_snmpd: fix initscript to use l3_device for working out the interface name
Luke McKee [Tue, 26 Jul 2016 14:17:31 +0000 (21:17 +0700)]
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>
nbd168 [Sun, 24 Jul 2016 12:58:11 +0000 (14:58 +0200)]
Merge pull request #2988 from RussellSenior/fix-wget-dependencies
wget: add missing zlib dependency
Felix Fietkau [Sun, 24 Jul 2016 12:57:09 +0000 (14:57 +0200)]
transmission: add missing zlib dependency for openssl variants
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 24 Jul 2016 12:55:45 +0000 (14:55 +0200)]
tor: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 24 Jul 2016 12:55:05 +0000 (14:55 +0200)]
tinc: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 24 Jul 2016 12:52:50 +0000 (14:52 +0200)]
stunnel: add missing zlib dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 24 Jul 2016 12:40:48 +0000 (14:40 +0200)]
neon: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 24 Jul 2016 12:40:08 +0000 (14:40 +0200)]
mutt: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 24 Jul 2016 12:39:27 +0000 (14:39 +0200)]
libtorrent: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 24 Jul 2016 12:37:09 +0000 (14:37 +0200)]
git: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 24 Jul 2016 12:37:01 +0000 (14:37 +0200)]
freeradius2: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 24 Jul 2016 12:35:54 +0000 (14:35 +0200)]
chaosvpn: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 24 Jul 2016 12:33:56 +0000 (14:33 +0200)]
aircrack-ng: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Russell Senior [Sun, 24 Jul 2016 11:00:01 +0000 (04:00 -0700)]
wget: add missing zlib dependency
Signed-off-by: Russell Senior <russell@personaltelco.net>
Hsing-Wang Liao [Sun, 24 Jul 2016 07:56:45 +0000 (15:56 +0800)]
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>
Ted Hess [Sat, 23 Jul 2016 20:38:13 +0000 (16:38 -0400)]
Merge pull request #2986 from xypron/relayctl
relayctl: remove superfluous dependency on udev
Heinrich Schuchardt [Sat, 23 Jul 2016 19:35:51 +0000 (21:35 +0200)]
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>
Felix Fietkau [Sat, 23 Jul 2016 15:40:26 +0000 (17:40 +0200)]
libimobiledevice: update to the latest version to fix openssl build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
champtar [Sat, 23 Jul 2016 12:22:16 +0000 (14:22 +0200)]
Merge pull request #2984 from zorun/wireguard-update
wireguard: Bump to 0.0.
20160722
Baptiste Jonglez [Sat, 23 Jul 2016 12:02:21 +0000 (14:02 +0200)]
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>
champtar [Fri, 22 Jul 2016 06:02:05 +0000 (08:02 +0200)]
Merge pull request #2980 from feckert/fix-mwan3-whitspace-typos
Fix mwan3 whitespace typos
Florian Eckert [Thu, 21 Jul 2016 11:16:22 +0000 (13:16 +0200)]
mwan3: fix mwan3track whitespace typo
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
Florian Eckert [Thu, 21 Jul 2016 10:52:05 +0000 (12:52 +0200)]
mwan3: fix mwan3 help whitespace typo
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
champtar [Thu, 21 Jul 2016 10:07:10 +0000 (12:07 +0200)]
Merge pull request #2861 from LucileQ/bump-freeradius-server
freeradius3: new package
champtar [Thu, 21 Jul 2016 09:22:25 +0000 (11:22 +0200)]
Merge pull request #2977 from dibdot/adblock
adblock: update 1.4.1
Dirk Brenken [Wed, 20 Jul 2016 20:09:23 +0000 (22:09 +0200)]
adblock: update 1.4.1
* fix two possible overflows in adblock statistics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Ted Hess [Wed, 20 Jul 2016 14:54:46 +0000 (10:54 -0400)]
mpd: Update to 0.19.17, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
Michael Heimpold [Tue, 19 Jul 2016 21:14:33 +0000 (23:14 +0200)]
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>
Alive 4ever [Tue, 12 Jul 2016 13:59:56 +0000 (13:59 +0000)]
utils/mksh: Update to current latest upstream (r52c).
Signed-off-by: Alif M. A. <alive4ever at live.com>
Daniel Golle [Mon, 18 Jul 2016 20:07:22 +0000 (22:07 +0200)]
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>
Daniel Golle [Mon, 18 Jul 2016 19:00:29 +0000 (21:00 +0200)]
gnunet: update to SVN r37547
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 18 Jul 2016 18:58:52 +0000 (20:58 +0200)]
lvm2: update to version 2.02.161
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
champtar [Mon, 18 Jul 2016 16:21:14 +0000 (18:21 +0200)]
Merge pull request #2968 from lynxis/fix-mhd
libmicrohttpd: add patch to fix inside loop declaration warning
champtar [Mon, 18 Jul 2016 16:19:06 +0000 (18:19 +0200)]
Merge pull request #2971 from kuoruan/aria2
Aria2 Update
champtar [Mon, 18 Jul 2016 16:07:01 +0000 (18:07 +0200)]
Merge pull request #2926 from cshore/pull-request-msmtp-ca-bundle
mail/msmtp: Make msmtp ssl version depend on ca-bundle
champtar [Mon, 18 Jul 2016 16:01:31 +0000 (18:01 +0200)]
Merge pull request #2959 from jow-/procps-build-depends
procps-ng: add required build dependencies
Stijn Tintel [Mon, 18 Jul 2016 15:33:46 +0000 (18:33 +0300)]
strongswan: bump to 5.5.0 (#2976)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
champtar [Sun, 17 Jul 2016 22:15:50 +0000 (00:15 +0200)]
Merge pull request #2975 from zorun/wireguard-update
wireguard: Bump to 0.0.
20160711
Baptiste Jonglez [Sun, 17 Jul 2016 21:03:20 +0000 (23:03 +0200)]
wireguard: Bump to 0.0.
20160711
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Hostkit [Sat, 16 Jul 2016 21:46:14 +0000 (04:46 +0700)]
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>
Hsing-Wang Liao [Sat, 16 Jul 2016 03:07:11 +0000 (11:07 +0800)]
aria2: update to 1.25.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hsing-Wang Liao [Sat, 16 Jul 2016 03:05:57 +0000 (11:05 +0800)]
aria2: update init file
This update is from #2961, thank @hostkit.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Alexander Couzens [Fri, 15 Jul 2016 13:27:30 +0000 (15:27 +0200)]
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>
Ted Hess [Thu, 14 Jul 2016 16:53:06 +0000 (12:53 -0400)]
Merge pull request #2964 from dibdot/adblock
adblock: release 1.4.0
Ondřej Caletka [Thu, 14 Jul 2016 15:15:10 +0000 (17:15 +0200)]
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>
champtar [Thu, 14 Jul 2016 14:10:36 +0000 (16:10 +0200)]
Merge pull request #2962 from semik/softflowd
softflowd: update softflowd.init do use procd
Jan Tomasek [Wed, 13 Jul 2016 14:00:58 +0000 (16:00 +0200)]
softflowd: update softflowd.init to use procd
Signed-off-by: Jan Tomasek <jan@tomasek.cz>
Dirk Brenken [Thu, 14 Jul 2016 07:29:26 +0000 (09:29 +0200)]
adblock: release 1.4.0
* rework/speed up overall sort
* simplified dns error handling
Signed-off-by: Dirk Brenken <dev@brenken.org>
Jo-Philipp Wich [Tue, 12 Jul 2016 18:52:14 +0000 (20:52 +0200)]
procps-ng: add required build dependencies
Since
3048ebedec5b989a621529eec159cf5aa17b58b6 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>
Lucile Quirion [Tue, 14 Jun 2016 20:36:49 +0000 (16:36 -0400)]
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>
Xotic750 [Tue, 14 Jun 2016 17:34:16 +0000 (19:34 +0200)]
krb5: Bump to v1.14.2
Signed-off-by: Graham Fairweather <xotic750@gmail.com>
champtar [Tue, 12 Jul 2016 15:18:06 +0000 (17:18 +0200)]
Merge pull request #2437 from stintel/strongswan
strongswan: update to 5.4, add plugins, fixes
champtar [Tue, 12 Jul 2016 15:13:44 +0000 (17:13 +0200)]
Merge pull request #2446 from jow-/CVE-2016-2381
perl: securely handle duplicate environment variables [CVE-2016-2381]
champtar [Tue, 12 Jul 2016 10:50:31 +0000 (12:50 +0200)]
Merge pull request #2919 from champtar/bluelog
bluelog: fix oui.txt processing