aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libuecc: use shared instead of static libraryDominik Menke2016-12-14
| | | | | | | | | | | | | | | | | | | This patch prepares for another future package (ecdsautils), which builds multiple binaries all linked to libuecc. The changes are a direct copy of [1]. The original commit message was: > commit cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1 > From: Matthias Schiffer <mschiffer@universe-factory.net> > Date: Tue, 3 May 2016 21:33:34 +0200 > Subject: libuecc: use shared instead of static library > > Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> [1]: https://github.com/freifunk-gluon/gluon/blob/cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1/patches/packages/openwrt/0007-libuecc-use-shared-instead-of-static-library.patch Signed-off-by: Dominik Menke <dom@digineo.de>
* qemu: build sub-packages only for selected targetsYousong Zhou2016-12-13
| | | | | | While at it, move these pacakges to submenu Utilities -> Virtualization Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #3653 from mlichvar/chrony-asyncdnsHannu Nyman2016-12-13
|\ | | | | chrony: enable asynchronous name resolving
| * chrony: enable asynchronous name resolvingMiroslav Lichvar2016-12-13
|/ | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* Merge pull request #3642 from danrl/dns64Hannu Nyman2016-12-13
|\ | | | | unbound: added DNS64 support
| * Unbound: added UCI support for DNS64Eric Luehrsen2016-12-12
| | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com> Signed-off-by: Dan Luedte <mail@danrl.com>
* | Merge pull request #3651 from chris5560/ddns-scriptsHannu Nyman2016-12-12
|\ \ | | | | | | ddns-scripts: set default verbose=0 so scripts run in background
| * | ddns-scripts: set default verbose=0 so scripts run in backgroundChristian Schoenebeck2016-12-12
|/ / | | | | | | | | | | fix #3645 and https://github.com/lede-project/source/pull/596#issuecomment-266395456 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | qemu: virtio-console-helper as a separate packageYousong Zhou2016-12-11
| | | | | | | | | | | | While at it, update copyright header. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | qemu: packaging target {x86_64,arm}-softmmu and friendsYousong Zhou2016-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment, only build these softmmu emulators for x86_64 and sunxi target. The decision was made for the following reasons - It seems that interests of virtualization with qemu are mostly from x86, and ARM recently. - x86, sunxi boards/boxes capable of running qemu with accel=kvm are more widely available - Not all host, target combinations of qemu works, or even compiles - Extra maintenance work and server resources Test results are as the following - Nested vmx works: lede-qemu-x86_64-kvm on lede-qemu-x86_64-kvm - KVM on Cubieboard2 works - tcg with malta works: lede-qemu-malta-tcg on lede-qemu-malta-tcg. But it's too slow to be useful thus not included in this version - mips64 host does not compile Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | qemu: bump to version 2.6.2Yousong Zhou2016-12-11
| | | | | | | | | | | | | | | | - use CXX_DEPENDS instead of explictly requiring libstdcpp - use PKG_INSTALL_DIR for packaging qemu-ga - explicitly --disable-docs Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | dtc: initial version 1.4.2Yousong Zhou2016-12-11
|/ | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #3644 from chris5560/masterHannu Nyman2016-12-11
|\ | | | | ddns-scripts: fix answer of changeip.com
| * ddns-scripts: fix answer of changeip.comChristian Schoenebeck2016-12-11
|/ | | | | | fix answer of changeip.com #3292 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* Merge pull request #3639 from kholk/masterNikos Mavrogiannopoulos2016-12-10
|\ | | | | ocserv: Add libev prefix to stop configure stage failure
| * ocserv: Add libev prefix to stop configure stage failureAngelo G. Del Regno2016-12-09
| | | | | | | | | | | | | | | | This version of ocserv needs us to explicitly specify the prefix for libev. Add a --with-libev-prefix parameter to make the configure stage to get the right library. Signed-off-by: Angelo G. Del Regno <kholk11@gmail.com>
* | Merge pull request #3641 from chris5560/masterHannu Nyman2016-12-10
|\ \ | |/ |/| ddns-scripts: extended/updated Makefile
| * ddns-scripts: extended/updated MakefileChristian Schoenebeck2016-12-09
|/ | | | | | | | | | modified Makefile to: - stop service before install when updating reported at http://forum.lede-project.org/t/ddns-scripts-upgrade-issue/456/1 - run uci-defaults for all packages - modify services files only on new installation still some commands already covered by default_postinst() etc. but they are in there for backward compatibilty. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* Merge pull request #3635 from p-wassi/lftp_474Hannu Nyman2016-12-09
|\ | | | | net/lftp: update to 4.7.4
| * net/lftp: update to 4.7.4p-wassi2016-12-08
| | | | | | | | | | | | | | Update lftp to upstream release 4.7.4 Also update the list of package mirrors. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | Merge pull request #3554 from thess/x264-testTed Hess2016-12-08
|\ \ | | | | | | libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type test
| * | libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type testTed Hess2016-12-08
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | reaver: use 65536 as snaplen with pcapYousong Zhou2016-12-08
| | | | | | | | | | | | | | | | | | | | | It should fix issue #3333. The patch was formed with help from t6x/reaver-wps-fork-t6x#101 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #3556 from thess/libopus-testTed Hess2016-12-08
|\ \ \ | | | | | | | | opus: Disable ASM for xscale and arm926ej-s
| * | | opus: Disable ASM for xscale and arm926ej-sTed Hess2016-11-23
| |/ / | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #3631 from EricLuehrsen/unbound_manconfHannu Nyman2016-12-08
|\ \ \ | | | | | | | | Unbound: fix regression of manual conf for power user
| * | | Unbound: fix regression of manual conf for power userEric Luehrsen2016-12-08
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - History: prior to package 1.5.10-3 /var/lib/unbound was not used - History: prior to package 1.5.10-4 no UCI scripts were provided - Problem: UCI 'option manual_conf 1' only copied unbound.conf and root.key - Problem: power users that had complex file nests cannot use this - Fix: README.md includes instructions for /var/lib/unbound jail - Fix: unbound.sh copies ALL of /etc/unbound for 'option manual_conf 1' Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | Merge pull request #3627 from ryzhovau/opentracker-confDaniel Golle2016-12-07
|\ \ \ | | | | | | | | opentracker: do not rewrite conf files
| * | | opentracker: do not rewrite conf filesAlexander Ryzhov2016-12-07
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | Merge pull request #3628 from fededim/emailrelayfixHannu Nyman2016-12-07
|\ \ \ \ | | | | | | | | | | emailrelay: bugfix #2401
| * | | | emailrelay: bugfix #2401, switched to libstdcpp due to some uclibc++ issuesRupan2016-12-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | | Merge pull request #3498 from fededim/masterJo-Philipp Wich2016-12-07
|\ \ \ \ \ | |_|/ / / |/| | | | softethervpn: added new package 4.21-9613
| * | | | softethervpn: added new package 4.21-9613Rupan2016-11-10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - based on the work done by el1n with his authorization (https://github.com/el1n/OpenWRT-package-softether) - updated softethervpn to latest version - introduced necessary patches for lede compatibility (nossl3) Signed-Off-by: Federico Di Marco <fededim@gmail.com>
* | | | Merge pull request #3626 from p-wassi/ethtool_48Matthias Schiffer2016-12-07
|\ \ \ \ | |_|_|/ |/| | | net/ethtool: update to 4.8
| * | | net/ethtool: update to 4.8p-wassi2016-12-05
| | | | | | | | | | | | | | | | | | | | | | | | Update ethtool to upstream release 4.8 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | Merge pull request #3615 from p-wassi/mutt_171Hannu Nyman2016-12-07
|\ \ \ \ | | | | | | | | | | mail/mutt: update to 1.7.2
| * | | | mail/mutt: update to 1.7.2p-wassi2016-12-05
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update mutt to upstream release 1.7.2 Also introduce a patch for CVE-2014-9116, which addresses a DoS-attack. The patch is originally found at Debian's package of mutt 1.7.1 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | Merge pull request #3594 from stintel/bindNoah Meyerhans2016-12-06
|\ \ \ \ | | | | | | | | | | bind: disable libjson support
| * | | | bind: disable libjson supportStijn Tintel2016-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If libjson-c is detected during bind-libs configure phase, bind-libs will be built with libjson support. This results in a missing dependency error during install phase. Solve this by disabling libjson support.
* | | | | Merge pull request #3622 from chris5560/masterHannu Nyman2016-12-05
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: various fixes
| * | | | | ddns-scripts: various fixesChristian Schoenebeck2016-12-05
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | fixes reported in #3621 #3617 #3616 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | Merge pull request #3614 from p-wassi/avrdude_63Ted Hess2016-12-05
|\ \ \ \ \ | | | | | | | | | | | | utils/avrdude: update to 6.3
| * | | | | utils/avrdude: update to 6.3p-wassi2016-12-05
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Update avrdude to upstream release 6.3 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | Merge pull request #3609 from wodu/linuxptp_packageHannu Nyman2016-12-05
|\ \ \ \ \ | | | | | | | | | | | | linuxptp: Update to version 1.8
| * | | | | linuxptp: Update to version 1.8Wojciech Dubowik2016-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
* | | | | | Merge pull request #3616 from chris5560/masterHannu Nyman2016-12-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns-scripts: update to 2.7.6-1
| * | | | | | ddns-scripts: update to 2.7.6-1Christian Schoenebeck2016-12-04
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - tld_names.dat.gz - rename to public_suffix_list.dat.gz - (re)created during build - new location /usr/share - move services files to /etc/ddns - new services - CloudFlare.com-v4 using API-Version 4 without using public_suffix_list.dat - GoDaddy.com - both depending on cURL package - both with modified syntax for option domain ( NEW: [host[.subdom]@]domain.tld ) - new service - Now-DNS.com formerly Now-IP.com - service afraid.org now supports key-auth and basic-auth - new command line options for dynamic_dns_updater.sh and dynamic_dns_updater.sh - adapted ddns.init and ddns.hotplug to new command line options - renaming config options inside section global Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | Merge pull request #3613 from ejurgensen/forked-daapd_24.2Hannu Nyman2016-12-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | forked-daapd: Update to version 24.2
| * | | | | | forked-daapd: Update to version 24.2ejurgensen2016-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | | | Merge pull request #3612 from ejurgensen/mxml_2.10Hannu Nyman2016-12-04
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | mxml: Update to version 2.10