feed/packages.git
6 years agonut: Optionally set serial USB to NUT user
Daniel F. Dickinson [Wed, 5 Dec 2018 06:36:45 +0000 (01:36 -0500)]
nut: Optionally set serial USB to NUT user

When using serial-port based UPSes with NUT, it is handy to be able to
configure a USB serial port to have be set tot the NUT runas user, so
that NUT can access the serial port automagically.
Closes #6997

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years agoMerge pull request #7580 from cotequeiroz/pyjwt-1.7.0
Hannu Nyman [Thu, 6 Dec 2018 08:28:12 +0000 (10:28 +0200)]
Merge pull request #7580 from cotequeiroz/pyjwt-1.7.0

pyjwt: Bump to version 1.7.0 -- python-requests-oauthlib:  use PyPackage

6 years agoMerge pull request #7591 from cshoredaniel/pr-nut-upsd-root
Hannu Nyman [Thu, 6 Dec 2018 08:26:06 +0000 (10:26 +0200)]
Merge pull request #7591 from cshoredaniel/pr-nut-upsd-root

nut: Fix upsd runs as root

6 years agonut: Fix upsd runs as root
Daniel F. Dickinson [Wed, 5 Dec 2018 06:31:40 +0000 (01:31 -0500)]
nut: Fix upsd runs as root

Closes #6997 - Allows upsd to runas a non-privileged user.
If any driver is running as non-privileged user, the last driver's
user will be used as the server non-privileged user, otherwise the
user specified in config upsd, otherwise nut. Previously the
localisation of RUNAS variable was in the wrong locations.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years agoMerge pull request #7590 from cshoredaniel/pr-nut-driver-typo
Hannu Nyman [Thu, 6 Dec 2018 06:54:15 +0000 (08:54 +0200)]
Merge pull request #7590 from cshoredaniel/pr-nut-driver-typo

nut: Fix a typo in setting a driver parameter

6 years agoMerge pull request #7582 from cotequeiroz/python-requests_PyPackage
Hannu Nyman [Thu, 6 Dec 2018 06:53:17 +0000 (08:53 +0200)]
Merge pull request #7582 from cotequeiroz/python-requests_PyPackage

python-requests: use PyPackage to build

6 years agoMerge pull request #7583 from cotequeiroz/python-certifi-2018.11.29
Hannu Nyman [Thu, 6 Dec 2018 06:52:09 +0000 (08:52 +0200)]
Merge pull request #7583 from cotequeiroz/python-certifi-2018.11.29

python-certifi: Update to 2018.11.29, add python3

6 years agoMerge pull request #7581 from cotequeiroz/python-oauthlib_python3
Hannu Nyman [Thu, 6 Dec 2018 06:51:01 +0000 (08:51 +0200)]
Merge pull request #7581 from cotequeiroz/python-oauthlib_python3

python-oauthlib: add python3 package

6 years agoMerge pull request #7586 from cotequeiroz/pytz_hostdep
Hannu Nyman [Thu, 6 Dec 2018 06:49:14 +0000 (08:49 +0200)]
Merge pull request #7586 from cotequeiroz/pytz_hostdep

pytz: fix host-compile dependency

6 years agonut: Fix a typo in setting a driver parameter
Daniel F. Dickinson [Thu, 6 Dec 2018 04:57:25 +0000 (23:57 -0500)]
nut: Fix a typo in setting a driver parameter

synchronous would not get set due to typo.  Fixed.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years agoMerge pull request #7575 from EricLuehrsen/unbound_182
Hannu Nyman [Wed, 5 Dec 2018 19:10:46 +0000 (21:10 +0200)]
Merge pull request #7575 from EricLuehrsen/unbound_182

unbound: update to 1.8.2

6 years agopytz: fix host-compile dependency
Eneas U de Queiroz [Wed, 5 Dec 2018 18:34:56 +0000 (16:34 -0200)]
pytz: fix host-compile dependency

Add HOST_BUILD_DEPENDS=python/host

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years agopython-requests-oauthlib: use PyPackage to build
Eneas U de Queiroz [Tue, 4 Dec 2018 18:08:50 +0000 (16:08 -0200)]
python-requests-oauthlib: use PyPackage to build

