feed/packages.git
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 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 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

7 years agolibs/libarchive: Update to 3.2.2 and add bsdtar 3606/head
Daniel Engberg [Thu, 1 Dec 2016 20:04:12 +0000 (21:04 +0100)]
libs/libarchive: Update to 3.2.2 and add bsdtar

Updates libarchive to 3.2.2
Adds bsdtar aswell as usable archive/compression support

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agonfs-kernel-server: update to 1.3.4
Peter Wagner [Thu, 1 Dec 2016 15:11:37 +0000 (16:11 +0100)]
nfs-kernel-server: update to 1.3.4

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agoMerge pull request #3599 from lynxis/libmicrohttpd
Hannu Nyman [Wed, 30 Nov 2016 16:47:37 +0000 (18:47 +0200)]
Merge pull request #3599 from lynxis/libmicrohttpd

libmicrohttpd: update to 0.9.52

7 years agolibmicrohttpd: update to 0.9.52 3599/head
Alexander Couzens [Mon, 21 Nov 2016 15:46:28 +0000 (16:46 +0100)]
libmicrohttpd: update to 0.9.52

Compile tested on x86_64.
Runtime tested on x86_64.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
7 years agoMerge pull request #3598 from val-kulkov/subversion-1.9.5
Hannu Nyman [Wed, 30 Nov 2016 16:28:12 +0000 (18:28 +0200)]
Merge pull request #3598 from val-kulkov/subversion-1.9.5

net/subversion: update to 1.9.5

7 years agoMerge pull request #3448 from black-roland/dnscrypt-resolvers
Hannu Nyman [Wed, 30 Nov 2016 16:23:50 +0000 (18:23 +0200)]
Merge pull request #3448 from black-roland/dnscrypt-resolvers

dnscrypt-proxy: Updated resolvers list

7 years agoupdate subversion from 1.9.4 to 1.9.5 3598/head
Val Kulkov [Wed, 30 Nov 2016 05:25:57 +0000 (00:25 -0500)]
update subversion from 1.9.4 to 1.9.5

Compile tested: ar71xx
Run tested: ar71xx

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
7 years agodnscrypt-proxy: Updated resolvers list 3448/head
Black Roland [Wed, 2 Nov 2016 09:11:10 +0000 (18:11 +0900)]
dnscrypt-proxy: Updated resolvers list

Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
7 years agoMerge pull request #3440 from EricLuehrsen/unbound_uci3
Hannu Nyman [Wed, 30 Nov 2016 06:54:54 +0000 (08:54 +0200)]
Merge pull request #3440 from EricLuehrsen/unbound_uci3

Unbound: now implemented with UCI

7 years agoUnbound: Update scripts to build conf file from UCI 3440/head
Eric Luehrsen [Fri, 28 Oct 2016 02:04:00 +0000 (22:04 -0400)]
Unbound: Update scripts to build conf file from UCI
-unbound.sh implements the majority of requirements in README.md
-rootzone.sh reloads a small subset for alternate trigger maintenance
-unbound.init sets procd triggers on Unbound and dnsmasq (dhcp) UCI
-two part commit squashed with Makefile included

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agoUnbound: Add files to enable forward link to dnsmasq
Eric Luehrsen [Fri, 28 Oct 2016 02:03:00 +0000 (22:03 -0400)]
Unbound: Add files to enable forward link to dnsmasq
-dnsmasq really provides nice local DHCP-DNS records
-Unbound host records would be clumsy to update
-Unbound can be configured to forward to dnsmasq
-iptools provided to facilitate PTR records
-flexible ipv6 colon notation is a bit complex

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agoUnbound: Add UCI primer files
Eric Luehrsen [Fri, 28 Oct 2016 02:02:00 +0000 (22:02 -0400)]
Unbound: Add UCI primer files
-README.md to describe the UCI in detail
-unbound.uci to get you started

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agoUnbound: Add hotplug/ntp script to request restart
Eric Luehrsen [Fri, 28 Oct 2016 02:01:00 +0000 (22:01 -0400)]
Unbound: Add hotplug/ntp script to request restart
-DNSSEC needs time, time needs ntp, or power off RTC
-Many consumer routers are cost thrifted without RTC
-Conf "val-override-date: -1" disables time inside DNSSEC
-Need restart as option is not dynamically switchable
-hotplug/ntp is used to set file /var/lib/unbound/unbound.time
-UCI will add or remove option depending on flag-like-file

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agonet/wireguard: version bump 3597/head
Jason A. Donenfeld [Tue, 29 Nov 2016 22:50:30 +0000 (23:50 +0100)]
net/wireguard: version bump

