feed/packages.git
6 years agoglog: new package 3980/head
Amir Sabbaghi [Sat, 11 Feb 2017 08:40:23 +0000 (12:10 +0330)]
glog: new package

glog is C++ implementation of the Google logging module

Signed-off-by: Amir Sabbaghi <asaba90@gmail.com>
7 years agoirqbalance: avoid external glib2
Hannu Nyman [Wed, 8 Feb 2017 09:12:39 +0000 (11:12 +0200)]
irqbalance: avoid external glib2

Revert an upstream commit to enable compiling without external glib2.

Edit the 'disable UI compilation' patch to match the original
upstream commit more closely.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3965 from diizzyy/patch-33
Nikos Mavrogiannopoulos [Wed, 8 Feb 2017 08:37:51 +0000 (09:37 +0100)]
Merge pull request #3965 from diizzyy/patch-33

libs/gnutls: Don't link libidn unintentionally

7 years agoirqbalance: add package
Hannu Nyman [Tue, 7 Feb 2017 22:26:58 +0000 (00:26 +0200)]
irqbalance: add package

The purpose of irqbalance is to distribute hardware interrupts across
processors/cores on a multiprocessor/-core system in order to increase
performance.

This initial implementation of the package uses external glib2,
which is a large dependency.
Only the cmd-line tool is compiled and installed.

Run-tested with ipq806x / R7800.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3894 from pprindeville/syslog-ng-bump-to-v3.9
Hannu Nyman [Tue, 7 Feb 2017 08:45:31 +0000 (10:45 +0200)]
Merge pull request #3894 from pprindeville/syslog-ng-bump-to-v3.9

Syslog-ng bump to v3.9

7 years agoMerge pull request #3951 from antonlacon/libopus-1.1.x
Ted Hess [Mon, 6 Feb 2017 23:45:04 +0000 (18:45 -0500)]
Merge pull request #3951 from antonlacon/libopus-1.1.x

opus: update to 1.1.4 for CVE-2017-0381

7 years agolibs/gnutls: Don't link libidn unintentionally 3965/head
Daniel Engberg [Mon, 6 Feb 2017 23:23:09 +0000 (00:23 +0100)]
libs/gnutls: Don't link libidn unintentionally

Fixes compilation reported by by buildbots.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agocollectd: disable libyajl detection
Hannu Nyman [Mon, 6 Feb 2017 17:20:15 +0000 (19:20 +0200)]
collectd: disable libyajl detection

Disable also detection for libyajl that buildbot picked up.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3964 from dibdot/adblock
Hannu Nyman [Mon, 6 Feb 2017 16:16:35 +0000 (18:16 +0200)]
Merge pull request #3964 from dibdot/adblock

adblock: 2.3.0 (package release 2)

7 years agoadblock: 2.3.0 (package release 2) 3964/head
Dirk Brenken [Mon, 6 Feb 2017 16:07:48 +0000 (17:07 +0100)]
adblock: 2.3.0 (package release 2)

* update readme regarding unbound integration
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agocollectd: avoid libcap dependency
Hannu Nyman [Mon, 6 Feb 2017 14:40:43 +0000 (16:40 +0200)]
collectd: avoid libcap dependency

Buildbot revealed that Collectd 5.7.1 uses libcap to evaluate system
capabilities and display advice on some plugins (dns, iptables, exec,
ping, ceph, turbostat).

