feed/packages.git
8 years agonet-snmp: reload snmpd on interface events 2397/head
Stijn Tintel [Sat, 20 Feb 2016 15:29:28 +0000 (16:29 +0100)]
net-snmp: reload snmpd on interface events

When applying wireless configuration changes, the ifindex of the
wireless interface(s) change. While snmpd picks up the new interfaces
with the correct index, it does not remove the old ones:

IF-MIB::ifName.23 = STRING: wlan0
IF-MIB::ifName.24 = STRING: wlan1
IF-MIB::ifName.25 = STRING: wlan0
IF-MIB::ifName.26 = STRING: wlan1

This causes problems for monitoring tools that use ifName (or ifDesc) as
interface reference. Add a trigger that reloads snmpd on interface
up/down events so that it will no longer have the old interfaces.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
8 years agoocserv: updated to 0.10.12
Nikos Mavrogiannopoulos [Fri, 19 Feb 2016 16:02:09 +0000 (17:02 +0100)]
ocserv: updated to 0.10.12

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoMerge pull request #2374 from tru7/linknx
Hannu Nyman [Fri, 19 Feb 2016 13:46:58 +0000 (15:46 +0200)]
Merge pull request #2374 from tru7/linknx

linknx: bump to new version on new repo

8 years agoMerge pull request #2372 from salzmdan/master
Hannu Nyman [Fri, 19 Feb 2016 13:46:25 +0000 (15:46 +0200)]
Merge pull request #2372 from salzmdan/master

knot: update to 2.1.1

8 years agoMerge pull request #2396 from dibdot/adblock
Hannu Nyman [Fri, 19 Feb 2016 13:13:11 +0000 (15:13 +0200)]
Merge pull request #2396 from dibdot/adblock

adblock: 0.70.2

8 years agoadblock: 0.70.2 2396/head
Dirk Brenken [Fri, 19 Feb 2016 12:59:40 +0000 (13:59 +0100)]
adblock: 0.70.2

* fix wan update detection failure

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agoMerge pull request #2392 from don-rumata-vk/libaprutil
Thomas Heil [Thu, 18 Feb 2016 21:57:46 +0000 (22:57 +0100)]
Merge pull request #2392 from don-rumata-vk/libaprutil

Remove unnecessary libiconv dependencies

8 years agoMerge pull request #2393 from the2masters/prosody
Thomas Heil [Thu, 18 Feb 2016 20:44:54 +0000 (21:44 +0100)]
Merge pull request #2393 from the2masters/prosody

[RFC] prosody: update to 0.9.10, switch to procd init script

8 years agoprosody: update to 0.9.10, switch to procd init script 2393/head
Stefan Hellermann [Thu, 18 Feb 2016 20:37:12 +0000 (21:37 +0100)]
prosody: update to 0.9.10, switch to procd init script

Update to 0.9.10 due to https://prosody.im/issues/issue/585
The init script seems to block, as "prosodyctl start" started to block
at least on my configuration. I switched to a procd init script, which
deals with blocking processes.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
8 years agoremove unnecessary libiconv dependencies 2392/head
Don Rumata [Thu, 18 Feb 2016 20:23:11 +0000 (15:23 -0500)]
remove unnecessary libiconv dependencies

The compiled libaprutil library contains references to libiconv,
libiconv_open and libiconv_close functions from the full gettext
package even when the full gettext support is disabled (i.e. the
CONFIG_BUILD_NLS configuration parameter is not set). The dependency
on these ICONV functions breaks compilation of some packages that
depend on libaprutil, such as subversion:

<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv'
<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_open'
<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_close'

Signed-off-by: Don Rumata <don.rumata.vk@gmail.com>
8 years agoMerge pull request #2388 from ryzhovau/snort_nosql
Luka Perkov [Wed, 17 Feb 2016 10:44:10 +0000 (11:44 +0100)]
Merge pull request #2388 from ryzhovau/snort_nosql

snort: remove useless mysql/pgsql options

8 years agoMerge pull request #2365 from makkrnic/master
Luka Perkov [Wed, 17 Feb 2016 10:24:46 +0000 (11:24 +0100)]
Merge pull request #2365 from makkrnic/master

lxc: update to version 1.1.5

