Commit Graph

23455 Commits

Author SHA1 Message Date
Rosen Penev 30f239d068 lua-xavante: Update to 2.4.0
Switched to codeload + other adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-20 14:15:17 -08:00
Rosen Penev 8f1bba16ce port-mirroring: Update to 1.4.3
Switched to codeload and adjusted Makefile for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-20 13:51:04 -08:00
Hannu Nyman 9d4a067599 Merge pull request #7465 from neheb/patch-12
tree: Update to 1.8.0
2018-11-20 17:32:58 +02:00
Marko Ratkaj 89da5dc2fb Merge pull request #7483 from sartura/things_gateway_readme
node-mozilla-iot-gateway: add README.md
2018-11-20 14:49:28 +01:00
Marko Ratkaj ed1fa5d742 node-mozilla-iot-gateway: add README.md
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-20 14:24:36 +01:00
Rosen Penev 8712a0e2c1 rtl-sdr: Update to 0.6.0
Patch was upstreamed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-19 14:14:35 -08:00
Rosen Penev 05d11f13c3 poco: Update to 1.9.0
Some minor adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-19 14:07:23 -08:00
Daniel F. Dickinson 3aa67b3ca3 nut: Bump PKG_RELEASE
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:41:53 -05:00
Daniel F. Dickinson 36fd59dc78 nut: Fix extraneous config_get
nut-server initscript had a duplicate config_get statepath, so remove it

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:41:32 -05:00
Daniel F. Dickinson 58e33b02a8 nut: Fix nut-cgi config creation (startup)
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:41:18 -05:00
Daniel F. Dickinson 44e57d4bdf nut: Fix variables for NUT drivers
Avoid specifying variables that are not specificy set in order to avoid breaking
drivers for which those variables do not exist.  Closes: #7096.

As part of these fixes make sure we have all the variables we need.  Closes: #7001.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:40:49 -05:00
Daniel F. Dickinson 3b5a8eee84 nut: Various startup fixes for monitor and server
Various path and permissions fixes to properly allow nut-server and nut-monitor to
start properly.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:40:39 -05:00
Daniel F. Dickinson 8ff6a83a54 nut: Build serial drivers by default
Serial drivers don't add much to main NUT and appear to be common,
so make it possible for users to use NUT with serial UPS drivers without
a custom build.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:40:11 -05:00
Daniel F. Dickinson 0a49d0ffbb nut: Fix checking for path before it exists
The mechanism for making sure hotplug doesn't execute during forced shutdown
was interfering with initial start of hotplug script due to checking for path
that doesn't exist at initial start.  This fixes that and closes #6966.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:39:53 -05:00
Daniel F. Dickinson daa974cff0 nut: Fix undetected UPS hardware
Leading zeroes left in ProductId results in some UPS hardware not being matched
by the hotplug script lead to bad permissions and driver not starting.

Closes: #6966
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:39:39 -05:00
Hannu Nyman ecd3dc4d7f Merge pull request #7451 from diizzyy/samba492
samba4: Update to 4.9.2
2018-11-19 21:27:15 +02:00
Rosen Penev a54ecd9e73 wget: Backport patch removing the need for ENGINE support in OpenSSL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-19 20:05:24 +01:00
Daniel Golle 25e399fa1c Merge pull request #7395 from eduardoabinader/bump-libevdev-1.6.0
libevdev: bump to 1.6.0
2018-11-19 17:59:55 +01:00
Michal Hrusecky ae53f9b6d8 node-mozilla-iot-gateway: Cleanup init script
Migrates to procd (and fixes actual shutdown of the service) and also avoids
writing log to roots home directory by using system log.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2018-11-19 17:23:14 +01:00
Ted Hess ee449bf678 Merge pull request #7467 from neheb/patch-19
shairport-sync: Update to 3.2.2
2018-11-19 11:15:30 -05:00
Hannu Nyman fc091539dd Merge pull request #7471 from neheb/pycry
python-cryptography: Update to 2.4.1
2018-11-19 17:51:30 +02:00
Ted Hess 69eae69032 sox: Build without opus (explicitly)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-11-19 10:42:20 -05:00
Karl Palsson 5e7b5dcdbf lang/lua-libmodbus: don't use variables for variables.
PKG_NAME is not to be used as a variable, instead, expanded in all use
cases.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-11-19 12:05:52 +00:00
Karl Palsson b7cbfae28f lua-libmodbus: add new package.
lua bindings to libmodbus.  Available from luarocks and github.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-11-19 09:49:06 +00:00
Rosen Penev 340c3895f5 python-cryptography: Update to 2.4.1
Replaced DTLS patch with upstreamed one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 18:23:48 -08:00
champtar 3b13c4c5d2 Merge pull request #7466 from neheb/patch-17
sispmctl: Update to 4.1
2018-11-18 20:55:49 -05:00
Rosen Penev 5b60d54939 loudmouth: Fix compilation issue with newer glib
Loudmouth enforces -Werror which errors on deprecated APIs.