Updated Makefile to use PyPackage, added option to build source package,
updated PKG_SOURCE_URL, and adpated to python-pyjwt new package name.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years agopyjwt: Bump to version 1.7.0, add ptyhon3
Eneas U de Queiroz [Tue, 4 Dec 2018 10:02:08 +0000 (08:02 -0200)]
pyjwt: Bump to version 1.7.0, add ptyhon3

Version 1.7.0 brings compatibility with python 3.7.
As a result of building a python3 version, the python2 package name was
changed from pyjwt to python-pyjwt.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years agopython-certifi: Update to 2018.11.29, add python3
Eneas U de Queiroz [Tue, 4 Dec 2018 10:05:11 +0000 (08:05 -0200)]
python-certifi: Update to 2018.11.29, add python3

Package was upgraded to current version, and the python3 variant was
added.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years agopython-requests: use PyPackage to build
Eneas U de Queiroz [Tue, 4 Dec 2018 17:45:33 +0000 (15:45 -0200)]
python-requests: use PyPackage to build

Updated Makefile to use PyPackage, added option to build source package.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years agopython-oauthlib: add python3 package
Eneas U de Queiroz [Tue, 4 Dec 2018 15:53:37 +0000 (13:53 -0200)]
python-oauthlib: add python3 package

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years agounbound: update to 1.8.2
Eric Luehrsen [Wed, 5 Dec 2018 05:31:05 +0000 (00:31 -0500)]
unbound: update to 1.8.2

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
6 years agoMerge pull request #7561 from neheb/neon
Hannu Nyman [Tue, 4 Dec 2018 19:48:21 +0000 (21:48 +0200)]
Merge pull request #7561 from neheb/neon

neon: Fix compilation without deprecated OpenSSL APIs

6 years agoMerge pull request #7560 from neheb/nop
Hannu Nyman [Tue, 4 Dec 2018 19:48:04 +0000 (21:48 +0200)]
Merge pull request #7560 from neheb/nop

libnopoll: Fix compilation without deprecated OpenSSL APIs

6 years agoMerge pull request #7558 from pprindeville/perl-update-5.28.1
Hannu Nyman [Tue, 4 Dec 2018 19:47:35 +0000 (21:47 +0200)]
Merge pull request #7558 from pprindeville/perl-update-5.28.1

perl: update to 5.28.1

6 years agoperl: update to 5.28.1
Philip Prindeville [Sun, 2 Dec 2018 19:44:42 +0000 (12:44 -0700)]
perl: update to 5.28.1

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agolibsndfile: add PKG_SOURCE_DATE
Peter Wagner [Mon, 3 Dec 2018 22:09:50 +0000 (23:09 +0100)]
libsndfile: add PKG_SOURCE_DATE

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agojupp: new package
Thorsten Glaser [Mon, 22 Oct 2018 16:53:51 +0000 (18:53 +0200)]
jupp: new package

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
6 years agowget: update to 1.20
Peter Wagner [Mon, 3 Dec 2018 08:01:39 +0000 (09:01 +0100)]
wget: update to 1.20

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agocryptodev: moved to trunk
John Crispin [Mon, 3 Dec 2018 06:50:57 +0000 (07:50 +0100)]
cryptodev: moved to trunk

Signed-off-by: John Crispin <john@phrozen.org>
6 years agoshadowsocks-libev: bump to version 3.2.3
Yousong Zhou [Mon, 3 Dec 2018 01:49:02 +0000 (01:49 +0000)]
shadowsocks-libev: bump to version 3.2.3

A short while after 3.2.2 was tagged, it was superseded by 3.2.3 with a
minor fix for aligned memory allocation for 32-bit arch

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoneon: Fix compilation without deprecated OpenSSL APIs
Rosen Penev [Mon, 3 Dec 2018 00:20:10 +0000 (16:20 -0800)]
neon: Fix compilation without deprecated OpenSSL APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agolibnopoll: Fix compilation without deprecated OpenSSL APIs
Rosen Penev [Mon, 3 Dec 2018 00:11:57 +0000 (16:11 -0800)]
libnopoll: Fix compilation without deprecated OpenSSL APIs

Switched to codeload for simplicity and consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #7556 from MikePetullo/pigeonhole
Hannu Nyman [Sun, 2 Dec 2018 16:47:37 +0000 (18:47 +0200)]
Merge pull request #7556 from MikePetullo/pigeonhole

pigeonhole: update to 0.5.4

