W. Michael Petullo [Mon, 21 Sep 2015 00:18:04 +0000 (20:18 -0400)]
lighttpd: update to 1.4.37
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Daniel Golle [Wed, 16 Sep 2015 13:41:51 +0000 (15:41 +0200)]
tracertools: update source URL
rip gitorious.org
[backport of commit
c6b65ce on master]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Gergely Kiss [Sun, 30 Aug 2015 17:00:08 +0000 (19:00 +0200)]
sudo: upgrade to version 1.8.14p3
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Alexander Tsoy [Sun, 28 Jun 2015 11:33:09 +0000 (14:33 +0300)]
sudo: preserve sudoers.d during sysupgrade
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Steven Barth [Tue, 15 Sep 2015 06:31:35 +0000 (08:31 +0200)]
Merge pull request #1733 from hnyman/collectd-entropy
collectd: backport the entropy plugin and changes to example config file
Markus Stenberg [Mon, 14 Sep 2015 11:51:06 +0000 (14:51 +0300)]
mdnsresponder: fix fd leak for IPv6 sockets
Signed-off-by: Steven Barth <steven@midlink.org>
Nuno Goncalves [Sat, 12 Sep 2015 11:11:03 +0000 (12:11 +0100)]
tcsh: update source mirrors
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Steven Barth [Thu, 10 Sep 2015 15:47:00 +0000 (17:47 +0200)]
Merge pull request #1762 from pdxmeshnet/for-15.05
zmq fixes from master
heil [Wed, 9 Sep 2015 18:49:16 +0000 (20:49 +0200)]
haproxy: fixes from upstream
- [PATCH 14/16] BUG/MINOR: http: remove stupid HTTP_METH_NONE entry
- [PATCH 15/16] BUG/MAJOR: http: don't call http_send_name_header()
- [PATCH 16/16] BUG/MINOR: tools: make str2sa_range() report
Signed-off-by: heil <heil@terminal-consulting.de>
Nicolas Thill [Fri, 1 May 2015 10:49:52 +0000 (12:49 +0200)]
luarocks: update to 2.2.2
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Daniel Salzman [Tue, 8 Sep 2015 09:20:07 +0000 (11:20 +0200)]
knot: update to 1.6.5
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
Daniel Salzman [Tue, 7 Jul 2015 12:55:57 +0000 (14:55 +0200)]
knot: update to 1.6.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
Ted Hess [Sat, 4 Jul 2015 14:46:53 +0000 (10:46 -0400)]
zmq: Make 2 variants, refresh patches, fix C++ build issues
Signed-off-by: Ted Hess <thess@kitschensync.net>
Dirk Chang [Wed, 17 Jun 2015 14:56:26 +0000 (22:56 +0800)]
libzmq upgrade to 4.1.1
lzmq upgrade to 0.4.3
Signed-off-by: Dirk Chang <dirk@kooiot.com>
Ted Hess [Thu, 14 May 2015 18:24:18 +0000 (14:24 -0400)]
lzmq: Use smaller .tar.gz source package
Signed-off-by: Ted Hess <thess@kitschensync.net>
Steven Barth [Mon, 7 Sep 2015 09:06:37 +0000 (11:06 +0200)]
strongswan: bump to 5.3.3
Signed-off-by: Steven Barth <steven@midlink.org>
Marcin Jurkowski [Mon, 13 Apr 2015 00:52:47 +0000 (02:52 +0200)]
strongswan: make kmod-ipsec6 dependency conditional
Makes kmod-ipsec6 requirement dependent on IPv6 support for packages.
This allows to disable unnecessary IPv6 kernel modules, saving
considerable amount of space.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
Dirk Feytons [Thu, 27 Aug 2015 12:09:18 +0000 (14:09 +0200)]
strongswan: add a couple more plugins
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
Ulrich Weber [Tue, 25 Aug 2015 08:12:58 +0000 (10:12 +0200)]
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
Signed-off-by: Ulrich Weber <uw@ocedo.com>
Yousong Zhou [Tue, 11 Aug 2015 05:26:03 +0000 (13:26 +0800)]
strongswan: split out libtls.so as a separate package.
When only strongswan-minimal is selected, libtls.so will not be built
yet package strongswan will still try to copy the file causing build
failure.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Adam Lebsack [Wed, 15 Jul 2015 14:33:07 +0000 (16:33 +0200)]
strongswan: Added strongswan-mod-eap-tls
Signed-off-by: Adam Lebsack <alebsack@gmail.com>
Steven Barth [Tue, 23 Jun 2015 16:40:54 +0000 (18:40 +0200)]
strongswan: add more exceptions to musl-fixes
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Mon, 22 Jun 2015 10:24:19 +0000 (12:24 +0200)]
strongswan: refresh musl compatibility fixes
Signed-off-by: Steven Barth <steven@midlink.org>
heil [Sun, 6 Sep 2015 22:00:45 +0000 (00:00 +0200)]
haproxy: fixes from upstream
- [PATCH 05/13] BUG/MINOR: http/sample: gmtime/localtime can fail
- [PATCH 06/13] DOC: typo in 'redirect', 302 code meaning
- [PATCH 07/13] DOC: mention that %ms is left-padded with zeroes.
- [PATCH 08/13] CLEANUP: .gitignore: ignore more test files
- [PATCH 09/13] CLEANUP: .gitignore: finally ignore everything but what
- [PATCH 10/13] MEDIUM: config: emit a warning on a frontend without
- [PATCH 11/13] BUG/MEDIUM: counters: ensure that src_{inc,clr}_gpc0
- [PATCH 12/13] DOC: ssl: missing LF
- [PATCH 13/13] DOC: fix example of http-request using
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Sun, 6 Sep 2015 21:53:35 +0000 (23:53 +0200)]
unixodbc: bump to version 2.3.4
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Mon, 24 Aug 2015 08:40:38 +0000 (10:40 +0200)]
unixodbc: update to 2.3.3
Signed-off-by: heil <heil@terminal-consulting.de>
Nikos Mavrogiannopoulos [Fri, 4 Sep 2015 19:29:56 +0000 (21:29 +0200)]
ocserv: updated to 0.10.8
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Wed, 8 Jul 2015 17:39:19 +0000 (19:39 +0200)]
openconnect: corrected port descriptions in README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Wed, 8 Jul 2015 06:16:30 +0000 (08:16 +0200)]
ocserv: more explicit documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Wed, 1 Jul 2015 22:22:33 +0000 (00:22 +0200)]
ocserv: updated to 0.10.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Hannu Nyman [Fri, 4 Sep 2015 12:03:58 +0000 (15:03 +0300)]
collectd: backport "Clarify config file example/placeholder" from #1736
The config file shipped with collectd dates from 2010 and
leads to error messages if luci-statistics & collectd are installed,
as it references several plugins not usually installed, or such ones
that have been renamed since then.
For most users, this file is just a placeholder during collectd installation,
as /usr/bin/stat-genconfig from /etc/init.d/luci_statistics will overwrite it.
Sanitize and shorten the placeholder config file:
* Reference actively only the default plugins installed by luci statistics.
* Match the placeholder config with the genuine config from luci statistics.
If somebody uses collectd separately from luci statistics, he will need to
edit these settings anyway.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Fri, 4 Sep 2015 12:03:58 +0000 (15:03 +0300)]
collectd: backport the enablement of entropy plugin to for-15.05
Enable 'entropy' plugin also for collectd 5.4.2.
Works ok.
( backport of https://github.com/openwrt/packages/commit/
35552db4ee8162b5c85f2a9e370177681a70431c )
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Daniel Gimpelevich [Sun, 12 Jul 2015 10:15:29 +0000 (03:15 -0700)]
vpnc: bump release
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Daniel Gimpelevich [Fri, 10 Jul 2015 20:27:10 +0000 (13:27 -0700)]
vpnc: corrected call to proto_add_host_dependency
Jo-Philipp Wich [Wed, 17 Jun 2015 22:28:37 +0000 (00:28 +0200)]
vpnc: fix musl compatibility
- Add missing `sys/ttydefaults.h` include to `config.c`
- Restrict usage of `error.h` to glibc and uclibc only
- Avoid including `linux/if_tun.h` on non-glibc/uclibc to prevent
musl kernel/libc header conflicts
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Jo-Philipp Wich [Thu, 3 Sep 2015 15:34:10 +0000 (17:34 +0200)]
Merge pull request #1753 from zorun/bmon_15.05_
bmon: Add missing runtime dependency: terminfo
Baptiste Jonglez [Thu, 3 Sep 2015 14:33:13 +0000 (16:33 +0200)]
bmon: Add missing runtime dependency: terminfo
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Toke Høiland-Jørgensen [Thu, 3 Sep 2015 13:30:35 +0000 (15:30 +0200)]
sqm-scripts: Bump to v1.0.3.
Backported changes from master.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Noah Meyerhans [Wed, 2 Sep 2015 22:28:11 +0000 (15:28 -0700)]
[bind] Update to 9.9.7-P3 to fix CVE-2015-5722 and CVE-2015-5986
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Noah Meyerhans [Fri, 14 Aug 2015 15:29:01 +0000 (08:29 -0700)]
bind: update to version 9.9.7-p2
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Alexander Ryzhov [Wed, 20 May 2015 09:10:01 +0000 (09:10 +0000)]
xz: add xz-utils meta package
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Jan Čermák [Tue, 1 Sep 2015 09:26:54 +0000 (11:26 +0200)]
libevent: update to 1.4.15 (fixes CVE-2014-6272)
This update fixes CVE-2014-6272. Change of source URL was needed,
because the older location does not contain the latest version.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Steven Barth [Sat, 29 Aug 2015 06:41:54 +0000 (08:41 +0200)]
Merge pull request #1728 from roger-/micropython-15.05
micropython: update to latest (15.05)
Roger [Fri, 28 Aug 2015 15:36:49 +0000 (10:36 -0500)]
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
John Crispin [Wed, 26 Aug 2015 10:18:20 +0000 (12:18 +0200)]
python: remove bz2 build dep
Revert "python: add dependency to bz2 host build"
This reverts commit
da6d7b57f501eaece621f8f834646aa22b618fa5.
Signed-off-by: John Crispin <blogic@openwrt.org>
Nikos Mavrogiannopoulos [Wed, 26 Aug 2015 20:59:29 +0000 (22:59 +0200)]
openconnect: disabled the resolving code from ppp in netifd script
That code was causing netifd disabling openconnect with no way
to restart it.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
John Crispin [Tue, 25 Aug 2015 22:24:33 +0000 (00:24 +0200)]
avrdude: enable linux-gpio by default
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Tue, 25 Aug 2015 14:19:36 +0000 (16:19 +0200)]
bluelog: mark as BROKEN
the CC Buildservers are failing on this package as the OUI download timesout indefinatley.
Signed-off-by: John Crispin <blogic@openwrt.org>
heil [Mon, 24 Aug 2015 08:44:59 +0000 (10:44 +0200)]
haproxy: fixes for upstream version 1.5.14
- [PATCH 1/4] BUG/MINOR: log: missing some ARGC_* entries in
- [PATCH 2/4] DOC: usesrc root privileges requirements
- [PATCH 3/4] BUILD: ssl: Allow building against libssl without SSLv3.
- [PATCH 4/4] DOC/MINOR: fix OpenBSD versions where haproxy works
Signed-off-by: heil <heil@terminal-consulting.de>
John Crispin [Fri, 21 Aug 2015 23:14:04 +0000 (01:14 +0200)]
libuv: fix download path
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Fri, 21 Aug 2015 23:11:29 +0000 (01:11 +0200)]
python: add dependency to bz2 host build
Signed-off-by: John Crispin <blogic@openwrt.org>
Etienne CHAMPETIER [Sun, 23 Aug 2015 21:57:35 +0000 (21:57 +0000)]
zabbix: update to 2.4.6 (and refresh patches)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Daniel Golle [Thu, 30 Jul 2015 02:16:31 +0000 (04:16 +0200)]
sqlite3: update source to 3.8.11.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Ted Hess [Wed, 19 Aug 2015 18:54:26 +0000 (14:54 -0400)]
Merge pull request #1678 from luizluca/for-15.05-ruby_update
ruby: bump version to 2.2.3 [backport from trunk]
Luiz Angelo Daros de Luca [Wed, 19 Aug 2015 17:04:03 +0000 (14:04 -0300)]
ruby: bump version to 2.2.3
This is a bug and security fix release, including:
- CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier
http://svn.ruby-lang.org/repos/ruby/tags/v2_2_3/ChangeLog
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Rafał Miłecki [Thu, 13 Aug 2015 20:19:17 +0000 (22:19 +0200)]
lighttpd: backport a fix for running out of filedescriptors
It was breaking uploads of files 4 MiB+. This patch fixes:
https://github.com/openwrt/packages/issues/1658
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
heil [Mon, 17 Aug 2015 12:34:29 +0000 (14:34 +0200)]
apache: bump to version 2.2.31
Signed-off-by: heil <heil@terminal-consulting.de>
Marcel Denia [Mon, 3 Aug 2015 11:07:12 +0000 (13:07 +0200)]
libidn: Update to 1.32
Signed-off-by: Marcel Denia <naoir@gmx.net>
Nikos Mavrogiannopoulos [Mon, 10 Aug 2015 17:50:20 +0000 (19:50 +0200)]
gnutls: updated to 3.4.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Toke Høiland-Jørgensen [Sat, 25 Jul 2015 12:51:28 +0000 (14:51 +0200)]
netperf: update to v2.7.0
Toke Høiland-Jørgensen [Sun, 12 Jul 2015 17:17:15 +0000 (19:17 +0200)]
Adopt the netperf package.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Steven Barth [Mon, 27 Jul 2015 21:24:39 +0000 (23:24 +0200)]
Merge pull request #1616 from tru7/for-15.05
[for-15.05] knxd: bump to newest version for CC
Jo-Philipp Wich [Mon, 27 Jul 2015 16:41:01 +0000 (18:41 +0200)]
Merge pull request #1618 from MikePetullo/for-15.05
For 15.05: lighttpd: update to 1.4.36
W. Michael Petullo [Sun, 26 Jul 2015 16:56:12 +0000 (12:56 -0400)]
lighttpd: update to 1.4.36
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Alexander Ryzhov [Thu, 23 Apr 2015 07:58:33 +0000 (07:58 +0000)]
lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Othmar Truniger [Sun, 26 Jul 2015 16:27:01 +0000 (18:27 +0200)]
knxd: bump to newest version for CC
Signed-off-by: Othmar Truniger <github@truniger.ch>
Jeroen Louwes [Tue, 21 Jul 2015 13:04:01 +0000 (15:04 +0200)]
mwan3: update to version 1.6-2
Fix malformed uci commands. (issue #1502)
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
Cezary Jackiewicz [Sun, 28 Jun 2015 20:02:08 +0000 (22:02 +0200)]
[packages] vsftpd: CVE-2015-1419
Unspecified vulnerability in vsftp 3.0.2 and earlier allows remote attackers to bypass access restrictions via unknown vectors, related to deny_file parsing.
Steven Barth [Tue, 21 Jul 2015 11:19:32 +0000 (13:19 +0200)]
Merge pull request #1599 from MikePetullo/for-15.05
For 15.05: openldap: update to 2.4.41
W. Michael Petullo [Mon, 20 Jul 2015 23:01:24 +0000 (19:01 -0400)]
openldap: remove --without-cyrus-sasl to build SASL support
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 8 Jul 2015 21:02:22 +0000 (17:02 -0400)]
openldap: update copyright dates
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 8 Jul 2015 16:58:42 +0000 (12:58 -0400)]
openldap: update to 2.4.41
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Daniel Golle [Mon, 20 Jul 2015 01:36:25 +0000 (03:36 +0200)]
freeradius2: update to 2.2.8
Fixes oCert CVE-2015-4680.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Steven Barth [Tue, 14 Jul 2015 20:12:14 +0000 (22:12 +0200)]
Merge pull request #1572 from dvlemplgk/patch-4
open-plc-utils: backport of update on master branch
Günther Kelleter [Tue, 14 Jul 2015 13:23:57 +0000 (15:23 +0200)]
open-plc-utils: Update to commit
885a1b7e2e663b5ab8797db6d40a0318131fdf18
This particularly fixes unusable amphost utility on big endian targets.
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
Toke Høiland-Jørgensen [Sun, 12 Jul 2015 20:26:24 +0000 (22:26 +0200)]
sqm-scripts/luci-app-sqm: Merge upstream changes.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Toke Høiland-Jørgensen [Sun, 12 Jul 2015 20:16:18 +0000 (22:16 +0200)]
sqm-scripts: Default to ECN on for egress.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Sebastian Moeller [Mon, 29 Jun 2015 08:29:34 +0000 (10:29 +0200)]
[SQM] Fix simple.qos to allow using cake as ingress shaper
simple.qos had accidentally set up the egress shaper twice, once
with the true egress parameters and a second time using the ingress
parameters, effectively misconfiguring both directions. This bub
only affected situations where 3-tier ingress classification was
used.
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
Sebastian Moeller [Mon, 29 Jun 2015 08:04:52 +0000 (10:04 +0200)]
[SQM] Fix sqm_logger to accept empty strings as input
sqm_logger tried tro wait indefinitely if passed an empty string.
This in turn makes sqm-scripts hang. Quoting the input argument in sqm_logger
seems to fix the problem.
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
Sebastian Moeller [Thu, 18 Jun 2015 19:54:21 +0000 (21:54 +0200)]
[SQM] Fix changes relating to cake lnk layer adjustments
The last batch of changes tried to teach the GUI to pass link layer
options to cake but forgot to actually call the function that parses
the GUI variables and used it as a string insteead. So this fixes that
it also tries to allow the use of the tc_stab link layer adjustment
method with cake so the implementations can be validated against each other
easily. Needs testing...
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
Sebastian Moeller [Thu, 18 Jun 2015 19:08:01 +0000 (21:08 +0200)]
[SQM/luci-app-sqm] Wire up link layer dandling for cake
The cake traffic-shaper qdisc omne stop solution knows how to handle
link layer adjustments for ATM and can account for per packet overhead.
This commit adds cake as link layer adjustment mechanism in the GUI and
passes numerically specified overhead as well as the ATM linklayer
keywords on to cake. This change also passes the "advanced option strings"
from the Queue Discipline tab to cake. But as before no error checking.
This needs testing, as I have no working cake qdisc available so
caveat emptor...
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
Dave Taht [Thu, 30 Apr 2015 03:15:00 +0000 (20:15 -0700)]
luci-app-sqm: add cake support
Dave Taht [Thu, 19 Feb 2015 22:03:59 +0000 (14:03 -0800)]
sqm-scripts: Support the cake qdisc.
Signed-off-by: Dave Taht <dave.taht@bufferbloat.net>
Sebastian Moeller [Wed, 17 Jun 2015 19:03:33 +0000 (21:03 +0200)]
[SQM/luci-app-sqm] Fix SQM GUI help messages.
Make clear that configuration options guarded by checkboxes are only
effective as long as those boxes are checked.
The sqm gui has giarded some advanced configuration options behind exposing
checkboxes, meaning these optiopn's values were only used as long
as those boxes were checked. This commit just improves the description of
the checkboxes to included this useage instruction...
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
Sebastian Moeller [Wed, 17 Jun 2015 18:45:35 +0000 (20:45 +0200)]
[SQM/luci-app-sqm] Enable sqm initiscript if a single sqm instance gets enabled
The SQM gui has confused its users with an enable button, that only served to
selecively activate/de-activate sqm instances instead of controlling sqm's
initscript (which needs to be enabled so the sqm properly starts up after a reboot
and also for hotplug to work properly). luci-app-sqm will now enable sqm's
initscript when a single sqm instance get enabled. It also informs the user about
this fact in the top margin of the sqm page. Note sqm will not disable the
initscript behind the user's back if sqm instances get disabled.
While I would have prefered this notice to be more prominent an attentive user
should notice, and most users should not care anyway. This also increases the
package release number.
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
Marcel Denia [Sun, 12 Jul 2015 20:12:09 +0000 (22:12 +0200)]
libidn: Update to 1.31
Signed-off-by: Marcel Denia <naoir@gmx.net>
Nikos Mavrogiannopoulos [Sun, 12 Jul 2015 19:41:37 +0000 (21:41 +0200)]
gnutls: updated to 3.4.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Etienne CHAMPETIER [Sun, 21 Jun 2015 14:33:02 +0000 (16:33 +0200)]
screen: update to 4.3.1
quickly run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Etienne CHAMPETIER [Sun, 21 Jun 2015 14:32:05 +0000 (16:32 +0200)]
monit: update to 5.14
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Etienne CHAMPETIER [Fri, 10 Jul 2015 22:36:39 +0000 (00:36 +0200)]
zabbix: increase PKG_RELEASE
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Etienne CHAMPETIER [Sun, 21 Jun 2015 14:10:34 +0000 (16:10 +0200)]
zabbix: switch zabbix_agentd to procd
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Etienne CHAMPETIER [Sun, 21 Jun 2015 13:11:33 +0000 (15:11 +0200)]
zabbix: add option to run daemon in foreground
this will allow us to switch to procd and use jailing ...
this patch come from https://support.zabbix.com/browse/ZBXNEXT-611
big thanks to Boris Manojlovic
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Nikos Mavrogiannopoulos [Tue, 7 Jul 2015 20:48:44 +0000 (22:48 +0200)]
openconnect: corrected call to proto_add_host_dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
arfett [Mon, 6 Jul 2015 10:44:15 +0000 (03:44 -0700)]
mwan3-luci update to version 1.4-3
Fixed two issues in Chaos Calmer and trunk:
-troubleshooting page not displaying
-UCI arguments out of order because of switch to musl c library from uclibc
Signed-off-by: Aedan "arfett" Renner <chipdankly@gmail.com>
Saverio Proto [Mon, 6 Jul 2015 18:24:59 +0000 (20:24 +0200)]
[for-15.05] tinc: version bump 1.0.26
Signed-off-by: Saverio Proto <zioproto@gmail.com>
Jiri Slachta [Sat, 4 Jul 2015 21:01:47 +0000 (23:01 +0200)]
libssh2: update to version 1.6.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
heil [Fri, 3 Jul 2015 16:34:01 +0000 (18:34 +0200)]
haproxy: fixes from upstream
- BUILD/MINOR: tools: rename popcount to my_popcountl
- BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Thu, 2 Jul 2015 19:53:56 +0000 (21:53 +0200)]
haproxy: fixes from upstream
- BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data
Signed-off-by: heil <heil@terminal-consulting.de>
Steven Barth [Mon, 29 Jun 2015 09:28:08 +0000 (11:28 +0200)]
Merge pull request #1490 from chris5560/for-15.05
[for-15.05] ddns-scripts: fix/update to version 2.4.3-1
Christian Schoenebeck [Sat, 27 Jun 2015 08:37:50 +0000 (10:37 +0200)]
[for-15.05] ddns-scripts: fix/update to version 2.4.3-1
fixed sed when filtering IP address from nslookup output
because "Server:" block might have multiple address lines.
Thanks to Arjen de Korte
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>