feed/packages.git
10 years agognutls: update to 3.4.6
Nikos Mavrogiannopoulos [Thu, 22 Oct 2015 05:33:06 +0000 (07:33 +0200)]
gnutls: update to 3.4.6

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agonode-cylon: dont double build firmata and serialport
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 <[email protected]>
10 years agolibupm: add fixes for 2 sensors
John Crispin [Tue, 20 Oct 2015 13:58:30 +0000 (15:58 +0200)]
libupm: add fixes for 2 sensors

Signed-off-by: John Crispin <[email protected]>
10 years agoswig: make it compile even if pcre libs are not available
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 <[email protected]>
10 years agonode: add a python/host dependency
John Crispin [Tue, 20 Oct 2015 11:23:01 +0000 (13:23 +0200)]
node: add a python/host dependency

Signed-off-by: John Crispin <[email protected]>
10 years agozabbix: enable IPv6 support
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 <[email protected]>

Signed-off-by: Etienne CHAMPETIER <[email protected]>
10 years agoswig: add PKG_LICENSE_FILE
John Crispin [Mon, 19 Oct 2015 13:59:58 +0000 (15:59 +0200)]
swig: add PKG_LICENSE_FILE

Signed-off-by: John Crispin <[email protected]>
10 years agonode-hid: set proper version and revision
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 <[email protected]>
10 years agonode-hid: set proper version and revision
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 <[email protected]>
10 years agonode-cylon: add proper download path and set version properly
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 <[email protected]>
10 years agonode-arduino-firmata: set proper download path and set version properly
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 <[email protected]>
10 years agomadplay: add PKG_RELEASE and keep oss variants name
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 <[email protected]>
10 years agomadplay: add alsa build variant
John Crispin [Fri, 2 Oct 2015 09:10:24 +0000 (11:10 +0200)]
madplay: add alsa build variant

Signed-off-by: John Crispin <[email protected]>
10 years agoyunbridge: add linux side python code
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 <[email protected]>
10 years agolibupm: add package
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 <[email protected]>
10 years agolibmraa: add mraa including mips platform code
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 <[email protected]>
10 years agonodejs: add 0.12 version of node
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 <[email protected]>
10 years agoswig: add host build
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 <[email protected]>
10 years agoMerge pull request #1791 from MikePetullo/for-15.05-krb5
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

10 years agopython-serial: backport from master branch to for-15.05
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 <[email protected]>
10 years agocgi-io: add a small helper cgi that can be used by RPCD based UIs
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 <[email protected]>
10 years agospi-tools: add new package
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 <[email protected]>
10 years agoxl2tpd: bump version
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 <[email protected]>
10 years agopython: add dependency to bz2 host build
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 <[email protected]>
10 years agosquild: bump version to 3.5.9
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 <[email protected]>
10 years agolxc: bump version to 1.1.3
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 <[email protected]>
10 years agofile: bump version to 5.25
Marko Ratkaj [Thu, 24 Sep 2015 09:08:44 +0000 (11:08 +0200)]
file: bump version to 5.25

Signed-off-by: Marko Ratkaj <[email protected]>
10 years agoe2guardian: bump version to 3.2.0
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 <[email protected]>
10 years agoxl2tpd: fix by backporting the version from master branch
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 <[email protected]>
10 years agomosquitto: update to 1.4.4
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 <[email protected]>
10 years agolibtasn1: updated to 4.7
Nikos Mavrogiannopoulos [Thu, 24 Sep 2015 08:07:00 +0000 (10:07 +0200)]
libtasn1: updated to 4.7

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agognutls: updated to 3.4.5
Nikos Mavrogiannopoulos [Thu, 24 Sep 2015 08:05:27 +0000 (10:05 +0200)]
gnutls: updated to 3.4.5

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agoradcli: updated to 1.2.3
Nikos Mavrogiannopoulos [Thu, 24 Sep 2015 07:57:37 +0000 (09:57 +0200)]
radcli: updated to 1.2.3

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agoMerge pull request #1794 from MikePetullo/for-15.05-lighttpd
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

10 years agolighttpd: 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 <[email protected]>
10 years agolighttpd: update to 1.4.37
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 <[email protected]>
10 years agokrb5: update to 1.13.2
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 <[email protected]>
10 years agotracertools: update source URL
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 <[email protected]>
10 years agosudo: upgrade to version 1.8.14p3
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 <[email protected]>
10 years agosudo: preserve sudoers.d during sysupgrade
Alexander Tsoy [Sun, 28 Jun 2015 11:33:09 +0000 (14:33 +0300)]
sudo: preserve sudoers.d during sysupgrade