6 years agopigeonhole: update to 0.5.4
W. Michael Petullo [Sun, 2 Dec 2018 14:56:41 +0000 (09:56 -0500)]
pigeonhole: update to 0.5.4

Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years agoMerge pull request #6621 from neheb/coreu
Hannu Nyman [Sun, 2 Dec 2018 10:43:33 +0000 (12:43 +0200)]
Merge pull request #6621 from neheb/coreu

coreutils: Update to 8.30

6 years agolibsndfile: switch to cmake
Peter Wagner [Sun, 2 Dec 2018 10:42:07 +0000 (11:42 +0100)]
libsndfile: switch to cmake

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoMerge pull request #7477 from neheb/poco
Hannu Nyman [Sun, 2 Dec 2018 10:39:55 +0000 (12:39 +0200)]
Merge pull request #7477 from neheb/poco

poco: Update to 1.9.0

6 years agoMerge pull request #7534 from neheb/patch-3
Hannu Nyman [Sun, 2 Dec 2018 10:36:36 +0000 (12:36 +0200)]
Merge pull request #7534 from neheb/patch-3

pytz: Add python/host to BUILD_DEPENDS

6 years agoMerge pull request #7535 from BKPepe/git
Hannu Nyman [Sun, 2 Dec 2018 10:36:10 +0000 (12:36 +0200)]
Merge pull request #7535 from BKPepe/git

git: remove the duplicate line and update URL to HTTPS

6 years agoMerge pull request #7551 from neheb/pyco
Hannu Nyman [Sun, 2 Dec 2018 10:34:28 +0000 (12:34 +0200)]
Merge pull request #7551 from neheb/pyco

python-crypgoraphy: Update to 2.4.2

6 years agopython-crypgoraphy: Update to 2.4.2
Rosen Penev [Sat, 1 Dec 2018 17:49:41 +0000 (09:49 -0800)]
python-crypgoraphy: Update to 2.4.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agolibsndfile: switch to git
Peter Wagner [Sat, 1 Dec 2018 12:48:37 +0000 (13:48 +0100)]
libsndfile: switch to git

Fixes CVEs:
CVE-2017-6892
CVE-2017-8361
CVE-2017-8362
CVE-2017-8363
CVE-2017-8365
CVE-2017-12562
CVE-2017-14245
CVE-2017-14246
CVE-2017-14634
CVE-2018-13139
CVE-2018-13419

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoMerge pull request #7544 from dibdot/travelmate
Dirk Brenken [Fri, 30 Nov 2018 21:53:59 +0000 (22:53 +0100)]
Merge pull request #7544 from dibdot/travelmate

travelmate: update 1.3.1

6 years agoMerge pull request #7543 from dibdot/adblock
Dirk Brenken [Fri, 30 Nov 2018 21:53:26 +0000 (22:53 +0100)]
Merge pull request #7543 from dibdot/adblock

adblock: update 3.5.5-4

6 years agotravelmate: update 1.3.1
Dirk Brenken [Fri, 30 Nov 2018 20:20:46 +0000 (21:20 +0100)]
travelmate: update 1.3.1

* remove the "--spider" download option from captive portal
  detection to make the heartbeat function more robust.
  Keep the uplink connection 'alive' with all sorts of portals.

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoadblock: update 3.5.5-4
Dirk Brenken [Fri, 30 Nov 2018 19:04:16 +0000 (20:04 +0100)]
adblock: update 3.5.5-4

* fix a cornercase suspend/resume issue
  with empty/no blocklists

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoMerge pull request #7511 from neheb/grilo2
Hannu Nyman [Fri, 30 Nov 2018 15:18:26 +0000 (17:18 +0200)]
Merge pull request #7511 from neheb/grilo2

grilo: Disable debug and tests

6 years agoMerge pull request #7518 from neheb/ng
Hannu Nyman [Fri, 30 Nov 2018 15:17:15 +0000 (17:17 +0200)]
Merge pull request #7518 from neheb/ng

ngircd: Fix compilation without deprecated OpenSSL APIs

6 years agoMerge pull request #7533 from neheb/ibr
Hannu Nyman [Fri, 30 Nov 2018 15:16:06 +0000 (17:16 +0200)]
Merge pull request #7533 from neheb/ibr

ibrcommon: Backport patch fixing compilation without deprecated APIs

