Daniel Golle [Sun, 18 Jun 2017 17:31:05 +0000 (19:31 +0200)]
pcsc-lite: update to version 1.8.22
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 18 Jun 2017 17:02:08 +0000 (19:02 +0200)]
glpk: update to version 4.62
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 18 Jun 2017 17:01:34 +0000 (19:01 +0200)]
gnurl: update to version 7.54.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 18 Jun 2017 19:46:15 +0000 (21:46 +0200)]
postgresql: update to version 9.4.12
Fixes CVE-2017-7484 and CVE-2017-7485.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 18 Jun 2017 18:58:51 +0000 (20:58 +0200)]
opentracker: bump source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 18 Jun 2017 18:53:28 +0000 (20:53 +0200)]
libowfat: update to version 0.31
now requires host-build to provide the 'ent' build-tool which generates
entities.h for use in scan_html.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Florian Fainelli [Sun, 18 Jun 2017 21:23:40 +0000 (14:23 -0700)]
openzwave: Avoid picking host libraries
cpp/examples/MinOZW/Makefile contains this rule:
LIBS = $(wildcard $(LIBDIR)/*.so $(LIBDIR)/*.dylib $(top_builddir)/*.so
$(top_builddir)/*.dylib $(top_builddir)/cpp/build/*.so
$(top_builddir)/cpp/build/*.dylib )
LIBSDIR = $(abspath $(dir $(firstword $(LIBS))))
with LIBDIR not being defined anywhere we end up picking up host
libraries.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Sun, 18 Jun 2017 19:45:30 +0000 (12:45 -0700)]
cgi-io: Find and search for libubus.h
Fixes build errors with external toolchains:
[ 33%] Building C object CMakeFiles/cgi-io.dir/main.c.o
/home/florian/dev/openwrt/trunk/build_dir/target-mipsel-unknown-linux-gnu_glibc/cgi-io/main.c:30:21:
fatal error: libubus.h: No such file or directory
#include <libubus.h>
^
compilation terminated.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Sun, 18 Jun 2017 18:39:44 +0000 (11:39 -0700)]
fping: Set -std=gnu99 to fix build errors due to C99 constructs
Fixes build errors such as:
mipsel-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..
-I/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/include
-I/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/include
-I/home/florian/dev/toolchains/stbgcc-4.8-1.5/usr/include
-I/home/florian/dev/toolchains/stbgcc-4.8-1.5/include -Wall -Wextra
-Wno-sign-compare -DIPV6 -Os -pipe -mno-branch-likely -mips32r2
-mtune=24kc -fno-caller-saves -Wno-unused-result -D_FORTIFY_SOURCE=1
-Wl,-z,now -Wl,-z,relro -MT fping-optparse.o -MD -MP -MF
.deps/fping-optparse.Tpo -c -o fping-optparse.o `test -f 'optparse.c' ||
echo './'`optparse.c
optparse.c: In function 'permute':
optparse.c:55:5: error: 'for' loop initial declarations are only allowed
in C99 mode
for (int i = index; i < options->optind - 1; i++)
^
optparse.c:55:5: note: use option -std=c99 or -std=gnu99 to compile your
code
optparse.c: In function 'optstring_from_long':
optparse.c:160:5: error: 'for' loop initial declarations are only
allowed in C99 mode
for (int i = 0; !longopts_end(longopts, i); i++) {
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Nikos Mavrogiannopoulos [Sun, 18 Jun 2017 11:18:44 +0000 (13:18 +0200)]
gnutls: updated to 3.5.13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 18 Jun 2017 11:20:40 +0000 (13:20 +0200)]
libtasn1: updated to 4.12
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Yousong Zhou [Mon, 8 May 2017 05:07:23 +0000 (13:07 +0800)]
openconnect: new option mtu
According to openconnect --help output:
-m, --mtu=MTU Request MTU from server
--base-mtu=MTU Indicate path MTU to/from server
Fixes #2099 by allowing setting tunnel mtu
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Mon, 8 May 2017 05:06:10 +0000 (13:06 +0800)]
openconnect: drop stale config: interface
It was introduced with
41f8d5465 ("openconnect: fix a couple of minor
things and add an interface option") and not needed since
4083de9d7
("openconnect: use proto_add_host_dependency")
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Daniel Golle [Sun, 18 Jun 2017 11:06:31 +0000 (13:06 +0200)]
btrfs-progs: no longer maintained by me
Remove myself as maintainer.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Sun, 18 Jun 2017 10:58:32 +0000 (13:58 +0300)]
Merge pull request #4489 from DocLM/gphoto2
libgphoto2: fix configure args to disable libgd
Leonardo Medici [Sun, 18 Jun 2017 10:10:17 +0000 (12:10 +0200)]
libgphoto2: fix configure args to disable libgd
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
Hannu Nyman [Sat, 17 Jun 2017 06:25:22 +0000 (09:25 +0300)]
Merge pull request #4429 from sdwalker/cleanup
packages: cleanup Makefile variables
Hannu Nyman [Sat, 17 Jun 2017 06:22:58 +0000 (09:22 +0300)]
Merge pull request #4475 from commodo/fix-distutils-import
python3: fix distutils path to package when using bytecodes
Florian Fainelli [Sat, 17 Jun 2017 03:06:20 +0000 (20:06 -0700)]
btrfs-progs: Fix build with external toolchains
TARGET_CPPFLAGS were not propagated correctly leading to these kinds of
build failure:
btrfstune.c:26:23: fatal error: uuid/uuid.h: No such file or directory
#include <uuid/uuid.h>
^
compilation terminated.
btrfs-find-root.c:24:18: fatal error: zlib.h: No such file or directory
#include <zlib.h>
^
compilation terminated.
mkfs/common.c:18:23: fatal error: uuid/uuid.h: No such file or directory
#include <uuid/uuid.h>
Fix that by passing TARGET_CPPFLAGS via EXTRA_CFLAGS
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Sat, 17 Jun 2017 02:53:59 +0000 (19:53 -0700)]
reaver: Fix build with external toolchains
We would not be able to search for pcap.h because CFLAGS are not passed
from src/Makefile down to src/wps/Makefile:
make[4]: Entering directory
'/home/florian/dev/openwrt/trunk/build_dir/target-mipsel-unknown-linux-gnu_glibc/reaver-1.4/src/wps'
mipsel-linux-gnu-gcc -I../utils -I ../ wps_attr_build.c -c
mipsel-linux-gnu-gcc -I../utils -I ../ wps_attr_parse.c -c
mipsel-linux-gnu-gcc -I../utils -I ../ wps_attr_process.c -c
mipsel-linux-gnu-gcc -I../utils -I ../ wps.c -c
mipsel-linux-gnu-gcc -I../utils -I ../ wps_common.c -c
mipsel-linux-gnu-gcc -I../utils -I ../ wps_dev_attr.c -c
mipsel-linux-gnu-gcc -I../utils -I ../ wps_enrollee.c -c
mipsel-linux-gnu-gcc -I../utils -I ../ wps_registrar.c -c
In file included from ../misc.h:41:0,
from wps_registrar.c:27:
../defs.h:43:18: fatal error: pcap.h: No such file or directory
#include <pcap.h>
^
compilation terminated.
Makefile:28: recipe for target 'wps_registrar.o' failed
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Sat, 17 Jun 2017 02:36:32 +0000 (19:36 -0700)]
stoken: Explicitly link with zlib
Fixes build issues with external toolchains:
/home/florian/dev/toolchains/stbgcc-4.8-1.5/bin/../lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld:
warning: libz.so.1, needed by
/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so,
not found (try using -rpath or -rpath-link)
/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzopen64'
/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzdirect'
/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzclose'
/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzwrite'
/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzdopen'
/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzread'
collect2: error: ld returned 1 exit status
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Rafał Miłecki [Thu, 15 Jun 2017 05:52:38 +0000 (07:52 +0200)]
Merge remote-tracking branch 'diizzyy/packages/patch-54'
Daniel Engberg [Thu, 1 Jun 2017 16:30:14 +0000 (18:30 +0200)]
multimedia/minidlna: Update to 1.2.0
Update minidlna to 1.2.0
Switch to tarball
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Jo-Philipp Wich [Wed, 14 Jun 2017 23:44:58 +0000 (01:44 +0200)]
Merge pull request #4462 from ryzhovau/lcdproc_ldflags
lcdproc: respect LDFLAGS
Daniel Golle [Wed, 14 Jun 2017 22:41:59 +0000 (00:41 +0200)]
Merge pull request #4481 from MikePetullo/openldap
openldap: update to 2.4.45
W. Michael Petullo [Wed, 14 Jun 2017 22:17:41 +0000 (18:17 -0400)]
openldap: update to 2.4.45
Fixes CVE-2017-9287
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Wed, 14 Jun 2017 13:20:55 +0000 (16:20 +0300)]
Merge pull request #4479 from zx2c4/patch-6
wireguard: remove misspelled debugging line
Jason A. Donenfeld [Wed, 14 Jun 2017 01:15:27 +0000 (03:15 +0200)]
wireguard: remove misspelled debugging line
There are no other "echo" debug lines in this file, and it seems
clear that this one was accidentally left as a debugging line,
since it misspelled "dependency". So, we just remove this line.
We don't bump the package version, though, because this is
pretty inconsequential.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Hannu Nyman [Tue, 13 Jun 2017 13:48:34 +0000 (16:48 +0300)]
Merge pull request #4476 from lukbaj/master
libplist: update to 2.0.0
Hannu Nyman [Tue, 13 Jun 2017 13:37:30 +0000 (16:37 +0300)]
Merge pull request #4477 from zx2c4/patch-5
wireguard: version bump
Jason A. Donenfeld [Tue, 13 Jun 2017 13:35:26 +0000 (15:35 +0200)]
wireguard: version bump
From upstream's changelog:
* timers: queue up killing ephemerals only if not already
We fix up a small detail in the timer logic that changed during the last
snapshot.
* receive: trim incoming packets to IP header length
Packets are now trimmed to their actual length, not their length+padding,
before handing to the rest of the network subsystem, so that packets look
pretty in tcpdump. This doesn't actually affect what userspace sees, since the
kernel trims it at a later stage, but it does make pcaps a bit nicer to use.
* curve25519: use more standard label convention in asm
This ensures that perf(1) shows the function name instead of the label name.
* compat: remove padata hotplug code
Fixes building on kernels that have HOTPLUG enabled but no PADATA support.
* config: add new line for style
* device: do-while assignment style
* peer: explicitly initialize atomic
Style.
* noise: fix race when replacing handshake
Handle a situation in which three peers, all running on the same system, begin
a handshake with all three of each other, at exactly the same time, on a
multi-CPU system.
* random: wait for random bytes when generating nonces and ephemerals
We've been working with upstream to add a new API to the kernel for ensuring
that the RNG actually is seeded. Until they merge it for 4.13, we provide a
poly-fill to the compat code. This means that WireGuard will block during
handshakes until the RNG has enough entropy, so that it's never in a
circumstance in which ephemeral keys are generated from bad randomness.
* go test: properly pad message
* go test: correct tai64n and formatting
* external-tests: add keepalive packet
* go test: use x/crypto for blake2s now that we have 128-bit mac
* external-tests: trim the fat
Improvements for the external tests.
* wg-quick: make sure we have empty table for both v6 and v4
* wg-quick: match ipv6 default route more broadly
Tiny nits with wg-quick, one of which should now allow multiple v6-only
wg-quick instances running at the same time.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Lukasz Baj [Tue, 13 Jun 2017 13:13:20 +0000 (15:13 +0200)]
libplist: update to 2.0.0
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
Daniel Golle [Tue, 13 Jun 2017 00:34:44 +0000 (02:34 +0200)]
freeradius2: move to packages-abandoned
I'm no longer going to maintain freeradius2. Please use freeradius3
instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Mon, 12 Jun 2017 20:46:41 +0000 (23:46 +0300)]
Merge pull request #4464 from oskar456/aiccudelete
aiccu: remove package
Alexandru Ardelean [Mon, 12 Jun 2017 20:17:05 +0000 (23:17 +0300)]
python3: fix distutils path to package when using bytecodes
If there is only Python bytecodes, then
the __init__.py script will be concatenated, and
the __init__.pyc as well.
This is becase this bit `path = os.path.join(path, '__init__'+extension)`
is iterated twice.
This is a bug in Python3, also because we ship bytecodes
instead of source code [ with Python & Python3 ].
Python is not affected.
Reported-by: Mirko Vogt <mirko@nanl.de>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Peter Wagner [Mon, 12 Jun 2017 18:32:26 +0000 (20:32 +0200)]
glib2: update to 2.52.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Mon, 12 Jun 2017 18:25:01 +0000 (20:25 +0200)]
git: update to 2.13.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Mon, 12 Jun 2017 18:15:59 +0000 (20:15 +0200)]
irssi: update to 1.0.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Mon, 12 Jun 2017 15:29:19 +0000 (18:29 +0300)]
Merge pull request #4473 from nxhack/disable-LDFLAGSICUDT
icu: Don't link icudata as a data only library
Hirokazu MORIKAWA [Mon, 12 Jun 2017 08:33:07 +0000 (17:33 +0900)]
icu: Don't link icudata as a data only library
libicudata.so not build hard-float ABI
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Daniel Golle [Sun, 11 Jun 2017 21:07:34 +0000 (23:07 +0200)]
libextractor: update to version 1.4
our local patches have been merged upstream and part of the new release
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Sat, 10 Jun 2017 19:12:52 +0000 (22:12 +0300)]
collectd: update to 5.7.2
* update collectd to 5.7.2
* drop backported upstream patch that is now in release
* refresh patches
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sat, 10 Jun 2017 17:16:42 +0000 (20:16 +0300)]
Merge pull request #4468 from dajhorn/liblz4-v1.7.5
libs/liblz4: update to v1.7.5
Darik Horn [Sat, 10 Jun 2017 14:50:27 +0000 (10:50 -0400)]
libs/liblz4: update to v1.7.5
From the upstream NEWS file:
v1.7.5
lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)
cli : fix minor notification when using -r recursive mode
API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (#290, #280)
doc : markdown version of man page, by Takayuki Matsuoka (#279)
build : Makefile : fix make -jX lib+exe concurrency (#277)
build : cmake : improvements by Michał Górny (#296)
v1.7.4.2
fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (#274, reported by Antoine Martin)
v1.7.4
Improved : much better speed in -mx32 mode
cli : fix : Large file support in 32-bits mode on Mac OS-X
fix : compilation on gcc 4.4 (#272), reported by Antoine Martin
v1.7.3
Changed : moved to versioning; package, cli and library have same version number
Improved: Small decompression speed boost
Improved: Small compression speed improvement on 64-bits systems
Improved: Small compression ratio and speed improvement on small files
Improved: Significant speed boost on ARMv6 and ARMv7
Fix : better ratio on 64-bits big-endian targets
Improved cmake build script, by Evan Nemerson
New liblz4-dll project, by Przemyslaw Skibinki
Makefile: Generates object files (*.o) for faster (re)compilation on low power systems
cli : new : --rm and --help commands
cli : new : preserved file attributes, by Przemyslaw Skibinki
cli : fix : crash on some invalid inputs
cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report #243
cli : bench : new : -r recursive mode
lz4cat : can cat multiple files in a single command line (#184)
Added : doc/lz4_manual.html, by Przemyslaw Skibinski
Added : dictionary compression and frame decompression examples, by Nick Terrell
Added : Debianization, by Evgeniy Polyakov
Signed-off-by: Darik Horn <dajhorn@vanadac.com>
Darik Horn [Sat, 10 Jun 2017 14:41:24 +0000 (10:41 -0400)]
libs/liblz4: update PKG_SOURCE_URL
LZ4 moved to a Github organization.
Signed-off-by: Darik Horn <dajhorn@vanadac.com>
Michael Heimpold [Sat, 10 Jun 2017 13:06:53 +0000 (15:06 +0200)]
php7: update to 7.1.6
Removed patch 1008-fix-musl-sys-headers.patch which was integrated
upstream.
(Compile tested only so far)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Sat, 10 Jun 2017 07:20:11 +0000 (10:20 +0300)]
Merge pull request #4465 from dibdot/adblock
adblock: update 2.7.1
Hannu Nyman [Sat, 10 Jun 2017 07:19:49 +0000 (10:19 +0300)]
Merge pull request #4467 from dibdot/travelmate
travelmate: maintenance update 0.7.5
Dirk Brenken [Sat, 10 Jun 2017 05:56:32 +0000 (07:56 +0200)]
travelmate: maintenance update 0.7.5
* fix wrong connection status in case of an error
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Fri, 9 Jun 2017 18:19:56 +0000 (20:19 +0200)]
adblock: update 2.7.1
backend:
* cosmetics
frontend:
* "Save & Reply" now distinguish between normal and manual/backup mode
and triggers an appropriate reload or a start action
Signed-off-by: Dirk Brenken <dev@brenken.org>
Daniel Golle [Fri, 9 Jun 2017 15:51:03 +0000 (17:51 +0200)]
gnunet: update git source
Disable DV component for now, it is broken upstream as it hasn't been
converted to the new MQ API.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Ondřej Caletka [Fri, 9 Jun 2017 08:52:29 +0000 (10:52 +0200)]
aiccu: remove package
Aiccu is a client utility used to connect to the SixXS platform.
As the SixXS platform has been sunset on 2017-06-06[1] and the server parts
of TIC/AYIYA protocol implementations haven't been published, there's no
point to maintain aiccu package anymore.
[1]: https://www.sixxs.net/sunset/
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
Hannu Nyman [Thu, 8 Jun 2017 18:50:21 +0000 (21:50 +0300)]
Merge pull request #4458 from fededim/master
Bugfix #1327
Hannu Nyman [Thu, 8 Jun 2017 18:48:49 +0000 (21:48 +0300)]
Merge pull request #4441 from Ansuel/bump-cryptodev
cryptodev-linux: bump to last commit
Hannu Nyman [Thu, 8 Jun 2017 18:42:00 +0000 (21:42 +0300)]
Merge pull request #4463 from lucize/dovecotup
dovecot: update to 2.2.30.2
Lucian Cristian [Thu, 8 Jun 2017 17:51:18 +0000 (20:51 +0300)]
dovecot: update to 2.2.30.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Luka Perkov [Thu, 8 Jun 2017 09:12:26 +0000 (11:12 +0200)]
Merge pull request #4447 from sartura/sysrepo-salience
sysrepo: salience
Antonio Paunovic [Tue, 6 Jun 2017 14:52:05 +0000 (14:52 +0000)]
sysrepo: salience
Script priority adjusted.
Custom memory management turned off to save some memory on low-end device.
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Alexander Ryzhov [Thu, 8 Jun 2017 07:57:46 +0000 (10:57 +0300)]
lcdproc: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Federico Di Marco [Wed, 7 Jun 2017 21:21:38 +0000 (23:21 +0200)]
neon: removed forced LFS support, the library automatically checks for off_t type length
davfs2: patched build error (#1327) when 'Compile with full language support' option was enabled
Signed-off-by: fededim@gmail.com
Hannu Nyman [Wed, 7 Jun 2017 19:51:13 +0000 (22:51 +0300)]
Merge pull request #4451 from ianchi/youtube-dl
youtube-dl: bump version and use precompiled script
Hannu Nyman [Wed, 7 Jun 2017 18:31:40 +0000 (21:31 +0300)]
Merge pull request #4457 from dibdot/adblock
adblock: update 2.7.0
Dirk Brenken [Wed, 7 Jun 2017 17:31:13 +0000 (19:31 +0200)]
adblock: update 2.7.0
backend:
* add new 'manual mode' to re-use blocklist backups during startup,
get fresh lists only via manual reload or restart action
* additional free memory check during dns restart to prevent OOM errors
* removed palevo tracker from default config,
this tracker has been discontinued
* cosmetics
LuCI frontend (see luci repo):
* add new 'manual mode' under extra options
Signed-off-by: Dirk Brenken <dev@brenken.org>
Karl Palsson [Wed, 7 Jun 2017 15:40:28 +0000 (15:40 +0000)]
mosquitto: fix empty client-nossl package
Fallout of PROVIDES handling.
Fixes: https://github.com/openwrt/packages/issues/4432
Signed-off-by: Karl Palsson <karlp@etactica.com>
Noah Meyerhans [Wed, 7 Jun 2017 15:48:41 +0000 (08:48 -0700)]
Merge pull request #4444 from olmari/add_bind-dnssec-settime
bind: Include dnssec-settime in bind-dnssec/tool
Adrian Panella [Wed, 7 Jun 2017 13:14:23 +0000 (08:14 -0500)]
youtube-dl: switch from PKG_MD5SUM to PKG_HASH
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Luka Perkov [Wed, 7 Jun 2017 07:48:31 +0000 (09:48 +0200)]
Merge pull request #4448 from sartura/netopeer2-init-recover
netopeer2-server: init recovery
Luka Perkov [Wed, 7 Jun 2017 07:47:32 +0000 (09:47 +0200)]
Merge pull request #4434 from sartura/sysrepo-timeouts
sysrepo: larger timeouts
Hannu Nyman [Wed, 7 Jun 2017 07:27:22 +0000 (10:27 +0300)]
Merge pull request #4452 from DocLM/gphoto2
libgphoto2 and gphoto2: Update to 2.5.14
Hannu Nyman [Wed, 7 Jun 2017 07:19:40 +0000 (10:19 +0300)]
Merge pull request #4449 from wvdakker/master
shorewall(6)-lite: Fixed build-error.
Leonardo Medici [Wed, 7 Jun 2017 06:22:31 +0000 (08:22 +0200)]
gphoto2: update package 2.5.14
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
W. van den Akker [Wed, 7 Jun 2017 05:50:23 +0000 (07:50 +0200)]
Fixed shorewall6-lite build error.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
Adrian Panella [Wed, 7 Jun 2017 02:34:46 +0000 (21:34 -0500)]
youtube-dl: bump version and use precompiled script
Update to version 2017.06.05
Use precompiled scripts, in line with the new Python package.
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Leonardo Medici [Tue, 6 Jun 2017 18:17:55 +0000 (20:17 +0200)]
libgphoto2: update package 2.5.14
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
Hannu Nyman [Tue, 6 Jun 2017 15:48:19 +0000 (18:48 +0300)]
Merge pull request #4446 from aTanW/master
gammu: bunp to a new v1.38.3
aTanW [Tue, 6 Jun 2017 14:50:20 +0000 (17:50 +0300)]
gammu: bunp to a new v1.38.3
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Antonio Paunovic [Tue, 6 Jun 2017 14:47:46 +0000 (14:47 +0000)]
netopeer2-server: init recovery
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
Hannu Nyman [Tue, 6 Jun 2017 06:56:35 +0000 (09:56 +0300)]
Merge pull request #4436 from hauke/attr
attr: add PKG_MIRROR_HASH
Hannu Nyman [Tue, 6 Jun 2017 06:53:56 +0000 (09:53 +0300)]
Merge pull request #4433 from aTanW/master
ipsec: add ability to configure "none" SA
Hannu Nyman [Tue, 6 Jun 2017 06:51:53 +0000 (09:51 +0300)]
Merge pull request #4286 from hnyman/nano281
nano: update to 2.8.4
Hannu Nyman [Tue, 6 Jun 2017 06:50:44 +0000 (09:50 +0300)]
Merge pull request #4442 from MikePetullo/libdmapsharing
libdmapsharing: update to 2.9.38
Florian Fainelli [Tue, 6 Jun 2017 01:16:41 +0000 (18:16 -0700)]
smartmontools: Fix build with CONFIG_USE_LIBSTDCXX
The Makefile would still force the use of and linking against uClibc++
even though libstdc++ may have been chosen, which would result in the
package depending on libstdcpp ($(CXX_DEPENDS) but we would still be
missing an libuClibc++ library depdency.
Fix this by looking at CONFIG_USE_UCLIBCXX to adjust the configure
script variables.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Tue, 6 Jun 2017 00:44:27 +0000 (17:44 -0700)]
lpeg: Fix build with external toolchains
We are not properly passing down TARGET_CFLAGS and TARGET_CPPFLAGS and
this can be noticed with external toolchains with the following build
error:
mipsel-linux-gnu-gcc -Wall -Wextra -pedantic -Waggregate-return
-Wcast-align -Wcast-qual -Wdisabled-optimization -Wpointer-arith
-Wshadow -Wsign-compare -Wundef -Wwrite-strings -Wbad-function-cast
-Wdeclaration-after-statement -Wmissing-prototypes -Wnested-externs
-Wstrict-prototypes -O2 -std=c99 -I../lua/ -fPIC -c -o lpvm.o lpvm.c
lpvm.c:10:17: fatal error: lua.h: No such file or directory
#include "lua.h"
^
compilation terminated.
make[4]: *** [lpvm.o] Error 1
Re-use COPT to pass our TARGET_CFLAGS and TARGET_CPPFLAGS
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Mon, 5 Jun 2017 20:48:45 +0000 (13:48 -0700)]
pciutils: Fix build with external toolchains
Passing GNU_TARGET_NAME implies that we have a 4-group triplet (e.g:
arm-openwrt-unknown-linux), and this works fine with pciutils'
lib/configure operating system detection. If we have an external
toolchain (e.g: mipsel-linux-gnu), the configure script is all confused
and ends-up picking up i386-ports, which is not valid on the target
architecture.
Finally, we are not passing TARGET_CPPFLAGS as we should, so let's do
that correctly.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Mon, 5 Jun 2017 20:41:00 +0000 (13:41 -0700)]
klish: Fix build errors with external toolchains
We would first not be able to properly detect libxml2 because it's not
automatically found, fix that by explicitly linking against it (and zlib
a dependency). Then if we don't don't define X_OPEN_SOURCE=500, we would
run into the following build error:
clish/shell/shell_execute.c: In function 'clish_shell_exec_action':
clish/shell/shell_execute.c:309:18: error: 'sigignore' undeclared (first
use in this function)
sa.sa_handler = sigignore; /* Empty signal handler */
^
clish/shell/shell_execute.c:309:18: note: each undeclared identifier is
reported only once for each function it appears in
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Mon, 5 Jun 2017 20:36:33 +0000 (13:36 -0700)]
libplist: Explicitly link with zlib
Fixes build errors with external toolchains that don't automatically
append STAGING_DIR to the library search path:
/opt/toolchains/stbgcc-4.8-1.5/lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld:
warning: libz.so.1, needed by
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so,
not found (try using -rpath or -rpath-link)
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzopen64'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzdirect'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzclose'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzwrite'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzdopen'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzread'
collect2: error: ld returned 1 exit status
make[5]: *** [plistutil] Error 1
make[5]: Leaving directory
`/local/users/fainelli/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/libplist-1.13/tools'
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Mon, 5 Jun 2017 20:25:45 +0000 (13:25 -0700)]
squashfs-tools: Pass down TARGET_CFLAGS, CPPFLAGS and LDFLAGs
This fixes build errors with external toolchains that don't
automatically search for headers in STAGING_DIR:
mipsel-linux-gnu-gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -c -o
gzip_wrapper.o gzip_wrapper.c
gzip_wrapper.c:27:18: fatal error: zlib.h: No such file or directory
#include <zlib.h>
^
compilation terminated.
make[3]: *** [gzip_wrapper.o] Error 1
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Wed, 19 Apr 2017 00:59:41 +0000 (17:59 -0700)]
smartsnmpd: Properly pass down TARGET_CPPFLAGS
The smartsnmpd SConstruct file only accepts setting CFLAGS and does not
use CPPFLAGS, so pass both down using CFLAGS.
This fixes build errors with external toolchains that don't
automatically search for headers in $(STAGING_DIR).
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Wed, 19 Apr 2017 00:37:32 +0000 (17:37 -0700)]
ices: Explicitly link with libvorbisidec
We link against libshout which already links against libvorbisidec, this
is needed to pass the configure script that checks against libshout
symbols availability.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Wed, 19 Apr 2017 00:22:21 +0000 (17:22 -0700)]
tgt: Pass down TARGET_CPPFLAGS and TARGET_LDFLAGS
Make sure we pass down TARGET_CPPFLAGS and TARGET_LDFLAGS to fix build
with external toolchains that don't automatically search for headers and
libraries in $(STAGING_DIR).
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainelli [Mon, 5 Jun 2017 19:41:10 +0000 (12:41 -0700)]
tgt: Drop dependency against KERNEL_DIRECT_IO
This was removed in LEDE commit
0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b
("kernel: remove out of tree direct-io disable hack")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Sami Olmari [Mon, 5 Jun 2017 22:47:05 +0000 (01:47 +0300)]
bind: Include dnssec-settime in bind-dnssec/tool
<net/bind>
Maintainer: @nmeyerhans
Compile tested: x86_64, OpenWRT 50107
Run tested: x86 / 64, OpenWRT 50107
Description:
Added dnssec-settime into bind-dnssec and bind-tools
Signed-off-by: Sami Olmari <sami+git@olmari.fi>
W. Michael Petullo [Mon, 5 Jun 2017 21:23:31 +0000 (17:23 -0400)]
libdmapsharing: update to 2.9.38
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Daniel Golle [Mon, 5 Jun 2017 19:38:39 +0000 (21:38 +0200)]
Merge pull request #4439 from commodo/netatalk-fix-perms
netatalk: fix config files permissions
Peter Wagner [Mon, 5 Jun 2017 19:32:21 +0000 (21:32 +0200)]
alsa-lib: update to 1.1.4.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Ansuel Smith [Mon, 24 Apr 2017 21:49:51 +0000 (23:49 +0200)]
cryptodev-linux: bump to last commit
Fix:
This patch fixes a kernel crash observed with cipher-gcm test.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Alexandru Ardelean [Mon, 5 Jun 2017 18:02:05 +0000 (21:02 +0300)]
netatalk: fix config files permissions
After checking in the ipkg-install dir of netatalk,
it seems that the permissions it sets to the conf-files
are 644.
# ls -la lede/build_dir/target-mips_24kc_musl/netatalk-3.1.11/ipkg-install/etc
-rw-r--r-- 1 sandu sandu 226 iun 5 20:53 afp.conf
-rw-r--r-- 1 sandu sandu 1948 iun 5 20:53 dbus-session.conf
-rw-r--r-- 1 sandu sandu 25037 iun 5 20:53 extmap.conf
While the Package/netatalk/install build rule overrides
them to 600.
According to
* https://github.com/openwrt/packages/issues/4318
* https://forum.lede-project.org/t/help-with-apple-filesharing-protocol-for-time-machine/3259/5
this is a problem in some setups.
So, this patch changes them to what the netatalk
package creators intended initially (i.e. 644).
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Ted Hess [Mon, 5 Jun 2017 17:24:26 +0000 (13:24 -0400)]
mpd: Set USE_MIPS16=0. Workaround compiler error (Error: branch to a symbol in another ISA mode) on mips_24k
Signed-off-by: Ted Hess <thess@kitschensync.net>
Hauke Mehrtens [Mon, 5 Jun 2017 16:51:18 +0000 (18:51 +0200)]
Merge pull request #3769 from wvdakker/master
Added Shorewall(6)-lite.
Hauke Mehrtens [Mon, 5 Jun 2017 16:48:47 +0000 (18:48 +0200)]
Merge pull request #4382 from commodo/python-lxml
[new package] python-lxml: add initial version (with python3 variant included)