feed/packages.git
7 years agoMerge pull request #3605 from bittorf/mysqld-allow_spaces_in_config
Jo-Philipp Wich [Tue, 20 Dec 2016 15:20:26 +0000 (16:20 +0100)]
Merge pull request #3605 from bittorf/mysqld-allow_spaces_in_config

mysql-server: initscript: allow spaces in 'mysql-config' datadir

7 years agoMerge pull request #3658 from jow-/openvswitch-kmod-compile-time
Jo-Philipp Wich [Tue, 20 Dec 2016 14:07:00 +0000 (15:07 +0100)]
Merge pull request #3658 from jow-/openvswitch-kmod-compile-time

openswitch: improve build time for kmod-only builds

7 years agoMerge pull request #3681 from dibdot/adblock
Hannu Nyman [Tue, 20 Dec 2016 11:48:09 +0000 (13:48 +0200)]
Merge pull request #3681 from dibdot/adblock

adblock: release 2.0.0

7 years agoadblock: release 2.0.0 3681/head
Dirk Brenken [Mon, 19 Dec 2016 19:11:25 +0000 (20:11 +0100)]
adblock: release 2.0.0

* changed complete dnsmasq handling
  - no longer redirect ad requests to internal web server via firewall
    rules etc., in fact send back a simple NXDOMAIN for all
    ad related (sub-)domains
  - smaller memory footprint for block lists
  - removed needless uhttpd instances
  - removed needless firewall rules/redirects
* init/hotplug system migrated to procd
  - removed hotplug.d script, now using procd interface trigger
* reduced code size/complexity
  - removed needless internal pre-checks & function blocks,
    no longer rely on a separate helper library
  - removed flash writes to adblock config
* support different download tools like wget (default), aria2c,
uclient-fetch, curl (see online doc)
* adblock status/statistics via ubus call (see online doc)
* various bug fixes
* documentation update
* changed makefile copyright notice

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoMerge pull request #3665 from EricLuehrsen/unbound_1_6_0
Hannu Nyman [Tue, 20 Dec 2016 08:39:12 +0000 (10:39 +0200)]
Merge pull request #3665 from EricLuehrsen/unbound_1_6_0

unbound: update to 1.6.0

7 years agolibs/rxtx: add support for RX/TX Java serial communications
Dana Myers [Tue, 20 Dec 2016 00:43:14 +0000 (16:43 -0800)]
libs/rxtx: add support for RX/TX Java serial communications

Integrate support for RX/TX Java serial communications library.
Includes patch to include support for ttyACM* devices.

Signed-off-by: Dana H. Myers k6jq@comcast.net
7 years agoMerge pull request #3677 from diizzyy/patch-29
Hannu Nyman [Mon, 19 Dec 2016 15:18:40 +0000 (17:18 +0200)]
Merge pull request #3677 from diizzyy/patch-29

net/dnscrypt-proxy: Use bz2 tarball

7 years agonet/dnscrypt-proxy: Use bz2 tarball 3677/head
Daniel Engberg [Mon, 19 Dec 2016 10:14:46 +0000 (11:14 +0100)]
net/dnscrypt-proxy: Use bz2 tarball

Use bz2 tarball, saves space and bandwidth.
Use SHA256 checksum instead of MD5.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3676 from damianorenfer/master
Hannu Nyman [Mon, 19 Dec 2016 10:09:03 +0000 (12:09 +0200)]
Merge pull request #3676 from damianorenfer/master

net/dnscrypt-proxy: update to 1.8.0

