Michael Heimpold [Sun, 17 May 2015 15:05:50 +0000 (17:05 +0200)]
php5: add php5-mod-opcache (fixes #1010)
This patch adds build infrastructure for PHP's OPcache extension.
Compared with the other extension, this is a Zend module and it
need a little workaround during cross-compiling.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Fri, 15 May 2015 20:57:35 +0000 (22:57 +0200)]
php5: pecl: move phpize into prepare stage
This allows pecl modules to rely on PKG_FIXUP:=autoreconf.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Nikos Mavrogiannopoulos [Sun, 20 Dec 2015 17:31:27 +0000 (19:31 +0200)]
vpnc-scripts: bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Aleksandar Radovanovic [Sun, 20 Dec 2015 14:28:24 +0000 (14:28 +0000)]
vpnc-scripts: Fix handling of multiple VPN DNS servers
Fix for #2116 - $INTERNAL_IP{4,6}_DNS variables are not word-split correctly when containing more than one DNS server.
Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
Hannu Nyman [Tue, 15 Dec 2015 15:38:35 +0000 (17:38 +0200)]
CONTRIBUTING.md: Add advice about pull requests
Add "best practices" advice about working with pull requests.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
df35777400041367e6696729a22e6e0295e930bf)
Hannu Nyman [Tue, 15 Dec 2015 15:24:30 +0000 (17:24 +0200)]
wget: bump version to 1.17.1
Backport from trunk the version update to 1.17.1.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Mon, 14 Dec 2015 17:46:25 +0000 (19:46 +0200)]
Merge pull request #2122 from commodo/python-backports-15.05
python: backport some patches from trunk to 15.05
Jan Čermák [Mon, 23 Nov 2015 20:59:29 +0000 (21:59 +0100)]
python: add missing host build dependency on expat/host
Since
94f87dc1, host build of Python depends on expat installed in host
staging directory. However, pyexpat extension fails to build if expat
was not built and installed to staging dir before - adding host build
dependency should fix this.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Attila Lendvai [Sun, 27 Sep 2015 20:54:02 +0000 (22:54 +0200)]
python: fix cross-compiling C++ modules.
Signed-off-by: Attila Lendvai <attila@lendvai.name>
Steven Barth [Mon, 3 Aug 2015 06:01:14 +0000 (08:01 +0200)]
python: add correct host expat
Signed-off-by: Steven Barth <steven@midlink.org>
Jan Čermák [Thu, 2 Jul 2015 15:57:13 +0000 (17:57 +0200)]
python: fix patch removing multiarch support for host python
Patch removing multiarch paths from build should be applied only when
Python is built for target, but not for host. When the paths are removed
during host build, host python throws some ugly errors when importing
some hashlib modules. Also it reports that modules crypt and nis failed
to build (tested on Ubuntu 14.04 host).
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Toke Høiland-Jørgensen [Wed, 9 Dec 2015 14:07:57 +0000 (15:07 +0100)]
sqm-scripts: Bump to v1.0.6.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Nikos Mavrogiannopoulos [Mon, 7 Dec 2015 18:58:00 +0000 (19:58 +0100)]
libradcli: updated to 1.2.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Alexander Ryzhov [Sun, 6 Dec 2015 13:08:49 +0000 (08:08 -0500)]
postgresql: now visible with uclibc
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Ted Hess [Fri, 4 Dec 2015 20:11:45 +0000 (15:11 -0500)]
Merge pull request #2072 from thess/for-15.05
dosfstools: [for-15.05] bump to 3.0.28, fix URLs - dev moved to github
Ted Hess [Fri, 4 Dec 2015 19:53:33 +0000 (14:53 -0500)]
dosfstools: bump to 3.0.28, fix URLs - dev moved to github
Signed-off-by: Ted Hess <thess@kitschensync.net>
heil [Wed, 2 Dec 2015 11:06:32 +0000 (12:06 +0100)]
haproxy: bump to version 1.5.15
- integrate pending patches
Signed-off-by: heil <heil@terminal-consulting.de>
Carlos Miguel Ferreira [Tue, 24 Nov 2015 02:15:12 +0000 (02:15 +0000)]
p11-kit: Version update
Just a regular version update
- Package gnutls requires the 0.23.1 to compile.
Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
Nikos Mavrogiannopoulos [Sat, 28 Nov 2015 22:09:19 +0000 (23:09 +0100)]
ocserv: corrected path for ocserv-fw
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sat, 28 Nov 2015 21:57:56 +0000 (22:57 +0100)]
ocserv: correct md5sum, install ocserv-fw, and eliminate ip dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Tue, 24 Nov 2015 23:23:43 +0000 (00:23 +0100)]
vpnc-script: don't attempt to resolve domains which match the local domain
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Tue, 24 Nov 2015 22:51:32 +0000 (23:51 +0100)]
vpnc-script: create dnsmasq entries for connections where default domain is set
Relates to #1975
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sat, 28 Nov 2015 21:23:44 +0000 (22:23 +0100)]
ocserv: updated to 0.10.10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Tue, 24 Nov 2015 23:24:39 +0000 (00:24 +0100)]
ocserv: always advertise the local domain to peer
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Tue, 24 Nov 2015 23:04:03 +0000 (00:04 +0100)]
ocserv: Added option to pass split-dns configuration to clients
Relates to #1975
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Mon, 23 Nov 2015 23:18:00 +0000 (00:18 +0100)]
ocserv: when default-domain is set, enable split-dns
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 1 Nov 2015 09:38:43 +0000 (10:38 +0100)]
ocserv: allow enabling proxy ARP
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 1 Nov 2015 09:51:21 +0000 (10:51 +0100)]
ocserv: if ocserv.conf.local is present append it to ocserv.conf
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sat, 31 Oct 2015 11:21:16 +0000 (12:21 +0100)]
ocserv: simplify IPv6 network setting
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sat, 31 Oct 2015 10:50:47 +0000 (11:50 +0100)]
ocserv: removed unecessary instructions and script
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Wed, 7 Oct 2015 14:38:19 +0000 (16:38 +0200)]
ocserv: updated to 0.10.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Luka Perkov [Tue, 24 Nov 2015 17:50:58 +0000 (18:50 +0100)]
Merge pull request #2018 from thomasp11/for-15.05
cshark: update to latest git HEAD
Thomas Peterson [Tue, 24 Nov 2015 17:41:54 +0000 (12:41 -0500)]
cshark: update to latest git HEAD
Oliver Middleton [Sun, 22 Nov 2015 15:15:26 +0000 (15:15 +0000)]
libpng: update to 1.2.54
Includes fixes for CVE-2015-7981 and CVE-2015-8126.
Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
Steven Barth [Thu, 19 Nov 2015 15:23:34 +0000 (16:23 +0100)]
Merge pull request #1871 from dangowrt/update-postgresql-for-15.05
update PostgreSQL
Steven Barth [Thu, 19 Nov 2015 11:32:21 +0000 (12:32 +0100)]
Merge pull request #1941 from padre-lacroix/for-15.05
bandwidthd: Addition of 2 variants of the bandwidthd package.
Toke Høiland-Jørgensen [Thu, 19 Nov 2015 10:44:34 +0000 (11:44 +0100)]
sqm-scripts: Bump to v1.0.5.
Luka Perkov [Wed, 18 Nov 2015 20:49:25 +0000 (21:49 +0100)]
pptpd: backport from trunk
Signed-off-by: Luka Perkov <luka@openwrt.org>
Jean-Michel Lacroix [Tue, 10 Nov 2015 18:36:57 +0000 (13:36 -0500)]
bandwidthd: Addition of 2 variants of the bandwidthd package.
Addition of the bandwithd package variant from the oldpackage
Addition of the bandwidthd-pgsql package variant that can save also
in a postgres database.
Compile tested on CC and trunk (ar71xx and mvebu in both cases)
run tested on CC (ar71xx) and trunk (r47397 on mvebu)
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
John Crispin [Fri, 6 Nov 2015 21:34:59 +0000 (22:34 +0100)]
libmraa: board detection was broken after the name changed
Signed-off-by: John Crispin <blogic@openwrt.org>
Álvaro Fernández Rojas [Sun, 1 Nov 2015 15:19:56 +0000 (16:19 +0100)]
unzip: patch CVE-2015-7696, CVE-2015-7697 and integer underflow
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
John Crispin [Mon, 26 Oct 2015 16:15:00 +0000 (17:15 +0100)]
madplay: some build variant related fixes
the 2 variants could not be built at the same time
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Sat, 24 Oct 2015 07:57:36 +0000 (09:57 +0200)]
node: disable MIPS16
Signed-off-by: John Crispin <blogic@openwrt.org>
Jo-Philipp Wich [Fri, 23 Oct 2015 12:19:45 +0000 (14:19 +0200)]
python: fix two build depend issues
Build depends must refer to the source package name, not the binary one,
therefore we need to use `bzip2` in order to enforce a build of libbz2.so.
Also make the host python build depend on the bzip2 host build in order to
ensure that host python is built with bzip2 support. We don't need a build
dependency for the target python as this already depends on +libbz2 through
python-light. That package dependency in turn implies a build dependency.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Nikos Mavrogiannopoulos [Thu, 22 Oct 2015 05:33:06 +0000 (07:33 +0200)]
gnutls: update to 3.4.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
John Crispin [Wed, 21 Oct 2015 08:44:49 +0000 (10:44 +0200)]
node-cylon: dont double build firmata and serialport
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Tue, 20 Oct 2015 13:58:30 +0000 (15:58 +0200)]
libupm: add fixes for 2 sensors
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Tue, 20 Oct 2015 11:23:30 +0000 (13:23 +0200)]
swig: make it compile even if pcre libs are not available
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Tue, 20 Oct 2015 11:23:01 +0000 (13:23 +0200)]
node: add a python/host dependency
Signed-off-by: John Crispin <blogic@openwrt.org>
Etienne CHAMPETIER [Fri, 16 Oct 2015 15:16:34 +0000 (15:16 +0000)]
zabbix: enable IPv6 support
compile tested on trunk, run tested on CC (ar71xx)
size before:
96757 zabbix-agentd_2.4.6-1_ar71xx.ipk
29180 zabbix-get_2.4.6-1_ar71xx.ipk
258979 zabbix-proxy_2.4.6-1_ar71xx.ipk
35121 zabbix-sender_2.4.6-1_ar71xx.ipk
282885 zabbix-server_2.4.6-1_ar71xx.ipk
size after:
97359 zabbix-agentd_2.4.6-2_ar71xx.ipk
29841 zabbix-get_2.4.6-2_ar71xx.ipk
259948 zabbix-proxy_2.4.6-2_ar71xx.ipk
35801 zabbix-sender_2.4.6-2_ar71xx.ipk
284019 zabbix-server_2.4.6-2_ar71xx.ipk
original PR by Thomas Bahn <thomas-bahn@gmx.net>
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
John Crispin [Mon, 19 Oct 2015 13:59:58 +0000 (15:59 +0200)]
swig: add PKG_LICENSE_FILE
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Mon, 19 Oct 2015 13:49:38 +0000 (15:49 +0200)]
node-hid: set proper version and revision
* fix revision variables
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Mon, 19 Oct 2015 13:48:12 +0000 (15:48 +0200)]
node-hid: set proper version and revision
* fix revision variables
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Mon, 19 Oct 2015 13:47:40 +0000 (15:47 +0200)]
node-cylon: add proper download path and set version properly
* fix version
* fix download path
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Mon, 19 Oct 2015 13:46:03 +0000 (15:46 +0200)]
node-arduino-firmata: set proper download path and set version properly
* fix download path
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Mon, 19 Oct 2015 13:26:56 +0000 (15:26 +0200)]
madplay: add PKG_RELEASE and keep oss variants name
* update PKG_RELEASE
* dont change the name of the oss variant
Signed-off-by: John Crispin <blogic@openwrt.org>
Dirk Neukirchen [Fri, 21 Aug 2015 07:59:27 +0000 (09:59 +0200)]
postgresql: fix potential snprintf issue
adopt buildroot commit:
3d3f70b567718ae308b5704ddd7d107c4849309e
spotted while reviewing buildroot changes to postgresql
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Dirk Neukirchen [Fri, 21 Aug 2015 07:53:39 +0000 (09:53 +0200)]
postgresql: fix uclibc locale.h bug
reported in forum:
https://forum.openwrt.org/viewtopic.php?id=59137
issue was discovered and fixed already in buildroot
git commit id:
f5e4ca10220e2325d3a34c0a423388e40b27dbdf
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Dirk Neukirchen [Fri, 21 Aug 2015 07:20:05 +0000 (09:20 +0200)]
postgresql: add missing librt dependency
fixes build error with uclibc
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Daniel Golle [Mon, 29 Jun 2015 14:40:06 +0000 (16:40 +0200)]
postgresql: update source to 9.4.4 and refresh scripts
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Dirk Neukirchen [Fri, 22 May 2015 16:17:47 +0000 (18:17 +0200)]
postgresql: update to 9.4.1
- supports arm64/aarch64
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
John Crispin [Fri, 2 Oct 2015 09:10:24 +0000 (11:10 +0200)]
madplay: add alsa build variant
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Sun, 2 Aug 2015 06:27:09 +0000 (08:27 +0200)]
yunbridge: add linux side python code
to make the bridge work we need to run an askfirst instance on the ttyS.
additionally add the lua scripts needed to make REST work. this is really ugly
code but it works. i already cleaned up to the original code, but there are still
issues such as a new luci session being created for each request.
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Wed, 19 Aug 2015 10:50:49 +0000 (12:50 +0200)]
libupm: add package
upm is a sensor library that sits ontop of libmraa. it has support for a large
number of sensors and exports bindings for node, python, ...
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Sun, 2 Aug 2015 06:26:13 +0000 (08:26 +0200)]
libmraa: add mraa including mips platform code
mraa is a lowlevel io bus abstraction layer. it allows us to export bindings for
various linux io busses for node, python, ...
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Sun, 2 Aug 2015 06:26:39 +0000 (08:26 +0200)]
nodejs: add 0.12 version of node
add node-js 0.12 and a few gyp bindings
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Fri, 2 Oct 2015 11:30:29 +0000 (13:30 +0200)]
swig: add host build
this is a binding generator needed to build node plugins
Signed-off-by: John Crispin <blogic@openwrt.org>
Steven Barth [Tue, 13 Oct 2015 08:06:28 +0000 (10:06 +0200)]
Merge pull request #1791 from MikePetullo/for-15.05-krb5
krb5: update to 1.13.2
John Crispin [Fri, 2 Oct 2015 08:51:49 +0000 (10:51 +0200)]
python-serial: backport from master branch to for-15.05
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Thu, 1 Oct 2015 15:34:13 +0000 (17:34 +0200)]
cgi-io: add a small helper cgi that can be used by RPCD based UIs
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Thu, 1 Oct 2015 15:11:12 +0000 (17:11 +0200)]
spi-tools: add new package
this package adds 2 tools that can be used to control spidev devices from userland
Signed-off-by: John Crispin <blogic@openwrt.org>
Yousong Zhou [Fri, 2 Oct 2015 00:16:41 +0000 (08:16 +0800)]
xl2tpd: bump version
The update is mainly for addressing some memory corruption and segementation
faults issues observed when running xl2tpd in OpenWrt. The relevant upstream
pull request was at link [1]
[1] Devel fix valgrind #77, https://github.com/xelerance/xl2tpd/pull/77
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
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>
Marko Ratkaj [Thu, 24 Sep 2015 09:02:18 +0000 (11:02 +0200)]
squild: bump version to 3.5.9
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Thu, 24 Sep 2015 12:57:32 +0000 (14:57 +0200)]
lxc: bump version to 1.1.3
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Thu, 24 Sep 2015 09:08:44 +0000 (11:08 +0200)]
file: bump version to 5.25
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Thu, 24 Sep 2015 11:04:36 +0000 (13:04 +0200)]
e2guardian: bump version to 3.2.0
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Yousong Zhou [Thu, 17 Sep 2015 09:40:59 +0000 (17:40 +0800)]
xl2tpd: fix by backporting the version from master branch
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Karl Palsson [Fri, 25 Sep 2015 14:00:23 +0000 (14:00 +0000)]
mosquitto: update to 1.4.4
More information: http://mosquitto.org/2015/09/version-1-4-4-released/
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Nikos Mavrogiannopoulos [Thu, 24 Sep 2015 08:07:00 +0000 (10:07 +0200)]
libtasn1: updated to 4.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Thu, 24 Sep 2015 08:05:27 +0000 (10:05 +0200)]
gnutls: updated to 3.4.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Thu, 24 Sep 2015 07:57:37 +0000 (09:57 +0200)]
radcli: updated to 1.2.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Steven Barth [Tue, 22 Sep 2015 08:42:24 +0000 (10:42 +0200)]
Merge pull request #1794 from MikePetullo/for-15.05-lighttpd
lighttpd: update to 1.4.37
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>
W. Michael Petullo [Mon, 21 Sep 2015 00:12:46 +0000 (20:12 -0400)]
lighttpd: update to 1.4.37
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sun, 20 Sep 2015 23:41:16 +0000 (19:41 -0400)]
krb5: update to 1.13.2
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>