6 years agoMerge pull request #7524 from neheb/sudo
Hannu Nyman [Fri, 30 Nov 2018 15:13:51 +0000 (17:13 +0200)]
Merge pull request #7524 from neheb/sudo

sudo: Update to 1.8.26

6 years agoMerge pull request #7475 from miska/mozilla
Marko Ratkaj [Fri, 30 Nov 2018 15:06:56 +0000 (16:06 +0100)]
Merge pull request #7475 from miska/mozilla

node-mozilla-iot-gateway: Cleanup init script

6 years agoMerge pull request #7412 from thess/libpsl-work
Hannu Nyman [Thu, 29 Nov 2018 15:50:10 +0000 (17:50 +0200)]
Merge pull request #7412 from thess/libpsl-work

libpsl: Fix build errors when BUILD_NLS=y

6 years agoMerge pull request #7441 from neheb/ow
Hannu Nyman [Thu, 29 Nov 2018 15:49:38 +0000 (17:49 +0200)]
Merge pull request #7441 from neheb/ow

libowfat: Update to 0.32

6 years agoMerge pull request #7464 from neheb/krb
Hannu Nyman [Thu, 29 Nov 2018 15:49:19 +0000 (17:49 +0200)]
Merge pull request #7464 from neheb/krb

krb5: Update to 1.16.2

6 years agoMerge pull request #7537 from lucize/doveup
Hannu Nyman [Thu, 29 Nov 2018 15:46:56 +0000 (17:46 +0200)]
Merge pull request #7537 from lucize/doveup

dovecot: update to 2.3.4

6 years agoMerge pull request #7536 from sartura/sysrepo-release-0.7.7
Hannu Nyman [Thu, 29 Nov 2018 15:46:17 +0000 (17:46 +0200)]
Merge pull request #7536 from sartura/sysrepo-release-0.7.7

Sysrepo release 0.7.7

6 years agoMerge pull request #7486 from neheb/wspi
Hannu Nyman [Wed, 28 Nov 2018 20:35:14 +0000 (22:35 +0200)]
Merge pull request #7486 from neheb/wspi

lua-wsapi: Update to 1.7

6 years agoMerge pull request #7485 from neheb/xava
Hannu Nyman [Wed, 28 Nov 2018 20:34:59 +0000 (22:34 +0200)]
Merge pull request #7485 from neheb/xava

lua-xavante: Update to 2.4.0

6 years agoMerge pull request #7497 from neheb/copas
Hannu Nyman [Wed, 28 Nov 2018 20:34:13 +0000 (22:34 +0200)]
Merge pull request #7497 from neheb/copas

lua-copas: Update to 2.0.2

6 years agoMerge pull request #7498 from neheb/ben
Hannu Nyman [Wed, 28 Nov 2018 20:33:49 +0000 (22:33 +0200)]
Merge pull request #7498 from neheb/ben

lua-bencode: Switch to 2.2.0

6 years agoMerge pull request #7489 from neheb/mod
Hannu Nyman [Wed, 28 Nov 2018 20:33:22 +0000 (22:33 +0200)]
Merge pull request #7489 from neheb/mod

lua-mobdebug: Update to 0.70

6 years agoMerge pull request #7529 from ignisf/collectd-ethstat
Hannu Nyman [Wed, 28 Nov 2018 20:30:20 +0000 (22:30 +0200)]
Merge pull request #7529 from ignisf/collectd-ethstat

collectd: Introduce collectd-mod-ethstat

