feed/packages.git
7 years agonail: fix build against OpenSSL with disabled SSLv3
Jo-Philipp Wich [Wed, 18 Jan 2017 03:03:00 +0000 (04:03 +0100)]
nail: fix build against OpenSSL with disabled SSLv3

Extend the existing patch handling disabled SSLv2 to cover the SSLv3 case as
well in order to fix the following build error reported by the buildbot:

    openssl.o: In function `ssl_open':
    openssl.c:(.text+0xa1c): undefined reference to `SSLv3_client_method'
    collect2: error: ld returned 1 exit status

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agopen: update to v0.34.0
Jo-Philipp Wich [Wed, 18 Jan 2017 02:53:03 +0000 (03:53 +0100)]
pen: update to v0.34.0

Update the pen package to upstream release v0.34.0 in order to fix the
following build error reported by the buildbot:

    ssl.o: In function `ssl_create_context':
    ssl.c:(.text+0x9c): undefined reference to `SSLv3_method'
    collect2: error: ld returned 1 exit status

Also switch from PKG_MD5SUM to PKG_HASH with SHA256 while we're at it.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoperl-www-curl: fix build against curl >= 7.50
Jo-Philipp Wich [Wed, 18 Jan 2017 02:40:50 +0000 (03:40 +0100)]
perl-www-curl: fix build against curl >= 7.50

Import a proposed upstream bug fix to allow building against recent curl
versions. Fixes the following error observed by the buildbots:

    curlopt-constants.c:129:49: error: 'CURL_STRICTER' undeclared (first use in this function)
                 if (strEQ(name, "STRICTER")) return CURL_STRICTER;

Upstream bug: https://rt.cpan.org/Public/Bug/Display.html?id=117793

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agosocat: work around missing stddef.h include
Jo-Philipp Wich [Tue, 17 Jan 2017 20:24:12 +0000 (21:24 +0100)]
socat: work around missing stddef.h include

The buildbots fail to build socat due to the following error:

    nestlex.c:14:7: error: unknown type name 'ptrdiff_t'

It appears that certain source files do not include all required headers,
depending on the configure options passed to socat.

Work around the error by passing `-include stddef.h` via `TARGET_CFLAGS` to
forcibly inject this header file into all compilation units.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agontpd: cleanup Makefile and hotplug script
Peter Wagner [Tue, 17 Jan 2017 22:49:20 +0000 (23:49 +0100)]
ntpd: cleanup Makefile and hotplug script

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agontpd: add hotplug script that signals when ntp reaches the stratum level like the...
Peter Wagner [Mon, 16 Jan 2017 21:28:01 +0000 (22:28 +0100)]
ntpd: add hotplug script that signals when ntp reaches the stratum level like the sysntp implementation
use ntpq to check the status of the ntp server as all other status scripts included in the ntp tarball are
based on perl which would dramatically increase the footprint of ntpd

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agolibs/liboping: update to 1.9.0
p-wassi [Mon, 5 Dec 2016 07:00:32 +0000 (08:00 +0100)]
libs/liboping: update to 1.9.0

Update liboping/oping/noping to upstream release 1.9.0
Also introduce new location of downloads and correct
the licence to LGPL-2.1+ (as seen in liboping's README)

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
7 years agosqm-scripts: Bump to v1.1.3
Toke Høiland-Jørgensen [Fri, 3 Feb 2017 16:06:09 +0000 (17:06 +0100)]
sqm-scripts: Bump to v1.1.3

7 years agorng-tools: start rngd early enough to actually be useful
Philip Prindeville [Fri, 3 Feb 2017 04:56:35 +0000 (21:56 -0700)]
rng-tools: start rngd early enough to actually be useful

lighttpd starts at priority 50, but promptly calls getrandom() on
initialization (li_rand_reseed() and li_rand_device_bytes() from
server_init()). If /dev/urandom (which getrandom() uses by default)
doesn't have sufficient entropy, this will block.

Since Openwrt runs the startup scripts serially, this can block
initialization indefinitely.  I've seen 15-20 minutes typically.

Seeding the pool early on can quickly built sufficient entropy to
complete booting without blocking.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit 901ef617c7c913e94cfa88a5427d4a5511129fc8)

7 years agovnstat: update to v1.16
Jo-Philipp Wich [Thu, 26 Jan 2017 14:43:44 +0000 (15:43 +0100)]
vnstat: update to v1.16

Updates vnStat to the latest stable version, drops obsolete patches.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoadblock: bugfix 2.1.5 (release 2)
Dirk Brenken [Sun, 29 Jan 2017 20:24:05 +0000 (21:24 +0100)]
adblock: bugfix 2.1.5 (release 2)