Disable the check in configure.ac in order to avoid a dependency
for libcap. (It is not that big, only 6 kB .ipk, but still avoid that.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3961 from EricLuehrsen/unbound_20170206
Hannu Nyman [Mon, 6 Feb 2017 13:53:05 +0000 (15:53 +0200)]
Merge pull request #3961 from EricLuehrsen/unbound_20170206

Unbound: bug fix odhcpd and add auto adblock

7 years agoMerge pull request #3917 from hnyman/c571
Hannu Nyman [Mon, 6 Feb 2017 10:53:52 +0000 (12:53 +0200)]
Merge pull request #3917 from hnyman/c571

collectd: update to version 5.7.1

7 years agoRevert "vnstat: update to v1.16"
Jo-Philipp Wich [Mon, 6 Feb 2017 10:01:12 +0000 (11:01 +0100)]
Revert "vnstat: update to v1.16"

This reverts commit 79b6e9dc61dc37e4745f08d83ce44593d256fd12.

Undo the recent vnstat update due to upstream bugs preventing database
restoration.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agocollectd: remove encryption feature from network plugin 3917/head
Hannu Nyman [Mon, 6 Feb 2017 09:28:58 +0000 (11:28 +0200)]
collectd: remove encryption feature from network plugin

Remove the encryption functionality from the network plugin.
It is a non-core functionality and causes a need for additional
dependency on the main program when enabled in 5.7.1.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agocollectd: fix 5.7.1 compilation with encrypted network
Hannu Nyman [Thu, 26 Jan 2017 11:28:22 +0000 (13:28 +0200)]
collectd: fix 5.7.1 compilation with encrypted network

The encrypted network feature seems to have changed between 5.5.3 and 5.7.1.
Adjust Makefile to enable compilation with that feature.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agocollectd: update to 5.7.1
Hannu Nyman [Thu, 26 Jan 2017 11:23:12 +0000 (13:23 +0200)]
collectd: update to 5.7.1

Update collectd to version 5.7.1

* replace 003-remove-werror.patch with configure option
* remove 200-fix-git-describe-error.patch that is now unnecessary
* reformat other patches due to whitespace changes
* add new plugins to the list as disabled

* correct download & homepage links
* add myself as the second maintainer

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoUnbound: bug fix odhcpd and add auto adblock 3961/head
Eric Luehrsen [Mon, 6 Feb 2017 04:48:18 +0000 (23:48 -0500)]
Unbound: bug fix odhcpd and add auto adblock

Bug fix dhcp4_slaac6 option was adding to all IP6 routes.
Filtering was added to this process to only include addresses
served from "this dhcp interface."

adblock 2.3.0 file output is now detected and automatically
integrated into Unbound local-zones. adblock deposites its
block site zone-files into /var/lib/unbound. If this is not
desired, then disable adblock or reconfigure to avoid Unbound.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agosyslog-ng: bump to 3.9.1 and fix typo 3894/head
Philip Prindeville [Fri, 6 Jan 2017 20:54:05 +0000 (13:54 -0700)]
syslog-ng: bump to 3.9.1 and fix typo

Likewise fix default configuration to use SOCK_DGRAM and not SOCK_STREAM
as we currently do.

Add sha256 digest.

Rather than have the users replace syslog-ng.conf (which lately is
changing fairly frequently) and have them miss an important fix or
improvement, instead have them localize /etc/custom-logs.conf and
ship that as an empty file.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years agogit: update to 2.11.1
Peter Wagner [Sun, 5 Feb 2017 23:53:41 +0000 (00:53 +0100)]
git: update to 2.11.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agoMerge pull request #3856 from diizzyy/patch-27
Ted Hess [Sun, 5 Feb 2017 18:52:08 +0000 (13:52 -0500)]
Merge pull request #3856 from diizzyy/patch-27

minidlna: Update to latest upstream (2016-09-29)

7 years agominidlna: Update to latest upstream (2016-09-29) 3856/head
Daniel Engberg [Mon, 16 Jan 2017 17:19:09 +0000 (18:19 +0100)]
minidlna: Update to latest upstream (2016-09-29)

Updated to latest commit upstream as the latest tagged version didn't get
a tarball release at all. Includes various fixes and also support for
never versions of ffmpeg.

Also added a sorting patch for Panasonic TVs.
Source: https://github.com/yanbe/minidlna/commit/c8245740c3a8699cfe7d7e5aa0d427b931018ad5

Various improvements to package Makefile.
Source/Template: https://github.com/wongsyrone/packages-1/blob/c389dcdc020e1d199570f01f36b781a290aa5356/multimedia/minidlna/Makefile

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3955 from diizzyy/patch-32
Hannu Nyman [Sun, 5 Feb 2017 15:14:53 +0000 (17:14 +0200)]
Merge pull request #3955 from diizzyy/patch-32

net/inadyn: Add inadyn to package repo

7 years agonet/inadyn: Add inadyn to package repo 3955/head
Daniel Engberg [Sat, 4 Feb 2017 09:47:36 +0000 (10:47 +0100)]
net/inadyn: Add inadyn to package repo

Adds inadyn to package repo

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3960 from hbl0307106015/add-tree
Hannu Nyman [Sun, 5 Feb 2017 13:47:06 +0000 (15:47 +0200)]
Merge pull request #3960 from hbl0307106015/add-tree

packages: add tree new package

7 years agotree: add new package 3960/head
Banglang Huang [Sun, 5 Feb 2017 13:36:50 +0000 (21:36 +0800)]
tree: add new package

Tree is a recursive directory listing command that produces a depth indented listing of files,
which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty.

Tree has been ported and reported to work under the following operating systems:
Linux, FreeBSD, OS X, Solaris, HP/UX, Cygwin, HP Nonstop and OS/2.

root@lede:/# tree -L 1
.
├── bin
├── dev
├── etc
├── lib
├── mnt
├── overlay
├── proc
├── rom
├── root
├── sbin
├── sys
├── tmp
├── usr
├── var -> /tmp
└── www

15 directories, 0 files

http://mama.indstate.edu/users/ice/tree/

Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
7 years agoMerge pull request #3939 from hauke/tor
Hauke Mehrtens [Sun, 5 Feb 2017 11:13:36 +0000 (12:13 +0100)]
Merge pull request #3939 from hauke/tor

tor: update to version 0.2.9.9

7 years agotinc: version bump 1.0.31
Saverio Proto [Sun, 5 Feb 2017 08:35:12 +0000 (09:35 +0100)]
tinc: version bump 1.0.31

Signed-off-by: Saverio Proto <zioproto@gmail.com>
7 years agoMerge pull request #3925 from kdarbyshirebryant/fixlibidn
Hannu Nyman [Sun, 5 Feb 2017 08:50:24 +0000 (10:50 +0200)]
Merge pull request #3925 from kdarbyshirebryant/fixlibidn

libidn: install libidn.pc in staging area & refresh patches

7 years agolibidn: install libidn.pc in staging area & refresh patches 3925/head
Kevin Darbyshire-Bryant [Sun, 29 Jan 2017 11:54:14 +0000 (11:54 +0000)]
libidn: install libidn.pc in staging area & refresh patches

libidn.pc file was missing in package staging area causing build
failures for other packages expecting to find libidn package config
files.

refreshed patches to clear existing patch fuzz

take over maintainership

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
7 years agoMerge pull request #3958 from dibdot/adblock
Hannu Nyman [Sun, 5 Feb 2017 08:33:19 +0000 (10:33 +0200)]
Merge pull request #3958 from dibdot/adblock

adblock: release 2.3.0

7 years agoadblock: release 2.3.0 3958/head
Dirk Brenken [Sat, 4 Feb 2017 20:32:50 +0000 (21:32 +0100)]
adblock: release 2.3.0

* automatically selects dnsmasq or unbound as dns backend
* add the new 'adguard' source, a combined/quite effective block list
* remove needless dns backend restarts
* optimize adblock restart behavior
* optimize block list processing on inotify enabled filesystems
* better return code checking on block list download
* fix boot function/startup on Chaos Calmer
* fix a bug in blocklist removal function
* add more (optional) debug output
* move backup options to global config
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoopus: update to 1.1.4 3951/head
Ian Leonard [Fri, 3 Feb 2017 11:02:52 +0000 (03:02 -0800)]
opus: update to 1.1.4

Includes fix for CVE 2017-0381.

Assume maintainership.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
7 years agoMerge pull request #3954 from diizzyy/patch-31
Ted Hess [Sun, 5 Feb 2017 00:12:15 +0000 (19:12 -0500)]
Merge pull request #3954 from diizzyy/patch-31

lib/confuse: Update to 3.0

7 years agolib/confuse: Update to 3.0 3954/head
Daniel Engberg [Sat, 4 Feb 2017 09:28:49 +0000 (10:28 +0100)]
lib/confuse: Update to 3.0

Update (lib)confuse to 3.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3957 from stangri/vpnbypass
Hannu Nyman [Sat, 4 Feb 2017 13:35:50 +0000 (15:35 +0200)]
Merge pull request #3957 from stangri/vpnbypass

vpnbypass: HOTFIX no longer incorrectly stopping service; reliable start

7 years agovpnbypass: HOTFIX no longer incorrectly stopping service/reliable start 3957/head
Stan Grishin [Sat, 4 Feb 2017 13:25:10 +0000 (05:25 -0800)]
vpnbypass: HOTFIX no longer incorrectly stopping service/reliable start
fixed: stop function used to kill the hotplug file
fixed: despite ubus wait_for network.interface.wan and WAN-IF hotplug, sometimes we'd get no WAN ip on start

Signed-off-by: Stan Grishin <stangri@melmac.net>
7 years agoMerge pull request #3823 from cshore-firmware/pull-request-nut
Hannu Nyman [Sat, 4 Feb 2017 09:08:13 +0000 (11:08 +0200)]
Merge pull request #3823 from cshore-firmware/pull-request-nut

A number of fixes and enhancements to NUT

7 years agoMerge pull request #3928 from diizzyy/patch-30
Hannu Nyman [Sat, 4 Feb 2017 09:03:09 +0000 (11:03 +0200)]
Merge pull request #3928 from diizzyy/patch-30

admin/netdata: Update to 1.5.0

7 years agoadmin/netdata: Update to 1.5.0 3928/head
Daniel Engberg [Sun, 29 Jan 2017 22:34:24 +0000 (23:34 +0100)]
admin/netdata: Update to 1.5.0

* Update to 1.5.0
* Refresh patches
* Make config file more usable out of the box
* Adjust a few default settings

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3950 from Shulyaka/postfix
Hannu Nyman [Fri, 3 Feb 2017 16:20:00 +0000 (18:20 +0200)]
Merge pull request #3950 from Shulyaka/postfix

postfix: update to 3.1.4

7 years agopostfix: update to 3.1.4 3950/head
Denis Shulyaka [Fri, 3 Feb 2017 16:11:25 +0000 (19:11 +0300)]
postfix: update to 3.1.4

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
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 agoMerge pull request #3943 from commodo/python3-cffi
Hannu Nyman [Fri, 3 Feb 2017 14:58:02 +0000 (16:58 +0200)]
Merge pull request #3943 from commodo/python3-cffi

python3-cffi: add variant

7 years agoMerge pull request #3949 from pprindeville/reprioritize-rngd-startup
Hannu Nyman [Fri, 3 Feb 2017 07:37:37 +0000 (09:37 +0200)]
Merge pull request #3949 from pprindeville/reprioritize-rngd-startup

rng-tools: start rngd early enough to actually be useful

7 years agorng-tools: start rngd early enough to actually be useful 3949/head
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>
7 years agoMerge pull request #3941 from val-kulkov/nginx-package
Thomas Heil [Thu, 2 Feb 2017 16:43:20 +0000 (17:43 +0100)]
Merge pull request #3941 from val-kulkov/nginx-package

nginx: update to 1.10.3, add new module options

7 years agoMerge pull request #3944 from smutt/python-pcapy
Hannu Nyman [Wed, 1 Feb 2017 19:00:08 +0000 (21:00 +0200)]
Merge pull request #3944 from smutt/python-pcapy

lang/python-pcapy: Bumped version to 0.11.1

7 years agolang/python-pcapy: Bumped version to 0.11.1 3944/head
Andrew McConachie [Wed, 1 Feb 2017 18:45:50 +0000 (13:45 -0500)]
lang/python-pcapy: Bumped version to 0.11.1
Signed-off-by: Andrew McConachie <andrew@depht.com>
Compile tested: AMD64
Run tested: tested
Description: new release

7 years agopython-cffi: add python3 variant 3943/head
Alexandru Ardelean [Tue, 31 Jan 2017 16:08:48 +0000 (18:08 +0200)]
python-cffi: add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython-pycparser: add python3 variant
Alexandru Ardelean [Tue, 31 Jan 2017 16:02:23 +0000 (18:02 +0200)]
python-pycparser: add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython-ply: add python3 variant
Alexandru Ardelean [Tue, 31 Jan 2017 15:56:49 +0000 (17:56 +0200)]
python-ply: add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agonginx: update to 1.10.3, add new module options 3941/head
Val Kulkov [Wed, 1 Feb 2017 05:25:57 +0000 (00:25 -0500)]
nginx: update to 1.10.3, add new module options

Update nginx to version 1.10.3.

Add new configuration options to enable the following optional
modules (disabled by default):
   - http_auth_request_module
   - http_v2_module
   - http_realip_module
   - http_secure_link_module

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
7 years agotor: update to version 0.2.9.9 3939/head
Hauke Mehrtens [Tue, 31 Jan 2017 22:44:00 +0000 (23:44 +0100)]
tor: update to version 0.2.9.9

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agoMerge pull request #3850 from diizzyy/patch-24
Jo-Philipp Wich [Tue, 31 Jan 2017 21:15:11 +0000 (22:15 +0100)]
Merge pull request #3850 from diizzyy/patch-24

wshaper: Retire package

7 years agoMerge pull request #3935 from mlichvar/chrony-update-3.1
Hannu Nyman [Tue, 31 Jan 2017 17:06:11 +0000 (19:06 +0200)]
Merge pull request #3935 from mlichvar/chrony-update-3.1

chrony: update to 3.1

7 years agochrony: update to 3.1 3935/head
Miroslav Lichvar [Tue, 31 Jan 2017 16:17:54 +0000 (17:17 +0100)]
chrony: update to 3.1

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
7 years agoMerge pull request #3932 from Wedmer/master
Hannu Nyman [Tue, 31 Jan 2017 09:14:18 +0000 (11:14 +0200)]
Merge pull request #3932 from Wedmer/master

[libs/fftw3] Updated to version 3.3.6-pl1

7 years agoMerge pull request #3934 from aTanW/master
Hannu Nyman [Tue, 31 Jan 2017 09:13:14 +0000 (11:13 +0200)]
Merge pull request #3934 from aTanW/master

joe: bump to new upstream v4.4

7 years agojoe: bump to new upstream v4.4 3934/head
aTanW [Tue, 31 Jan 2017 07:29:28 +0000 (10:29 +0300)]
joe: bump to new upstream v4.4

Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

7 years ago[libs/fftw3] Updated to version 3.3.6-pl1 3932/head
Vladimir Ulrich [Mon, 30 Jan 2017 21:59:36 +0000 (00:59 +0300)]
[libs/fftw3] Updated to version 3.3.6-pl1
Signed-off-by: Vladimir Ulrich <admin@evl.su>
7 years agostrongswan: enable IKEv2 Mediation Extension
Stijn Tintel [Mon, 30 Jan 2017 12:59:17 +0000 (13:59 +0100)]
strongswan: enable IKEv2 Mediation Extension

Closes #3905.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoMerge pull request #3927 from dibdot/adblock
Hannu Nyman [Mon, 30 Jan 2017 07:27:10 +0000 (09:27 +0200)]
Merge pull request #3927 from dibdot/adblock

adblock: bugfix 2.1.5 (release 2)

7 years agoadblock: bugfix 2.1.5 (release 2) 3927/head
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>
7 years agoMerge pull request #3926 from damianorenfer/master
Hannu Nyman [Sun, 29 Jan 2017 17:04:25 +0000 (19:04 +0200)]
Merge pull request #3926 from damianorenfer/master

net/dnscrypt-proxy: update to 1.9.4

7 years agonet/dnscrypt-proxy: update to 1.9.4 3926/head
Damiano Renfer [Sun, 29 Jan 2017 16:29:35 +0000 (17:29 +0100)]
net/dnscrypt-proxy: update to 1.9.4

Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
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 agorsync and cifs-utils: update download address
Hannu Nyman [Sun, 29 Jan 2017 15:37:06 +0000 (17:37 +0200)]
rsync and cifs-utils: update download address

samba.org has apparently started to enforce https-only downloads,
so update the download links for rsync and cifs-utils.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3918 from commodo/python-setuptools-host-remove
Hannu Nyman [Sun, 29 Jan 2017 08:52:42 +0000 (10:52 +0200)]
Merge pull request #3918 from commodo/python-setuptools-host-remove

remove python-setuptools/host dependency from other packages

7 years agoMerge pull request #3923 from diizzyy/patch-29
Hannu Nyman [Sun, 29 Jan 2017 08:51:59 +0000 (10:51 +0200)]
Merge pull request #3923 from diizzyy/patch-29

net/stunnel: Update to version 5.40

7 years agonet/stunnel: Update to version 5.40 3923/head
Daniel Engberg [Sun, 29 Jan 2017 07:54:41 +0000 (08:54 +0100)]
net/stunnel: Update to version 5.40

Update stunnel to 5.40

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3920 from aTanW/master
Hannu Nyman [Sat, 28 Jan 2017 08:48:22 +0000 (10:48 +0200)]
Merge pull request #3920 from aTanW/master

gammu: bump to new upstream 1.38.1

7 years agogammu: bump to new upstream 1.38.1 3920/head
aTanW [Sat, 28 Jan 2017 06:58:43 +0000 (09:58 +0300)]
gammu: bump to new upstream 1.38.1

Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

7 years agoMerge pull request #3903 from stangri/vpnbypass
Hannu Nyman [Fri, 27 Jan 2017 13:31:07 +0000 (15:31 +0200)]
Merge pull request #3903 from stangri/vpnbypass

vpnbypass: easy to configure service for split tunnelling

7 years agovpnbypass: initial commit 3903/head
Stan Grishin [Mon, 23 Jan 2017 16:02:44 +0000 (08:02 -0800)]
vpnbypass: initial commit

Signed-off-by: Stan Grishin <stangri@melmac.net>
vpnbypass: fixed renamed option in stop_service

Signed-off-by: Stan Grishin <stangri@melmac.net>
vpnbypass: fixed typo in makefile, switch FW_MARK to 0x010000 to play nice with SQM/mwan (thanks Hannu)

Signed-off-by: Stan Grishin <stangri@melmac.net>
vpnbypass: proper masking in setting mark

Signed-off-by: Stan Grishin <stangri@melmac.net>
vpnbypass: separating luci-app-vpnbypass into different tree

Signed-off-by: Stan Grishin <stangri@melmac.net>
vpnbypass: fixed incorrect use of procd_add_reload_interface_trigger according to http://wiki.prplfoundation.org/wiki/Procd_reference

Signed-off-by: Stan Grishin <stangri@melmac.net>
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 agopython-packages: remove python-pip/host dependency 3918/head
Alexandru Ardelean [Thu, 26 Jan 2017 10:30:40 +0000 (12:30 +0200)]
python-packages: remove python-pip/host dependency

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython-dns: remove python-setuptools/host dependency
Alexandru Ardelean [Thu, 26 Jan 2017 10:30:03 +0000 (12:30 +0200)]
python-dns: remove python-setuptools/host dependency

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoMerge pull request #3915 from noblepepper/AddArmFpu
Hannu Nyman [Thu, 26 Jan 2017 10:18:11 +0000 (12:18 +0200)]
Merge pull request #3915 from noblepepper/AddArmFpu

gcc:Add support for Arm with FPU

7 years agogcc:Add support for Arm with FPU 3915/head
Noble Pepper [Thu, 26 Jan 2017 00:21:46 +0000 (18:21 -0600)]
gcc:Add support for Arm with FPU

also removes erroneous --with-local-prefix=/usr configure option
Signed-off-by: Noble Pepper <gitmail@noblepepper.com>
compile tested:
mips Vocore2
mvebu  WRT1200AC (Caiman)

run tested:
mips Vocore2
mvebu  WRT1200AC (Caiman)

7 years agoMerge pull request #3806 from diizzyy/patch-23
Ted Hess [Thu, 26 Jan 2017 00:31:09 +0000 (19:31 -0500)]
Merge pull request #3806 from diizzyy/patch-23

sound/fdk-aac: Add Fraunhofer FDK AAC Codec Library to repo

7 years agosound/fdk-aac: Add Fraunhofer FDK AAC Codec Library to repo 3806/head
Daniel Engberg [Mon, 9 Jan 2017 21:48:36 +0000 (22:48 +0100)]
sound/fdk-aac: Add Fraunhofer FDK AAC Codec Library to repo

Add Fraunhofer FDK AAC Codec Library v0.1.5 to repo

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3867 from luizluca/libvpx-1.6.1
Luiz Angelo Daros de Luca [Wed, 25 Jan 2017 20:02:53 +0000 (18:02 -0200)]
Merge pull request #3867 from luizluca/libvpx-1.6.1

libvpx: bump to 1.6.1

7 years agoMerge pull request #3881 from tru7/knxd
Michael Heimpold [Tue, 24 Jan 2017 20:52:29 +0000 (21:52 +0100)]
Merge pull request #3881 from tru7/knxd

knxd: bump to new version

7 years agophp7: update to 7.1.1
Michael Heimpold [Tue, 24 Jan 2017 20:39:59 +0000 (21:39 +0100)]
php7: update to 7.1.1

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agolibgd: remove unused LIBPNG12_CONFIG definition
Matthias Schiffer [Tue, 24 Jan 2017 11:45:45 +0000 (12:45 +0100)]
libgd: remove unused LIBPNG12_CONFIG definition

While fixing up some incorrect STAGING_DIR_HOSTPKG uses I introduced, I
noticed that the LIBPNG12_CONFIG variable is not used by libgd anymore (it
is called LIBPNG_CONFIG now).

As the build runs fine without setting LIBPNG_CONFIG, let's just remove the
unused line.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years agophp7: fix xml2-config path to unbreak build
Matthias Schiffer [Tue, 24 Jan 2017 11:43:13 +0000 (12:43 +0100)]
php7: fix xml2-config path to unbreak build

Partially reverts 4a984a8d6. Fixes #3907.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years agoMerge pull request #3897 from commodo/python-unify
Hannu Nyman [Tue, 24 Jan 2017 05:40:36 +0000 (07:40 +0200)]
Merge pull request #3897 from commodo/python-unify

python,python3,pip,setuptools: unify pip & setuptools under python,python3

7 years agoMerge pull request #3906 from EricLuehrsen/unbound_doc_error
Hannu Nyman [Tue, 24 Jan 2017 05:39:13 +0000 (07:39 +0200)]
Merge pull request #3906 from EricLuehrsen/unbound_doc_error

unbound: error in README.md for unbound+dnsmasq

7 years agounbound: error in README.md for unbound+dnsmasq 3906/head
Eric Luehrsen [Mon, 23 Jan 2017 06:48:32 +0000 (01:48 -0500)]
unbound: error in README.md for unbound+dnsmasq

7 years agonmap: bump version to 7.40 (all patches upstream)
Nuno Goncalves [Mon, 23 Jan 2017 19:49:32 +0000 (20:49 +0100)]
nmap: bump version to 7.40 (all patches upstream)

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
7 years agoMerge pull request #3901 from dibdot/adblock
Hannu Nyman [Mon, 23 Jan 2017 18:20:56 +0000 (20:20 +0200)]
Merge pull request #3901 from dibdot/adblock

adblock: update 2.1.5

7 years agoadblock: update 2.1.5 3901/head
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>
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 agofreetype: bump to version 2.7
Mirko Vogt [Wed, 18 Jan 2017 14:25:15 +0000 (15:25 +0100)]
freetype: bump to version 2.7

7 years agopython,python3: add python-pip-conf package to be used by both python-pip & python3-pip 3897/head
Alexandru Ardelean [Fri, 20 Jan 2017 16:11:18 +0000 (18:11 +0200)]
python,python3: add python-pip-conf package to be used by both python-pip & python3-pip

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopip,setuptools: move as part of python,python3 build
Alexandru Ardelean [Thu, 19 Jan 2017 16:25:19 +0000 (18:25 +0200)]
pip,setuptools: move as part of python,python3 build

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoMerge pull request #3861 from milani/luajit
Hannu Nyman [Mon, 23 Jan 2017 07:34:55 +0000 (09:34 +0200)]
Merge pull request #3861 from milani/luajit

luajit: update to trunk

7 years agoluajit: update to trunk 3861/head
Morteza Milani [Tue, 17 Jan 2017 13:48:56 +0000 (17:18 +0330)]
luajit: update to trunk

This includes a fix in jit module that is essential for MIPS target.

Signed-off-by: Morteza Milani <milani@pichak.co>
7 years agoMerge pull request #3895 from psidhu/fix-ncurses6-gpsd-3.16
Hannu Nyman [Mon, 23 Jan 2017 07:25:52 +0000 (09:25 +0200)]
Merge pull request #3895 from psidhu/fix-ncurses6-gpsd-3.16

utils/gpsd: refresh 0002-ncurses6_detection to 3.16