feed/packages.git
7 years agobandwidthd-php: PHP files to graph bandwidthd data in a postgresql 2967/head
Jean-Michel Lacroix [Thu, 14 Jul 2016 17:38:05 +0000 (13:38 -0400)]
bandwidthd-php: PHP files to graph bandwidthd data in a postgresql
database
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
bandwidthd-php is a set of PHP files that allows to graph bandwidthd
data stored in a postgresql database.  This bandwidthd data can be
generated using bandwidthd-pgsql in OpenWRT or LEDE or with
bandwidthd on different OS (Windows, Linux for example).

Addition of a config file and an init file.
Modification of the Makefile to take in account the changes above
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
7 years agoMerge pull request #2936 from padre-lacroix/master
Ted Hess [Mon, 11 Jul 2016 14:06:23 +0000 (10:06 -0400)]
Merge pull request #2936 from padre-lacroix/master

darkstat: Network bandwidth monitor - version 3.0.719

7 years agodarkstat: Network bandwidth monitor - version 3.0.719 2936/head
Jean-Michel Lacroix [Thu, 7 Jul 2016 13:43:48 +0000 (09:43 -0400)]
darkstat: Network bandwidth monitor - version 3.0.719
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
From the oldpackages.
Updated to version 3.0.719, new config file to add more options
Rewritten init file to take in account the new config file and
removing a bug when stopping the daemon.

Corrected license information in Makefile
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
7 years agoMerge pull request #2934 from rajanvaja/chilli
champtar [Mon, 11 Jul 2016 10:48:11 +0000 (12:48 +0200)]
Merge pull request #2934 from rajanvaja/chilli

coova-chilli: Fix UCI parse error

7 years agoMerge pull request #2952 from zorun/fix_md5sum
champtar [Mon, 11 Jul 2016 10:42:12 +0000 (12:42 +0200)]
Merge pull request #2952 from zorun/fix_md5sum

Remove incorrect use of PKG_SHA256SUM

7 years agoMerge pull request #2954 from the-alien/master
champtar [Mon, 11 Jul 2016 08:09:08 +0000 (10:09 +0200)]
Merge pull request #2954 from the-alien/master

python-psycopg2: update to 2.6.2

7 years agoMerge pull request #2955 from xypron/relayctl
champtar [Mon, 11 Jul 2016 08:06:03 +0000 (10:06 +0200)]
Merge pull request #2955 from xypron/relayctl

relayctl: update license information

7 years agocoova-chilli: Fix UCI parse error 2934/head
Rajan Vaja [Wed, 6 Jul 2016 13:29:18 +0000 (18:59 +0530)]
coova-chilli: Fix UCI parse error

UCI commands report errors in parsing coova-chilli
sample configuration file. Fix this issue by using
proper format in configuration.

Signed-off-by: Rajan Vaja <rajan.vaja@gmail.com>
7 years agoMerge pull request #2953 from oskarirauta/master
Yousong Zhou [Mon, 11 Jul 2016 01:01:32 +0000 (09:01 +0800)]
Merge pull request #2953 from oskarirauta/master

lua-lsqlite3: new package

7 years agorelayctl: update license information, use @SF 2955/head
Heinrich Schuchardt [Sun, 10 Jul 2016 19:08:13 +0000 (21:08 +0200)]
relayctl: update license information, use @SF

The license BSD-3-Clause.
Indicate license file.
Use @SF for PKG_SOURCE_URL instead of sourceforge.net URL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
7 years agopython-psycopg2: update to 2.6.2 2954/head
alien [Sun, 10 Jul 2016 18:41:15 +0000 (21:41 +0300)]
python-psycopg2: update to 2.6.2
Signed-off-by: Dmitry Trefilov <the-alien@live.ru>
7 years agoMerge pull request #2891 from dibdot/ssmtp
Ted Hess [Sun, 10 Jul 2016 21:10:34 +0000 (17:10 -0400)]
Merge pull request #2891 from dibdot/ssmtp

ssmtp: change symlink handling

7 years agoMerge pull request #2949 from zorun/master
Ted Hess [Sun, 10 Jul 2016 20:36:25 +0000 (16:36 -0400)]
Merge pull request #2949 from zorun/master

wireguard: Bump to 0.0.20160708.1

7 years agoRemove incorrect use of PKG_SHA256SUM 2952/head
Baptiste Jonglez [Sun, 10 Jul 2016 15:05:01 +0000 (17:05 +0200)]
Remove incorrect use of PKG_SHA256SUM

OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the
hash is e.g. SHA256 by looking at the length of the hash.

This affects libs/libmicrohttpd, mail/ssmtp and utils/mc.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agoMerge pull request #2942 from sdwalker/variable-cleanup
Ted Hess [Sun, 10 Jul 2016 20:27:51 +0000 (16:27 -0400)]
Merge pull request #2942 from sdwalker/variable-cleanup

packages: cleanup Makefile variables

7 years agolua-lsqlite3: new package 2953/head
Oskari Rauta [Sun, 10 Jul 2016 16:20:01 +0000 (19:20 +0300)]
lua-lsqlite3: new package

Maintainer: Oskari Rauta / @oskarirauta
Compile tested: x86, APU-4D, Chaos Calmer
Run tested: ar71xx, WNDR3800, Chaos Calmer and x86, APU-4D, Chaos
Calmer - tests done. Performs as should.

Description:
LuaSQLite3 is a thin wrapper around the public domain SQLite3 database
engine.

This commit adds another sqlite3 module for Lua. This is very popular
and in my opinion, suites even better for some projects requiring
sqlite3 in Lua than already luasql, even though luasql is more
versatile since it supports other databases as well. It wouldn't hurt
to include this in the repository. This can also be installed with
luarocks, but I prefer a openwrt package.

Signed-off-by: Oskari Rauta oskari.rauta@gmail.com
7 years agowireguard: Bump to 0.0.20160708.1 2949/head
Baptiste Jonglez [Sat, 9 Jul 2016 22:44:27 +0000 (00:44 +0200)]
wireguard: Bump to 0.0.20160708.1

Also add the SHA256 checksum, since upstream now publishes it when releasing:

  https://lists.zx2c4.com/pipermail/wireguard/2016-July/000196.html

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agoMerge pull request #2945 from MikePetullo/grilo-plugins
Yousong Zhou [Sun, 10 Jul 2016 01:18:35 +0000 (09:18 +0800)]
Merge pull request #2945 from MikePetullo/grilo-plugins

grilo-plugins: update to 0.3.2

7 years agoMerge pull request #2946 from MikePetullo/lcdgrilo
Yousong Zhou [Sun, 10 Jul 2016 01:18:15 +0000 (09:18 +0800)]
Merge pull request #2946 from MikePetullo/lcdgrilo

lcdgrilo: update to 0.0.10

7 years agoMerge pull request #2944 from MikePetullo/grilo
Yousong Zhou [Sun, 10 Jul 2016 01:17:51 +0000 (09:17 +0800)]
Merge pull request #2944 from MikePetullo/grilo

grilo: update to 0.3.1

7 years agoMerge pull request #2947 from MikePetullo/dmapd
Yousong Zhou [Sun, 10 Jul 2016 01:16:17 +0000 (09:16 +0800)]
Merge pull request #2947 from MikePetullo/dmapd

dmapd: update to 0.0.73

7 years agolibaudiofile: Update source URL
Ted Hess [Sat, 9 Jul 2016 23:43:13 +0000 (19:43 -0400)]
libaudiofile: Update source URL

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agodmapd: update to 0.0.73 2947/head
W. Michael Petullo [Sat, 9 Jul 2016 19:57:17 +0000 (15:57 -0400)]
dmapd: update to 0.0.73

Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years agolcdgrilo: update to 0.0.10 2946/head
W. Michael Petullo [Sat, 9 Jul 2016 19:55:58 +0000 (15:55 -0400)]
lcdgrilo: update to 0.0.10

Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years agogrilo: update to 0.3.1 2944/head
W. Michael Petullo [Sat, 9 Jul 2016 19:54:59 +0000 (15:54 -0400)]
grilo: update to 0.3.1

Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years agogrilo-plugins: update to 0.3.2 2945/head
W. Michael Petullo [Sat, 9 Jul 2016 19:53:21 +0000 (15:53 -0400)]
grilo-plugins: update to 0.3.2

Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years agopackages: cleanup Makefile variables 2942/head
Stephen Walker [Sat, 9 Jul 2016 18:50:58 +0000 (14:50 -0400)]
packages: cleanup Makefile variables

Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
7 years agognunet: bump to svn r37511
Daniel Golle [Fri, 8 Jul 2016 23:11:23 +0000 (01:11 +0200)]
gnunet: bump to svn r37511

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoMerge pull request #2935 from dibdot/adblock
Ted Hess [Thu, 7 Jul 2016 14:20:41 +0000 (10:20 -0400)]
Merge pull request #2935 from dibdot/adblock

