Michael Heimpold [Wed, 23 Mar 2016 20:32:08 +0000 (21:32 +0100)]
libinput: fix and optimize build
Buildbots are reporting the following build failure:
-snip-
CCLD test-build-linker
../src/.libs/libinput.so: undefined reference to `static_assert'
-snap-
Since this is the only call to static_assert within the library,
removing this assertion seems to be reasonable.
While at, speed up the build by not building tests and documentation.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Wed, 23 Mar 2016 20:13:55 +0000 (21:13 +0100)]
php5: update to 5.6.19
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Yousong Zhou [Wed, 23 Mar 2016 04:03:17 +0000 (23:03 -0500)]
Merge pull request #2058 from jefferyto/python-txsocksx
python-txsocksx: new package
Yousong Zhou [Wed, 23 Mar 2016 03:21:36 +0000 (22:21 -0500)]
Merge pull request #2540 from jefferyto/python-pyopenssl-16.0.0
python-pyopenssl: update to 16.0.0
Jeffery To [Tue, 1 Dec 2015 10:22:26 +0000 (18:22 +0800)]
python-txsocksx: new package
From the README:
txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or
greater.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Yousong Zhou [Wed, 23 Mar 2016 03:10:06 +0000 (22:10 -0500)]
Merge pull request #2040 from jefferyto/python-service-identity
python-service-identity: new package
Yousong Zhou [Wed, 23 Mar 2016 02:09:59 +0000 (21:09 -0500)]
Merge pull request #2067 from jefferyto/python-gmpy2
python-gmpy2: new package
Luka Perkov [Tue, 22 Mar 2016 22:32:29 +0000 (23:32 +0100)]
Merge pull request #2494 from cshore/pull-request-lxc-auto
Pull request lxc auto
Luka Perkov [Tue, 22 Mar 2016 22:30:37 +0000 (23:30 +0100)]
Merge pull request #2493 from cshore/pull-request-lxc-flock-dependency
utils/lxc: lxc-create templates depend on flock
Etienne CHAMPETIER [Tue, 22 Mar 2016 21:47:46 +0000 (21:47 +0000)]
zabbix: add missing dependency on libiconv ($(ICONV_DEPENDS))
this fixes #2507
thanks @gilfrade and @Noltari
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Yousong Zhou [Tue, 22 Mar 2016 12:46:54 +0000 (07:46 -0500)]
Merge pull request #2056 from jefferyto/python-parsley
python-parsley: new package
Yousong Zhou [Tue, 22 Mar 2016 12:44:02 +0000 (07:44 -0500)]
Merge pull request #2051 from jefferyto/python-gmpy
python-gmpy: new package
Jeffery To [Tue, 22 Mar 2016 12:29:05 +0000 (20:29 +0800)]
python-pyopenssl: update to 16.0.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Yousong Zhou [Tue, 22 Mar 2016 12:19:44 +0000 (07:19 -0500)]
Merge pull request #2039 from jefferyto/python-pyasn1-modules
python-pyasn1-modules: new package
Yousong Zhou [Tue, 22 Mar 2016 12:12:16 +0000 (07:12 -0500)]
Merge pull request #2517 from jefferyto/python-attrs
python-attrs: new package
Yousong Zhou [Tue, 22 Mar 2016 12:07:29 +0000 (07:07 -0500)]
Merge pull request #2053 from jefferyto/python-pyptlib
python-pyptlib: new package
Yousong Zhou [Tue, 22 Mar 2016 12:06:51 +0000 (07:06 -0500)]
Merge pull request #2052 from jefferyto/twisted
twisted: import from old packages feed
Hannu Nyman [Tue, 22 Mar 2016 12:01:56 +0000 (14:01 +0200)]
Merge pull request #2538 from jefferyto/python-ipaddress-1.0.16
python-ipaddress: update to 1.0.16
Jeffery To [Tue, 22 Mar 2016 12:00:01 +0000 (20:00 +0800)]
python-ipaddress: update to 1.0.16
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Tue, 22 Mar 2016 11:59:04 +0000 (13:59 +0200)]
Merge pull request #2537 from jefferyto/python-idna-2.1
python-idna: update to 2.1
Hannu Nyman [Tue, 22 Mar 2016 11:56:26 +0000 (13:56 +0200)]
Merge pull request #2536 from jefferyto/python-cffi-1.5.2
python-cffi: update to 1.5.2
Jeffery To [Tue, 22 Mar 2016 11:52:42 +0000 (19:52 +0800)]
python-idna: update to 2.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 22 Mar 2016 11:46:44 +0000 (19:46 +0800)]
python-cffi: update to 1.5.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Tue, 22 Mar 2016 10:26:54 +0000 (12:26 +0200)]
Merge pull request #2535 from jefferyto/python-cryptography-1.3.1
python-cryptography: update to 1.3.1
Jeffery To [Tue, 22 Mar 2016 10:20:42 +0000 (18:20 +0800)]
python-cryptography: update to 1.3.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 30 Nov 2015 13:13:23 +0000 (21:13 +0800)]
twisted: import from old packages feed
- update to latest version (16.0.0)
- change to one package containing all plugins/subprojects
- add license info
- add myself as maintainer
This builds one main package, instead of multiple packages like the old
packages feed, to match upstream. (Debian and Fedora are moving to a
single-package model as well.) The obvious downside is a larger install
size, but one main package should be easier to maintain in the future.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Nikos Mavrogiannopoulos [Mon, 21 Mar 2016 19:20:46 +0000 (20:20 +0100)]
ocserv: updated to 0.11.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Noah Meyerhans [Sun, 20 Mar 2016 20:54:24 +0000 (13:54 -0700)]
Merge pull request #2526 from DonkZZ/bind
net/bind: Update db.root
Hannu Nyman [Sun, 20 Mar 2016 15:38:21 +0000 (17:38 +0200)]
Merge pull request #2527 from commodo/ovs-kernel-patch-fix
openvswitch: fix kernel 4.4 patch for pre-4.4 kernels
DonkZZ [Sun, 20 Mar 2016 13:42:53 +0000 (14:42 +0100)]
net/bind: PKG_RELEASE increased
Signed-off-by: DonkZZ <donk@evhr.net>
DonkZZ [Sun, 20 Mar 2016 13:38:15 +0000 (14:38 +0100)]
net/bind: Update db.root
The contents of the file "db.root" is very old (12 years).
Here's a new version downloaded from ftp://ftp.internic.net/domain/
Signed-off-by: DonkZZ <donk@evhr.net>
DonkZZ [Sun, 20 Mar 2016 13:29:36 +0000 (14:29 +0100)]
net/bind: Little cleaning in named.init
The variable "config_file" appears twice.
Signed-off-by: DonkZZ donk@evhr.net
Alexandru Ardelean [Sun, 20 Mar 2016 10:19:43 +0000 (12:19 +0200)]
openvswitch: fix kernel 4.4 patch for pre-4.4 kernels
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Jonathan McCrohan [Sat, 19 Mar 2016 17:52:50 +0000 (17:52 +0000)]
wavemon: update to v0.8.0
Requires small changes to the included header files in order to build
successfully using musl.
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
John Crispin [Sat, 19 Mar 2016 15:23:30 +0000 (16:23 +0100)]
Merge pull request #2513 from stintel/nodejs
Add node host dependency to node-* packages
Hannu Nyman [Sat, 19 Mar 2016 07:54:04 +0000 (09:54 +0200)]
Merge pull request #2520 from cyanidium/master
nut: upstream version bump
Marty R [Sat, 19 Mar 2016 05:41:47 +0000 (22:41 -0700)]
nut: upstream version bump
Version bump package to latest v2.7.4 code from upstream. No changes needed for packaging.
Álvaro Fernández Rojas [Fri, 18 Mar 2016 16:23:34 +0000 (17:23 +0100)]
Merge pull request #2464 from openwrt-es/bluez-next
bluez: add support for Raspberry Pi 3
Hannu Nyman [Fri, 18 Mar 2016 08:25:21 +0000 (10:25 +0200)]
Merge pull request #2485 from commodo/ovs-kernel-4.4
openvswitch: add support for kernel 4.4
Jeffery To [Fri, 27 Nov 2015 20:19:46 +0000 (04:19 +0800)]
python-service-identity: new package
From the README:
service_identity aspires to give you all the tools you need for
verifying whether a certificate is valid for the intended purposes.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Thu, 17 Mar 2016 18:28:42 +0000 (20:28 +0200)]
Merge pull request #2518 from bk138/ola-0.10.1-try3
ola: fix dependency issues.
Christian Beier [Thu, 17 Mar 2016 18:18:36 +0000 (19:18 +0100)]
ola: fix dependency issues.
This adds one patch from the upcoming 0.10.2 release to exclude Avahi/DNS-SD from build time
detection and properly adds liblo as a dependency.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
Jeffery To [Thu, 17 Mar 2016 18:02:26 +0000 (02:02 +0800)]
python-attrs: new package
From the README:
attrs is an MIT-licensed Python package with class decorators that ease
the chores of implementing the most common attribute-related object
protocols.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Thu, 17 Mar 2016 14:38:23 +0000 (16:38 +0200)]
Merge pull request #2516 from hansmi/master
[Unbound] Update to 1.5.8
Michael Hanselmann [Thu, 17 Mar 2016 14:35:39 +0000 (15:35 +0100)]
[Unbound] Update to 1.5.8
Bump unbound to version 1.5.8 released on March 2, 2016.
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
Jeffery To [Mon, 30 Nov 2015 11:38:32 +0000 (19:38 +0800)]
python-gmpy: new package
From the PyPi description:
gmpy is a C-coded Python extension module that provides access to the
GMP (or MPIR) multiple-precision arithmetic library.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Stijn Tintel [Thu, 17 Mar 2016 09:37:10 +0000 (10:37 +0100)]
node-serialport: add node host dependency
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Thu, 17 Mar 2016 09:36:47 +0000 (10:36 +0100)]
node-hid: add node host dependency
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Thu, 17 Mar 2016 09:35:53 +0000 (10:35 +0100)]
node-cylon: add node host dependency
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Thu, 17 Mar 2016 09:34:56 +0000 (10:34 +0100)]
node-arduino-firmata: add node host dependency
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Karl Palsson [Wed, 16 Mar 2016 10:36:55 +0000 (10:36 +0000)]
lua-mosquitto: update to v0.2
Adds support for TLS settings in libmosquitto.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Hannu Nyman [Wed, 16 Mar 2016 07:27:54 +0000 (09:27 +0200)]
Merge pull request #2510 from Wedmer/master
[utils/zoneinfo] Updated to the latest release
Vladimir Ulrich [Wed, 16 Mar 2016 00:34:53 +0000 (03:34 +0300)]
[utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Toke Høiland-Jørgensen [Tue, 15 Mar 2016 20:29:41 +0000 (21:29 +0100)]
radsecproxy: Update to v1.6.7.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Hannu Nyman [Tue, 15 Mar 2016 11:55:43 +0000 (13:55 +0200)]
python: bump PKG_RELEASE
Bump PKG_RELEASE of python 2.7.11 after the recent fixes.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 15 Mar 2016 08:39:55 +0000 (10:39 +0200)]
Merge pull request #2498 from cshore/pull-request-collectd-encrypted-networking
utils/collectd: Add option to enable encrypted network output
Hannu Nyman [Tue, 15 Mar 2016 08:28:18 +0000 (10:28 +0200)]
Merge pull request #2502 from lukbaj/master
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Lukasz Baj [Mon, 14 Mar 2016 09:30:15 +0000 (10:30 +0100)]
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
Hannu Nyman [Mon, 14 Mar 2016 20:21:44 +0000 (22:21 +0200)]
Merge pull request #2489 from jefferyto/host-python-rpath
python: add rpath for host Python extension modules
Ted Hess [Mon, 14 Mar 2016 19:50:38 +0000 (15:50 -0400)]
Merge pull request #2505 from openwrt-es/shairport-sync-next
shairport-sync: update to v2.8.1
Álvaro Fernández Rojas [Mon, 14 Mar 2016 18:03:22 +0000 (19:03 +0100)]
flashrom: update to v0.9.9
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Mon, 14 Mar 2016 17:32:35 +0000 (18:32 +0100)]
shairport-sync: update to v2.8.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Mon, 14 Mar 2016 16:37:06 +0000 (17:37 +0100)]
pciutils: add missing udev dependency
Fixes https://github.com/openwrt/packages/issues/2471
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Mon, 14 Mar 2016 16:36:50 +0000 (17:36 +0100)]
libxerces-c: update to v3.1.3
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Ted Hess [Mon, 14 Mar 2016 15:52:07 +0000 (11:52 -0400)]
giflib: Update to 5.1.2, remove doc build
docbook breaks build on some hosts, skip it (in a not very elegant way)
Signed-off-by: Daniel Golle daniel@makrotopia.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
Hannu Nyman [Mon, 14 Mar 2016 14:20:15 +0000 (16:20 +0200)]
Merge pull request #2503 from dibdot/mc
mc: update to 4.8.16
Hannu Nyman [Mon, 14 Mar 2016 14:19:48 +0000 (16:19 +0200)]
Merge pull request #2504 from Zokormazo/master
grep: update to 2.24
Dirk Brenken [Mon, 14 Mar 2016 14:04:39 +0000 (15:04 +0100)]
mc: update to 4.8.16
* update midnight commander to latest stable release
* refresh subshell patch to support minimal openwrt environment
* switch to sha256 based package fingerprint
* compile & functional tested with ar71xx and x86
Signed-off-by: Dirk Brenken <openwrt@brenken.org>
Julen Landa Alustiza [Mon, 14 Mar 2016 12:13:17 +0000 (13:13 +0100)]
grep: update to 2.24
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
Yousong Zhou [Mon, 14 Mar 2016 02:23:41 +0000 (10:23 +0800)]
qemu: bump to 2.5.0
ChangeLog/2.5: http://wiki.qemu.org/ChangeLog/2.5
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Mike Miller [Mon, 25 Jan 2016 19:11:02 +0000 (21:11 +0200)]
rtl-sdr: Add start script file for rtl-tcp
One of the most common uses of the rtl-sdr suite on OpenWrt is to stream
data to a remote analyzer. This commit creates a /etc/init.d/ and
/etc/config entry for rtl-tcp, so that it can automatically launch on
startup.
Signed-off-by: Mike Miller <github@mikeage.net>
Daniel Dickinson [Thu, 10 Dec 2015 02:09:59 +0000 (21:09 -0500)]
utils/collectd: Add option to enable encrypted network output
The network plugin has the option of encrypting traffic; add a
config option to allow enabling encrypting network plugin traffic.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Conflicts:
utils/collectd/Makefile
Hannu Nyman [Sun, 13 Mar 2016 11:10:53 +0000 (13:10 +0200)]
Merge pull request #2499 from tru7/knxd
knxd: bump to new version
Othmar Truniger [Sun, 13 Mar 2016 11:02:31 +0000 (12:02 +0100)]
knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
Daniel Dickinson [Sun, 13 Mar 2016 00:01:59 +0000 (19:01 -0500)]
utils/lxc: Add working autostart for OpenWrt
Standard LXC autostart is currently not working in OpenWrt,
therefore add our own autostart mechanism for now.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Daniel Dickinson [Sat, 12 Mar 2016 23:59:36 +0000 (18:59 -0500)]
utils/lxc: lxc-create templates depend on flock
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Jeffery To [Sat, 12 Mar 2016 16:50:12 +0000 (00:50 +0800)]
python: add rpath for host Python extension modules
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Sat, 12 Mar 2016 10:03:12 +0000 (12:03 +0200)]
Merge pull request #2488 from obsy/master
transmission: update to 2.92, refresh patches
Cezary Jackiewicz [Sat, 12 Mar 2016 09:55:42 +0000 (10:55 +0100)]
transmission: update to 2.92, refresh patches
Yousong Zhou [Fri, 11 Mar 2016 17:05:11 +0000 (01:05 +0800)]
Merge pull request #2413 from KurdyMalloy/poco
poco: add package for the Poco C++ library
jmjulien [Tue, 23 Feb 2016 19:47:04 +0000 (14:47 -0500)]
poco:add package for the Poco C++ library
POrtable COmponents is a Modern, powerful open source C++ class libraries
for building network- and internet-based applications that run on desktop,
server, mobile and embedded systems.
Original Makefile -->
https://dev.openwrt.org/browser/packages/libs/poco/Makefile
add license
add maintainer
update URL to latest github stable version (1.7.0)
change patch to the configure file
add a patch to build with musl-libc
Signed-off-by: Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
Peter Wagner [Fri, 11 Mar 2016 15:52:04 +0000 (16:52 +0100)]
openssh: update to 7.2p2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Alexandru Ardelean [Thu, 10 Mar 2016 16:47:59 +0000 (18:47 +0200)]
openvswitch: add support for kernel 4.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 10 Mar 2016 16:41:06 +0000 (18:41 +0200)]
openvswitch: fix pthread stack size patch
pthread_attr needed to be applied.
otherwhise it still crashes.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Noah Meyerhans [Wed, 9 Mar 2016 20:54:51 +0000 (12:54 -0800)]
bind: Update to 9.9.8-P4 to resolve CVE-2016-1285 and CVE-2016-1286
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Hannu Nyman [Wed, 9 Mar 2016 20:38:43 +0000 (22:38 +0200)]
Merge pull request #2483 from commodo/python3-pip-upgrade
python3-pip: upgrade to version 8.1.0
Hannu Nyman [Wed, 9 Mar 2016 20:38:21 +0000 (22:38 +0200)]
Merge pull request #2482 from commodo/python3-setuptools-upgrade
python3-setuptools: upgrade to version 20.2.2
Hannu Nyman [Wed, 9 Mar 2016 20:37:49 +0000 (22:37 +0200)]
Merge pull request #2479 from bk138/ola-0.10.1-try2
ola: update to 0.10.1
Hannu Nyman [Wed, 9 Mar 2016 20:37:09 +0000 (22:37 +0200)]
Merge pull request #2481 from commodo/python-pip-upgrade
python-pip: upgrade to version 8.1.0
Hannu Nyman [Wed, 9 Mar 2016 20:36:42 +0000 (22:36 +0200)]
Merge pull request #2480 from commodo/python-setuptools-upgrade
python-setuptools: upgrade to version 20.2.2
Christian Beier [Wed, 9 Mar 2016 18:09:10 +0000 (19:09 +0100)]
ola: update to 0.10.1
Signed-off-by: Christian Beier <dontmind@freeshell.org>
Ted Hess [Wed, 9 Mar 2016 16:18:05 +0000 (11:18 -0500)]
flac: Fix musl x86 build (__sigemptyset undefined)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Alexandru Ardelean [Wed, 9 Mar 2016 15:45:13 +0000 (17:45 +0200)]
python3-pip: upgrade to version 8.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 9 Mar 2016 15:42:56 +0000 (17:42 +0200)]
python3-setuptools: upgrade to version 20.2.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 9 Mar 2016 15:39:34 +0000 (17:39 +0200)]
python-pip: upgrade to version 8.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 9 Mar 2016 14:51:35 +0000 (16:51 +0200)]
python-setuptools: upgrade to version 20.2.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Ted Hess [Wed, 9 Mar 2016 13:18:31 +0000 (08:18 -0500)]
squeezelite: Fix null arg test in startup script
Signed-off-by: Ted Hess <thess@kitschensync.net>
Daniel Golle [Wed, 9 Mar 2016 08:30:41 +0000 (09:30 +0100)]
libinput: update to version 1.2.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 9 Mar 2016 01:46:12 +0000 (02:46 +0100)]
cryptsetup: fix MD5SUM forgotten during update
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 9 Mar 2016 01:44:17 +0000 (02:44 +0100)]
glpk: update to version 4.58
Signed-off-by: Daniel Golle <daniel@makrotopia.org>