Commit graph

1843 commits

Author SHA1 Message Date
Jonathan Bennett
8e0a71d47c Fwknop: Update to 2.6.4
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2014-11-17 19:50:48 -06:00
Luka Perkov
dfd4daf633 lxc: correctly install configuration files
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-17 21:48:36 +01:00
Alexandru Ardelean
5b85eff6b2 python: add patch to disable python byte codes by default
Use export PYTHONDONTWRITEBYTECODE=0 to re-enable writing byte codes.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-16 23:31:59 +02:00
sbyx
e2994cfd93 Merge pull request #547 from rkunze/hdparm
hdparm: import from oldpackages
2014-11-16 11:41:34 +01:00
sbyx
78210c2255 Merge pull request #549 from rkunze/sispmctl
sispmctl: import from oldpackages
2014-11-16 11:38:14 +01:00
sbyx
1ae0731dfe Merge pull request #545 from dibdot/master
mc: various makefile/compile time changes
2014-11-16 11:36:04 +01:00
sbyx
f8a5222531 Merge pull request #546 from chris5560/master
ddns-scripts: new Version 2.1.0-2
2014-11-16 11:35:24 +01:00
Richard Kunze
773f8d4b13 sispmctl: fix compilation error with musl
Unpatched compile fails because <sys/types.h> is not included
in <usb.h> (provided by "libusb-compat") and consequently
the 'u_int*_t' types are not found.

This should probably better be fixed in the core "libusb-compat"
package instead.

Signed-off-by: Richard Kunze <richard.kunze@web.de>
2014-11-16 10:47:10 +01:00
Richard Kunze
7c94f61506 sispmctl: import from oldpackages, bump version to 3.1+20120206 (git head)
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2014-11-16 09:53:49 +01:00
Richard Kunze
feb67e6b07 hdparm: fix compilation with musl
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2014-11-16 01:56:12 +01:00
Richard Kunze
18d534ba40 hdparm: import from oldpackages, bump version to 9.45
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2014-11-16 00:15:52 +01:00
Christian Schoenebeck
ab2b229ad6 ddns-scripts: new Version 2.1.0-2
- moved /usr/lib/ddns/dynamic_dns_lucihelper.sh from luci-app-ddns into this package
	(Github openwrt/luci issue 251)
	(OpenWrt Trac tickets 18326 18347)
- fix: dynamic_dns_update.sh did not loop
	(OpenWrt Trac ticket 18336)
- add provider cloudflare.com IPv4 and IPv6 (Thanks to Paul for support and testing)
	(OpenWrt Trac ticket 12500)