8 years agoMerge pull request #2390 from mlichvar/chrony-update-2.3
Hannu Nyman [Tue, 16 Feb 2016 21:05:31 +0000 (23:05 +0200)]
Merge pull request #2390 from mlichvar/chrony-update-2.3

chrony: update to 2.3

8 years agochrony: update to 2.3 2390/head
Miroslav Lichvar [Tue, 16 Feb 2016 20:53:29 +0000 (21:53 +0100)]
chrony: update to 2.3

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
8 years agoMerge pull request #2389 from dibdot/adblock
Hannu Nyman [Tue, 16 Feb 2016 19:50:15 +0000 (21:50 +0200)]
Merge pull request #2389 from dibdot/adblock

adblock: 0.70.1

8 years agoadblock: 0.70.1 2389/head
Dirk Brenken [Tue, 16 Feb 2016 18:50:38 +0000 (19:50 +0100)]
adblock: 0.70.1

* fix root cause for https timeout issues
* fix startup issues via luci
* detach init start process to fix luci timeout issues
* fix html header in adblock pages
* fix adblock.conf options to single quotes

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agosnort: increase PKG_RELEASE 2388/head
Alexander Ryzhov [Tue, 16 Feb 2016 14:22:50 +0000 (09:22 -0500)]
snort: increase PKG_RELEASE
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
8 years agosnort: remove useless mysql/pgsql options
Alexander Ryzhov [Tue, 16 Feb 2016 14:03:58 +0000 (09:03 -0500)]
snort: remove useless mysql/pgsql options
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
8 years agosqm-scripts: Bump to v1.0.7.
Toke Høiland-Jørgensen [Tue, 16 Feb 2016 11:32:21 +0000 (12:32 +0100)]
sqm-scripts: Bump to v1.0.7.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years agoMerge pull request #2385 from ryzhovau/lvm2_libdevmapper_dep
Daniel Golle [Mon, 15 Feb 2016 18:18:35 +0000 (20:18 +0200)]
Merge pull request #2385 from ryzhovau/lvm2_libdevmapper_dep

lvm2: fix libdevmapper deps

8 years agoknot: update to 2.1.1 2372/head
Daniel Salzman [Thu, 11 Feb 2016 16:31:08 +0000 (17:31 +0100)]
knot: update to 2.1.1

Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
8 years agoMerge pull request #2386 from dibdot/adblock
Hannu Nyman [Mon, 15 Feb 2016 11:44:02 +0000 (13:44 +0200)]
Merge pull request #2386 from dibdot/adblock

adblock: update to 0.70.0

8 years agoadblock: update to 0.70.0 2386/head
Dirk Brenken [Mon, 15 Feb 2016 11:25:21 +0000 (12:25 +0100)]
adblock: update to 0.70.0

* openwrt init system support, see /etc/init.d/adblock
* support for two new adblock sources: openphish and ruadlist/easylist
* partial block list restore, i.e. if a single list download failed
* fix performance regression on sites with links to https ad servers
* removed no longer used samples dir
* updated documentation

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agolvm2: fix libdevmapper deps 2385/head
Alexander Ryzhov [Mon, 15 Feb 2016 10:40:09 +0000 (05:40 -0500)]
lvm2: fix libdevmapper deps
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
8 years agoMerge pull request #2294 from luizluca/ruby-refactor
Luiz Angelo Daros de Luca [Sun, 14 Feb 2016 04:03:38 +0000 (02:03 -0200)]
Merge pull request #2294 from luizluca/ruby-refactor

ruby: refactor package to use more macros

8 years agoruby: refactor package to use more macros 2294/head
Luiz Angelo Daros de Luca [Wed, 30 Dec 2015 06:32:08 +0000 (04:32 -0200)]
ruby: refactor package to use more macros

ruby subpackages now are generated by a macro. This reduces the
Makefile size by half and the chance of errors.

No change in packages contents, install-size or dependencies, except
for some removed doc files.

Improved ruby_missingfiles and ruby_find_pkgsdeps script

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
8 years agoMerge pull request #2370 from jefferyto/python-cryptography-update
Hannu Nyman [Sun, 14 Feb 2016 00:25:40 +0000 (02:25 +0200)]
Merge pull request #2370 from jefferyto/python-cryptography-update

python-cryptography: update to latest version

8 years agoMerge pull request #2381 from jefferyto/python-host-inc-dir-fix
Hannu Nyman [Sun, 14 Feb 2016 00:24:57 +0000 (02:24 +0200)]
Merge pull request #2381 from jefferyto/python-host-inc-dir-fix