Update to new snapshot version.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
7 years agoMerge pull request #3280 from diizzyy/patch-15
Hannu Nyman [Tue, 29 Nov 2016 18:20:44 +0000 (20:20 +0200)]
Merge pull request #3280 from diizzyy/patch-15

make switch to bz2 tarball

7 years agobind: disable libjson support 3594/head
Stijn Tintel [Tue, 29 Nov 2016 11:26:05 +0000 (12:26 +0100)]
bind: disable libjson support

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.

7 years agoacme: Update to v1.4.
Toke Høiland-Jørgensen [Mon, 28 Nov 2016 22:13:52 +0000 (23:13 +0100)]
acme: Update to v1.4.

This updates to the latest git version of acme.sh and drops the patch to
disable timestamps from the output (since that is now supported
upstream).

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
7 years agoMerge pull request #3591 from haraldg/elektra
Hannu Nyman [Mon, 28 Nov 2016 21:07:07 +0000 (23:07 +0200)]
Merge pull request #3591 from haraldg/elektra

elektra: Update to 0.8.19

7 years agoMerge pull request #3592 from commodo/python-setuptools-fix
Hannu Nyman [Mon, 28 Nov 2016 20:52:06 +0000 (22:52 +0200)]
Merge pull request #3592 from commodo/python-setuptools-fix

python-setuptools,python3-setuptools: fix path creation in setup scripts

7 years agoMerge pull request #3593 from ianchi/youtube-dl
Hannu Nyman [Mon, 28 Nov 2016 20:51:33 +0000 (22:51 +0200)]
Merge pull request #3593 from ianchi/youtube-dl

youtube-dl: update version

7 years agoyoutube-dl: update version 3593/head
Adrian Panella [Mon, 28 Nov 2016 19:17:25 +0000 (13:17 -0600)]
youtube-dl: update version

Update version

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
7 years agopython3-setuptools: fix path creation in setup scripts 3592/head
Alexandru Ardelean [Mon, 28 Nov 2016 14:51:07 +0000 (16:51 +0200)]
python3-setuptools: fix path creation in setup scripts

Same as for python-setuptools (in previous commit).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython-setuptools: fix path creation in setup scripts
Alexandru Ardelean [Mon, 28 Nov 2016 14:48:54 +0000 (16:48 +0200)]
python-setuptools: fix path creation in setup scripts

This was fixed a few versions back.
But then python-setuptools changed.

The problem is that python scripts installed via setuptools
& pip would have `#!/build_dir_path/staging_dir/target-x86_64_musl-1.1.15/host/bin/python`
as the path in the script, rather than the path on the target (`/usr/bin/python`).

This fixes that.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agognunet: update source
Daniel Golle [Mon, 28 Nov 2016 12:18:40 +0000 (13:18 +0100)]
gnunet: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoelektra: Update to 0.8.19 3591/head
Harald Geyer [Mon, 28 Nov 2016 12:58:52 +0000 (13:58 +0100)]
elektra: Update to 0.8.19

Noteable change: The libelektra-extra package now depends on libstdcpp.

Signed-off-by: Harald Geyer <harald@ccbib.org>
7 years agoMerge pull request #3586 from diizzyy/patch-24
Hannu Nyman [Mon, 28 Nov 2016 10:00:55 +0000 (12:00 +0200)]
Merge pull request #3586 from diizzyy/patch-24

net/sngrep: Update to 1.4.1

7 years agonet/sngrep: Update to 1.4.1 3586/head
Daniel Engberg [Mon, 28 Nov 2016 09:55:15 +0000 (10:55 +0100)]
net/sngrep: Update to 1.4.1

Updates sngrep to 1.4.1
Use xz as tarball compression instead of tar.gz

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agotcsh: bump to version 6.20
Nuno Goncalves [Mon, 28 Nov 2016 08:41:06 +0000 (09:41 +0100)]
tcsh: bump to version 6.20

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
7 years agoMerge pull request #3584 from diizzyy/patch-23
Hannu Nyman [Mon, 28 Nov 2016 08:12:19 +0000 (10:12 +0200)]
Merge pull request #3584 from diizzyy/patch-23

net/stunnel: Update to 5.38

7 years agolibcanfestival: skip building examples
Michael Heimpold [Sun, 27 Nov 2016 21:16:43 +0000 (22:16 +0100)]
libcanfestival: skip building examples

At the moment, LEDE buildbots are complaining with:

-snip-
...
libcanfestival/examples/TestMasterSlave/TestMasterSlave.c:50: undefined reference to `MasterMap1'
TestMasterSlave.o: In function `InitNodes':
...
-snap-

Since we are only interessted in the library itself, skip compilation
of the example code. This should both fix the build and speedup it
a little bit.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>