Commit Graph

16930 Commits

Author SHA1 Message Date
Hannu Nyman 03a9f922dd Merge pull request #7529 from ignisf/collectd-ethstat
collectd: Introduce collectd-mod-ethstat
2018-11-28 22:30:20 +02:00
Lucian Cristian 229c2cad26 dovecot: update to 2.3.4
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-11-28 21:58:12 +02:00
Mislav Novakovic 9cb6d07cab Netopeer2: update to 0.7-r1
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-11-28 14:23:52 +01:00
Mislav Novakovic 583977b953 sysrepo: update to 0.7.7
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-11-28 14:21:02 +01:00
Petko Bordjukov dbdd7ead23 collectd: Introduce collectd-mod-ethstat
The ethstat plugin for collectd provides a convenient way to track a large list
of variables associated with network interfaces such as channel busy time and
many others.

A list of the available variables for a given interface may be acquired by
running ethtool -S <interface>

Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
2018-11-28 12:34:33 +02:00
Karl Palsson b945bdf3c8 net/mosquitto: support more acl plugin options
Adds support for acl_plugin, and acl_opt_* options.
acl_opt_* requires some care as it relies on the internal behaviour of
cfg_load setting environment variables in a certain form.  However,
given that _all_ of the cfg_load infrastructure relies on that, we can
be pretty sure that it won't change in a way that will hurt us.

Originally reported as: https://github.com/openwrt/packages/pull/7434

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-11-28 10:15:04 +00:00
Josef Schlehofer 1a18c879b1 git: update url to HTTPS
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2018-11-28 00:47:37 +01:00
Josef Schlehofer 163088a0a7 git: remove the duplicate line about building parallel
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2018-11-28 00:45:10 +01:00
Rosen Penev fdd7926ecd ngircd: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 14:03:23 -08:00
Rosen Penev d3cd4a9e1e pytz: Add python/host to BUILD_DEPENDS
Buildbots occasionally fail because of this. Travis also seems to try to build this before python.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 11:10:10 -08:00
Rosen Penev 1a60062217 ibrcommon: Backport patch fixing compilation without deprecated APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 10:59:16 -08:00
Hannu Nyman ef207bd597 Merge pull request #7525 from TimelessNL/master
digitemp: bump to version 3.7.2
2018-11-27 20:31:51 +02:00
Hannu Nyman 726b0fc92c Merge pull request #7347 from neheb/microh
libmicrohttpd: Update to 0.9.60
2018-11-27 20:30:14 +02:00
Rosen Penev 788fda356e loudmouth: Disable debug and fix no deprecated API compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 10:04:46 -08:00
Rosen Penev 0c4b76a3bb lua-copas: Update to 2.0.2
Switched to codeload + other adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 09:04:10 -08:00
TimelessNL fc723123c1 digitemp: bump to version 3.7.2
Signed-off-by: Jasper Scholte <NightNL@outlook.com>
2018-11-27 11:34:36 +01:00
Rosen Penev 892153cd91 sudo: Update to 1.8.26
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-26 21:02:10 -08:00
champtar 131b83de76 Merge pull request #7523 from padre-lacroix/darkstat-master
darkstat: correction of a variable in the init script
2018-11-26 19:56:07 -05:00
Jean-Michel Lacroix 0f24ead01c darkstat: correction of a variable in the init script
This is to correct the variable name CONFIGSTR in the export_bool
sub-routine: the variable in line 26 was written CONFIGSTRING instead
of CONFIGSTR.

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2018-11-26 19:20:53 -05:00
Hannu Nyman dc7fc9746f Merge pull request #7461 from neheb/patch-8
lcdringer: 0.0.3
2018-11-26 22:51:31 +02:00
Hannu Nyman 1ea8279a8e Merge pull request #7517 from neheb/ss
shadowsocks-client: Fix compilation without deprecated OpenSSL APIs
2018-11-26 22:50:04 +02:00
Rosen Penev ea7cb9c5aa libgcrypt: Аdd PKG_CPE_ID for proper CVE tracking
Also did some cosmetic adjustments for consistency.

No code changes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-26 09:43:15 -08:00
Rosen Penev 1f39672da5 shadowsocks-client: Update to 0.6.1
Fixes compilation without deprecated OpenSSL APIs