python: fix HOST_PYTHON_INC_DIR path

8 years agopython: fix HOST_PYTHON_INC_DIR path 2381/head
Jeffery To [Sat, 13 Feb 2016 17:32:17 +0000 (01:32 +0800)]
python: fix HOST_PYTHON_INC_DIR path

Host python moved in c5564133, this updates HOST_PYTHON_INC_DIR to
match.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years agoMerge pull request #2379 from chris5560/ddns-scripts
Hannu Nyman [Sat, 13 Feb 2016 16:20:28 +0000 (18:20 +0200)]
Merge pull request #2379 from chris5560/ddns-scripts

ddns-scripts: update to version 2.6.2-1

8 years agoddns-scripts: update to version 2.6.2-1 2379/head
Christian Schoenebeck [Sat, 13 Feb 2016 16:00:33 +0000 (17:00 +0100)]
ddns-scripts: update to version 2.6.2-1

- renamed (lower case) filenames and servicenames for no-ip.com, cloudflare.com and bind_nsupdate including modifing existing configurations #2375
- updated tld_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoMerge pull request #2377 from Zokormazo/grep
Hannu Nyman [Sat, 13 Feb 2016 09:31:29 +0000 (11:31 +0200)]
Merge pull request #2377 from Zokormazo/grep

grep: update to 2.23

8 years agolinknx: bump to new version on new repo 2374/head
Othmar Truniger [Thu, 11 Feb 2016 18:00:37 +0000 (19:00 +0100)]
linknx: bump to new version on new repo

Signed-off-by: Othmar Truniger <github@truniger.ch>
8 years agoMerge pull request #2368 from xypron/gnupg
Nico [Thu, 11 Feb 2016 12:03:22 +0000 (13:03 +0100)]
Merge pull request #2368 from xypron/gnupg

gnupg: fix dependency error concerning libcurl

8 years agopython-cryptography: update to latest version 2370/head
Jeffery To [Thu, 11 Feb 2016 06:32:39 +0000 (14:32 +0800)]
python-cryptography: update to latest version

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years agolibinput: update to version 1.1.7
Daniel Golle [Wed, 10 Feb 2016 19:32:23 +0000 (21:32 +0200)]
libinput: update to version 1.1.7

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoeudev: fixup patches
Daniel Golle [Wed, 10 Feb 2016 19:23:50 +0000 (21:23 +0200)]
eudev: fixup patches

sorry for the mess, once again I forgot to git add ...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agodebootstrap: update to version 1.0.78
Daniel Golle [Wed, 10 Feb 2016 19:15:25 +0000 (21:15 +0200)]
debootstrap: update to version 1.0.78

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agolvm2: update to version 2.02.141
Daniel Golle [Wed, 10 Feb 2016 18:45:49 +0000 (20:45 +0200)]
lvm2: update to version 2.02.141

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agogit: update to 2.7.1
Peter Wagner [Wed, 10 Feb 2016 18:58:08 +0000 (19:58 +0100)]
git: update to 2.7.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years agognupg: fix dependency error concerning libcurl 2368/head
Heinrich Schuchardt [Wed, 10 Feb 2016 17:27:08 +0000 (18:27 +0100)]
gnupg: fix dependency error concerning libcurl

libcurl is added as dependency for gnupg-util to avoid a dependency
error.

The following invalid configuration options are removed:
  --disable-ftp
  --enable-fake-curl

Fixes: 0a61d56eb3ab ("utils/gnupg: add new package gnupg-utils")
Reported-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
8 years agousbip: use eudev instead of udev
Daniel Golle [Wed, 10 Feb 2016 16:59:37 +0000 (18:59 +0200)]
usbip: use eudev instead of udev

udev was dropped from core and replaced by eudev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agolibinput: depend on eudev
Daniel Golle [Wed, 10 Feb 2016 16:12:44 +0000 (18:12 +0200)]
libinput: depend on eudev

udev was removed, depend on eudev to provide libudev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoeudev: add new package
Daniel Golle [Sun, 7 Feb 2016 08:59:37 +0000 (10:59 +0200)]
eudev: add new package