6 years agodovecot: update to 2.3.4
Lucian Cristian [Wed, 28 Nov 2018 19:58:12 +0000 (21:58 +0200)]
dovecot: update to 2.3.4

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years agoNetopeer2: update to 0.7-r1
Mislav Novakovic [Wed, 28 Nov 2018 13:23:52 +0000 (14:23 +0100)]
Netopeer2: update to 0.7-r1

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
6 years agosysrepo: update to 0.7.7
Mislav Novakovic [Wed, 28 Nov 2018 13:21:02 +0000 (14:21 +0100)]
sysrepo: update to 0.7.7

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
6 years agocollectd: Introduce collectd-mod-ethstat
Petko Bordjukov [Tue, 27 Nov 2018 16:09:24 +0000 (18:09 +0200)]
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>
6 years agonet/mosquitto: support more acl plugin options
Karl Palsson [Tue, 27 Nov 2018 16:46:12 +0000 (16:46 +0000)]
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>
6 years agogit: update url to HTTPS
Josef Schlehofer [Tue, 27 Nov 2018 20:54:36 +0000 (21:54 +0100)]
git: update url to HTTPS

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years agogit: remove the duplicate line about building parallel
Josef Schlehofer [Tue, 27 Nov 2018 20:45:43 +0000 (21:45 +0100)]
git: remove the duplicate line about building parallel

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years agongircd: Fix compilation without deprecated OpenSSL APIs
Rosen Penev [Mon, 26 Nov 2018 04:01:49 +0000 (20:01 -0800)]
ngircd: Fix compilation without deprecated OpenSSL APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agopytz: Add python/host to BUILD_DEPENDS
Rosen Penev [Tue, 27 Nov 2018 19:10:10 +0000 (11:10 -0800)]
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>
6 years agoibrcommon: Backport patch fixing compilation without deprecated APIs
Rosen Penev [Tue, 27 Nov 2018 18:59:16 +0000 (10:59 -0800)]
ibrcommon: Backport patch fixing compilation without deprecated APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #7525 from TimelessNL/master
Hannu Nyman [Tue, 27 Nov 2018 18:31:51 +0000 (20:31 +0200)]
Merge pull request #7525 from TimelessNL/master

digitemp: bump to version 3.7.2

6 years agoMerge pull request #7347 from neheb/microh
Hannu Nyman [Tue, 27 Nov 2018 18:30:14 +0000 (20:30 +0200)]
Merge pull request #7347 from neheb/microh

libmicrohttpd: Update to 0.9.60

6 years agolua-copas: Update to 2.0.2
Rosen Penev [Wed, 21 Nov 2018 21:04:36 +0000 (13:04 -0800)]
lua-copas: Update to 2.0.2

Switched to codeload + other adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agodigitemp: bump to version 3.7.2
TimelessNL [Tue, 27 Nov 2018 10:34:36 +0000 (11:34 +0100)]
digitemp: bump to version 3.7.2

Signed-off-by: Jasper Scholte <NightNL@outlook.com>
6 years agosudo: Update to 1.8.26
Rosen Penev [Tue, 27 Nov 2018 05:01:47 +0000 (21:01 -0800)]
sudo: Update to 1.8.26

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #7523 from padre-lacroix/darkstat-master
champtar [Tue, 27 Nov 2018 00:56:07 +0000 (19:56 -0500)]
Merge pull request #7523 from padre-lacroix/darkstat-master

darkstat: correction of a variable in the init script

6 years agodarkstat: correction of a variable in the init script
Jean-Michel Lacroix [Mon, 26 Nov 2018 23:25:45 +0000 (18:25 -0500)]
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>
6 years agoMerge pull request #7461 from neheb/patch-8
Hannu Nyman [Mon, 26 Nov 2018 20:51:31 +0000 (22:51 +0200)]
Merge pull request #7461 from neheb/patch-8

lcdringer: 0.0.3

6 years agoMerge pull request #7517 from neheb/ss
Hannu Nyman [Mon, 26 Nov 2018 20:50:04 +0000 (22:50 +0200)]
Merge pull request #7517 from neheb/ss

shadowsocks-client: Fix compilation without deprecated OpenSSL APIs

6 years agoshadowsocks-client: Update to 0.6.1
Rosen Penev [Mon, 26 Nov 2018 03:51:10 +0000 (19:51 -0800)]
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>
6 years agopixman: bump to version 0.36.0
Yousong Zhou [Mon, 26 Nov 2018 01:46:06 +0000 (01:46 +0000)]
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")

6 years agogrilo: Disable debug and tests
Rosen Penev [Mon, 26 Nov 2018 02:21:29 +0000 (18:21 -0800)]
grilo: Disable debug and tests

Turns out --disable-tests actually enables them, breaking the buildbots.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agolcdringer: 0.0.3
Rosen Penev [Sun, 18 Nov 2018 01:25:09 +0000 (17:25 -0800)]
lcdringer: 0.0.3

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #7510 from darkk/fix-prometheus-zombies
champtar [Sun, 25 Nov 2018 21:54:56 +0000 (16:54 -0500)]
Merge pull request #7510 from darkk/fix-prometheus-zombies