Signed-off-by: Alexander Tsoy <[email protected]>
10 years agoMerge pull request #1733 from hnyman/collectd-entropy
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

10 years agomdnsresponder: fix fd leak for IPv6 sockets
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 <[email protected]>
10 years agotcsh: update source mirrors
Nuno Goncalves [Sat, 12 Sep 2015 11:11:03 +0000 (12:11 +0100)]
tcsh: update source mirrors

Signed-off-by: Nuno Goncalves <[email protected]>
10 years agoMerge pull request #1762 from pdxmeshnet/for-15.05
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

10 years agohaproxy: fixes from upstream
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 <[email protected]>
10 years agoluarocks: update to 2.2.2
Nicolas Thill [Fri, 1 May 2015 10:49:52 +0000 (12:49 +0200)]
luarocks: update to 2.2.2

Signed-off-by: Nicolas Thill <[email protected]>
10 years agoknot: update to 1.6.5
Daniel Salzman [Tue, 8 Sep 2015 09:20:07 +0000 (11:20 +0200)]
knot: update to 1.6.5

Signed-off-by: Daniel Salzman <[email protected]>
10 years agoknot: update to 1.6.4
Daniel Salzman [Tue, 7 Jul 2015 12:55:57 +0000 (14:55 +0200)]
knot: update to 1.6.4

Signed-off-by: Daniel Salzman <[email protected]>
10 years agozmq: Make 2 variants, refresh patches, fix C++ build issues
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 <[email protected]>
10 years agolibzmq upgrade to 4.1.1
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 <[email protected]>
10 years agolzmq: Use smaller .tar.gz source package
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 <[email protected]>
10 years agostrongswan: bump to 5.3.3
Steven Barth [Mon, 7 Sep 2015 09:06:37 +0000 (11:06 +0200)]
strongswan: bump to 5.3.3

Signed-off-by: Steven Barth <[email protected]>
10 years agostrongswan: make kmod-ipsec6 dependency conditional
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 <[email protected]>
10 years agostrongswan: add a couple more plugins
Dirk Feytons [Thu, 27 Aug 2015 12:09:18 +0000 (14:09 +0200)]
strongswan: add a couple more plugins

Signed-off-by: Dirk Feytons <[email protected]>
10 years agostrongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
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 <[email protected]>
10 years agostrongswan: split out libtls.so as a separate package.
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 <[email protected]>
10 years agostrongswan: Added strongswan-mod-eap-tls
Adam Lebsack [Wed, 15 Jul 2015 14:33:07 +0000 (16:33 +0200)]
strongswan: Added strongswan-mod-eap-tls

Signed-off-by: Adam Lebsack <[email protected]>
10 years agostrongswan: add more exceptions to musl-fixes
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 <[email protected]>
10 years agostrongswan: refresh musl compatibility fixes
Steven Barth [Mon, 22 Jun 2015 10:24:19 +0000 (12:24 +0200)]
strongswan: refresh musl compatibility fixes

Signed-off-by: Steven Barth <[email protected]>
10 years agohaproxy: fixes from upstream
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 <[email protected]>
10 years agounixodbc: bump to version 2.3.4
heil [Sun, 6 Sep 2015 21:53:35 +0000 (23:53 +0200)]
unixodbc: bump to version 2.3.4

Signed-off-by: heil <[email protected]>
10 years agounixodbc: update to 2.3.3
heil [Mon, 24 Aug 2015 08:40:38 +0000 (10:40 +0200)]
unixodbc: update to 2.3.3

Signed-off-by: heil <[email protected]>
10 years agoocserv: updated to 0.10.8
Nikos Mavrogiannopoulos [Fri, 4 Sep 2015 19:29:56 +0000 (21:29 +0200)]
ocserv: updated to 0.10.8

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agoopenconnect: corrected port descriptions in README
Nikos Mavrogiannopoulos [Wed, 8 Jul 2015 17:39:19 +0000 (19:39 +0200)]
openconnect: corrected port descriptions in README

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agoocserv: more explicit documentation
Nikos Mavrogiannopoulos [Wed, 8 Jul 2015 06:16:30 +0000 (08:16 +0200)]
ocserv: more explicit documentation

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agoocserv: updated to 0.10.6
Nikos Mavrogiannopoulos [Wed, 1 Jul 2015 22:22:33 +0000 (00:22 +0200)]
ocserv: updated to 0.10.6

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agocollectd: backport "Clarify config file example/placeholder" from #1736
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 <[email protected]>
10 years agocollectd: backport the enablement of entropy plugin to for-15.05
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 <[email protected]>
10 years agovpnc: bump release
Daniel Gimpelevich [Sun, 12 Jul 2015 10:15:29 +0000 (03:15 -0700)]
vpnc: bump release