eudev is a fork of systemd-udev which doesn't require all the
rest of systemd. It's suitable for running along with OpenWrt's procd,
eplacing the very outdated version of pre-systemd udev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoeudev: add new package
Daniel Golle [Sun, 7 Feb 2016 08:59:37 +0000 (10:59 +0200)]
eudev: add new package

eudev is a fork of systemd-udev which doesn't require all the
rest of systemd. It's suitable for running along with OpenWrt's procd,
eplacing the very outdated version of pre-systemd udev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agolxc: update to version 1.1.5 2365/head
Mak Krnic [Wed, 10 Feb 2016 10:39:59 +0000 (11:39 +0100)]
lxc: update to version 1.1.5

8 years agoMerge pull request #2343 from hnyman/collectd551
Hannu Nyman [Tue, 9 Feb 2016 12:59:42 +0000 (14:59 +0200)]
Merge pull request #2343 from hnyman/collectd551

Collectd: update to 5.5.1, use procd

8 years agoMerge pull request #2363 from Shulyaka/postfix
Hannu Nyman [Tue, 9 Feb 2016 11:02:04 +0000 (13:02 +0200)]
Merge pull request #2363 from Shulyaka/postfix

postfix: version update to 3.0.3.

8 years agoMerge pull request #2361 from jsiverskog/protobuf-c-v1.2.1
Hannu Nyman [Tue, 9 Feb 2016 10:58:28 +0000 (12:58 +0200)]
Merge pull request #2361 from jsiverskog/protobuf-c-v1.2.1

protobuf-c: Bump version to 1.2.1.

8 years agoMerge pull request #2362 from aTanW/master
Hannu Nyman [Tue, 9 Feb 2016 08:51:07 +0000 (10:51 +0200)]
Merge pull request #2362 from aTanW/master

gammu: bump to upstream v1.37.0

8 years agopostfix: version update to 3.0.3. 2363/head
Denis Shulyaka [Tue, 9 Feb 2016 08:25:13 +0000 (11:25 +0300)]
postfix: version update to 3.0.3.
Some minor issues fixed.
SMTPUTF8 support option added (by Val Kulkov). Disabled by default because of icu library size.

8 years agogammu: bump to upstream v1.37.0 2362/head
aTanW [Tue, 9 Feb 2016 05:11:47 +0000 (08:11 +0300)]
gammu: bump to upstream v1.37.0

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

8 years agoprotobuf-c: Bump version to 1.2.1. 2361/head
Jacob Siverskog [Mon, 8 Feb 2016 13:40:32 +0000 (14:40 +0100)]
protobuf-c: Bump version to 1.2.1.

Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
8 years agoMerge pull request #2360 from jefferyto/python-cffi-update
Hannu Nyman [Mon, 8 Feb 2016 10:52:38 +0000 (12:52 +0200)]
Merge pull request #2360 from jefferyto/python-cffi-update

python-cffi: update to latest version

8 years agopython-cffi: update to latest version 2360/head
Jeffery To [Mon, 8 Feb 2016 10:48:34 +0000 (18:48 +0800)]
python-cffi: update to latest version

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
8 years agoMerge pull request #2358 from chris5560/privoxy2
Hannu Nyman [Mon, 8 Feb 2016 08:22:55 +0000 (10:22 +0200)]
Merge pull request #2358 from chris5560/privoxy2

privoxy: bump to version 3.0.24

8 years agogrep: update to 2.23 2377/head
Julen Landa Alustiza [Mon, 8 Feb 2016 08:20:13 +0000 (09:20 +0100)]
grep: update to 2.23
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
8 years agoprivoxy: bump to version 3.0.24 2358/head
Christian Schoenebeck [Sun, 7 Feb 2016 20:52:02 +0000 (21:52 +0100)]
privoxy: bump to version 3.0.24

* upstream to Privoxy 3.0.24
* add facility to set compile options
* add file list to be saved on sysupgrade
* fixed PKG_MAINTAINER string
* add port 8118 used by privoxy to /etc/services
* new "boot_delay" option (default 10 seconds) to wait for interfaces to come up before hotplug restarts are enabled

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoMerge pull request #2356 from damianorenfer/master
Hannu Nyman [Sun, 7 Feb 2016 17:29:22 +0000 (19:29 +0200)]
Merge pull request #2356 from damianorenfer/master

net/dnscrypt-proxy: update 1.6.1, security update