prometheus-node-exporter-lua: close io.popen files to reap zombies

6 years agoMerge pull request #7478 from neheb/sdr
Hannu Nyman [Sun, 25 Nov 2018 16:18:06 +0000 (18:18 +0200)]
Merge pull request #7478 from neheb/sdr

rtl-sdr: Update to 0.6.0

6 years agoMerge pull request #7455 from neheb/nail
Hannu Nyman [Sun, 25 Nov 2018 15:16:52 +0000 (17:16 +0200)]
Merge pull request #7455 from neheb/nail

nail: Remove GSSAPI dependency

6 years agoMerge pull request #7432 from neheb/node
Hannu Nyman [Sun, 25 Nov 2018 15:13:10 +0000 (17:13 +0200)]
Merge pull request #7432 from neheb/node

node: Update to 8.12.0

6 years agoMerge pull request #7443 from neheb/patch-20
Hannu Nyman [Sun, 25 Nov 2018 15:12:25 +0000 (17:12 +0200)]
Merge pull request #7443 from neheb/patch-20

libxerces-c: Update to 3.2.2

6 years agoMerge pull request #7436 from neheb/gph
Hannu Nyman [Sun, 25 Nov 2018 15:11:49 +0000 (17:11 +0200)]
Merge pull request #7436 from neheb/gph

gphoto2: Update to 2.5.20

6 years agoprometheus-node-exporter-lua: close io.popen files to reap zombies
Leonid Evdokimov [Sun, 25 Nov 2018 13:57:27 +0000 (16:57 +0300)]
prometheus-node-exporter-lua: close io.popen files to reap zombies

Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>
6 years agoMerge pull request #7469 from neheb/loud
Hannu Nyman [Sun, 25 Nov 2018 07:52:53 +0000 (09:52 +0200)]
Merge pull request #7469 from neheb/loud

loudmouth: Fix compilation issue with newer glib

6 years agobuild,circleci: Updates with additional checks from travis scripts.
Ted Hess [Sat, 17 Nov 2018 20:13:19 +0000 (15:13 -0500)]
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>
6 years agobuild,circleci: add curl & wget to base image
Etienne Champetier [Sun, 25 Nov 2018 01:45:04 +0000 (20:45 -0500)]
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>
6 years agoMerge pull request #7500 from neheb/patch-3
Luiz Angelo Daros de Luca [Sun, 25 Nov 2018 01:37:35 +0000 (23:37 -0200)]
Merge pull request #7500 from neheb/patch-3

libcups: Update to 2.2.9

6 years agoMerge pull request #7509 from neheb/hwl
Hannu Nyman [Sat, 24 Nov 2018 19:05:53 +0000 (21:05 +0200)]
Merge pull request #7509 from neheb/hwl

hwloc-utils: Add ncurses dependency

6 years agohwloc-utils: Add ncurses dependency
Rosen Penev [Sat, 24 Nov 2018 18:56:49 +0000 (10:56 -0800)]
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>
6 years agoMerge pull request #7447 from jbenden/aircrack-ng-1.4
Hannu Nyman [Sat, 24 Nov 2018 07:24:35 +0000 (09:24 +0200)]
Merge pull request #7447 from jbenden/aircrack-ng-1.4

aircrack-ng: Update to 1.4

6 years agoMerge pull request #7167 from cshoredaniel/pr-nut-more-fixes
Hannu Nyman [Sat, 24 Nov 2018 07:22:26 +0000 (09:22 +0200)]
Merge pull request #7167 from cshoredaniel/pr-nut-more-fixes

nut: Various fixes

6 years agoMerge pull request #7352 from neheb/patch-2
Hannu Nyman [Sat, 24 Nov 2018 07:19:38 +0000 (09:19 +0200)]
Merge pull request #7352 from neheb/patch-2

MarkupSafe: Update to 1.1.0

6 years agoMerge pull request #7385 from neheb/patch-6
Hannu Nyman [Sat, 24 Nov 2018 07:18:57 +0000 (09:18 +0200)]
Merge pull request #7385 from neheb/patch-6

Jinja2: Update to 2.10

6 years agoMerge pull request #7384 from neheb/patch-4
Hannu Nyman [Sat, 24 Nov 2018 07:18:41 +0000 (09:18 +0200)]
Merge pull request #7384 from neheb/patch-4

Flask: Update to 1.0.2