- modified detection, if dynamic_dns_fuctions are used by dynamic_dns_lucihelper.sh
- redirect stdout of wget,curl,host,nslookup,nc etc to /tmp/ddns_$$.dat and *.err instead of variables
- extended error detection in get_local_ip function
- modified verify of option ip_script to allow parameters, when calling
- add provider selfhost.de IPv4
- add provider no-ip.pl (nothing to do with no-ip.com)
	(Github openwrt/packages issue #542)
	IPv4 (tested) and also added for
	IPv6 (NOT tested) because client IP is autodetected be provider
- add getlocalip_sample.sh as sample script for usage of
	option ip_source 'script'  together with
	option ip_script '/usr/lib/ddns/getlocalip.sh -4'
- cleanup whitespaces at line ends

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-11-15 21:28:01 +01:00
Dirk Brenken
09dbb05f78 mc: various makefile/compile time changes
- add & reorder new compile time options with help text
- all options are disabled by default, to reduce space req.
- remove invalid mc configure options
- fix broken makefile logic to enable/disable mc options

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-15 20:38:11 +01:00
Matthias Schiffer
a23e8f6bc1 fastd: update to v16
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-11-15 18:37:43 +01:00
Etienne CHAMPETIER
d6330508bc sqlite3: update to 3.8.7.1
Run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-11-13 22:00:22 +01:00
Etienne CHAMPETIER
7c1a1a2b4e monit: update to 5.10
Run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-11-13 21:04:45 +01:00
Etienne CHAMPETIER
5dea9ae9e6 zabbix: update to 2.4.2
Remove 001-cross_compile.patch, it's fixed upstream (ZBX-5561)
Run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-11-13 21:04:35 +01:00
Luka Perkov
e044d612a0 lxc: minor dependencies tweak
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-13 14:59:44 +01:00
sbyx
b0dd84dcb9 Merge pull request #540 from commodo/python-pip
python-pip: first revision
2014-11-13 09:26:19 +01:00
Alexandru Ardelean
286e50a0bd python-pip: first revision
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-13 10:25:37 +02:00
sbyx
3805f5183c Merge pull request #539 from commodo/python-setuptools
python-setuptools: first revision
2014-11-13 08:22:07 +01:00
sbyx
5a0ec8fb72 Merge pull request #538 from commodo/python-update-6
Python update 6
2014-11-13 08:21:59 +01:00
Alexandru Ardelean
47ed969646 python-setuptools: first revision
Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
2014-11-13 00:22:55 +02:00
Ted Hess
4b8b1182cd Merge pull request #537 from dibdot/master
ssmtp: more pointer fixes
2014-11-12 17:01:36 -05:00
Alexandru Ardelean
ad9c57beae python: add distutils back (selectively)
This patch reduces distutils from 1.7 MB to 0.7 MB.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-12 23:45:39 +02:00
Alexandru Ardelean
8623c2942a python: update MAKE_FLAGS
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-12 23:24:30 +02:00
Dirk Brenken
133d4beec4 ssmtp: more pointer fixes
- fixed more pointer issues
- remove unused variable

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-12 21:37:17 +01:00
Matthias Schiffer
619f2c1807 fastd: update to v15
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-11-12 03:17:35 +01:00
Nicolas Thill
59d841c968 erlang: bump to 17.3
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-11-12 02:29:59 +01:00
Nikos Mavrogiannopoulos
5b5043b8fe gnutls: updated to address CVE-2014-8564
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-11 19:51:59 +01:00
sbyx
cc3b0119a7 Merge pull request #535 from Wedmer/master
utils/zoneinfo: Updated md5 sums for source packages
2014-11-11 13:23:48 +01:00
Vladimir Ulrich
c8938b00f5 utils/zoneinfo: Updated md5 sums for source packages
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-11-11 15:11:46 +03:00
sbyx
130ff7b738 Merge pull request #534 from Wedmer/master
utils/zoneinfo: Updated to a most recent version (2014j)
2014-11-11 13:03:28 +01:00
Vladimir Ulrich
6621aed5a2 utils/zoneinfo: Updated to a most recent version (2014j)
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-11-11 14:34:09 +03:00
Luka Perkov
9416af8164 rpcd-mod-lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-11 12:02:50 +01:00
Luka Perkov
e430a93605 luci-app-lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-11 11:54:38 +01:00
Luka Perkov
2da2a9e900 luci-app-lxc: update dependencies
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-11 11:49:48 +01:00
Luka Perkov
b76bb76071 lxc: update dependencies
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-11 11:49:38 +01:00
Luka Perkov
77949c83bb lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-11 11:15:23 +01:00
sbyx
f2884fa47f Merge pull request #448 from jow-/freeradius-ssl-version
freeradius2: relax SSL version checks
2014-11-11 09:06:21 +01:00
sbyx
c26000e053 Merge pull request #530 from zorun/master
bmon: Fix libncursesw dependency
2014-11-10 17:41:33 +01:00
Baptiste Jonglez
3ceb389c6d bmon: Remove unrecognized configure flags
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
2014-11-10 17:11:26 +01:00
Baptiste Jonglez
57947e46df bmon: Fix libncursesw dependency
When libncursesw is available, bmon uses it instead of libncurses.  This
commit adapts the dependencies accordingly.

Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
2014-11-10 17:09:10 +01:00
Álvaro Fernández Rojas
fab830d0f9 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:29:55 +01:00
Álvaro Fernández Rojas
91817d2b60 unrar: update to 5.2.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:28:53 +01:00
Luiz Angelo Daros de Luca
5cdf0d7578 Merge pull request #527 from luizluca/ruby-update
ruby: update to 2.1.4
2014-11-09 23:14:45 -02:00
Álvaro Fernández Rojas
e4f2d1145b Merge pull request #520 from mhei/php5-oldstable
php5: upgrade to 5.4.34 (fixes #502)
2014-11-10 01:28:37 +01:00
sbyx
52f72ea696 Merge pull request #525 from commodo/python-env-launcher
python: add __PYENV_LAUNCHER__ env var
2014-11-09 21:12:14 +01:00
Peter Wagner
b026b50320 dovecot: update to 2.2.15
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-11-09 20:23:56 +01:00
Alexandru Ardelean
a91a992abb python: add __PYENV_LAUNCHER__ env var
Mostly useful for setuptools and pip during build.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-09 21:08:08 +02:00