Also switched to codeload for Makefile consistency between projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 13:48:51 -08:00
Rosen Penev 9b77576c29 i2c-tools: Update to 4.0
Added a libi2c package as that is now needed.

Fixed the home URL to fix uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 13:26:17 -08:00
Rosen Penev dbe1c48c53 tree: Update to 1.8.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 13:18:24 -08:00
Rosen Penev 2940c38e80 shairport-sync: Update to 3.2.2
Switched to codeload for Makefile simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 12:21:08 -08:00
Rosen Penev 8e555b77f4 sispmctl: Update to 4.1
Replace maintainer as previously agreed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 12:13:17 -08:00
Rosen Penev d3e7c6e21f krb5: Update to 1.16.2
Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 12:05:40 -08:00
Hannu Nyman 8baa3571e9 Merge pull request #7331 from neheb/lvm2
lvm2: Update to 2.03.01
2018-11-18 21:27:57 +02:00
Hannu Nyman 094e5339e7 Merge pull request #7152 from neheb/patch-42
Werkzeug: Update to 0.14.1
2018-11-18 21:26:38 +02:00
Hannu Nyman 49adfe3d32 Merge pull request #7370 from neheb/light
lighttpd: Fix Compilation with OpenSSL 1.1.x
2018-11-18 21:25:56 +02:00
Kevin Darbyshire-Bryant c2212e8d64 libidn2: drop maintainer
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-18 17:31:59 +00:00
Kevin Darbyshire-Bryant 4bcfce490a libidn: drop maintainer
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-18 17:31:26 +00:00
Rosen Penev 0d25d561f3 quassel-irssi: Update to newer version to fix compilation
This is the irssi-abi-8 branch that was not merged back to master but is
necessary for compilation. As it touches a submodule, I can't add a patch
for it. But I can backport all of the master commits.

Get rid of quasselc dependency as it's now a submodule.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 14:32:39 -08:00
champtar 8292078466 Merge pull request #7459 from neheb/psql
sqlite3: Update to 3.53
2018-11-17 16:43:55 -05:00
Rosen Penev c2ee3e4833 sqlite3: Update to 3.53
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 13:13:48 -08:00
Hannu Nyman caf181f896 Merge pull request #6647 from neheb/patch-19
libyaml-cpp: Update to 0.6.2 + switch to codeload
2018-11-17 22:08:05 +02:00
Hannu Nyman d70747475b Merge pull request #7438 from neheb/t
twisted: Update to 18.9.0
2018-11-17 21:31:16 +02:00
Rosen Penev a0f8d64661 mailsend: Remove more deprecated APIs
Fixes compile without them.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 11:30:39 -08:00
Rosen Penev de6c4d6d74 coreutils: Update to 8.30
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 11:29:02 -08:00
Rosen Penev 74e05686db libyaml-cpp: Update to 0.6.2 + switch to codeload
Simpler. Got rid of tests for a faster compile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 11:27:19 -08:00
Rosen Penev 1114c9d7e0 twisted: Update to 18.9.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 10:53:06 -08:00
Dirk Brenken 5082cc2cef Merge pull request #7448 from dibdot/banip
banip: update 0.0.6
2018-11-17 16:57:22 +01:00
Dirk Brenken dcaddb5297 banip: update 0.0.6
* support multiple WAN interfaces in iptables rules,
  set 'ban_iface' option accordingly (as space separated list)
  or use the LuCI frontend
* add new "refresh" mode while triggered by fw changes (no download)
* add required ip dependency
* fix wrong 'settype' definition for firehol1 in config

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-17 16:30:52 +01:00
Hannu Nyman 58f79231ed Merge pull request #7428 from neheb/patch-11
python3-bottle: Update to 0.12.13
2018-11-17 10:21:45 +02:00
Hannu Nyman be4c5e1d9d Merge pull request #7437 from neheb/patch-12
go-ethereum: Update to 1.8.18
2018-11-17 10:20:03 +02:00