Federico Di Marco [Sun, 8 Jan 2017 21:43:19 +0000 (22:43 +0100)]
sstp-client: updated the fake title and description (old carelessness)
Signed-off-by: fededim@gmail.com
Federico Di Marco [Sun, 8 Jan 2017 20:56:04 +0000 (21:56 +0100)]
lftp: updated to 4.7.5
sstp-client: updated to 1.0.11 and moved under VPN submenu
Signed-off-by: fededim@gmail.com
Federico Di Marco [Sat, 31 Dec 2016 03:20:32 +0000 (04:20 +0100)]
softethervpn: updated to version 4.22-9634
- bugfix #3629
- readded nossl3 patch
Signed-Off-by: Federico Di Marco <fededim@gmail.com>
Hannu Nyman [Fri, 30 Dec 2016 21:54:15 +0000 (23:54 +0200)]
Merge pull request #3716 from dibdot/adblock
adblock: update 2.0.3
Dirk Brenken [Fri, 30 Dec 2016 21:21:00 +0000 (22:21 +0100)]
adblock: update 2.0.3
* fixed adblock statistics in CC
* print additional list details in adblock statistics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Fri, 30 Dec 2016 10:31:35 +0000 (12:31 +0200)]
Merge pull request #3702 from hauke/libcoap
libcoap: fix PKG_BUILD_DIR
Hannu Nyman [Fri, 30 Dec 2016 10:30:26 +0000 (12:30 +0200)]
Merge pull request #3711 from mhei/fix-libcanfestival
libcanfestival: define package build directory explicitly
leonghui [Wed, 28 Dec 2016 08:01:46 +0000 (16:01 +0800)]
aria2: update to 1.30.0
Maintainer: @kuoruan
Compile tested: mips
Run tested: mips
Issue with magnet links not starting is fixed: https://github.com/aria2/aria2/issues/793
Hannu Nyman [Wed, 28 Dec 2016 21:51:45 +0000 (23:51 +0200)]
Merge pull request #3689 from hnyman/c553
collectd: update to 5.5.3
ascob [Wed, 5 Oct 2016 16:24:19 +0000 (18:24 +0200)]
dynapoint: add new package (fixes #3304)
Dynapoint is a dynamic access point manager
Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
Acked-by: Thomas Huehn <thomas.huehn@evernet-eg.de>
- minor whitespace fixes/cleanups
- squashed multiple commits into a single one before merge
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Tue, 27 Dec 2016 13:46:49 +0000 (14:46 +0100)]
libcanfestival: define package build directory explicitly
This should fix the build on LEDE buildbots which bail out with:
-snip-
...
! -d ./src/ ] || cp -fpR ./src/* /data/bowl-builder/arm_arm926ej-s/build/ (wrapped)
sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival-
8bfe0ac0
Applying ./patches/001-sigval-ref-fix.patch using plaintext:
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- a/drivers/timers_unix/timers_unix.c
|+++ b/drivers/timers_unix/timers_unix.c
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
Patch failed! Please fix ./patches/001-sigval-ref-fix.patch!
...
-snap-
Reason is, that the tar ball created by hg checkout does not contain the
version string appended to the root source directory as expected by
default PKG_BUILD_DIR, so this patch adjusts the expected directory name.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Álvaro Fernández Rojas [Tue, 27 Dec 2016 17:32:03 +0000 (18:32 +0100)]
dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Daniel Dickinson [Sat, 30 Jul 2016 05:23:29 +0000 (01:23 -0400)]
utils/tar: Fix tar build dependency and CVE-2016-6321
Should be PKG_BUILD_DEPENDS not BUILD_DEPENDS
Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Tue, 27 Dec 2016 17:21:49 +0000 (18:21 +0100)]
Merge pull request #3535 from p-wassi/utils_zip_LFS
utils/zip: fix LARGE_FILE_SUPPORT in configure script
Philip Prindeville [Tue, 20 Dec 2016 19:39:49 +0000 (12:39 -0700)]
perl-cgi: Bump version to latest
This version is no longer posted on CPAN so point to latest instead.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
heil [Mon, 26 Dec 2016 23:24:38 +0000 (00:24 +0100)]
haproxy: bump to 1.7.1-19
- fix wrong ncurses depency
- integrate patches from mainline
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Mon, 26 Dec 2016 22:42:01 +0000 (23:42 +0100)]
package apache: upgrade to 2.4.25
- refresh patches
Signed-off-by: heil <heil@terminal-consulting.de>
Ted Hess [Sun, 25 Dec 2016 20:05:04 +0000 (15:05 -0500)]
Merge pull request #3701 from chris5560/ddns-scripts
ddns-scripts: no longer build public_suffix_list.dat.gz during build
Hauke Mehrtens [Sun, 25 Dec 2016 16:57:57 +0000 (17:57 +0100)]
Merge pull request #3668 from hauke/boost
boost: build always with -std=gnu++14 with recent compilers.
Hauke Mehrtens [Sun, 25 Dec 2016 16:43:31 +0000 (17:43 +0100)]
libcoap: fix PKG_BUILD_DIR
libcoap is not building in LEDE any more because it is extracted to
/libcoap/ and the package makefiles try to access it at
/libcoap-
2da31de732c0e51a9bc9e1d4aea21e25da89cf87/.
This patch defines a PKG_BUILD_DIR variable to make it use /libcoap/
without the hash.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sat, 17 Dec 2016 16:52:32 +0000 (17:52 +0100)]
boost: build always with -std=gnu++14 with recent compilers.
Some parts of boost need at least C++11, activate -std=gnu++14
when possible and otherwise use -std=gnu++11 instated of using the
default which is -std=gnu++98.
This fixes the build for me when I build everything expect
boost-coroutine2 with gcc 5.4.0 on LEDE.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Christian Schoenebeck [Sun, 25 Dec 2016 15:02:52 +0000 (16:02 +0100)]
ddns-scripts: no longer build public_suffix_list.dat.gz during build
- no longer build public_suffix_list.dat.gz during build #3678
- replace "\s" with "[[:space:]]" inside Makefile because "\s" ignored by some sed versions
- tools/public_suffix_list.sh still available to rebuild public_suffix_list.dat.gz outside OpenWRT/LEDE build system
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Ted Hess [Sat, 24 Dec 2016 19:15:41 +0000 (14:15 -0500)]
Merge pull request #3698 from chris5560/ddns-scripts
ddns-scripts: get public_suffix_list.dat without using secure connection
Christian Schoenebeck [Sat, 24 Dec 2016 14:52:19 +0000 (15:52 +0100)]
ddns-scripts: get public_suffix_list.dat without using secure connection
Get public_suffix_list.dat without using secure connection. #3678
File generated during build, because it's the only option to have an
actual version packaged.
Long term Cloudflare_v1 package will be changed to no longer need
public_suffix_list.dat
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Jason A. Donenfeld [Fri, 23 Dec 2016 21:11:35 +0000 (22:11 +0100)]
net/wireguard: version bump
Update to a new wireguard version. Simple version bump.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
danrl [Tue, 20 Dec 2016 10:06:56 +0000 (11:06 +0100)]
wireguard: add protocol dependency for endpoints
Endpoint dependency implemented. The actual endpoint is used exclusively. Using
this approach we are dual-stack safe (not errors on missing protocol) and create
only the dependency that are really necessary.
Signed-off-by: Dan Luedtke <mail@danrl.com>
Michael Heimpold [Fri, 23 Dec 2016 21:57:28 +0000 (22:57 +0100)]
php7-pecl-http: fix build for big endian (fixes #3691)
While at, improve pre-seeded dependency detection.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Fri, 23 Dec 2016 07:46:51 +0000 (09:46 +0200)]
Merge pull request #3692 from dibdot/adblock
adblock: update 2.0.2
Dirk Brenken [Fri, 23 Dec 2016 06:15:11 +0000 (07:15 +0100)]
adblock: update 2.0.2
* fixed dnsmasq check if multiple instances are present
* bring back query function on highly demand
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Thu, 22 Dec 2016 18:43:32 +0000 (20:43 +0200)]
Merge pull request #3690 from dibdot/adblock
adblock: bugfix 2.0.1
Dirk Brenken [Thu, 22 Dec 2016 18:33:59 +0000 (19:33 +0100)]
adblock: bugfix 2.0.1
* fixed a dnsmasq restart issue (udhcpc error)
* fixed a long standing corner case bug in "disabled" state (does not
remove active block lists!)
* simplified overall sort, removed needless 'for loop'
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Thu, 22 Dec 2016 15:25:05 +0000 (17:25 +0200)]
collectd: update to 5.5.3
Update collectd to 5.5.3
Release notes at https://github.com/collectd/collectd/releases/tag/collectd-5.5.3
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Thu, 22 Dec 2016 15:13:57 +0000 (17:13 +0200)]
Merge pull request #3688 from hnyman/nano272
nano: update to 2.7.2
Hannu Nyman [Thu, 22 Dec 2016 10:38:17 +0000 (12:38 +0200)]
nano: update to 2.7.2
Update nano to version 2.7.2
Compile and run tested on ipq806x.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
heil [Thu, 22 Dec 2016 09:40:11 +0000 (10:40 +0100)]
haproxy: remove old patches
- remove old patches from 1.6
- fix download url for 1.7
- fixes #3687
Signed-off-by: heil <heil@terminal-consulting.de>
Michael Heimpold [Wed, 21 Dec 2016 23:45:30 +0000 (00:45 +0100)]
php7-pecl-http: upgrade to 3.1.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Wed, 21 Dec 2016 08:11:15 +0000 (09:11 +0100)]
php7-pecl-dio: upgrade to 0.0.9
The upstream release has all the patches already included, so we can
drop them here.
This also fixes issues on 64-bit archs.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Thu, 22 Dec 2016 08:17:05 +0000 (10:17 +0200)]
Merge pull request #3655 from onikitenko/vsftpd-fix
vsftpd: Fix compilation error on x86
Hannu Nyman [Thu, 22 Dec 2016 07:24:59 +0000 (09:24 +0200)]
Merge pull request #3684 from TouchStar/luarock-fix-siteconfig
luarocks: Fix seeded uname (s/m) in site-config.lua
David Thornley [Thu, 22 Dec 2016 07:11:38 +0000 (18:11 +1100)]
luarocks: Fix seeded uname (s/m) in siteconfig
LUAROCKS_UNAME_S/LUAROCKS_UNAME_M were being set automatically to host’s architecture and system/kernel name (e.g.. x86 and Darwin for the macOS)
The variables can now be supplied to configure via the supplied patch.
They are currently _S being hardcoded to “Linux” and _M set to the target architecture in the MakeFile.
Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
Peter Wagner [Wed, 21 Dec 2016 23:48:51 +0000 (00:48 +0100)]
openssh: update to 7.4p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Alin Nastac [Fri, 2 Dec 2016 09:12:02 +0000 (10:12 +0100)]
libs/libexif: Disable nls
Fixes missing @MKINSTALLDIRS@ substitution in po/Makefile.
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
Hannu Nyman [Tue, 20 Dec 2016 19:21:49 +0000 (21:21 +0200)]
Merge pull request #3683 from chris5560/ddns-scripts
ddns-scripts: fix return codes if provider's data already up to date
Christian Schoenebeck [Tue, 20 Dec 2016 19:09:50 +0000 (20:09 +0100)]
ddns-scripts: fix return codes if provider's data already up to date
Fix return codes, if ip data at Godaddy.com and Cloudflare.com are
already up to date, handle it as succesful update.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Alex Nikitenko [Tue, 20 Dec 2016 16:31:00 +0000 (18:31 +0200)]
vsftpd: Fix vsftpd compilation error for x86
Signed-off-by: Alex Nikitenko <alex.nikitenko@sirinsoftware.com>
heil [Tue, 20 Dec 2016 15:37:53 +0000 (16:37 +0100)]
nginx: bump version to latest stable 1.10.2
Signed-off-by: heil <heil@terminal-consulting.de>
heil [Tue, 20 Dec 2016 15:32:09 +0000 (16:32 +0100)]
haproxy:
bump to version 1.7.1
- remove old patches
Signed-off-by: heil <heil@terminal-consulting.de>
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
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
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
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>
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
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
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
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>
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
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
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>
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>
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>
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
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
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
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>
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>
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>
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"
Hannu Nyman [Sun, 18 Dec 2016 12:14:11 +0000 (14:14 +0200)]
Revert "package/wireguard bump version to 0.0.
20161216"
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
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
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
Hauke Mehrtens [Sat, 17 Dec 2016 14:28:17 +0000 (15:28 +0100)]
Merge pull request #3648 from hauke/io
io: add io-tool
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>
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>
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
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>
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>
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
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>
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
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`
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>
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>
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>
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
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>
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
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>
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>
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>
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
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>
Hannu Nyman [Tue, 13 Dec 2016 09:04:01 +0000 (11:04 +0200)]
Merge pull request #3642 from danrl/dns64
unbound: added DNS64 support
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
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>
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>
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>
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>
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>
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>