8 years agonet/dnscrypt-proxy: update 1.6.1, security update see https://github.com/jedisct1... 2356/head
Damiano Renfer [Sun, 7 Feb 2016 17:22:26 +0000 (18:22 +0100)]
net/dnscrypt-proxy: update 1.6.1, security update see https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.6.1

Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
8 years agoMerge pull request #2352 from chris5560/radicale
Hannu Nyman [Sun, 7 Feb 2016 10:51:54 +0000 (12:51 +0200)]
Merge pull request #2352 from chris5560/radicale

Radicale: bump to version 1.1.1

8 years agoMerge pull request #2351 from chris5560/ddns-scripts
Hannu Nyman [Sun, 7 Feb 2016 09:05:12 +0000 (11:05 +0200)]
Merge pull request #2351 from chris5560/ddns-scripts

ddns-scripts: update to 2.6.1-1 with several fixes

8 years agophp5: update to 5.6.18
Michael Heimpold [Sat, 6 Feb 2016 22:26:07 +0000 (23:26 +0100)]
php5: update to 5.6.18

Note: Upstream tagged this as security release.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agoRadicale: bump to version 1.1.1 2352/head
Christian Schoenebeck [Sat, 6 Feb 2016 16:09:26 +0000 (17:09 +0100)]
Radicale: bump to version 1.1.1

* upstream to Radicale 1.1.1
* add file list to be saved on sysupgrade

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoddns-scripts: update to 2.6.1-1 with several fixes 2351/head
Christian Schoenebeck [Sat, 6 Feb 2016 14:48:39 +0000 (15:48 +0100)]
ddns-scripts: update to 2.6.1-1 with several fixes

- new function expand_ipv6()
- expand IPv6 before compare https://dev.openwrt.org/ticket/21725
- Fix split_FQDN() to return host.subdomain correctly  #2334
- modified check for musl library used by nslookup #2341 #2346 thanks to Arjen de Korte

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
8 years agoMerge pull request #2344 from dibdot/adblock
Hannu Nyman [Wed, 3 Feb 2016 18:40:08 +0000 (20:40 +0200)]
Merge pull request #2344 from dibdot/adblock

adblock: 0.60.1

8 years agoadblock: 0.60.1 2344/head
Dirk Brenken [Wed, 3 Feb 2016 18:19:29 +0000 (19:19 +0100)]
adblock: 0.60.1

- fix possible race condition during startup
- fix duplicate logging during startup
- fix wget parms to prevent partitial downloads
- fix iptables rules to meet openwrt user chains
- added a rule in output chain to reject local ad related requests as
well
- changed default IPv4/IPv6 blackhole ip address to fix routing issues
with windows clients

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
8 years agocollectd: use procd 2343/head
Hannu Nyman [Wed, 3 Feb 2016 16:51:17 +0000 (18:51 +0200)]
collectd: use procd

Change collectd to use procd for startup.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agocollectd: Update to 5.5.1
Hannu Nyman [Wed, 3 Feb 2016 16:47:51 +0000 (18:47 +0200)]
collectd: Update to 5.5.1

Update collectd, the backbone of Luci statistics, to 5.5.1

Refresh patches. Main changes:
 - Remove 500-upstream-parallel-build-fix.patch (implemented upstream)
 - Add 600-fix-libmodbus-detection.patch to revert an upstream change
   that broke libmodbus detection in collectd's configure script

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agognutls: updated to 3.4.9
Nikos Mavrogiannopoulos [Wed, 3 Feb 2016 08:56:54 +0000 (09:56 +0100)]
gnutls: updated to 3.4.9

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoMerge pull request #2339 from diizzyy/patch-1
tripolar [Wed, 3 Feb 2016 00:01:23 +0000 (01:01 +0100)]
Merge pull request #2339 from diizzyy/patch-1

nfs-kernel-server: use libevent2, update copyright and bump PKG_RELEASE

8 years agonfs-kernel-server: use libevent2, update copyright and bump PKG_RELEASE 2339/head
diizzyy [Tue, 2 Feb 2016 04:32:42 +0000 (05:32 +0100)]
nfs-kernel-server: use libevent2, update copyright and bump PKG_RELEASE

Use libevent2 instead of libevent
Update copyright to 2016
Bump PKG_RELEASE due to package changes

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
8 years agoMerge pull request #2336 from diizzyy/patch-1
Ted Hess [Mon, 1 Feb 2016 20:56:57 +0000 (15:56 -0500)]
Merge pull request #2336 from diizzyy/patch-1

