Commit Graph

6662 Commits

Author SHA1 Message Date
Yousong Zhou 3aa9ece43c qemu: virtio-console-helper as a separate package
While at it, update copyright header.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-12-11 21:32:22 -06:00
Yousong Zhou c778ff5714 qemu: packaging target {x86_64,arm}-softmmu and friends
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>
2016-12-11 21:32:22 -06:00
Yousong Zhou 83f0cfb71a qemu: bump to version 2.6.2
- 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>
2016-12-11 21:32:22 -06:00
Yousong Zhou 3e4d616a74 dtc: initial version 1.4.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-12-11 21:32:22 -06:00
Hannu Nyman 52486075e6 Merge pull request #3644 from chris5560/master
ddns-scripts: fix answer of changeip.com
2016-12-11 12:01:20 +02:00
Christian Schoenebeck 099acdb89e ddns-scripts: fix answer of changeip.com
fix answer of changeip.com #3292

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-11 10:47:51 +01:00
Nikos Mavrogiannopoulos 2becb18c52 Merge pull request #3639 from kholk/master
ocserv: Add libev prefix to stop configure stage failure
2016-12-10 19:00:55 +01:00
Hannu Nyman 18ce1a8f18 Merge pull request #3641 from chris5560/master
ddns-scripts: extended/updated Makefile
2016-12-10 11:37:59 +02:00
Christian Schoenebeck c380d595a8 ddns-scripts: extended/updated Makefile
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>
2016-12-09 20:14:06 +01:00
Angelo G. Del Regno 5f6e8651db ocserv: Add libev prefix to stop configure stage failure
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>
2016-12-09 15:03:16 +01:00
Hannu Nyman c7652be39c Merge pull request #3635 from p-wassi/lftp_474
net/lftp: update to 4.7.4
2016-12-09 10:24:06 +02:00
Ted Hess 781b57f177 Merge pull request #3554 from thess/x264-test
libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type test
2016-12-08 15:25:42 -05:00
Ted Hess a41be403e6 libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type test
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-12-08 15:21:57 -05:00
Yousong Zhou 25621beab4 reaver: use 65536 as snaplen with pcap
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>
2016-12-08 09:54:30 -06:00
Ted Hess 765ff16b5a Merge pull request #3556 from thess/libopus-test
opus: Disable ASM for xscale and arm926ej-s
2016-12-08 09:58:09 -05:00
p-wassi bfc5df51e2 net/lftp: update to 4.7.4
Update lftp to upstream release 4.7.4
Also update the list of package mirrors.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2016-12-08 10:42:11 +01:00
Hannu Nyman 9f7da38e77 Merge pull request #3631 from EricLuehrsen/unbound_manconf
Unbound: fix regression of manual conf for power user
2016-12-08 10:00:19 +02:00
Eric Luehrsen 1ed2270670 Unbound: fix regression of manual conf for power user
- 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>
2016-12-08 00:57:28 -05:00
Daniel Golle 72ea367a15 Merge pull request #3627 from ryzhovau/opentracker-conf
opentracker: do not rewrite conf files
2016-12-07 16:45:25 +01:00
Hannu Nyman 527fd79634 Merge pull request #3628 from fededim/emailrelayfix
emailrelay: bugfix #2401
2016-12-07 17:00:20 +02:00
Rupan 8fa1833509 emailrelay: bugfix #2401, switched to libstdcpp due to some uclibc++ issues
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2016-12-07 15:39:08 +01:00
Jo-Philipp Wich b7c332fab4 Merge pull request #3498 from fededim/master
softethervpn: added new package 4.21-9613
2016-12-07 15:18:52 +01:00
Alexander Ryzhov 4b1f9ad9cf opentracker: do not rewrite conf files
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-12-07 16:09:53 +03:00
Matthias Schiffer ba5695c1b4 Merge pull request #3626 from p-wassi/ethtool_48
net/ethtool: update to 4.8
2016-12-07 11:39:11 +01:00
Hannu Nyman bcb2de7dbd Merge pull request #3615 from p-wassi/mutt_171
mail/mutt: update to 1.7.2
2016-12-07 10:33:47 +02:00
Noah Meyerhans 3de60fac7b Merge pull request #3594 from stintel/bind
bind: disable libjson support
2016-12-06 20:26:20 -08:00
p-wassi a0f2a825c1 net/ethtool: update to 4.8
Update ethtool to upstream release 4.8

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2016-12-05 20:54:49 +01:00
Hannu Nyman 2c4e5df48a Merge pull request #3622 from chris5560/master
ddns-scripts: various fixes
2016-12-05 21:48:48 +02:00
Christian Schoenebeck 4ae1484a19 ddns-scripts: various fixes
fixes reported in #3621 #3617 #3616

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-12-05 20:40:09 +01:00
Ted Hess 2d606f93e4 Merge pull request #3614 from p-wassi/avrdude_63
utils/avrdude: update to 6.3
2016-12-05 13:39:34 -05:00
Hannu Nyman 5f106b0077 Merge pull request #3609 from wodu/linuxptp_package
linuxptp: Update to version 1.8
2016-12-05 11:03:13 +02:00
p-wassi be1e69437b mail/mutt: update to 1.7.2
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>
2016-12-05 08:26:45 +01:00
p-wassi 1fc42dbf58 utils/avrdude: update to 6.3
Update avrdude to upstream release 6.3

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2016-12-05 08:15:44 +01:00
Hannu Nyman ca768581ea Merge pull request #3616 from chris5560/master
ddns-scripts: update to 2.7.6-1
2016-12-04 17:58:23 +02:00
Christian Schoenebeck 1c20dcb71a ddns-scripts: update to 2.7.6-1
- 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>
2016-12-04 16:47:09 +01:00
Hannu Nyman 4a07953154 Merge pull request #3613 from ejurgensen/forked-daapd_24.2
forked-daapd: Update to version 24.2
2016-12-04 01:23:25 +02:00
Hannu Nyman 1ca5e382d6 Merge pull request #3612 from ejurgensen/mxml_2.10
mxml: Update to version 2.10
2016-12-04 01:23:04 +02:00
Jonas Gorski 6fccd8801e znc: allow running without modules
Now that we don't ship any modules by default, znc might be started
without any modules. Unfortunately znc refuses to start without any
modules, so patch out the appropriate check.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2016-12-03 17:52:28 +01:00
Jonas Gorski c5d465a53c Merge pull request #3508 from kdarbyshirebryant/zncplayback
znc: add advanced playback module
2016-12-03 17:47:07 +01:00
Jonas Gorski a6a6cf2d47 Merge pull request #3504 from kdarbyshirebryant/zncprocd
znc: run as user znc & use procd
2016-12-03 17:44:37 +01:00
ejurgensen 49186dfaef forked-daapd: Update to version 24.2
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2016-12-03 17:41:26 +01:00
ejurgensen 2981bd65f0 mxml: Update to version 2.10
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2016-12-03 17:23:41 +01:00
Jo-Philipp Wich a413685c58 Merge pull request #3611 from diizzyy/patch-26
libs/libarchive: Fix unintended linking of liblz4
2016-12-03 10:32:13 +01:00
Daniel Engberg 2057d7c790 libs/libarchive: Fix unintended linking of liblz4
Fixes unintended linking of liblz4
Thanks to hnyman for making me aware of this issue.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-12-03 02:33:09 +01:00
Hannu Nyman 799610ca8e Merge pull request #3610 from dibdot/travelmate
travelmate: update 0.2.7
2016-12-03 01:59:12 +02:00
Dirk Brenken 811bda6982 travelmate: update 0.2.7
* no longer rely on static ap ifnames in wireless config
* other small fixes & cleanups

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-12-02 22:11:21 +01:00
Wojciech Dubowik 398c7ea919 linuxptp: Update to version 1.8
Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
2016-12-02 13:54:35 +01:00
Hannu Nyman ff69a86076 Merge pull request #3597 from zx2c4/patch-1
net/wireguard: version bump
2016-12-02 12:11:19 +02:00
Daniel Golle e404b5e7a6 gnurl: update to version 7.51.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-12-02 00:56:51 +01:00
Hannu Nyman 24cfec62e9 Merge pull request #3606 from diizzyy/patch-25
libs/libarchive: Update to 3.2.2 and add bsdtar
2016-12-02 00:13:35 +02:00