* fix wget/uclient-switch

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 12c345d8036cd695f80fff42e4972ddb8b1c8aee)

7 years agosqm-scripts: Bump to v1.1.2, depend on kmod-sched-core
Toke Høiland-Jørgensen [Sun, 29 Jan 2017 16:11:10 +0000 (17:11 +0100)]
sqm-scripts: Bump to v1.1.2, depend on kmod-sched-core

The needed shaper modules are now in kmod-sched-core, so we don't need
to depend on the full kmod-sched anymore.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
7 years agoMerge pull request #3916 from luizluca/lede-17.01
Ted Hess [Thu, 26 Jan 2017 02:41:41 +0000 (21:41 -0500)]
Merge pull request #3916 from luizluca/lede-17.01

[lede-17.01] libvpx: bump to 1.6.1

7 years agolibvpx: bump to 1.6.1 3916/head
Luiz Angelo Daros de Luca [Tue, 17 Jan 2017 21:21:31 +0000 (19:21 -0200)]
libvpx: bump to 1.6.1

v1.6.1:
- Faster VP9 encoding and decoding
- Bug Fixes

Now the ABI_VERSION is derived from PKG_VERSION

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
7 years agoadblock: update 2.1.5
Dirk Brenken [Mon, 23 Jan 2017 18:03:41 +0000 (19:03 +0100)]
adblock: update 2.1.5

* fix init boot function
* made fetch utility check more bullet proof
* automatically switch between default wget & uclient-fetch
configuration
* output link to online documentation on error
* update documentation

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 92c098fc02aae304a9a76795659fe22a5b7d6f01)

7 years agounzip: patch CVE-2014-9913 and CVE-2016-9844 vulnerabilities
Álvaro Fernández Rojas [Mon, 23 Jan 2017 16:53:03 +0000 (17:53 +0100)]
unzip: patch CVE-2014-9913 and CVE-2016-9844 vulnerabilities

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years agosqm-scripts: Bump to v1.1.1, depend on kmod-sched-cake
Toke Høiland-Jørgensen [Sun, 22 Jan 2017 19:02:59 +0000 (20:02 +0100)]
sqm-scripts: Bump to v1.1.1, depend on kmod-sched-cake

This release contains several bug fixes for LEDE-17.01. The
kmod-sched-cake dependency is to avoid having scripts that fail
silently.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
7 years agovallumd: bump to 0.1.2
Stijn Tintel [Fri, 20 Jan 2017 05:39:36 +0000 (06:39 +0100)]
vallumd: bump to 0.1.2

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoMerge pull request #3890 from dibdot/lede-17.01
Ted Hess [Sat, 21 Jan 2017 12:44:39 +0000 (07:44 -0500)]
Merge pull request #3890 from dibdot/lede-17.01

[lede-17.01] travelmate: bugfix 0.3.2

7 years ago[lede-17.01] travelmate: bugfix 0.3.2 3890/head
Dirk Brenken [Sat, 21 Jan 2017 06:37:04 +0000 (07:37 +0100)]
[lede-17.01] travelmate: bugfix 0.3.2

* refine/speed-up (re-)connect handling
* fix minor build error in init script
* better logging & cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoicecast: Fix configure if both vorbis and tremor host packages installed
Ted Hess [Thu, 19 Jan 2017 20:33:07 +0000 (15:33 -0500)]
icecast: Fix configure if both vorbis and tremor host packages installed

Signed-off-by: Ted Hess <thess@kitschensync.net>
(cherry picked from commit c82573e64e27a58b3bffda336c51d3545cc88204)

7 years agonet/socat: Update to 1.7.3.1 and fix SSL
Daniel Engberg [Mon, 16 Jan 2017 21:05:19 +0000 (22:05 +0100)]
net/socat: Update to 1.7.3.1 and fix SSL

Update to 1.7.3.1
Fix SSL builds
Source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/socat/patches/#dirlist

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(cherry picked from commit 8c0a4bf6c57cfd2e03fbd98225e3435038f33d5c)

7 years agoadblock: bugfix 2.1.2
Dirk Brenken [Fri, 20 Jan 2017 08:57:33 +0000 (09:57 +0100)]
adblock: bugfix 2.1.2

* fix minor build error in init script

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit d960507c5fd3cc65e50589ee846c92cdc0edbf89)

