aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | protobuf: Fixed protobuf host installationMartijn Zilverschoon2014-11-24
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the host install, because some packages need the host binary to build properly Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
* | | | | avahi: Add sftp serviceTed Hess2014-11-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | ntpd: fix a small typo in the default descriptionMichael Heimpold2014-11-23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Reported by amanual on IRC, thanks. While at, update copyright timestamp. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #555 from rpi-openwrt/masterSteven Barth2014-11-22
|\ \ \ \ | | | | | | | | | | dbus host building
| * | | | dbus host buildingOskari Rauta2014-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable dbus host building ( some packages on other feed(s) need dbus on host side, since packages need to be compiled natively before cross compiling)
* | | | | Merge pull request #554 from jslachta/libxml2-hostMichael Heimpold2014-11-22
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | libxml2: add host compileJiri Slachta2014-11-21
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several packages may depend on host compiled packages during the build time (such as the new LTS versions of telephony packages). This commit adds an option to use the libxml2 to be built as a host package. Usage would be following: PKG_BUILD_DEPENDS:=libxml2/host Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* / / / znc: link to libstdc++ to fix performance issues on channel joinJonas Gorski2014-11-21
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++ uses a naive linked-list implementation with horrible performance, which can cause joins to take a few minutes on popular channels. Therefore Switch to libstdc++ which uses a much more performant hashmap. ZNC by itself is already rather large, so the added footprint of libstd++ vs uclibc++ does not matter that much anyway. Should fix #11778. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | haproxy: patches from upstreamThomas Heil2014-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [PATCH 1/6] BUILD: fix "make install" to support spaces in the - [PATCH 2/6] BUG/MEDIUM: ssl: fix bad ssl context init can cause - [PATCH 3/6] BUG/MEDIUM: ssl: force a full GC in case of memory - [PATCH 4/6] BUG/MEDIUM: checks: fix conflicts between agent checks - [PATCH 5/6] BUG/MINOR: config: don't inherit the default balance - [PATCH 6/6] BUG/MAJOR: frontend: initialize capture pointers earlier Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Merge pull request #553 from mhei/php5-oldstablechamptar2014-11-19
|\ \ \ | | | | | | | | php5: upgrade to 5.4.35
| * | | php5: upgrade to 5.4.35Michael Heimpold2014-11-19
|/ / / | | | | | | | | | | | | | | | This fixes CVE-2014-3710. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #552 from dibdot/mastersbyx2014-11-18
|\ \ \ | | | | | | | | mc: force rebuild when config changes
| * | | mc: force rebuild when config changesDirk Brenken2014-11-18
| | | | | | | | | | | | | | | | | | | | | | | | - add PKG_CONFIG_DEPENDS to force package rebuild when certain CONFIG options changed. Signed-off-by: Dirk Brenken <dibdot@gmail.com>
* | | | luci-app-lxc: use ubus binding for lxc-createPetar Koretic2014-11-18
| | | | | | | | | | | | | | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* | | | perl-uri: Update to 1.65Marcel Denia2014-11-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-test-harness: Update to 3.34Marcel Denia2014-11-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-dbi: Update to 1.632Marcel Denia2014-11-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-compress-bzip2: Update to 2.19Marcel Denia2014-11-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | Merge pull request #475 from antonlacon/minidlna-1.1.xsbyx2014-11-18
|\ \ \ \ | | | | | | | | | | minidlna: update to 1.1.4
| * | | | minidlna: update to 1.1.4Ian Leonard2014-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Philips TV patch was included upstream. Rename the minidlnad binary to minidlna instead of tweaking automake files. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | Merge pull request #541 from commodo/python-do-not-compilesbyx2014-11-18
|\ \ \ \ \ | | | | | | | | | | | | python: add patch to disable python byte codes by default
| * | | | | python: add patch to disable python byte codes by defaultAlexandru Ardelean2014-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use export PYTHONDONTWRITEBYTECODE=0 to re-enable writing byte codes. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #551 from oneru/mastersbyx2014-11-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fwknop: Update to 2.6.4
| * | | | | | Fwknop: Update to 2.6.4Jonathan Bennett2014-11-17
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* / / / / / lxc: correctly install configuration filesLuka Perkov2014-11-17
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | Merge pull request #547 from rkunze/hdparmsbyx2014-11-16
|\ \ \ \ \ | | | | | | | | | | | | hdparm: import from oldpackages
| * | | | | hdparm: fix compilation with muslRichard Kunze2014-11-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Kunze <richard.kunze@web.de>
| * | | | | hdparm: import from oldpackages, bump version to 9.45Richard Kunze2014-11-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Kunze <richard.kunze@web.de>
* | | | | | Merge pull request #549 from rkunze/sispmctlsbyx2014-11-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | sispmctl: import from oldpackages
| * | | | | | 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>