aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | Updates to 2.5.3 and updates copyright year.Jonathan Bennett2016-02-29
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | Merge pull request #2438 from stintel/ddnsHannu Nyman2016-02-29
|\ \ \ \ \ | |_|/ / / |/| | | | ddns-scripts: uclient-fetch supports -4/-6
| * | | | ddns-scripts: uclient-fetch supports -4/-6Stijn Tintel2016-02-29
|/ / / / | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | Merge pull request #2435 from dibdot/adblockHannu Nyman2016-02-28
|\ \ \ \ | | |/ / | |/| | adblock: 0.90.0
| * | | adblock: 0.90.0Dirk Brenken2016-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * all relevant adblock events will be properly written to syslog/stdout * removed needless 'debug log' option * add optional parm 'adb_forcedns' to redirect all queries to local resolver (default: '1', enabled) * revised space check * various code cosmetics & cleanups Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | mmc-utils: upgrade to latest revisionMichael Heimpold2016-02-27
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | gnunet: package REST interface, break-up experimentsDaniel Golle2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | new packages: gnunet-rest, gnunet-rps, gnunet-social also improve package descriptions and maintain order Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #2428 from Shulyaka/masterHannu Nyman2016-02-27
|\ \ \ \ | | | | | | | | | | postfix: version update to 3.1.0
| * | | | postfix: version update to 3.1.0Denis Shulyaka2016-02-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | | | | Merge pull request #2430 from thess/v4l2-updateTed Hess2016-02-27
|\ \ \ \ \ | | | | | | | | | | | | libv4l: Update version to 1.10.0. Fix musl/uClibc incompatibility wit…
| * | | | | libv4l: Update version to 1.10.0. Fix musl/uClibc incompatibility with ↵Ted Hess2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getsubopt() Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #2427 from openwrt-es/shairport-sync-nextTed Hess2016-02-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | shairport-sync: update to latest version
| * | | | | | shairport-sync: update to latest versionÁlvaro Fernández Rojas2016-02-27
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds PROVIDES definition to fix "shairport-sync" package installation from feeds. Remove unneeded openssl and polarssl config checks. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | unrar: update to v5.3.11Álvaro Fernández Rojas2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | shairplay: update to latest versionÁlvaro Fernández Rojas2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | pciutils: update to 3.4.1Álvaro Fernández Rojas2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | dump1090: update to latest versionÁlvaro Fernández Rojas2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | dump1090: Support cross-compiling (from OS X)Mike Miller2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dump1090 doesn't detect cross-compilation; instead, they check uname. For OpenWrt, the target will always be Linux, so just forcibly set it. Signed-off-by: Mike Miller <github@mikeage.net>
* | | | | | zip: respect LDFLAGSAlexander Ryzhov2016-02-27
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | Merge pull request #2371 from plntyk/fix_squid_krb5Luka Perkov2016-02-26
|\ \ \ \ \ | | | | | | | | | | | | squid: disable krb5
| * | | | | squid: disable krb5Dirk Neukirchen2016-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix build error reported by buildbot by disabling krb5 - libcom_err from krb5 is used - configure output: configure: WARNING: library 'com_err' is required for Heimdal Kerberos - krb5 has its own libcom_err (see krb5 package) with its own symbols - linking with wrong libcom_err from libext2fs produces errors during libgssapi_krb5.so: undefined reference to `error_message@com_err_3_MIT' libgssapi_krb5.so: undefined reference to `remove_error_table@com_err_3_MIT' libgssapi_krb5.so: undefined reference to `add_error_table@com_err_3_MIT' -> remove libext2fs dependency (wasnt working anyway - no PKG_BUILD_DEP) Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | | | | gnunet: update sources to r36918Daniel Golle2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always build experimental code, as 'dv' and 'flat' components are now packaged independently. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #2041 from yousong/qemuYousong Zhou2016-02-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | qemu: new package qemu-ga
| * | | | | | qemu: new package qemu-gaYousong Zhou2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | ddns-scripts: add dynu.comdiizzyy2016-02-26
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dynu.com service Signed-off-by: Daniel Engberg daniel.engberg.lists@pyret.net
* | | | | | Merge pull request #2422 from Shulyaka/masterHannu Nyman2016-02-25
|\ \ \ \ \ \ | | |/ / / / | |/| | | | postfix: version update to 3.0.4
| * | | | | postfix: version update to 3.0.4Denis Shulyaka2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | | | | | Merge pull request #2414 from diizzyy/patch-1Hannu Nyman2016-02-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns-scripts: fix freedns.afraid.org and bump pkg release
| * | | | | | ddns-scripts: bump package releasediizzyy2016-02-24
| | | | | | | | | | | | | | | | | | | | | Update package release due to changes
| * | | | | | ddns-scripts: fix freedns.afraid.orgdiizzyy2016-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add correct URL Signed-off-by: Daniel Engberg daniel.engberg.lists@pyret.net
* | | | | | | Merge pull request #2261 from cshore/pull-request-gnutls-with-cryptodevNikos Mavrogiannopoulos2016-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-…
| * | | | | | | libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodevDaniel Dickinson2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is not enough to select package kmod-cryptodev to avoid build failure; there must be a Makefile dependency on kmod-cryptodev in order for the build system to ensure kmod-cryptodev (and it's headers) are present during build. Therefore drop the select and add a conditional dependency. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | | | | Merge pull request #2295 from sairon/cryptodev-remove-deprecated-depsNikos Mavrogiannopoulos2016-02-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cryptodev: remove dependency on kmod-crypto-core
| * | | | | | | | cryptodev: remove dependency on kmod-crypto-coreJan Čermák2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kernel module kmod-crypto-core was removed in OpenWrt trunk r46820. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | | | | | | | | perl-cgi: Update to 4.26Marcel Denia2016-02-24
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | Merge pull request #2338 from thess/alsa-testTed Hess2016-02-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | alsa: Update to 1.1.0, disable basic audio test (bat) utility
| * | | | | | | | alsa: Update to 1.1.0, disable basic audio test (bat) utilityMichael Marley2016-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | Merge pull request #2412 from antonlacon/ffmpeg-2.7.xTed Hess2016-02-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ffmpeg: update to 2.7.6
| * | | | | | | | | ffmpeg: update to 2.7.6Ian Leonard2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | | | | | tracertools: use new git HEADDaniel Golle2016-02-23
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitorious archive became available, so I could import the project history from there into the new repo on github. Rebasing the changes made since 2014 on top of the original git tree obviously caused the commit hashes to differ. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | glib2: fix download pathPeter Wagner2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | glib2: update to 2.46.2Peter Wagner2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | pulseaudio: update to 8.0Peter Wagner2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | Merge pull request #2409 from dibdot/adblockHannu Nyman2016-02-22
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | adblock: 0.80.1
| * | | | | | | | adblock: 0.80.1Dirk Brenken2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix ip6tables reject types * simplified firewall ruleset for IPv4/IPv6 * fix memory detection (swap was always 0) * fix dnsmasq restart after partial restore * ad hotplug support, adblock will be started when wan interface comes up * change adblock init script accordingly, do nothing on 'boot' * optimize wget parameters for faster download results (in case of an error) * added CC installation notes to readme * removed needless external online check * removed needless optional parms 'adb_maxtime', 'adb_maxloop', 'adb_probeipv4' and 'adb_probeipv6' Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | | | | | | Merge pull request #2391 from dedeckeh/masterLuka Perkov2016-02-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pptpd: Make mppe and logwtmp configurable as uci parameters
| * | | | | | | | | pptpd: Make mppe and logwtmp configurable as uci parametersHans Dedecker2016-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add uci option mppe which makes the mppe parameter configurable; the default value is required,no40,no56,stateless as before. Add uci option logwtmp; when enabled updates wtmp when users connect and disconnect Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | | Merge pull request #2400 from dibdot/adblockHannu Nyman2016-02-21
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | adblock: 0.80.0
| * | | | | | | | | adblock: 0.80.0Dirk Brenken2016-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed no longer needed ntp sync * simplified wan uplink check * simplified adblock config parser (removed needless callbacks during parsing) * partly rearrange config options * ruadlist/easylist are no longer marked as experimental * updated documentation (esp. regarding new LuCI frontend) Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | | | | | | | Merge pull request #2399 from leitec/ngircd-23Hannu Nyman2016-02-21
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | ngircd: update to version 23