7 years agoMerge pull request #3879 from chris5560/lede-17.01
Ted Hess [Fri, 20 Jan 2017 19:31:01 +0000 (14:31 -0500)]
Merge pull request #3879 from chris5560/lede-17.01

[lede-17.01] ddns-scripts: fix detecting local ip from ip command

7 years agomosquitto: fix provides <=> package name conflicts
Jo-Philipp Wich [Tue, 17 Jan 2017 21:52:04 +0000 (22:52 +0100)]
mosquitto: fix provides <=> package name conflicts

The virtual package declared by PROVIDES must not have the same name as the
variant declaring it, otherwise buildroot will fail with errors like:

    cp: '.../pkginfo/mosquitto.provides' and '.../pkginfo/mosquitto.provides' are the same file

In order to fix the above error, rename the existing "mosquitto" and
"libmosquitto" packages into "mosquitto-ssl" and "libmosquitto-ssl"
respectively.

Also substitute use of $(PKG_NAME) with literal "mosquitto" in
Package/* defines to improve readability of the Makefile.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoflent-tools: Bump version
Toke Høiland-Jørgensen [Thu, 19 Jan 2017 10:08:17 +0000 (11:08 +0100)]
flent-tools: Bump version

Contains bugfix from upstream.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
7 years ago[lede-17.01]ddns-scripts: fix detecting local ip from ip command 3879/head
Christian Schoenebeck [Wed, 18 Jan 2017 20:46:05 +0000 (21:46 +0100)]
[lede-17.01]ddns-scripts: fix detecting local ip from ip command

- fix detecting local ip from ip command #3834 and https://forum.lede-project.org/t/bugs-in-ddns-scripts/1000
- updated public_suffix_list.dat
- minor fixes to services files

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agonet/mosquitto: add PROVIDES to daemon and library
Karl Palsson [Tue, 17 Jan 2017 10:43:42 +0000 (10:43 +0000)]
net/mosquitto: add PROVIDES to daemon and library

Adding PROVIDES to both the daemon and library and -nossl variants allow
downstream packages to simply declare a single dependency.

mosquitto-client however, still needs to explicitly depend on the ssl or
nossl variant however.

Signed-off-by: Karl Palsson <karlp@etactica.com>
7 years agoctorrent-*: delete from repo as there is no active development since 2008 and there...
Peter Wagner [Mon, 16 Jan 2017 17:53:08 +0000 (18:53 +0100)]
ctorrent-*: delete from repo as there is no active development since 2008 and there are alternatives like aria2

Signed-off-by: Peter Wagner <tripolar@gmx.at>
(cherry picked from commit 7cdb8745b25a6c58e92426154f5ff6148431a348)

7 years agoMerge pull request #3848 from jp-bennett/master
Ted Hess [Mon, 16 Jan 2017 13:12:28 +0000 (08:12 -0500)]
Merge pull request #3848 from jp-bennett/master

Fwknopd: Various updates

7 years agoMerge pull request #3851 from diizzyy/patch-25
Ted Hess [Mon, 16 Jan 2017 13:04:31 +0000 (08:04 -0500)]
Merge pull request #3851 from diizzyy/patch-25

sound/shine: Fix compilation with ffmpeg and minor fixes

7 years agosound/shine: Fix compilation with ffmpeg and minor fixes 3851/head
Daniel Engberg [Mon, 16 Jan 2017 08:52:30 +0000 (09:52 +0100)]
sound/shine: Fix compilation with ffmpeg and minor fixes

Update upstream URLs
Add upsteam patch to avoid name collision with ffmpeg
Source: https://github.com/toots/shine/commit/3695118267be9b7a9412c86c7c5424ab47efe7ec
Refresh patches

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agowireguard: new version and usability improvements
danrl [Sat, 14 Jan 2017 13:54:42 +0000 (14:54 +0100)]
wireguard: new version and usability improvements

Signed-off-by: Dan Luedtke <mail@danrl.com>
7 years agoMerge pull request #3846 from Wedmer/master
Ted Hess [Mon, 16 Jan 2017 00:46:57 +0000 (19:46 -0500)]
Merge pull request #3846 from Wedmer/master

[libs/fftw3] Updated to version 3.3.6

7 years agovallumd: bump to 0.1.1
Stijn Tintel [Sun, 15 Jan 2017 22:53:04 +0000 (23:53 +0100)]
vallumd: bump to 0.1.1

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoMerge pull request #3837 from hauke/tor
Hauke Mehrtens [Sun, 15 Jan 2017 22:20:51 +0000 (23:20 +0100)]
Merge pull request #3837 from hauke/tor

tor: update to version 0.2.9.8

7 years ago[libs/fftw3] Updated to version 3.3.6 3846/head
Vladimir Ulrich [Sun, 15 Jan 2017 22:19:10 +0000 (01:19 +0300)]
[libs/fftw3] Updated to version 3.3.6

Signed-off-by: Vladimir Ulrich <admin@evl.su>
7 years agotor: log to syslog by default 3837/head
Hauke Mehrtens [Sat, 14 Jan 2017 16:40:43 +0000 (17:40 +0100)]
tor: log to syslog by default

Make tor log to syslog by default instead of stdout.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agotor: add tor-gencert, tor-resolve and torify
Hauke Mehrtens [Sat, 14 Jan 2017 14:38:14 +0000 (15:38 +0100)]
tor: add tor-gencert, tor-resolve and torify

These are some additional applications build by the tor package.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agotor: add geoip6 to tor-geoip
Hauke Mehrtens [Sat, 14 Jan 2017 14:26:41 +0000 (15:26 +0100)]
tor: add geoip6 to tor-geoip

This add the IPv6 addresses to the tor-geoip6 package.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agotor: preserve tor keys over sysupgrade
Hauke Mehrtens [Sat, 14 Jan 2017 14:29:19 +0000 (15:29 +0100)]
tor: preserve tor keys over sysupgrade

Mark the directories containing the keys for hidden services as
conffiles to preserve them over sysupgrade.

Fixes: #2247
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agotor: update to version 0.2.9.8
Hauke Mehrtens [Sat, 14 Jan 2017 14:28:02 +0000 (15:28 +0100)]
tor: update to version 0.2.9.8

In addition update some configure options and use EXTRA_CFLAGS.
Setting RunAsDaemon to 1 will be overwritten by the init script option
"--runasdaemon 0" anyway and we want it in foreground for procd.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agoMerge pull request #3845 from jp-bennett/master
Ted Hess [Sun, 15 Jan 2017 22:00:25 +0000 (17:00 -0500)]
Merge pull request #3845 from jp-bennett/master

nano: Update to version 2.7.4

7 years agoFwknopd: Various updates 3848/head
Jonathan Bennett [Sun, 15 Jan 2017 21:52:54 +0000 (15:52 -0600)]
Fwknopd: Various updates
Adds configuration option for NFQ capture, moves often written
configuration files to /var/etc.

Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
7 years agonano: Update to version 2.7.4 3845/head
Jonathan Bennett [Sun, 15 Jan 2017 20:45:38 +0000 (14:45 -0600)]
nano: Update to version 2.7.4
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
7 years agognutls: updated to 3.5.8
Nikos Mavrogiannopoulos [Sun, 15 Jan 2017 20:30:10 +0000 (21:30 +0100)]
gnutls: updated to 3.5.8

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
7 years agonfs-kernel-sever: update to 2.1.1
Peter Wagner [Sun, 15 Jan 2017 20:30:08 +0000 (21:30 +0100)]
nfs-kernel-sever: update to 2.1.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agomemcached: bump to version 1.4.34
heil [Sun, 15 Jan 2017 20:29:16 +0000 (21:29 +0100)]
memcached: bump to version 1.4.34

Signed-off-by: heil <heil@terminal-consulting.de>
7 years agoprosody: bump to version 0.9.12
heil [Sun, 15 Jan 2017 20:28:23 +0000 (21:28 +0100)]
prosody: bump to version 0.9.12

Signed-off-by: heil <heil@terminal-consulting.de>
7 years agohaproxy: bump to version 1.7.2
heil [Sun, 15 Jan 2017 20:26:00 +0000 (21:26 +0100)]
haproxy: bump to version 1.7.2
Released version 1.7.2 with the following main changes :

  - BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2)
  - SCRIPTS: git-show-backports: fix a harmless typo
  - SCRIPTS: git-show-backports: add -H to use the hash of the commit message
  - BUG/MINOR: stream-int: automatically release SI_FL_WAIT_DATA on SHUTW_NOW
  - DOC: lua: documentation about time parser functions
  - DOC: lua: section declared twice
  - BUG/MINOR: lua/cli: bad error message
  - DOC: fix small typo in fe_id (backend instead of frontend)
  - BUG/MINOR: Fix the sending function in Lua's cosocket
  - BUG/MINOR: lua: memory leak executing tasks
  - BUG/MINOR: lua: bad return code
  - BUG/MEDIUM: ssl: properly reset the reused_sess during a forced handshake
  - BUG/MEDIUM: ssl: avoid double free when releasing bind_confs
  - BUG/MINOR: stats: fix be/sessions/current out in typed stats
  - BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled
  - BUG/MEDIUM: ssl: for a handshake when server-side SNI changes
  - BUG/MINOR: systemd: potential zombie processes
  - DOC: Add timings events schemas
  - BUILD: lua: build failed on FreeBSD.
  - BUG/MINOR: option prefer-last-server must be ignored in some case
  - MINOR: stats: Support "select all" for backend actions
  - BUG/MINOR: sample-fetches/stick-tables: bad type for the sample fetches sc*_get_gpt0
  - BUG/MAJOR: channel: Fix the definition order of channel analyzers
  - BUG/MINOR: http: report real parser state in error captures
  - BUILD: scripts: automatically update the branch in version.h when releasing
  - BUG/MAJOR: http: fix risk of getting invalid reports of bad requests
  - MINOR: http: custom status reason.
  - MINOR: connection: add sample fetch "fc_rcvd_proxy"
  - BUG/MINOR: config: emit a warning if http-reuse is enabled with incompatible options
  - BUG/MINOR: tools: fix off-by-one in port size check
  - BUG/MEDIUM: server: consider AF_UNSPEC as a valid address family
  - MEDIUM: server: split the address and the port into two different fields
  - MINOR: tools: make str2sa_range() return the port in a separate argument
  - MINOR: server: take the destination port from the port field, not the addr
  - MEDIUM: server: disable protocol validations when the server doesn't resolve
  - BUG/MEDIUM: tools: do not force an unresolved address to AF_INET:0.0.0.0
  - BUG/MINOR: ssl: EVP_PKEY must be freed after X509_get_pubkey usage
  - MINOR: proto_http.c 502 error txt typo.
  - DOC: add deprecation notice to "block"
  - BUG/MINOR: Reset errno variable before calling strtol(3)

Signed-off-by: heil <heil@terminal-consulting.de>
7 years agoMerge pull request #3839 from thess/icecast-update
Ted Hess [Sun, 15 Jan 2017 20:17:18 +0000 (15:17 -0500)]
Merge pull request #3839 from thess/icecast-update

icecast: Rework dependencies

7 years agolibuv: bump to 1.10.2
Luka Perkov [Sun, 15 Jan 2017 18:29:55 +0000 (19:29 +0100)]
libuv: bump to 1.10.2

Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
7 years agoMerge pull request #3844 from mhei/update-open-plc-utils
Florian Fainelli [Sun, 15 Jan 2017 18:13:17 +0000 (10:13 -0800)]
Merge pull request #3844 from mhei/update-open-plc-utils

open-plc-utils: update to latest upstream commit

7 years agoopen-plc-utils: update to commit 18b7e2a9a17f043fe8ac8b457680aafb1c249c55 3844/head
Michael Heimpold [Sun, 15 Jan 2017 18:03:04 +0000 (19:03 +0100)]
open-plc-utils: update to commit 18b7e2a9a17f043fe8ac8b457680aafb1c249c55

This contains a fix for big endian systems.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agonet-snmpd: convert snmpd-static to dummy package
Stijn Tintel [Fri, 13 Jan 2017 19:38:28 +0000 (20:38 +0100)]
net-snmpd: convert snmpd-static to dummy package

We believe snmpd-static isn't useful, but download stats show it's still
being downloaded. Instead of dropping it, make it a dummy package that
depends on snmpd.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Jo-Philipp Wich <jo@mein.io>
7 years agogit: update to 2.11.0
Peter Wagner [Sun, 15 Jan 2017 13:30:57 +0000 (14:30 +0100)]
git: update to 2.11.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agoicecast: Rework dependencies 3839/head
Ted Hess [Sat, 14 Jan 2017 23:00:31 +0000 (18:00 -0500)]
icecast: Rework dependencies

Remove private Tremor. (use libvorbisidec in repo)
Remove need for libvorbis (add missing vorbis_comment functions)
Remove openSSL (uses mbedTLS via libcurl)

Add myself as co-maintainer.

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agolibxslt: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
Matthias Schiffer [Sat, 14 Jan 2017 17:17:19 +0000 (18:17 +0100)]
libxslt: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate

Host files installed in Build/InstallDev are target-specific and will stay
in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years agolibgpg-error: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
Matthias Schiffer [Sat, 14 Jan 2017 17:16:11 +0000 (18:16 +0100)]
libgpg-error: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate

Host files installed in Build/InstallDev are target-specific and will stay
in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years agoMerge pull request #3835 from stintel/vallumd
Stijn Tintel [Sat, 14 Jan 2017 05:09:00 +0000 (06:09 +0100)]
Merge pull request #3835 from stintel/vallumd

vallumd: new package

7 years agovallumd: new package 3835/head
Stijn Tintel [Sat, 14 Jan 2017 01:03:46 +0000 (02:03 +0100)]
vallumd: new package

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoices: fix linking with libogg
Ted Hess [Fri, 13 Jan 2017 22:38:06 +0000 (17:38 -0500)]
ices: fix linking with libogg

7 years agolibshout: Update to 2.4.1. Create -nossl variant
Ted Hess [Fri, 13 Jan 2017 21:38:50 +0000 (16:38 -0500)]
libshout: Update to 2.4.1. Create -nossl variant

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agoMerge pull request #3775 from jow-/net-snmp-nl-tiny
Stijn Tintel [Fri, 13 Jan 2017 18:48:02 +0000 (19:48 +0100)]
Merge pull request #3775 from jow-/net-snmp-nl-tiny

net-snmp: build against libnl-tiny

7 years agoMerge pull request #3785 from diizzyy/patch-17
Ted Hess [Fri, 13 Jan 2017 18:37:05 +0000 (13:37 -0500)]
Merge pull request #3785 from diizzyy/patch-17

libs/libstrophe: Fix source tarball filename

7 years agoglib2: add --enable-libmount=no to HOST_CONFIGURE_ARGS
Peter Wagner [Fri, 13 Jan 2017 18:14:28 +0000 (19:14 +0100)]
glib2: add --enable-libmount=no to HOST_CONFIGURE_ARGS

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agoglib2: update to 2.50.2
Peter Wagner [Fri, 13 Jan 2017 08:40:56 +0000 (09:40 +0100)]
glib2: update to 2.50.2

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agoMerge pull request #3729 from diizzyy/patch-1
Hannu Nyman [Thu, 12 Jan 2017 22:33:33 +0000 (00:33 +0200)]
Merge pull request #3729 from diizzyy/patch-1

net/shadowsocks-libev: Update to 2.6.1

7 years agonet/shadowsocks-libev: Update to 2.6.1 3729/head
Daniel Engberg [Sun, 1 Jan 2017 08:15:13 +0000 (02:15 -0600)]
net/shadowsocks-libev: Update to 2.6.1

Update to 2.6.0 to support mbed TLS
Use xz instead of gz git tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3828 from pprindeville/fix-perl-cgi2
Hannu Nyman [Thu, 12 Jan 2017 20:35:00 +0000 (22:35 +0200)]
Merge pull request #3828 from pprindeville/fix-perl-cgi2

perl-cgi: bump package release because of PKG_LEAVE_COMMENTS

7 years agomosquitto: Fix host UNAME detection
Thomas Huehn [Thu, 12 Jan 2017 15:10:32 +0000 (16:10 +0100)]
mosquitto: Fix host UNAME detection

This fixes a bug when mosquitto is crosscompiled in LEDE on OS X.
UNAME is explicitly executed on the host, when we want it to be treated
as a regular linux build.

This patch passes the proper UNAME=Linux variable to the mosquitto
make file in order to respect linux as cross-compiler.

Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de>
Reviewed-by: Karl Palsson <karlp@tweak.net.au>
7 years agohttps-dns-proxy: bump PKG_RELEASE
Hannu Nyman [Thu, 12 Jan 2017 11:07:20 +0000 (13:07 +0200)]
https-dns-proxy: bump PKG_RELEASE

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3825 from aarond10/patch-2
Hannu Nyman [Thu, 12 Jan 2017 11:05:49 +0000 (13:05 +0200)]
Merge pull request #3825 from aarond10/patch-2

https-dns-proxy: Fix wrong commandline argument

7 years agohttps-dns-proxy: Fix wrong commandline argument 3825/head
Aaron Drew [Thu, 12 Jan 2017 09:33:08 +0000 (20:33 +1100)]
https-dns-proxy: Fix wrong commandline argument

Init scripts were configuring daemon to write log to file "127.0.0.1" instead.
Signed-off-by: Aaron Drew <aarond10@gmail.com>
7 years agoutils/gnupg: Bump version; use both PKG_HASH (sha256) and PKG_MD5SUM (md5sum)
Daniel Dickinson [Thu, 12 Jan 2017 01:00:18 +0000 (20:00 -0500)]
utils/gnupg: Bump version; use both PKG_HASH (sha256) and PKG_MD5SUM (md5sum)

Bump the version of gnupg and use new PKG_HASH for
sha256sum and PKG_MD5SUM for md5sum (for backwards
compatibility).

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
7 years agoutils/gnupg: Add myself as maintainer
Daniel Dickinson [Thu, 12 Jan 2017 00:17:08 +0000 (19:17 -0500)]
utils/gnupg: Add myself as maintainer

@Nico seems MIA; @hnyman asked if I'd be interested
in taking over.  I'm willing so adding myself.

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
7 years agoutils/gnupg: Add build of gpgv
Daniel Dickinson [Thu, 29 Sep 2016 10:13:02 +0000 (06:13 -0400)]
utils/gnupg: Add build of gpgv

gpgv is a stripped down gnupg useful for only verifying signatures.
Having this package can save space when all you need is signature
verification.

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
7 years agobind: update to bind-9.10.4-P5
Noah Meyerhans [Thu, 12 Jan 2017 06:01:53 +0000 (22:01 -0800)]
bind: update to bind-9.10.4-P5

This change fixes multiple denial-of-service vulnerabilities:
 * CVE-2016-9131: A malformed response to an ANY query can cause an
   assertion failure during recursion
 * CVE-2016-9147: An error handling a query response containing
   inconsistent DNSSEC information could cause an assertion failure
 * CVE-2016-9444: An unusually-formed DS record response could cause
   an assertion failure
 * CVE-2016-9778: An error handling certain queries using the
   nxdomain-redirect feature could cause a REQUIRE assertion failure
   in db.c

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
7 years agoperl-cgi: bump package release because of PKG_LEAVE_COMMENTS 3828/head
Philip Prindeville [Wed, 11 Jan 2017 21:34:46 +0000 (14:34 -0700)]
perl-cgi: bump package release because of PKG_LEAVE_COMMENTS

Last commit required release increment so people would refresh to
non-broken files.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years agognunet: fix build
Daniel Golle [Wed, 11 Jan 2017 22:20:47 +0000 (23:20 +0100)]
gnunet: fix build

a missing empty file caused the build to break

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoMerge pull request #3822 from mhei/update-open-plc-utils
Florian Fainelli [Wed, 11 Jan 2017 22:21:11 +0000 (14:21 -0800)]
Merge pull request #3822 from mhei/update-open-plc-utils

open-plc-utils: update to commit 6a07d621583cb86ddf2fddcacb41cc4cf28bf33a

7 years agoMerge pull request #3740 from pprindeville/fix-perlmod-stripping
Hannu Nyman [Wed, 11 Jan 2017 21:39:14 +0000 (23:39 +0200)]
Merge pull request #3740 from pprindeville/fix-perlmod-stripping

perlmod: global knob to disable comment stripping modules

7 years agoperlmod: global knob to disable comment stripping modules 3740/head
Philip Prindeville [Tue, 3 Jan 2017 05:55:17 +0000 (22:55 -0700)]
perlmod: global knob to disable comment stripping modules

Certain strings are misinterpreted as comments by perlmod.mk and removed
when they shouldn't be (in particular, perl-cgi).  Enable this whenever
you have sufficient flash space.

Globally, CONFIG_PERL_NOCOMMENT=y (default) causes comments to be stripped
as before.  However, a package (like perl-cgi) can override this with
PKG_LEAVE_COMMENTS=1.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years agoopen-plc-utils: update to commit 6a07d621583cb86ddf2fddcacb41cc4cf28bf33a 3822/head
Michael Heimpold [Wed, 11 Jan 2017 21:22:31 +0000 (22:22 +0100)]
open-plc-utils: update to commit 6a07d621583cb86ddf2fddcacb41cc4cf28bf33a

This fixes an alignment issue on some platforms, which renders
some tools, e.g. plcID, unusable.

While at, switch to xz compression for the tarball, drop an already
mainlined patch and remove a meanswhile absolete compiler switch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp7: add a patch to fix build on aarch64
Michael Heimpold [Wed, 11 Jan 2017 21:08:54 +0000 (22:08 +0100)]
php7: add a patch to fix build on aarch64

This fixes the following build error, spotted by the LEDE buildbots:

{standard input}: Assembler messages:
{standard input}:557: Error: operand 3 should be an integer register -- `mul x0,x0,1048576'
{standard input}:558: Error: operand 3 should be an integer register -- `smulh x1,x0,1048576'
Makefile:1466: recipe for target 'ext/opcache/zend_accelerator_module.lo' failed

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agoMerge pull request #3739 from pprindeville/fix-perl-cgi
Hannu Nyman [Wed, 11 Jan 2017 21:17:28 +0000 (23:17 +0200)]
Merge pull request #3739 from pprindeville/fix-perl-cgi

perl-cgi: disable comment stripping which damages module

7 years agoMerge pull request #3821 from chris5560/ddns-scripts
Hannu Nyman [Wed, 11 Jan 2017 21:15:00 +0000 (23:15 +0200)]
Merge pull request #3821 from chris5560/ddns-scripts

ddns-scripts: fixes for nslookup and khost

7 years agoperl-cgi: disable comment stripping which damages module 3739/head
Philip Prindeville [Fri, 6 Jan 2017 22:39:36 +0000 (15:39 -0700)]
perl-cgi: disable comment stripping which damages module

The macro perlmod/Install does comment stripping which gets confused by
the line:

in several files in this module, incorrectly deleting it as a comment.
It's not: it's the closure of a "= q/" literal.

See PR #3740 as this is a prerequisite.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years agoddns-scripts: fixes for nslookup and khost 3821/head
Christian Schoenebeck [Wed, 11 Jan 2017 21:08:42 +0000 (22:08 +0100)]
ddns-scripts: fixes for nslookup and khost

- fix ip extraction if knot host is used together with glue records
- fix ip extraction from nslookup if reverse dns record has ip with dot reported at http://forum.lede-project.org/t/ddns-scripts-error/909

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoMerge pull request #3813 from NeoRaider/hostpkg
Matthias Schiffer [Wed, 11 Jan 2017 20:54:09 +0000 (21:54 +0100)]
Merge pull request #3813 from NeoRaider/hostpkg

Use STAGING_DIR_HOSTPKG where appropriate

7 years agoMerge pull request #3811 from commodo/python-gmpy-drop
Hannu Nyman [Wed, 11 Jan 2017 20:45:40 +0000 (22:45 +0200)]
Merge pull request #3811 from commodo/python-gmpy-drop

[RFC] python-gmpy: drop package (in favor or python-gmpy2)

7 years agoMerge pull request #3818 from commodo/youtube-dl-fix
Hannu Nyman [Wed, 11 Jan 2017 20:44:22 +0000 (22:44 +0200)]
Merge pull request #3818 from commodo/youtube-dl-fix

python: update package to fix youtube-dl build

7 years agoMerge pull request #3816 from danrl/wireguard
Hannu Nyman [Wed, 11 Jan 2017 20:41:21 +0000 (22:41 +0200)]
Merge pull request #3816 from danrl/wireguard

wireguard: new upstream version

7 years agowireguard: version bump 3816/head
danrl [Tue, 10 Jan 2017 20:01:12 +0000 (21:01 +0100)]
wireguard: version bump

Signed-off-by: Dan Luedtke <mail@danrl.com>
7 years agopython: bump PKG_RELEASE to 3 3818/head
Alexandru Ardelean [Wed, 11 Jan 2017 09:07:51 +0000 (11:07 +0200)]
python: bump PKG_RELEASE to 3

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython: remove `011-do-not-prefer-ncursesw.patch`
Alexandru Ardelean [Wed, 11 Jan 2017 13:15:46 +0000 (15:15 +0200)]
python: remove `011-do-not-prefer-ncursesw.patch`

LEDE now provides libncursesw by default [even for libncurses].
No need to keep this patch around.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython: use built-in libffi lib for host build
Alexandru Ardelean [Wed, 11 Jan 2017 13:04:03 +0000 (15:04 +0200)]
python: use built-in libffi lib for host build

Python comes with it's own builtin libffi lib, which
seems easier to use for the host build, than trying
to use the one from the package feeds.

Also, dropping `005-fix-libffi-x86-64-configure.patch`
Not needed anymore.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython: link with static libs of ssl, crypto for host builds
Alexandru Ardelean [Wed, 11 Jan 2017 09:06:57 +0000 (11:06 +0200)]
python: link with static libs of ssl, crypto for host builds

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoRevert "python: don't use libressl for host build"
Alexandru Ardelean [Wed, 11 Jan 2017 09:07:22 +0000 (11:07 +0200)]
Revert "python: don't use libressl for host build"

This reverts commit ca800e60b040a2b409801560dc16dbcac6cba2b1.

7 years agopython: drop CFLAGS in HOST_CONFIGURE_ARGS ; it's already in HOST_CONFIGURE_VARS
Alexandru Ardelean [Wed, 11 Jan 2017 09:05:11 +0000 (11:05 +0200)]
python: drop CFLAGS in HOST_CONFIGURE_ARGS ; it's already in HOST_CONFIGURE_VARS

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>