Signed-off-by: Daniel Gimpelevich <[email protected]>
10 years agovpnc: corrected call to proto_add_host_dependency
Daniel Gimpelevich [Fri, 10 Jul 2015 20:27:10 +0000 (13:27 -0700)]
vpnc: corrected call to proto_add_host_dependency

10 years agovpnc: fix musl compatibility
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 <[email protected]>
10 years agoMerge pull request #1753 from zorun/bmon_15.05_
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

10 years agobmon: 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 <[email protected]>
10 years agosqm-scripts: Bump to v1.0.3.
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 <[email protected]>
10 years ago[bind] Update to 9.9.7-P3 to fix CVE-2015-5722 and CVE-2015-5986
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 <[email protected]>
10 years agobind: update to version 9.9.7-p2
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 <[email protected]>
10 years agoxz: add xz-utils meta package
Alexander Ryzhov [Wed, 20 May 2015 09:10:01 +0000 (09:10 +0000)]
xz: add xz-utils meta package
Signed-off-by: Alexander Ryzhov <[email protected]>
10 years agolibevent: update to 1.4.15 (fixes CVE-2014-6272)
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 <[email protected]>
10 years agoMerge pull request #1728 from roger-/micropython-15.05
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)

10 years agomicropython: update to latest
Roger [Fri, 28 Aug 2015 15:36:49 +0000 (10:36 -0500)]
micropython: update to latest

Signed-off-by: Roger D <[email protected]>
10 years agopython: remove bz2 build dep
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 <[email protected]>
10 years agoopenconnect: disabled the resolving code from ppp in netifd script
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 <[email protected]>
10 years agoavrdude: enable linux-gpio by default
John Crispin [Tue, 25 Aug 2015 22:24:33 +0000 (00:24 +0200)]
avrdude: enable linux-gpio by default

Signed-off-by: John Crispin <[email protected]>
10 years agobluelog: mark as BROKEN
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 <[email protected]>
10 years agohaproxy: fixes for upstream version 1.5.14
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 <[email protected]>
10 years agolibuv: fix download path
John Crispin [Fri, 21 Aug 2015 23:14:04 +0000 (01:14 +0200)]
libuv: fix download path

Signed-off-by: John Crispin <[email protected]>
10 years agopython: add dependency to bz2 host build
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 <[email protected]>
10 years agozabbix: update to 2.4.6 (and refresh patches)
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 <[email protected]>
10 years agosqlite3: update source to 3.8.11.1
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 <[email protected]>
Signed-off-by: Etienne CHAMPETIER <[email protected]>
10 years agoMerge pull request #1678 from luizluca/for-15.05-ruby_update
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]

10 years agoruby: bump version to 2.2.3
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 <[email protected]>
10 years agolighttpd: backport a fix for running out of filedescriptors
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 <[email protected]>
10 years agoapache: bump to version 2.2.31
heil [Mon, 17 Aug 2015 12:34:29 +0000 (14:34 +0200)]
apache: bump to version 2.2.31

Signed-off-by: heil <[email protected]>
10 years agolibidn: Update to 1.32
Marcel Denia [Mon, 3 Aug 2015 11:07:12 +0000 (13:07 +0200)]
libidn: Update to 1.32

Signed-off-by: Marcel Denia <[email protected]>
10 years agognutls: updated to 3.4.4
Nikos Mavrogiannopoulos [Mon, 10 Aug 2015 17:50:20 +0000 (19:50 +0200)]
gnutls: updated to 3.4.4

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
10 years agonetperf: update to v2.7.0
Toke Høiland-Jørgensen [Sat, 25 Jul 2015 12:51:28 +0000 (14:51 +0200)]
netperf: update to v2.7.0

10 years agoAdopt the netperf package.
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 <[email protected]>
10 years agoMerge pull request #1616 from tru7/for-15.05
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

10 years agoMerge pull request #1618 from MikePetullo/for-15.05
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

10 years agolighttpd: 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 <[email protected]>