Commit graph

5093 commits

Author SHA1 Message Date
Ted Hess
1263599f96 flac: Fix musl x86 build (__sigemptyset undefined)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-03-09 11:18:05 -05:00
Alexandru Ardelean
7eb62fd6aa python3-pip: upgrade to version 8.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-09 17:45:13 +02:00
Alexandru Ardelean
05000d97a6 python3-setuptools: upgrade to version 20.2.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-09 17:42:56 +02:00
Alexandru Ardelean
e215120b0d python-pip: upgrade to version 8.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-09 17:39:34 +02:00
Alexandru Ardelean
321b903592 python-setuptools: upgrade to version 20.2.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-09 16:51:35 +02:00
Ted Hess
46432e174b squeezelite: Fix null arg test in startup script
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-03-09 08:18:31 -05:00
Daniel Golle
4930998e8e libinput: update to version 1.2.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 09:30:41 +01:00
Daniel Golle
6c7c823243 cryptsetup: fix MD5SUM forgotten during update
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:46:12 +01:00
Daniel Golle
9857552f66 glpk: update to version 4.58
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Daniel Golle
e995cdafce debootstrap: update to version 1.0.79
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Daniel Golle
9bda76c394 tracertools: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Daniel Golle
0588c6745c cryptsetup: update to version 1.7.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Daniel Golle
edbd16954b lvm2: update to version 2.02.145
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Hannu Nyman
720572322e Merge pull request #2475 from dibdot/adblock
adblock: release 1.0.0
2016-03-09 00:08:32 +02:00
Dirk Brenken
9f719e4c2c adblock: release 1.0.0
* add sysctl.org as new adblock source
* add main debug switch (by default all stderr outputs are going to
/dev/null)
* small cleanups
* first 'stable' release! ;-)

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-03-08 22:52:07 +01:00
Ted Hess
7f4232ea88 Merge pull request #2473 from thess/squeezelite-work
squeezelite: add new interface/mac address selection
2016-03-08 13:31:34 -05:00
Ted Hess
8f1c32254f tcl: Add BROKEN tag until package build fixed
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-03-08 13:20:51 -05:00
Karl Palsson
d6f2f3aaf4 libev: Bump to version 4.22
Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2016-03-08 15:50:57 +00:00
Karl Palsson
db995186fc libs: c-ares: Bump to version 1.11
Full changelog at
https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-08 15:50:22 +00:00
Karl Palsson
709a1337be libwebsockets: Bump version to 1.7.3
Latest "stable" release from 1.7.x branch.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-08 15:10:03 +00:00
Ted Hess
d9735d8ef9 squeezelite: add new interface/mac address selection
allow dynamic linking to either vorbisifile or vorbisidec

Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-03-08 09:57:15 -05:00
Hannu Nyman
53eab9a471 Merge pull request #2470 from xypron/pkg-config
pkg-config: update to 0.29.1
2016-03-08 10:23:47 +02:00
Hannu Nyman
183850e15f python-cffi: remove BROKEN status
Pull requests #2455 and #2463 should have fixed python-cffi.