exfat-nofuse: update version

8 years agoexfat-nofuse: update version 2336/head
diizzyy [Mon, 1 Feb 2016 11:17:47 +0000 (12:17 +0100)]
exfat-nofuse: update version

Fixes filesystem corruption reports after writing on Linux and running chkdsk afterwards on Windows.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
8 years agoMerge pull request #2333 from dubek/rsyslog-8.16.0
Hannu Nyman [Mon, 1 Feb 2016 09:16:11 +0000 (11:16 +0200)]
Merge pull request #2333 from dubek/rsyslog-8.16.0

net/rsyslog: update to 8.16.0

8 years agonet/rsyslog: update to 8.16.0 2333/head
Dov Murik [Mon, 1 Feb 2016 01:50:26 +0000 (20:50 -0500)]
net/rsyslog: update to 8.16.0

Signed-off-by: Dov Murik <dmurik@us.ibm.com>
8 years agoMerge pull request #2326 from ffainelli/iptraf
Florian Fainelli [Sun, 31 Jan 2016 03:27:16 +0000 (19:27 -0800)]
Merge pull request #2326 from ffainelli/iptraf

net: Add iptraf-ng

8 years agoMerge pull request #2316 from yunfan/master
Yousong Zhou [Sat, 30 Jan 2016 18:15:04 +0000 (02:15 +0800)]
Merge pull request #2316 from yunfan/master

dvtm: initial version 0.15

8 years agoMerge pull request #2264 from dangowrt/squid-libcom_err-builddep
Luka Perkov [Fri, 29 Jan 2016 17:04:34 +0000 (18:04 +0100)]
Merge pull request #2264 from dangowrt/squid-libcom_err-builddep

squid: build-depend on libext2fs

8 years agoMerge pull request #2321 from karlp/pulls/file-typos
Luka Perkov [Fri, 29 Jan 2016 17:00:48 +0000 (18:00 +0100)]
Merge pull request #2321 from karlp/pulls/file-typos

libs: file: fix typo in default call

8 years agodvtm: initial version 0.15 2316/head
yunfan [Tue, 26 Jan 2016 14:24:02 +0000 (22:24 +0800)]
dvtm: initial version 0.15

Signed-off-by: Yunfan Jiang <jyf1987@gmail.com>
8 years agoMerge pull request #2324 from ffainelli/bonnieplus
Florian Fainelli [Thu, 28 Jan 2016 22:24:17 +0000 (14:24 -0800)]
Merge pull request #2324 from ffainelli/bonnieplus

utils: Import bonnie++

8 years agonet: Add iptraf-ng 2326/head
Florian Fainelli [Thu, 28 Jan 2016 22:18:14 +0000 (14:18 -0800)]
net: Add iptraf-ng

Add iptraf-ng 1.1.4 which is the successor of iptraf. Tested on
the realview target.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
8 years agoMerge pull request #2325 from Wedmer/master
Hannu Nyman [Thu, 28 Jan 2016 18:07:01 +0000 (20:07 +0200)]
Merge pull request #2325 from Wedmer/master

[utils/zoneinfo] Updated to the latest release version

8 years agoMerge pull request #2317 from mhei/fix-automake
Michael Heimpold [Thu, 28 Jan 2016 16:29:55 +0000 (17:29 +0100)]
Merge pull request #2317 from mhei/fix-automake

automake: fix unversioned links during package build

8 years ago[utils/zoneinfo] Updated to the latest release version 2325/head
Vladimir Ulrich [Thu, 28 Jan 2016 16:23:31 +0000 (19:23 +0300)]
[utils/zoneinfo] Updated to the latest release version

Signed-off-by: Vladimir Ulrich <admin@evl.su>
8 years agoutils: Import bonnie++ 2324/head
Florian Fainelli [Wed, 27 Jan 2016 20:44:44 +0000 (12:44 -0800)]
utils: Import bonnie++

Import bonnie++ from oldpackages:

* update to 1.97
* refresh patches
* add license tags
* add myself as maintainer

Signed-off-by: Florian Fainelli <florian@openwrt.org>
8 years agolibs: file: fix typo in default call 2321/head
Karl Palsson [Wed, 27 Jan 2016 11:14:16 +0000 (11:14 +0000)]
libs: file: fix typo in default call