7 years agonet/dnscrypt-proxy: update to 1.8.0 3676/head
Damiano Renfer [Mon, 19 Dec 2016 09:27:39 +0000 (10:27 +0100)]
net/dnscrypt-proxy: update to 1.8.0

Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
7 years agounbound: UCI updates to take advantage of 1.6.0 3665/head
Eric Luehrsen [Mon, 19 Dec 2016 03:38:03 +0000 (22:38 -0500)]
unbound: UCI updates to take advantage of 1.6.0
- UCI to take advantage of "qname-minimisation-strict:"
- UCI to block chaos reponses bind, server, and version
- UCI to limit or prefer recrusion over IP4 or IP6

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agounbound: bugfix for UCI script typos
Eric Luehrsen [Mon, 19 Dec 2016 03:37:56 +0000 (22:37 -0500)]
unbound: bugfix for UCI script typos
- UCI option dnsmasq_gate_name typo in few locations
- NTP hotplug to check /etc/init.d/unbound not ..dnsmasq

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agounbound: update 1.6.0
Eric Luehrsen [Mon, 19 Dec 2016 03:37:47 +0000 (22:37 -0500)]
unbound: update 1.6.0
- future opportunity: added "views:" clause
-- consider won't need UCI for security instances
-- consider access lists, forwards, views, and tags
-- consider query denial for DNS amplification defense
- future opportunity: thrifted "local-zone:" memory bloat
-- consider adblock package to feed thru unbound-control
-- consider access lists, forwards, views, and tags
-- consider offering LuCI parental controls or other

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agoMerge pull request #3673 from zorun/bmon_4.0
Hannu Nyman [Sun, 18 Dec 2016 19:52:39 +0000 (21:52 +0200)]
Merge pull request #3673 from zorun/bmon_4.0

bmon: Bump to 4.0, update copyright

7 years agoMerge pull request #3674 from zx2c4/wireguard-bump
Hannu Nyman [Sun, 18 Dec 2016 19:52:09 +0000 (21:52 +0200)]
Merge pull request #3674 from zx2c4/wireguard-bump

net/wireguard: version bump

7 years agoMerge pull request #3675 from chris5560/ddns-scripts
Hannu Nyman [Sun, 18 Dec 2016 19:50:15 +0000 (21:50 +0200)]
Merge pull request #3675 from chris5560/ddns-scripts

ddns-scripts: fixes for cloudflare v4

7 years agoddns-scripts: fixes for cloudflare v4 3675/head
Christian Schoenebeck [Sun, 18 Dec 2016 19:35:39 +0000 (20:35 +0100)]
ddns-scripts: fixes for cloudflare v4

- update_cloudflare_com_v4.sh: enclose urls in single quotes
- dynamic_dns_functions.sh: force to return only one ip, if using nslookup to get registered ip

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agonet/wireguard: version bump 3674/head
Jason A. Donenfeld [Fri, 16 Dec 2016 17:22:48 +0000 (18:22 +0100)]
net/wireguard: version bump

Update to new snapshot version. We also make IPV6 optional, and
conditionally selecting the udptunnel6 module, using the same trick that
the strongswan package also uses for this kind of dependency expression.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
7 years agobmon: Bump to 4.0, update copyright 3673/head
Baptiste Jonglez [Sun, 18 Dec 2016 17:33:05 +0000 (18:33 +0100)]
bmon: Bump to 4.0, update copyright

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agoMerge pull request #3671 from openwrt/revert-3669-patch-6
Hannu Nyman [Sun, 18 Dec 2016 12:15:04 +0000 (14:15 +0200)]
Merge pull request #3671 from openwrt/revert-3669-patch-6

Revert "package/wireguard bump version to 0.0.20161216"

7 years agoRevert "package/wireguard bump version to 0.0.20161216" 3671/head
Hannu Nyman [Sun, 18 Dec 2016 12:14:11 +0000 (14:14 +0200)]
Revert "package/wireguard bump version to 0.0.20161216"

7 years agoMerge pull request #3669 from viisauksena/patch-6
Hannu Nyman [Sun, 18 Dec 2016 09:06:47 +0000 (11:06 +0200)]
Merge pull request #3669 from viisauksena/patch-6

package/wireguard bump version to 0.0.20161216

7 years agopackage/wireguard bump version to 0.0.20161216 3669/head
viisauksena [Sun, 18 Dec 2016 01:03:41 +0000 (02:03 +0100)]
package/wireguard bump version to 0.0.20161216

package/wireguard bump version to 0.0.20161216
Signed-off-by: Jens Viisauksena github_patch@viisauksena.de
7 years agoMerge pull request #3649 from hauke/tor
Hauke Mehrtens [Sat, 17 Dec 2016 14:28:44 +0000 (15:28 +0100)]
Merge pull request #3649 from hauke/tor

tor: update to version 0.2.8.11

7 years agoMerge pull request #3648 from hauke/io
Hauke Mehrtens [Sat, 17 Dec 2016 14:28:17 +0000 (15:28 +0100)]
Merge pull request #3648 from hauke/io

io: add io-tool