Additionally r48918 has decreased the risk from broken host sections
to buildbot builds: https://dev.openwrt.org/changeset/48918

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-07 20:44:22 +02:00
Karl Palsson
59296333a2 mosquitto: Bump to version 1.4.8
Changelog and release notes:
http://mosquitto.org/2016/02/version-1-4-8-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:31:21 +00:00
Karl Palsson
02caa85cb3 mosquitto: convert init script to procd
Adds support for persistence settings.
Bumps package version for new init script.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:28:03 +00:00
Karl Palsson
05aa35194e mosquitto: Include viable stub config file
This should always have been available in the mosquitto package itself.
This file needs to exist in basic form to allow the init scripts to even check whether it exists.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:18:47 +00:00
Karl Palsson
39ea72b186 mosquitto: use mirrored files/ tree
Instead of manually copying files and renaming on install, use the nice
clean "files/<mirror>" structure and just $(CP) them into place.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:18:43 +00:00
Karl Palsson
eb287ff334 mosquitto: package c++ bindings
Only available in the "full" SSL version.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-07 12:18:40 +00:00
Hannu Nyman
c736f34a41 Merge pull request #2468 from chris5560/master
ddns-scripts: fix comparing IPv6 addresses
2016-03-07 13:20:13 +02:00
Christian Schoenebeck
32c9818b14 ddns-scripts: fix comparing IPv6 addresses
fix comparing IPv6 addresses

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-03-07 12:04:50 +01:00
Heinrich Schuchardt
04c0d95776 pkg-config: update to 0.29.1
The changes in 0.29.1 center on the treatment of --variable
and --define_variable.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-03-07 07:45:55 +01:00
Yousong Zhou
51795430fd Merge pull request #2466 from zhao-gang/ss-client-update
shadowsocks-client: change git repository url
2016-03-07 09:54:17 +08:00
Zhao, Gang
5247bd7ea4 shadowsocks-client: change git repository url
Change the git repository url to use https. Because it's found that in
some network environments http doesn't work.

Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
2016-03-07 08:53:05 +08:00
Peter Wagner
0cc876bc65 openssh: v7.2p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-03-06 22:42:27 +01:00
Hannu Nyman
48e134b6ab Merge pull request #2457 from commodo/ovs-upgrade
openvswitch: pull released version 2.5.0
2016-03-06 20:25:55 +02:00
Hannu Nyman
56688f68fd Merge pull request #2463 from jefferyto/host-python-with-system-ffi
python: use external libffi for host python
2016-03-06 20:25:19 +02:00
Hannu Nyman
4d2c124797 Merge pull request #2455 from jefferyto/host-python-changes
Host python changes
2016-03-06 20:24:43 +02:00
Hannu Nyman
c96d6cb48d Merge pull request #2458 from tru7/libesmtp
libesmtp: add ssl support, new upstream URL
2016-03-06 20:22:51 +02:00
Hannu Nyman
2768408f27 Merge pull request #2462 from zhao-gang/ss-client-update
shadowsocks-client: version bump to 0.6
2016-03-06 20:20:47 +02:00
Hannu Nyman
1624cc2d03 Merge pull request #2454 from dibdot/adblock
adblock: 0.91.0
2016-03-06 20:13:39 +02:00
Hannu Nyman
0b36e9a54d Merge pull request #2459 from chris5560/master
ddns-scripts: correct freedns.afraid.org update url and new provider
2016-03-06 20:13:11 +02:00
Hannu Nyman
d693ac3b1a Merge pull request #2456 from jefferyto/python-cryptography-update
python-cryptography: update to latest version
2016-03-06 20:10:57 +02:00
Álvaro Fernández Rojas
208f0e0a90 bluez: Add support for Raspberry Pi 3
- Adds bcm43xx-3wire variant.
- Resets UART speed after firmware download.
- Prints chip name when firmware isn't found for bcm43xx.
- Increases timeout for bcm43xx.
- Moves bcm43xx firmware to lib.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-06 16:22:56 +01:00
Álvaro Fernández Rojas
8d07e5b825 bluez: update to v5.37
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-06 16:13:37 +01:00
Jeffery To
4e3ae81b0c python: use external libffi for host python
This will ensure that ctypes will use the same version of libffi as
other packages, e.g. python-cffi.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-06 19:09:13 +08:00
Zhao, Gang
db6dd3e9df shadowsocks-client: version bump to 0.6
The patch has been merged by upstream.

Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
2016-03-06 18:42:17 +08:00
Luiz Angelo Daros de Luca
441dd131d0 Merge pull request #2461 from luizluca/ruby-2.3.0
ruby: bump to 2.3.0
2016-03-06 02:37:08 -03:00
Luiz Angelo Daros de Luca
f42b6fd6e3 ruby: bump to 2.3.0
New feature release for ruby.More info:
https://www.ruby-lang.org/en/news/2015/12/25/ruby-2-3-0-released/

Patches changes:
(-) 001-rdoc-remove_gems_dep.patch was merged
(+) 001-acinclude.m4_rename_aclocal.m4.patch backported from upstream.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-03-06 02:13:08 -03:00
Christian Schoenebeck
38866917d8 ddns-scripts: correct freedns.afraid.org update url and new provider
- roll back to "old" update_url of freedns.afraid.org fix for #2445 and openwrt/luci#661
- add provider nubem.com (IPv4 only)
- add provider nettica.com (IPv4 only)
- add provider zerigo.com (IPv4 and IPv6)
- add provider regfish.de (IPv4 and IPv6)

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-03-05 21:44:19 +01:00
Nikos Mavrogiannopoulos
db993dc673 gnutls: updated to 3.4.10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-03-05 11:57:08 +01:00