Switched to codeload for simplicity and to fix package upgrades.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-26 09:11:34 -08:00
Yousong Zhou a21282bd04 pixman: bump to version 0.36.0
Patch 0005 is now included in upstream commit 7c6066b ("pixman-private:
include <float.h> only in C code")
2018-11-26 03:46:30 +00:00
Rosen Penev ef865a64d7 grilo: Disable debug and tests
Turns out --disable-tests actually enables them, breaking the buildbots.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-25 19:25:31 -08:00
Rosen Penev 65e776ca78 pen: Fix compilation without deprecated OpenSSL APIs
Patch was sent upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-25 19:14:19 -08:00
Rosen Penev aceffd1c07 xupnpd: Fix compilation without deprecated OpenSSL APIs
Patch was upstreamed. Only the version was updated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-25 18:46:04 -08:00
Rosen Penev ba4df0f1c6 yara: Fix compile without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-25 17:46:32 -08:00
Rosen Penev 5033e594cc tvheadend: Fix compilation without OpenSSL deprecated APIs
Also switched to codeload for Makefile simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-25 17:42:51 -08:00
Rosen Penev 777d18b672 lcdringer: 0.0.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-25 17:41:41 -08:00
champtar eae9f8cb9e Merge pull request #7510 from darkk/fix-prometheus-zombies
prometheus-node-exporter-lua: close io.popen files to reap zombies
2018-11-25 16:54:56 -05:00
Hannu Nyman dfd423bf96 Merge pull request #7478 from neheb/sdr
rtl-sdr: Update to 0.6.0
2018-11-25 18:18:06 +02:00
Hannu Nyman 8a89b570c6 Merge pull request #7455 from neheb/nail
nail: Remove GSSAPI dependency
2018-11-25 17:16:52 +02:00
Hannu Nyman 5b870218e5 Merge pull request #7432 from neheb/node
node: Update to 8.12.0
2018-11-25 17:13:10 +02:00
Hannu Nyman 8e277d28a8 Merge pull request #7443 from neheb/patch-20
libxerces-c: Update to 3.2.2
2018-11-25 17:12:25 +02:00
Hannu Nyman eb9b05ebd2 Merge pull request #7436 from neheb/gph
gphoto2: Update to 2.5.20
2018-11-25 17:11:49 +02:00
Leonid Evdokimov 1288bd6473 prometheus-node-exporter-lua: close io.popen files to reap zombies
Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>
2018-11-25 17:06:24 +03:00
Hannu Nyman d39a9082e1 Merge pull request #7469 from neheb/loud
loudmouth: Fix compilation issue with newer glib
2018-11-25 09:52:53 +02:00
Ted Hess e47ca98a5e build,circleci: Updates with additional checks from travis scripts.
Checking:
- Pull request does not contain unwanted merges
- signed-off-by tag exists and matches author
- Subject line has package name
- Author name has 'firstname lastname' (no nicknames)

Signed-off-by: Ted Hess <thess@kitschensync.net>
[Use git instead of CircleCI variables]
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-11-24 22:18:05 -05:00
Etienne Champetier c3c3252ab5 build,circleci: add curl & wget to base image
curl was present in latest image but seems to have been remove from latest debian:9

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-11-24 20:46:39 -05:00
Luiz Angelo Daros de Luca e792bbd84e Merge pull request #7500 from neheb/patch-3
libcups: Update to 2.2.9
2018-11-24 23:37:35 -02:00
Hannu Nyman fcab6ecf40 Merge pull request #7509 from neheb/hwl
hwloc-utils: Add ncurses dependency
2018-11-24 21:05:53 +02:00
Rosen Penev f6d24fe8a4 hwloc-utils: Add ncurses dependency
The lstopo utility has support for it. As ncurses is quite widespread,
might as well add support instead of patching it out.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-24 10:59:03 -08:00
Hannu Nyman eb1a7f9d22 Merge pull request #7447 from jbenden/aircrack-ng-1.4
aircrack-ng: Update to 1.4
2018-11-24 09:24:35 +02:00
Hannu Nyman ee8f345477 Merge pull request #7167 from cshoredaniel/pr-nut-more-fixes
nut: Various fixes
2018-11-24 09:22:26 +02:00
Hannu Nyman c5cc933a89 Merge pull request #7352 from neheb/patch-2
MarkupSafe: Update to 1.1.0
2018-11-24 09:19:38 +02:00
Hannu Nyman 09236850b4 Merge pull request #7385 from neheb/patch-6
Jinja2: Update to 2.10
2018-11-24 09:18:57 +02:00
Hannu Nyman 2f8c57a027 Merge pull request #7384 from neheb/patch-4
Flask: Update to 1.0.2
2018-11-24 09:18:41 +02:00
Hannu Nyman a6936a1160 Merge pull request #7044 from neheb/mail
mailsend: Remove more deprecated APIs
2018-11-24 09:15:52 +02:00
Hannu Nyman f6f089517c Merge pull request #6628 from neheb/patch-14
libtins: Update to 4.0
2018-11-24 09:10:58 +02:00