aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | sispmctl: fix compilation error with muslRichard Kunze2014-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | sispmctl: import from oldpackages, bump version to 3.1+20120206 (git head)Richard Kunze2014-11-16
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Richard Kunze <richard.kunze@web.de>
* | | | | Merge pull request #545 from dibdot/mastersbyx2014-11-16
|\ \ \ \ \ | | |_|/ / | |/| | | mc: various makefile/compile time changes
| * | | | mc: various makefile/compile time changesDirk Brenken2014-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | Merge pull request #546 from chris5560/mastersbyx2014-11-16
|\ \ \ \ \ | |_|/ / / |/| | | | ddns-scripts: new Version 2.1.0-2
| * | | | ddns-scripts: new Version 2.1.0-2Christian Schoenebeck2014-11-15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | fastd: update to v16Matthias Schiffer2014-11-15
| | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | sqlite3: update to 3.8.7.1Etienne CHAMPETIER2014-11-13
| | | | | | | | | | | | | | | | | | | | | | | | Run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | monit: update to 5.10Etienne CHAMPETIER2014-11-13
| | | | | | | | | | | | | | | | | | | | | | | | Run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | zabbix: update to 2.4.2Etienne CHAMPETIER2014-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove 001-cross_compile.patch, it's fixed upstream (ZBX-5561) Run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | lxc: minor dependencies tweakLuka Perkov2014-11-13
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | Merge pull request #540 from commodo/python-pipsbyx2014-11-13
|\ \ \ \ | | | | | | | | | | python-pip: first revision
| * | | | python-pip: first revisionAlexandru Ardelean2014-11-13
|/ / / / | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #539 from commodo/python-setuptoolssbyx2014-11-13
|\ \ \ \ | | | | | | | | | | python-setuptools: first revision
| * | | | python-setuptools: first revisionAlexandru Ardelean2014-11-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
* | | | | Merge pull request #538 from commodo/python-update-6sbyx2014-11-13
|\ \ \ \ \ | | | | | | | | | | | | Python update 6
| * | | | | python: add distutils back (selectively)Alexandru Ardelean2014-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch reduces distutils from 1.7 MB to 0.7 MB. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | python: update MAKE_FLAGSAlexandru Ardelean2014-11-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #537 from dibdot/masterTed Hess2014-11-12
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | ssmtp: more pointer fixes
| * | | | ssmtp: more pointer fixesDirk Brenken2014-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed more pointer issues - remove unused variable Signed-off-by: Dirk Brenken <dibdot@gmail.com>
* | | | | fastd: update to v15Matthias Schiffer2014-11-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | erlang: bump to 17.3Nicolas Thill2014-11-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | gnutls: updated to address CVE-2014-8564Nikos Mavrogiannopoulos2014-11-11
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #535 from Wedmer/mastersbyx2014-11-11
|\ \ \ \ | | | | | | | | | | utils/zoneinfo: Updated md5 sums for source packages
| * | | | utils/zoneinfo: Updated md5 sums for source packagesVladimir Ulrich2014-11-11
|/ / / / | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | Merge pull request #534 from Wedmer/mastersbyx2014-11-11
|\ \ \ \ | | | | | | | | | | utils/zoneinfo: Updated to a most recent version (2014j)
| * | | | utils/zoneinfo: Updated to a most recent version (2014j)Vladimir Ulrich2014-11-11
|/ / / / | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | rpcd-mod-lxc: add spdx license infoLuka Perkov2014-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | luci-app-lxc: add spdx license infoLuka Perkov2014-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | luci-app-lxc: update dependenciesLuka Perkov2014-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | lxc: update dependenciesLuka Perkov2014-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | lxc: add spdx license infoLuka Perkov2014-11-11
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | Merge pull request #448 from jow-/freeradius-ssl-versionsbyx2014-11-11
|\ \ \ \ | | | | | | | | | | freeradius2: relax SSL version checks
| * | | | freeradius2: relax SSL version checksJo-Philipp Wich2014-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge upstream commit 5ae2a70a135062a025d8fabc104eeae3a2c53a7a to relax the SSL library version check at runtime. The objective is to avoid the need for rebuilding freeradius2 whenever we push binary updates for libopenssl. See https://dev.openwrt.org/ticket/18169 for reference. Please backport this change to the for-14.07 branch as well. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | Merge pull request #530 from zorun/mastersbyx2014-11-10
|\ \ \ \ \ | | | | | | | | | | | | bmon: Fix libncursesw dependency
| * | | | | bmon: Remove unrecognized configure flagsBaptiste Jonglez2014-11-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
| * | | | | bmon: Fix libncursesw dependencyBaptiste Jonglez2014-11-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When libncursesw is available, bmon uses it instead of libncurses. This commit adapts the dependencies accordingly. Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
* | | | | dump1090: update to latest versionÁlvaro Fernández Rojas2014-11-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | unrar: update to 5.2.2Álvaro Fernández Rojas2014-11-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | Merge pull request #527 from luizluca/ruby-updateLuiz Angelo Daros de Luca2014-11-09
|\ \ \ \ \ | | | | | | | | | | | | ruby: update to 2.1.4
| * | | | | ruby: update to 2.1.4Luiz Angelo Daros de Luca2014-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release includes security fixes for the following vulnerabilities: * CVE-2014-8080: Denial of Service XML Expansion * Changed default settings of ext/openssl related to CVE-2014-3566 And there are some bug-fixes. Ref: https://www.ruby-lang.org/en/news/2014/10/27/ruby-2-1-4-released/ Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | Merge pull request #520 from mhei/php5-oldstableÁlvaro Fernández Rojas2014-11-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | php5: upgrade to 5.4.34 (fixes #502)
| * | | | | | php5: upgrade to 5.4.34 (fixes #502)Michael Heimpold2014-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670 according to PHP's release notes. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #525 from commodo/python-env-launchersbyx2014-11-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python: add __PYENV_LAUNCHER__ env var
| * | | | | | | python: add __PYENV_LAUNCHER__ env varAlexandru Ardelean2014-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly useful for setuptools and pip during build. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | dovecot: update to 2.2.15Peter Wagner2014-11-09
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | Merge pull request #524 from commodo/python-update-5sbyx2014-11-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Python update 5
| * | | | | | | python: remove readline.so for nowAlexandru Ardelean2014-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some symbols are not found (tgetnum and BC). Looks like the termcap lib, which should be in libncurses(w) but maybe some build param would be required. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | python: add some Build/InstallDev rules backAlexandru Ardelean2014-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | python: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGSAlexandru Ardelean2014-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes some build issues. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>