adblock: update 1.3.3

7 years agoadblock: update 1.3.3 2935/head
Dirk Brenken [Thu, 7 Jul 2016 10:42:37 +0000 (12:42 +0200)]
adblock: update 1.3.3

* enable automatic restore on empty source downloads

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agolm-sensors: fix missing PKG_SOURCE variable (#2933)
Jo-Philipp Wich [Thu, 7 Jul 2016 10:10:06 +0000 (12:10 +0200)]
lm-sensors: fix missing PKG_SOURCE variable (#2933)

Fix missing `PKG_SOURCE` variable leading to a
`Download/default is missing the FILE field` error in the buildroot.

Also remove now uneeded  variable as the default one matches the git clone
structure. Finally use the common variable assignment style for
`PKG_SOURCE_PROTO` and `PKG_SOURCE_VERSION`.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoMerge pull request #2931 from Wedmer/master
Ted Hess [Wed, 6 Jul 2016 20:37:07 +0000 (16:37 -0400)]
Merge pull request #2931 from Wedmer/master

[utils/zoneinfo] Updated to the latest release version

7 years ago[utils/zoneinfo] Updated to the latest release version 2931/head
Vladimir Ulrich [Wed, 6 Jul 2016 14:41:14 +0000 (17:41 +0300)]
[utils/zoneinfo] Updated to the latest release version

Signed-off-by: Vladimir Ulrich <admin@evl.su>
7 years agognutls: updated to 3.4.14
Nikos Mavrogiannopoulos [Wed, 6 Jul 2016 08:43:09 +0000 (10:43 +0200)]
gnutls: updated to 3.4.14

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
7 years agossmtp: change symlink handling 2891/head
Dirk Brenken [Thu, 23 Jun 2016 19:14:20 +0000 (21:14 +0200)]
ssmtp: change symlink handling

* sendmail symlink handling is no longer forced and part of install step

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoMerge pull request #2928 from cshore/pull-request-tar-acl-options
Álvaro Fernández Rojas [Tue, 5 Jul 2016 06:28:56 +0000 (08:28 +0200)]
Merge pull request #2928 from cshore/pull-request-tar-acl-options

utils/tar: Default to acl and xattr support if it's core default

7 years agoMerge pull request #2886 from Diftraku/lm-sensors
champtar [Mon, 4 Jul 2016 21:59:30 +0000 (23:59 +0200)]
Merge pull request #2886 from Diftraku/lm-sensors

Change lm-sensors source URI to the working clone on GitHub

7 years agoMerge pull request #2920 from xypron/relayctl
Ted Hess [Mon, 4 Jul 2016 16:22:06 +0000 (12:22 -0400)]
Merge pull request #2920 from xypron/relayctl

packages/utils: new package relayctl

7 years agoChange lm-sensors source URI to the working clone on GitHub 2886/head
Toni Kaija [Wed, 22 Jun 2016 14:45:39 +0000 (17:45 +0300)]
Change lm-sensors source URI to the working clone on GitHub

Signed-off-by: Toni Kaija <toni.kaija@corefactory.com>
7 years agoMerge pull request #2916 from zorun/wireguard
Yousong Zhou [Mon, 4 Jul 2016 05:15:13 +0000 (13:15 +0800)]
Merge pull request #2916 from zorun/wireguard

wireguard: Initial upload

7 years agopackages/utils: new package relayctl 2920/head
Heinrich Schuchardt [Sun, 3 Jul 2016 14:14:07 +0000 (16:14 +0200)]
packages/utils: new package relayctl

Package relayctl provides a command-line tool to control
SainSmart USB relay boards based on FTDI chips using bitbang
mode.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
7 years agoldns: Avoid perl bug for manpages.
Konstantin Shalygin [Mon, 9 May 2016 12:37:32 +0000 (18:37 +0600)]
ldns: Avoid perl bug for manpages.

Fix #2663

Signed-off-by: Konstantin Shalygin <k0ste@cn.ru>
[refresh patch]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
7 years agoImprove pull_request_template
Etienne CHAMPETIER [Sun, 3 Jul 2016 13:54:25 +0000 (13:54 +0000)]
Improve pull_request_template

commit message is copied at the end of the template when creating PR,
so swap instructions and template part

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
7 years agoMerge pull request #2918 from dibdot/adblock
Yousong Zhou [Sun, 3 Jul 2016 11:55:37 +0000 (19:55 +0800)]
Merge pull request #2918 from dibdot/adblock

adblock: update 1.3.2

7 years agoMerge pull request #2917 from oneru/master
Yousong Zhou [Sun, 3 Jul 2016 09:54:54 +0000 (17:54 +0800)]
Merge pull request #2917 from oneru/master

Nano: update to 2.6.0

7 years agoadblock: update 1.3.2 2918/head
Dirk Brenken [Sun, 3 Jul 2016 05:42:19 +0000 (07:42 +0200)]
adblock: update 1.3.2

* only a few more fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
Euro 16: germany vs. italy 6:5 (after 18 penalties) :-)

7 years agoNano: update to 2.6.0 2917/head
Jonathan Bennett [Mon, 20 Jun 2016 02:59:47 +0000 (21:59 -0500)]
Nano: update to 2.6.0
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
7 years agoMerge pull request #2915 from lynxis/libmicrohttpd0.9.50
champtar [Sat, 2 Jul 2016 17:46:36 +0000 (19:46 +0200)]
Merge pull request #2915 from lynxis/libmicrohttpd0.9.50

libmicrohttpd: update to version 0.9.50

7 years agoMerge pull request #2777 from blogic/krb5
champtar [Sat, 2 Jul 2016 17:44:54 +0000 (19:44 +0200)]
Merge pull request #2777 from blogic/krb5

krb5: more uninitialized warning errors

7 years agoMerge pull request #2780 from mstorchak/nfs-kernel-server
champtar [Sat, 2 Jul 2016 17:22:37 +0000 (19:22 +0200)]
Merge pull request #2780 from mstorchak/nfs-kernel-server

nfs-kernel-server: add workaround for musl getservbyport

7 years agowireguard: Initial upload 2916/head
Baptiste Jonglez [Sat, 2 Jul 2016 10:17:29 +0000 (12:17 +0200)]
wireguard: Initial upload

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
7 years agoMerge pull request #2773 from blogic/smstools
champtar [Sat, 2 Jul 2016 16:53:31 +0000 (18:53 +0200)]
Merge pull request #2773 from blogic/smstools

smstoold: only define USE_ICONV if it is enabled

7 years agoMerge pull request #2697 from NeoRaider/lua-cjson-host
champtar [Sat, 2 Jul 2016 16:09:35 +0000 (18:09 +0200)]
Merge pull request #2697 from NeoRaider/lua-cjson-host

lua-cjson: add host build support

7 years agoiotivity: add some default security configuration
Hauke Mehrtens [Wed, 29 Jun 2016 21:39:04 +0000 (23:39 +0200)]
iotivity: add some default security configuration

This is just a dummy configuration.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
7 years agoiotivity: make it possible to build the debug version
Hauke Mehrtens [Wed, 29 Jun 2016 21:36:56 +0000 (23:36 +0200)]
iotivity: make it possible to build the debug version

This adds a new config option to build IoTivity with debugging support.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
7 years agoiotivity: fix package dependencies
Hauke Mehrtens [Wed, 29 Jun 2016 21:34:07 +0000 (23:34 +0200)]
iotivity: fix package dependencies

add PKG_BUILD_DEPENDS and PKG_CONFIG_DEPENDS and also make the sub
packages select the main package.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
7 years agoiotivity: update to version 1.1.0
Hauke Mehrtens [Wed, 29 Jun 2016 21:30:15 +0000 (23:30 +0200)]
iotivity: update to version 1.1.0

This brings IoTivoity to version 1.1.0
The old @lantiq.com address does not work any more, update to the
@intel.com address.

The removed patches were merged upstream, but there are still some new ones needed.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
7 years agoMerge pull request #2645 from kissg1988/libffi
champtar [Sat, 2 Jul 2016 13:52:46 +0000 (15:52 +0200)]
Merge pull request #2645 from kissg1988/libffi

libffi: do not append multilib suffix (eg. '../lib64') to toolexeclibdir

7 years agoMerge pull request #2722 from jow-/lttng-tools-fix
champtar [Sat, 2 Jul 2016 13:43:09 +0000 (15:43 +0200)]
Merge pull request #2722 from jow-/lttng-tools-fix

lttng-tools: musl compile fixes

7 years agodavfs2: No forced stack protector
Michal Hrusecky [Tue, 28 Jun 2016 14:08:21 +0000 (16:08 +0200)]
davfs2: No forced stack protector

davfs2 had hardcoded value for stack protector. If stack protector is disabled
in toolchain, it would break the build. Disabling the hardcoded value, counting
on settings in cross-build system.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
[bump PKG_RELEASE]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
7 years agoMerge pull request #2902 from commodo/python3-win-exe-files-remove
champtar [Sat, 2 Jul 2016 12:46:08 +0000 (14:46 +0200)]
Merge pull request #2902 from commodo/python3-win-exe-files-remove

python3: do not allow packaging of windows exe files

7 years agoMerge pull request #2901 from commodo/python-win-exe-files-remove
champtar [Sat, 2 Jul 2016 12:45:41 +0000 (14:45 +0200)]
Merge pull request #2901 from commodo/python-win-exe-files-remove

python: do not allow packaging of windows exe files

7 years agoMerge pull request #2893 from jow-/procps-ng-fix
champtar [Sat, 2 Jul 2016 12:42:25 +0000 (14:42 +0200)]
Merge pull request #2893 from jow-/procps-ng-fix

procps-ng: fix build on systems without gettext development utilities

7 years agonetdata: add new package
Sebastian Careba [Thu, 12 May 2016 08:43:49 +0000 (11:43 +0300)]
netdata: add new package

Netdata (https://github.com/firehol/netdata) is a real-time performance monitoring tool.
This submission uses the current Git prerelease, as the latest stable (1.1.0)doesn't build cleanly.

The default configuration makes a few changes for OpenWrt:
 - access log is disabled by default; too verbose for the circular
     syslog buffer, and logging to /tmp is risky memory-wise.
     Some sort of external device would be ideal for this.

 - error and debug logs are sent to OpenWrt's syslog

 - history and frequency times are halved to reduce memory usage,
     as recommended in the netdata wiki

 - external plugins are disabled to eliminate the dependency on bash
     and node.js. Those could be installed from OpenWrt packages if
     you wish to enable that functionality.

     All of those files are still present in the package. The installed
     size could be reduced by eliminating those files first.

Signed-off-by: Claudio Leite <leitec@staticky.com>
Signed-off-by: Sebastian Careba <nitroshift@yahoo.com>
[squash commits, change PKG_VERSION]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
7 years agoMerge pull request #2572 from Skeen/lpc21isp
champtar [Sat, 2 Jul 2016 09:36:16 +0000 (11:36 +0200)]
Merge pull request #2572 from Skeen/lpc21isp

lpc21isp: Add the package

7 years agoMerge pull request #2366 from jclehner/add-kmod-mtd-rw
champtar [Sat, 2 Jul 2016 09:18:13 +0000 (11:18 +0200)]
Merge pull request #2366 from jclehner/add-kmod-mtd-rw

Add mtd-rw kernel module

7 years agolispmob: fix build with musl
Hauke Mehrtens [Thu, 19 Nov 2015 21:38:08 +0000 (22:38 +0100)]
lispmob: fix build with musl

lispmob accesses the gnu members of struct udphdr like source and dest
and does not use the posix member names. Instead of using the correct
names just define this as _GNU_SOURCE.

[bump PKG_RELEASE]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
7 years agoklish: add new package (2.1.1)
Takashi Umeno [Mon, 18 Jan 2016 02:27:32 +0000 (11:27 +0900)]
klish: add new package (2.1.1)

The klish is a framework for implementing a CISCO-like CLI on a UNIX
systems. It is configurable by XML files. The KLISH stands for Kommand
Line Interface Shell.

klish is an active fork of the clish program created by Graeme
McKerrell.

Makefile from https://dev.openwrt.org/browser/packages/utils/klish/Makefile?rev=31310

add SOB.
add Maintainer.
change URL http://libcode.org/projects/klish/files
update to 2.1.1 (newest version).
merge klish and konf package.

[squash commits]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
7 years agoMerge pull request #2913 from br101/master
champtar [Sat, 2 Jul 2016 07:06:46 +0000 (09:06 +0200)]
Merge pull request #2913 from br101/master

horst: Use version 5.0

7 years agoImprove pull_request_template
Etienne CHAMPETIER [Sat, 2 Jul 2016 06:53:57 +0000 (06:53 +0000)]
Improve pull_request_template

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
7 years agoRename pull_request_template (it's text not markdown)
Etienne CHAMPETIER [Fri, 1 Jul 2016 10:34:22 +0000 (10:34 +0000)]
Rename pull_request_template (it's text not markdown)

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
7 years agolibmicrohttpd: update to version 0.9.50 2915/head
Alexander Couzens [Mon, 13 Jun 2016 23:35:51 +0000 (16:35 -0700)]
libmicrohttpd: update to version 0.9.50

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
7 years agoMerge pull request #2873 from neheb/master
champtar [Fri, 1 Jul 2016 17:24:28 +0000 (19:24 +0200)]
Merge pull request #2873 from neheb/master

airmon-ng: Fix procps-ng dependancy.

7 years agohorst: Use version 5.0 2913/head
Bruno Randolf [Thu, 19 Nov 2015 14:54:08 +0000 (14:54 +0000)]
horst: Use version 5.0

Signed-off-by: Bruno Randolf <br1@einfach.org>
7 years agoMerge pull request #2912 from dedeckeh/libnet-1.2.x
Luka Perkov [Thu, 30 Jun 2016 21:18:39 +0000 (23:18 +0200)]
Merge pull request #2912 from dedeckeh/libnet-1.2.x

libnet-1.2.x: Enable pf_packet socket support by setting libnet_cv_have_packet_socket to yes

7 years agoMerge pull request #2911 from ffainelli/stoken
Florian Fainelli [Thu, 30 Jun 2016 17:37:27 +0000 (10:37 -0700)]
Merge pull request #2911 from ffainelli/stoken

stoken: Fix binary installation

7 years agostoken: Fix binary installation 2911/head
Florian Fainelli [Thu, 30 Jun 2016 05:41:44 +0000 (22:41 -0700)]
stoken: Fix binary installation

We were copying a wrapper script instead of the actual executable.

Fixes #2910

Signed-off-by: Florian Fainelli <florian@openwrt.org>
7 years agolibnet-1.2.x: Enable pf_packet socket support by setting libnet_cv_have_packet_socket... 2912/head
Hans Dedecker [Thu, 30 Jun 2016 12:36:53 +0000 (14:36 +0200)]
libnet-1.2.x: Enable pf_packet socket support by setting libnet_cv_have_packet_socket to yes

PF_PACKET support is not enabled by setting ac_libnet_have_pf_packet but by setting libnet_cv_have_packet_socket
in the Makefile

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
7 years agoMerge pull request #2909 from dibdot/adblock
Ted Hess [Thu, 30 Jun 2016 10:48:06 +0000 (06:48 -0400)]
Merge pull request #2909 from dibdot/adblock

adblock: update 1.3.1

7 years agoadblock: update 1.3.1 2909/head
Dirk Brenken [Wed, 29 Jun 2016 21:39:12 +0000 (23:39 +0200)]
adblock: update 1.3.1

* fix uclient-fetch detection
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agosqlite3: update to 3.13.0
Etienne CHAMPETIER [Tue, 28 Jun 2016 23:03:47 +0000 (23:03 +0000)]
sqlite3: update to 3.13.0

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
7 years agozabbix: update to 3.0.3
Etienne CHAMPETIER [Tue, 28 Jun 2016 23:02:41 +0000 (23:02 +0000)]
zabbix: update to 3.0.3

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
7 years agomonit: update to 5.18
Etienne CHAMPETIER [Tue, 28 Jun 2016 23:01:24 +0000 (23:01 +0000)]
monit: update to 5.18

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
7 years agoMerge pull request #2869 from champtar/pr_template
champtar [Tue, 28 Jun 2016 23:06:10 +0000 (01:06 +0200)]
Merge pull request #2869 from champtar/pr_template

Add a pull request template

7 years agommc-utils: upgrade to latest revision
Michael Heimpold [Tue, 28 Jun 2016 20:55:35 +0000 (22:55 +0200)]
mmc-utils: upgrade to latest revision

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agoMerge pull request #2906 from dibdot/adblock
Ted Hess [Tue, 28 Jun 2016 19:53:45 +0000 (15:53 -0400)]
Merge pull request #2906 from dibdot/adblock

adblock: release 1.3.0

7 years agoadblock: release 1.3.0 2906/head
Dirk Brenken [Tue, 28 Jun 2016 19:22:44 +0000 (21:22 +0200)]
adblock: release 1.3.0

* revised hotplug script
* remove wget package dependency
* support uclient-fetch or wget with ssl support
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agopython3: do not allow packaging of windows exe files 2902/head
Alexandru Ardelean [Mon, 27 Jun 2016 12:37:08 +0000 (15:37 +0300)]
python3: do not allow packaging of windows exe files

Thanks to @ryzhovau for reporting.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython: do not allow packaging of windows exe files 2901/head
Alexandru Ardelean [Mon, 27 Jun 2016 12:28:12 +0000 (15:28 +0300)]
python: do not allow packaging of windows exe files

Thanks to @ryzhovau for reporting.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoMerge pull request #2899 from chris5560/master
Ted Hess [Sun, 26 Jun 2016 17:30:25 +0000 (13:30 -0400)]
Merge pull request #2899 from chris5560/master

ddns-scripts: fix misuse of "local"

7 years agoMerge pull request #2897 from dibdot/adblock
Ted Hess [Sun, 26 Jun 2016 17:29:31 +0000 (13:29 -0400)]
Merge pull request #2897 from dibdot/adblock

adblock: update 1.2.8

7 years agoddns-scripts: fix misuse of "local" 2899/head
Christian Schoenebeck [Sun, 26 Jun 2016 08:24:49 +0000 (10:24 +0200)]
ddns-scripts: fix misuse of "local"

- fix misuse of "local" outside functions #2885
- update TLD_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoadblock: update 1.2.8 2897/head
Dirk Brenken [Sun, 26 Jun 2016 06:24:45 +0000 (08:24 +0200)]
adblock: update 1.2.8

* fw rule changes:
force_dns now supports multiple lan devices
disable needless force_dns- & forward/output-rules in 'ap mode'
check return codes during adblock chain creation
* simplified the test for a running firewall
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoadd xr_usb_serial_common driver for USB to RS-485/RS-422
Daniel Golle [Fri, 24 Jun 2016 13:19:44 +0000 (15:19 +0200)]
add xr_usb_serial_common driver for USB to RS-485/RS-422

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoprocps-ng: fix build on systems without gettext development utilities 2893/head
Jo-Philipp Wich [Thu, 23 Jun 2016 19:08:08 +0000 (21:08 +0200)]
procps-ng: fix build on systems without gettext development utilities

The current procps-ng Makefile calls the shipped autogen.sh script which
introduces incorrect implicit dependencies on host utilities, leading to
the following error observed on a minimal build system:

    (cd .../procps-ng-3.3.11; echo "3.3.11" > ".../procps-ng-3.3.11/.tarball-version"; ./autogen.sh );
    You must have autopoint installed to generate procps-ng build system.
    The autopoint command is part of the GNU gettext package.
    Makefile:96: recipe for target '.../procps-ng-3.3.11/.configured_yynyyyyy' failed
    make[3]: *** [.../procps-ng-3.3.11/.configured_yynyyyyy] Error 1

Apply the following changes in order to fix compilation:

 - Apply the generic autoreconf fixup to generate configure and Makefiles
 - Use Build/Prepare to populate .tarball-version and revert Build/Configure
   to its default implementation
 - Disable to build of docs and tests as those require additional utilities
   not guaranteed to be present

Fixes #2890.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoMerge pull request #2887 from dibdot/adblock
Hannu Nyman [Wed, 22 Jun 2016 18:25:31 +0000 (21:25 +0300)]
Merge pull request #2887 from dibdot/adblock

adblock: update 1.2.7

7 years agoadblock: update 1.2.7 2887/head
Dirk Brenken [Tue, 21 Jun 2016 21:14:29 +0000 (23:14 +0200)]
adblock: update 1.2.7

* provide adblock statistics as a separate function
  (/etc/init.d/adblock stats)

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoccrypt: disable support for emacs mode
Hannu Nyman [Wed, 22 Jun 2016 17:33:12 +0000 (20:33 +0300)]
ccrypt: disable support for emacs mode

Disable the special emacs mode, as it can lead to build failures
in buildbot.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #2666 from aarond10/https_dns_proxy
Yousong Zhou [Tue, 21 Jun 2016 10:19:05 +0000 (18:19 +0800)]
Merge pull request #2666 from aarond10/https_dns_proxy

Https dns proxy

7 years agohttps-dns-proxy: add package. 2666/head
Aaron Drew [Tue, 3 May 2016 04:22:33 +0000 (14:22 +1000)]
https-dns-proxy: add package.
Signed-off-by: Aaron Drew <aarond10@gmail.com>