7 years agoio: add io-tool 3648/head
Hauke Mehrtens [Sun, 11 Dec 2016 23:03:01 +0000 (00:03 +0100)]
io: add io-tool

This add the io tool from the old package feed.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agotor: update to version 0.2.8.11 3649/head
Hauke Mehrtens [Sun, 11 Dec 2016 22:56:19 +0000 (23:56 +0100)]
tor: update to version 0.2.8.11

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agoMerge pull request #3662 from diizzyy/patch-27
Nikos Mavrogiannopoulos [Sat, 17 Dec 2016 09:19:04 +0000 (10:19 +0100)]
Merge pull request #3662 from diizzyy/patch-27

libs/libtasn1: Update to 4.9

7 years agojool: version bump (fixes #3657)
danrl [Sat, 17 Dec 2016 08:06:10 +0000 (09:06 +0100)]
jool: version bump (fixes #3657)

Latest upstream changes explicitly include `net/ip6_checksum.h`.
Fixes issue #3657.

Signed-off-by: Dan Luedtke <mail@danrl.com>
7 years agolibs/liblz4: Use xz compression instead of gz
Daniel Engberg [Fri, 16 Dec 2016 14:01:54 +0000 (15:01 +0100)]
libs/liblz4: Use xz compression instead of gz

Use xz compression as it saves space compared to gz.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3634 from p-wassi/libexpat_220
Ted Hess [Fri, 16 Dec 2016 23:19:32 +0000 (18:19 -0500)]
Merge pull request #3634 from p-wassi/libexpat_220

libs/expat: update to 2.2.0

7 years agolibs/libtasn1: Update to 4.9 3662/head
Daniel Engberg [Fri, 16 Dec 2016 13:54:07 +0000 (14:54 +0100)]
libs/libtasn1: Update to 4.9

Update 4.9 and use URL alias

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3659 from jow-/python-move-includes
Hannu Nyman [Fri, 16 Dec 2016 08:41:49 +0000 (10:41 +0200)]
Merge pull request #3659 from jow-/python-move-includes

python: move includes after common package variables

7 years agoMerge pull request #3661 from commodo/python3-move-includes
Hannu Nyman [Fri, 16 Dec 2016 08:41:14 +0000 (10:41 +0200)]
Merge pull request #3661 from commodo/python3-move-includes

python3: split `python3-version.mk` from `python3-package.mk`

7 years agopython3: split `python3-version.mk` from `python3-package.mk` 3661/head
Alexandru Ardelean [Fri, 16 Dec 2016 07:07:41 +0000 (09:07 +0200)]
python3: split `python3-version.mk` from `python3-package.mk`

And move \`python3-package.mk\` include, same as in python package.
This is mostly to have consistency/similarity between python & python3
packages.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython: move includes after common package variables 3659/head
Jo-Philipp Wich [Fri, 16 Dec 2016 01:22:41 +0000 (02:22 +0100)]
python: move includes after common package variables

Move the python-host.mk and python-package.mk includes after the definition of
common package variables. This is required to ensure that PKG_UNPACK is not set
to to the dummy "true" command which happens if PKG_SOURCE is not yet set.

Fixes the following error observed while attempting to build Python on a recent
LEDE version:

    make[2]: Entering directory '.../lang/python'
    true
    [ ! -d ./src/ ] || cp -fpR ./src/* .../Python-2.7.12

    Applying ./patches/001-enable-zlib.patch using plaintext:
    can't find file to patch at input line 14
    Perhaps you used the wrong -p or --strip option?
    [...]
    Patch failed!  Please fix ./patches/001-enable-zlib.patch!
    Makefile:242: recipe for target '.../Python-2.7.12/.prepared_...' failed

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoopenswitch: improve build time for kmod-only builds 3658/head
Jo-Philipp Wich [Fri, 16 Dec 2016 00:14:54 +0000 (01:14 +0100)]
openswitch: improve build time for kmod-only builds

When only kmod-openvswitch is enabled, which commonly happens during LEDE
release builds, there is no need to build the entire userland of openvswitch
as this is done at a later stage on systems dedicated to build only userspace
packages.

This change conditionalizes the dependency on python, which means that python
prerequisites are only compiled if the openvswitch-python package is enabled,
which allows us to eliminate the entire python dependency chain.

Furthermore, this change sets MAKE_PATH to the kernel module sub directory
if only kmod-openvswitch is enabled which causes the openvswitch build system
to only process sources related to the .ko files.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoMerge pull request #3604 from danrl/jool
Jo-Philipp Wich [Wed, 14 Dec 2016 18:43:14 +0000 (19:43 +0100)]
Merge pull request #3604 from danrl/jool

jool: added support for Jool SIIT/NAT64

7 years agojool: added support for Jool SIIT/NAT64 3604/head
danrl [Thu, 1 Dec 2016 19:32:04 +0000 (20:32 +0100)]
jool: added support for Jool SIIT/NAT64

This adds support for the Jool SIIT/NAT64 translating kernel modules and user
space tools.

Signed-off-by: Dan Luedtke <mail@danrl.com>
7 years agoMerge pull request #3654 from dmke/master
Matthias Schiffer [Wed, 14 Dec 2016 12:11:18 +0000 (13:11 +0100)]
Merge pull request #3654 from dmke/master

Bring in ecdsautils, make libuecc shared

7 years agoecdsautils/libecdsautil: add 0.3.2.20160630 3654/head
Dominik Menke [Tue, 13 Dec 2016 14:52:36 +0000 (15:52 +0100)]
ecdsautils/libecdsautil: add 0.3.2.20160630

These changes are a direct copy of [1]. The original commit
messages were:

> commit 0a6411b56b9edeba1809ffe45c03dbb7261bf45c
> Author: Matthias Schiffer <mschiffer@universe-factory.net>
> Date:   Sun May 8 11:39:22 2016 +0200
>
> ecdsautils: update to current git, add libecdsautil
>
> The addition of libecdsautil required us to switch from statically
> linked libuecc to a shared library (as we also want shared
> libecdsautil).

> commit 05bc59f3196b1dc05afe845e1df0073e40f0757d
> Author: Nils Schneider <nils@nilsschneider.net>
> Date:   Mon Jul 21 14:51:42 2014 +0200
>
> ecdsautils: update to v0.3.2

> commit db7d9410b3e21f5770f28a3c537ba6a681c24e62
> Author: Nils Schneider <nils@nilsschneider.net>
> Date:   Thu Jul 10 16:28:10 2014 +0200
>
> ecdsautils: download using git instead of http

> commit 3a1b6541b43d4801608c391d64582af41e7a155a
> Author: Nils Schneider <nils.schneider@gmail.com>
> Date:   Wed Feb 6 13:30:26 2013 +0100
>
> Add ecdsautils v0.2

[1]: https://github.com/freifunk-gluon/packages/blob/0a6411b56b9edeba1809ffe45c03dbb7261bf45c/utils/ecdsautils/Makefile

Signed-off-by: Dominik Menke <dom@digineo.de>
7 years agolibuecc: use shared instead of static library
Dominik Menke [Tue, 13 Dec 2016 14:42:41 +0000 (15:42 +0100)]
libuecc: use shared instead of static library

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>
7 years agoqemu: build sub-packages only for selected targets
Yousong Zhou [Tue, 13 Dec 2016 03:03:41 +0000 (11:03 +0800)]
qemu: build sub-packages only for selected targets

While at it, move these pacakges to submenu Utilities -> Virtualization

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years agoMerge pull request #3653 from mlichvar/chrony-asyncdns
Hannu Nyman [Tue, 13 Dec 2016 14:13:32 +0000 (16:13 +0200)]
Merge pull request #3653 from mlichvar/chrony-asyncdns

chrony: enable asynchronous name resolving

7 years agochrony: enable asynchronous name resolving 3653/head
Miroslav Lichvar [Tue, 13 Dec 2016 12:46:48 +0000 (13:46 +0100)]
chrony: enable asynchronous name resolving

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
7 years agoMerge pull request #3642 from danrl/dns64
Hannu Nyman [Tue, 13 Dec 2016 09:04:01 +0000 (11:04 +0200)]
Merge pull request #3642 from danrl/dns64

unbound: added DNS64 support

7 years agoMerge pull request #3651 from chris5560/ddns-scripts
Hannu Nyman [Mon, 12 Dec 2016 20:44:19 +0000 (22:44 +0200)]
Merge pull request #3651 from chris5560/ddns-scripts

ddns-scripts: set default verbose=0 so scripts run in background

7 years agoddns-scripts: set default verbose=0 so scripts run in background 3651/head
Christian Schoenebeck [Mon, 12 Dec 2016 20:07:20 +0000 (21:07 +0100)]
ddns-scripts: set default verbose=0 so scripts run in background

fix #3645 and https://github.com/lede-project/source/pull/596#issuecomment-266395456

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoUnbound: added UCI support for DNS64 3642/head
Eric Luehrsen [Sat, 10 Dec 2016 18:40:54 +0000 (13:40 -0500)]
Unbound: added UCI support for DNS64

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Signed-off-by: Dan Luedte <mail@danrl.com>
7 years agoqemu: virtio-console-helper as a separate package
Yousong Zhou [Tue, 29 Nov 2016 04:18:26 +0000 (12:18 +0800)]
qemu: virtio-console-helper as a separate package

While at it, update copyright header.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years agoqemu: packaging target {x86_64,arm}-softmmu and friends
Yousong Zhou [Tue, 6 Dec 2016 06:52:37 +0000 (14:52 +0800)]
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>
7 years agoqemu: bump to version 2.6.2
Yousong Zhou [Tue, 6 Dec 2016 06:50:53 +0000 (14:50 +0800)]
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>
7 years agodtc: initial version 1.4.2
Yousong Zhou [Thu, 1 Dec 2016 10:32:02 +0000 (18:32 +0800)]
dtc: initial version 1.4.2

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years agoMerge pull request #3644 from chris5560/master
Hannu Nyman [Sun, 11 Dec 2016 10:01:20 +0000 (12:01 +0200)]
Merge pull request #3644 from chris5560/master

ddns-scripts: fix answer of changeip.com

7 years agoddns-scripts: fix answer of changeip.com 3644/head
Christian Schoenebeck [Sun, 11 Dec 2016 09:47:51 +0000 (10:47 +0100)]
ddns-scripts: fix answer of changeip.com

fix answer of changeip.com #3292

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoMerge pull request #3639 from kholk/master
Nikos Mavrogiannopoulos [Sat, 10 Dec 2016 18:00:55 +0000 (19:00 +0100)]
Merge pull request #3639 from kholk/master

ocserv: Add libev prefix to stop configure stage failure

7 years agoMerge pull request #3641 from chris5560/master
Hannu Nyman [Sat, 10 Dec 2016 09:37:59 +0000 (11:37 +0200)]
Merge pull request #3641 from chris5560/master

ddns-scripts: extended/updated Makefile

7 years agoddns-scripts: extended/updated Makefile 3641/head
Christian Schoenebeck [Fri, 9 Dec 2016 19:14:06 +0000 (20:14 +0100)]
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>
7 years agoocserv: Add libev prefix to stop configure stage failure 3639/head
Angelo G. Del Regno [Fri, 9 Dec 2016 13:11:54 +0000 (14:11 +0100)]
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>
7 years agoMerge pull request #3635 from p-wassi/lftp_474
Hannu Nyman [Fri, 9 Dec 2016 08:24:06 +0000 (10:24 +0200)]
Merge pull request #3635 from p-wassi/lftp_474

net/lftp: update to 4.7.4

7 years agoMerge pull request #3554 from thess/x264-test
Ted Hess [Thu, 8 Dec 2016 20:25:42 +0000 (15:25 -0500)]
Merge pull request #3554 from thess/x264-test

libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type test

7 years agolibx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type test 3554/head
Ted Hess [Wed, 23 Nov 2016 17:54:46 +0000 (12:54 -0500)]
libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type test

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agoreaver: use 65536 as snaplen with pcap
Yousong Zhou [Thu, 8 Dec 2016 05:25:39 +0000 (13:25 +0800)]
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>
7 years agoMerge pull request #3556 from thess/libopus-test
Ted Hess [Thu, 8 Dec 2016 14:58:09 +0000 (09:58 -0500)]
Merge pull request #3556 from thess/libopus-test

opus: Disable ASM for xscale and arm926ej-s

7 years agolibs/expat: update to 2.2.0 3634/head
p-wassi [Thu, 8 Dec 2016 09:46:58 +0000 (10:46 +0100)]
libs/expat: update to 2.2.0

Update libexpat to upstream release 2.2.0

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
7 years agonet/lftp: update to 4.7.4 3635/head
p-wassi [Thu, 8 Dec 2016 09:42:11 +0000 (10:42 +0100)]
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>
7 years agoMerge pull request #3631 from EricLuehrsen/unbound_manconf
Hannu Nyman [Thu, 8 Dec 2016 08:00:19 +0000 (10:00 +0200)]
Merge pull request #3631 from EricLuehrsen/unbound_manconf

Unbound: fix regression of manual conf for power user

7 years agoUnbound: fix regression of manual conf for power user 3631/head
Eric Luehrsen [Thu, 8 Dec 2016 03:07:08 +0000 (22:07 -0500)]
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>
7 years agoMerge pull request #3627 from ryzhovau/opentracker-conf
Daniel Golle [Wed, 7 Dec 2016 15:45:25 +0000 (16:45 +0100)]
Merge pull request #3627 from ryzhovau/opentracker-conf

opentracker: do not rewrite conf files

7 years agoMerge pull request #3628 from fededim/emailrelayfix
Hannu Nyman [Wed, 7 Dec 2016 15:00:20 +0000 (17:00 +0200)]
Merge pull request #3628 from fededim/emailrelayfix

emailrelay: bugfix #2401

7 years agoemailrelay: bugfix #2401, switched to libstdcpp due to some uclibc++ issues 3628/head
Rupan [Mon, 5 Dec 2016 15:51:32 +0000 (16:51 +0100)]
emailrelay: bugfix #2401, switched to libstdcpp due to some uclibc++ issues

Signed-off-by: Federico Di Marco <fededim@gmail.com>
7 years agoMerge pull request #3498 from fededim/master
Jo-Philipp Wich [Wed, 7 Dec 2016 14:18:52 +0000 (15:18 +0100)]
Merge pull request #3498 from fededim/master

softethervpn: added new package 4.21-9613

7 years agoopentracker: do not rewrite conf files 3627/head
Alexander Ryzhov [Wed, 7 Dec 2016 13:09:53 +0000 (16:09 +0300)]
opentracker: do not rewrite conf files
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
7 years agoMerge pull request #3626 from p-wassi/ethtool_48
Matthias Schiffer [Wed, 7 Dec 2016 10:39:11 +0000 (11:39 +0100)]
Merge pull request #3626 from p-wassi/ethtool_48

net/ethtool: update to 4.8

7 years agoMerge pull request #3615 from p-wassi/mutt_171
Hannu Nyman [Wed, 7 Dec 2016 08:33:47 +0000 (10:33 +0200)]
Merge pull request #3615 from p-wassi/mutt_171

mail/mutt: update to 1.7.2

7 years agoMerge pull request #3594 from stintel/bind
Noah Meyerhans [Wed, 7 Dec 2016 04:26:20 +0000 (20:26 -0800)]
Merge pull request #3594 from stintel/bind

bind: disable libjson support

7 years agonet/ethtool: update to 4.8 3626/head
p-wassi [Mon, 5 Dec 2016 07:08:38 +0000 (08:08 +0100)]
net/ethtool: update to 4.8

Update ethtool to upstream release 4.8

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
7 years agoMerge pull request #3622 from chris5560/master
Hannu Nyman [Mon, 5 Dec 2016 19:48:48 +0000 (21:48 +0200)]
Merge pull request #3622 from chris5560/master

ddns-scripts: various fixes

7 years agoddns-scripts: various fixes 3622/head
Christian Schoenebeck [Mon, 5 Dec 2016 19:40:09 +0000 (20:40 +0100)]
ddns-scripts: various fixes

fixes reported in #3621 #3617 #3616

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoMerge pull request #3614 from p-wassi/avrdude_63
Ted Hess [Mon, 5 Dec 2016 18:39:34 +0000 (13:39 -0500)]
Merge pull request #3614 from p-wassi/avrdude_63

utils/avrdude: update to 6.3

7 years agoMerge pull request #3609 from wodu/linuxptp_package
Hannu Nyman [Mon, 5 Dec 2016 09:03:13 +0000 (11:03 +0200)]
Merge pull request #3609 from wodu/linuxptp_package

linuxptp: Update to version 1.8

7 years agomail/mutt: update to 1.7.2 3615/head
p-wassi [Sun, 4 Dec 2016 07:37:37 +0000 (08:37 +0100)]
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>
7 years agoutils/avrdude: update to 6.3 3614/head
p-wassi [Sat, 3 Dec 2016 21:14:06 +0000 (22:14 +0100)]
utils/avrdude: update to 6.3

Update avrdude to upstream release 6.3

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
7 years agoMerge pull request #3616 from chris5560/master
Hannu Nyman [Sun, 4 Dec 2016 15:58:23 +0000 (17:58 +0200)]
Merge pull request #3616 from chris5560/master

ddns-scripts: update to 2.7.6-1

7 years agoddns-scripts: update to 2.7.6-1 3616/head
Christian Schoenebeck [Sun, 4 Dec 2016 15:47:09 +0000 (16:47 +0100)]
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>
7 years agoMerge pull request #3613 from ejurgensen/forked-daapd_24.2
Hannu Nyman [Sat, 3 Dec 2016 23:23:25 +0000 (01:23 +0200)]
Merge pull request #3613 from ejurgensen/forked-daapd_24.2

forked-daapd: Update to version 24.2

7 years agoMerge pull request #3612 from ejurgensen/mxml_2.10
Hannu Nyman [Sat, 3 Dec 2016 23:23:04 +0000 (01:23 +0200)]
Merge pull request #3612 from ejurgensen/mxml_2.10

mxml: Update to version 2.10

7 years agoznc: allow running without modules
Jonas Gorski [Sat, 3 Dec 2016 16:48:08 +0000 (17:48 +0100)]
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>
7 years agoMerge pull request #3508 from kdarbyshirebryant/zncplayback
Jonas Gorski [Sat, 3 Dec 2016 16:47:07 +0000 (17:47 +0100)]
Merge pull request #3508 from kdarbyshirebryant/zncplayback

znc: add advanced playback module

7 years agoMerge pull request #3504 from kdarbyshirebryant/zncprocd
Jonas Gorski [Sat, 3 Dec 2016 16:44:37 +0000 (17:44 +0100)]
Merge pull request #3504 from kdarbyshirebryant/zncprocd

znc: run as user znc & use procd

7 years agoforked-daapd: Update to version 24.2 3613/head
ejurgensen [Sat, 3 Dec 2016 16:41:26 +0000 (17:41 +0100)]
forked-daapd: Update to version 24.2

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
7 years agomxml: Update to version 2.10 3612/head
ejurgensen [Sat, 3 Dec 2016 16:23:41 +0000 (17:23 +0100)]
mxml: Update to version 2.10

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
7 years agoMerge pull request #3611 from diizzyy/patch-26
Jo-Philipp Wich [Sat, 3 Dec 2016 09:32:13 +0000 (10:32 +0100)]
Merge pull request #3611 from diizzyy/patch-26

libs/libarchive: Fix unintended linking of liblz4

7 years agolibs/libarchive: Fix unintended linking of liblz4 3611/head
Daniel Engberg [Sat, 3 Dec 2016 01:33:09 +0000 (02:33 +0100)]
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>
7 years agoMerge pull request #3610 from dibdot/travelmate
Hannu Nyman [Fri, 2 Dec 2016 23:59:12 +0000 (01:59 +0200)]
Merge pull request #3610 from dibdot/travelmate

travelmate: update 0.2.7

7 years agotravelmate: update 0.2.7 3610/head
Dirk Brenken [Fri, 2 Dec 2016 20:57:56 +0000 (21:57 +0100)]
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>
7 years agolinuxptp: Update to version 1.8 3609/head
Wojciech Dubowik [Tue, 30 Aug 2016 11:27:15 +0000 (13:27 +0200)]
linuxptp: Update to version 1.8

Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
7 years agoMerge pull request #3597 from zx2c4/patch-1
Hannu Nyman [Fri, 2 Dec 2016 10:11:19 +0000 (12:11 +0200)]
Merge pull request #3597 from zx2c4/patch-1

net/wireguard: version bump

7 years agognurl: update to version 7.51.0
Daniel Golle [Thu, 1 Dec 2016 23:56:51 +0000 (00:56 +0100)]
gnurl: update to version 7.51.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoMerge pull request #3606 from diizzyy/patch-25
Hannu Nyman [Thu, 1 Dec 2016 22:13:35 +0000 (00:13 +0200)]
Merge pull request #3606 from diizzyy/patch-25

libs/libarchive: Update to 3.2.2 and add bsdtar