Corrects the display and help text for file and libmagic in menuconfig.

Signed-off-by: Karl Palsson <karlp@remake.is>
8 years agoautomake: fix unversioned links during package build 2317/head
Michael Heimpold [Tue, 26 Jan 2016 20:48:50 +0000 (21:48 +0100)]
automake: fix unversioned links during package build

Reported by buildbots (shortened and line-wrapped):
...
ln -sf -r .../ipkg-ramips_24kec/automake/usr/bin/automake-1.15
   .../ipkg-ramips_24kec/automake/usr/bin/automake
ln: invalid option -- 'r'

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agoMerge pull request #2273 from xypron/apr
Thomas Heil [Tue, 26 Jan 2016 13:04:00 +0000 (14:04 +0100)]
Merge pull request #2273 from xypron/apr

libs/apr: use @APACHE download facility

8 years agoMerge pull request #2274 from xypron/apr-util
Thomas Heil [Tue, 26 Jan 2016 13:03:44 +0000 (14:03 +0100)]
Merge pull request #2274 from xypron/apr-util

libs/apr-util: use @APACHE download facility

8 years agoMerge pull request #2275 from xypron/apache
Thomas Heil [Tue, 26 Jan 2016 13:02:59 +0000 (14:02 +0100)]
Merge pull request #2275 from xypron/apache

net/apache: use @APACHE download facility

8 years agoMerge pull request #2304 from dibdot/adblock
Hannu Nyman [Tue, 26 Jan 2016 10:17:02 +0000 (12:17 +0200)]
Merge pull request #2304 from dibdot/adblock

adblock: update to 0.60.0

8 years agoMerge pull request #2310 from chris5560/master
Hannu Nyman [Tue, 26 Jan 2016 08:39:03 +0000 (10:39 +0200)]
Merge pull request #2310 from chris5560/master

ddns-scripts: Ver.2.6.0 - support hostip and uclient-fetch

8 years agoMerge pull request #2306 from mlichvar/chrony-update-2.2.1
Hannu Nyman [Tue, 26 Jan 2016 08:30:59 +0000 (10:30 +0200)]
Merge pull request #2306 from mlichvar/chrony-update-2.2.1

chrony: update to 2.2.1

8 years agoMerge pull request #2282 from commodo/python3-setuptools-upgrade
Hannu Nyman [Tue, 26 Jan 2016 07:17:43 +0000 (09:17 +0200)]
Merge pull request #2282 from commodo/python3-setuptools-upgrade

python3-setuptools: upgrade to version 19.4

8 years agoMerge pull request #2281 from commodo/python-setuptools-upgrade
Hannu Nyman [Tue, 26 Jan 2016 07:17:22 +0000 (09:17 +0200)]
Merge pull request #2281 from commodo/python-setuptools-upgrade

python-setuptools: upgrade to version 19.4

8 years agontpd: update to 4.2.8p6
Peter Wagner [Mon, 25 Jan 2016 19:25:47 +0000 (20:25 +0100)]
ntpd: update to 4.2.8p6

Signed-off-by: Peter Wagner <tripolar@gmx.at>
8 years agoadblock: update to 0.60.0 2304/head
Dirk Brenken [Sat, 23 Jan 2016 21:54:01 +0000 (22:54 +0100)]
adblock: update to 0.60.0

* "zero-conf" installation & setup, usually no manual config changes
required (i.e. ip address, network devices etc.)
* full IPv4 and IPv6 support
* new adblock list source (malwaredomainlist.com)
* adblock related statistics will be done by iptables
* removed curl dependency
* for IPv6 support you need 'kmod-ipt-nat6'
* fix Chaos Calmer compability
* various small changes & fixes
* updated documentation
* updated maintainer email address

Signed-off-by: Dirk Brenken <dirk@brenken.org>
8 years agohaproxy: add pending patches from upstream
heil [Mon, 25 Jan 2016 16:00:31 +0000 (17:00 +0100)]
haproxy: add pending patches from upstream

 - [PATCH 11/13] BUG/MEDIUM: peers: table entries learned from a remote
 - [PATCH 12/13] BUG/MEDIUM: peers: old stick table updates could be
 - [PATCH 13/13] CLEANUP: haproxy: using _GNU_SOURCE instead of

Signed-off-by: heil <heil@terminal-consulting.de>