Toke Høiland-Jørgensen
1911d558b9
radsecproxy: Update to v1.6.7.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
9 years ago
Hannu Nyman
65ee7df96b
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>
9 years ago
Hannu Nyman
f9fd67b4a5
Merge pull request #2498 from cshore/pull-request-collectd-encrypted-networking
utils/collectd: Add option to enable encrypted network output
9 years ago
Hannu Nyman
1509f7e27e
Merge pull request #2502 from lukbaj/master
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
9 years ago
Lukasz Baj
2f39488cd4
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>
9 years ago
Hannu Nyman
e359204a3d
Merge pull request #2489 from jefferyto/host-python-rpath
python: add rpath for host Python extension modules
9 years ago
Ted Hess
603b7eedd4
Merge pull request #2505 from openwrt-es/shairport-sync-next
shairport-sync: update to v2.8.1
9 years ago
Álvaro Fernández Rojas
1348057082
flashrom: update to v0.9.9
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years ago
Álvaro Fernández Rojas
a37676d4a3
shairport-sync: update to v2.8.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years ago
Álvaro Fernández Rojas
9afd29558a
pciutils: add missing udev dependency
Fixes https://github.com/openwrt/packages/issues/2471
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years ago
Álvaro Fernández Rojas
9b88a4c490
libxerces-c: update to v3.1.3
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years ago
Ted Hess
815ec8e08b
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>
9 years ago
Hannu Nyman
690f19d21e
Merge pull request #2503 from dibdot/mc
mc: update to 4.8.16
9 years ago
Hannu Nyman
22b7a789f8
Merge pull request #2504 from Zokormazo/master
grep: update to 2.24
9 years ago
Dirk Brenken
033e513b15
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>
9 years ago
Julen Landa Alustiza
6fd3c984d1
grep: update to 2.24
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
9 years ago
Yousong Zhou
248cf4bca0
qemu: bump to 2.5.0
ChangeLog/2.5: http://wiki.qemu.org/ChangeLog/2.5
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
9 years ago
Mike Miller
754bd95bfa
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>
9 years ago
Daniel Dickinson
ad7147839c
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
9 years ago
Hannu Nyman
4c8c8fc4cf
Merge pull request #2499 from tru7/knxd
knxd: bump to new version
9 years ago
Othmar Truniger
8bd81e6537
knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
9 years ago
Daniel Dickinson
b7b0f59e1c
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>
9 years ago
Daniel Dickinson
403079aff8
utils/lxc: lxc-create templates depend on flock
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
9 years ago
Jeffery To
11d1b213c2
python: add rpath for host Python extension modules
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 years ago
Hannu Nyman
e854a5541a
Merge pull request #2488 from obsy/master
transmission: update to 2.92, refresh patches
9 years ago
Cezary Jackiewicz
c7f3f3e7d0
transmission: update to 2.92, refresh patches
9 years ago
Yousong Zhou
92b0575e28
Drop the redundant -r option to $(CP)
$(CP) was defined as `cp -fpR' since the very begining of OpenWrt build
system (2006-06-22). The -R option should be enough and base packages
use only $(CP) for the same purposes just fine and BSD manual of cp also
discourages the use of `-r' option. So let's just tidy up the usage now.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
9 years ago
Yousong Zhou
a0b7f467c9
Merge pull request #2413 from KurdyMalloy/poco
poco: add package for the Poco C++ library
9 years ago
jmjulien
6123f54c95
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>
9 years ago
Peter Wagner
1c729d723d
openssh: update to 7.2p2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years ago
Alexandru Ardelean
0bef472f60
openvswitch: add support for kernel 4.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Alexandru Ardelean
0932e4fbf2
openvswitch: fix pthread stack size patch
pthread_attr needed to be applied.
otherwhise it still crashes.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Noah Meyerhans
e46c33fbd5
bind: Update to 9.9.8-P4 to resolve CVE-2016-1285 and CVE-2016-1286
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
9 years ago
Hannu Nyman
1e3af80e68
Merge pull request #2483 from commodo/python3-pip-upgrade
python3-pip: upgrade to version 8.1.0
9 years ago
Hannu Nyman
7363635a86
Merge pull request #2482 from commodo/python3-setuptools-upgrade
python3-setuptools: upgrade to version 20.2.2
9 years ago
Hannu Nyman
ed3aead11a
Merge pull request #2479 from bk138/ola-0.10.1-try2
ola: update to 0.10.1
9 years ago
Hannu Nyman
fffe97c8dd
Merge pull request #2481 from commodo/python-pip-upgrade
python-pip: upgrade to version 8.1.0
9 years ago
Hannu Nyman
568fbbeade
Merge pull request #2480 from commodo/python-setuptools-upgrade
python-setuptools: upgrade to version 20.2.2
9 years ago
Christian Beier
56b9aba719
ola: update to 0.10.1
Signed-off-by: Christian Beier <dontmind@freeshell.org>
9 years ago
Ted Hess
1263599f96
flac: Fix musl x86 build (__sigemptyset undefined)
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Alexandru Ardelean
7eb62fd6aa
python3-pip: upgrade to version 8.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Alexandru Ardelean
05000d97a6
python3-setuptools: upgrade to version 20.2.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Alexandru Ardelean
e215120b0d
python-pip: upgrade to version 8.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Alexandru Ardelean
321b903592
python-setuptools: upgrade to version 20.2.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Ted Hess
46432e174b
squeezelite: Fix null arg test in startup script
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Daniel Golle
4930998e8e
libinput: update to version 1.2.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
Daniel Golle
6c7c823243
cryptsetup: fix MD5SUM forgotten during update
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
Daniel Golle
9857552f66
glpk: update to version 4.58
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
Daniel Golle
e995cdafce
debootstrap: update to version 1.0.79
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago
Daniel Golle
9bda76c394
tracertools: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years ago