Commit graph

4514 commits

Author SHA1 Message Date
Josef Schlehofer
cfa2f83d65 bind: change http servers to https
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
2018-11-23 22:12:24 -08:00
Josef Schlehofer
2d4f6719cb bind: a little bit polishing of Makefile
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
2018-11-23 22:12:24 -08:00
Dirk Brenken
b3629b9923
Merge pull request #7505 from mark0n/ddns-route53-lock
ddns-scripts: submit one change at a time to route53
2018-11-24 06:33:28 +01:00
Rosen Penev
1371b7be87 vsftpd: Fix compilation without ECC or deprecated APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-23 18:18:03 -08:00
Martin Konrad
c845b17928 ddns-scripts: submit one change at a time to route53
This prevents updates from failing if multiple instances of the
script are running in parallel. This fixes #7492.

Signed-off-by: Martin Konrad <info@martin-konrad.net>
2018-11-23 13:56:38 -05:00
Hannu Nyman
98ffcf5136
Merge pull request #7504 from Ansuel/ariang
ariang: bump to latest release
2018-11-23 20:44:01 +02:00
Ansuel Smith
1dce779fcc
ariang: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-11-23 16:25:09 +01:00
Peter Wagner
4fab96d4b7 git: update to 2.19.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-11-22 19:17:04 +01: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
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
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
49adfe3d32
Merge pull request #7370 from neheb/light
lighttpd: Fix Compilation with OpenSSL 1.1.x
2018-11-18 21:25:56 +02: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
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
be4c5e1d9d
Merge pull request #7437 from neheb/patch-12
go-ethereum: Update to 1.8.18
2018-11-17 10:20:03 +02:00
Jean-Michel Lacroix
dd8f7348be darkstat: procd init script and enabling additional parameters
This is to change the init script to a procd init script
This also enable some additional parameters in the binary that
were present but not enabled:
The export file (option export_file)
The import file (option import_file)
The daylog (option daylog_file)
These are disabled by default.  Also, the option to run as a daemon
is removed, as not compatible with procd.

There is no change in the binary.

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2018-11-16 20:40:00 -05:00
Joseph Benden
2b9245fcd9 aircrack-ng: Update to 1.4
Signed-off-by: Joseph Benden <joe@benden.us>
2018-11-16 17:29:44 -07:00
Daniel Engberg
b4b451055d samba4: Update to 4.9.2
Update Samba to 4.9.2
Refresh patches

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-11-17 00:44:40 +01:00
Hannu Nyman
509ade150c
Merge pull request #7445 from neheb/patch-22
i2pd: Update to 2.22.0
2018-11-16 21:09:22 +02:00
Hannu Nyman
d26044268c
Merge pull request #7422 from neheb/patch-1
rsyslog: Update to 8.39.0
2018-11-16 18:28:59 +02:00
Rosen Penev
5042c37a29
i2pd: Update to 2.22.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 19:24:13 -08:00
Rosen Penev
44bd953819
lftp: Update to 4.8.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 19:13:27 -08:00
Rosen Penev
9eeea73257
spoofer: Update to 1.4.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 18:56:19 -08:00
Rosen Penev
ce5b74a416
go-ethereum: Update to 1.8.18
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 18:39:31 -08:00
Hannu Nyman
3790f59508
Merge pull request #7381 from neheb/seafile2
seafile-seahub: Update to 6.3.4
2018-11-14 20:37:06 +02:00
Hannu Nyman
e61dc911ee
Merge pull request #7382 from neheb/seafile3
seafile-server: Update to 6.3.4
2018-11-14 20:36:18 +02:00
Rosen Penev
0a53ea334c
rsyslog: Update to 8.39.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-14 09:40:24 -08:00
Hannu Nyman
c0b1527c35
Merge pull request #7406 from commodo/tcpreplay-update
tcpreplay: bump to version 4.3.0
2018-11-14 17:27:04 +02:00
Hannu Nyman
c88af86064
Merge pull request #7407 from salzmdan/master
knot: update to 2.7.4
2018-11-14 17:26:08 +02:00
Hannu Nyman
a7a8016836
Merge pull request #7418 from TDT-AG/pr/20181108-mwan3
mwan3: remove deprecated options
2018-11-14 16:35:50 +02:00
Alexandru Ardelean
cc2ffbec8b tcpreplay: bump to version 4.3.0
Run-tested on target brcm2708 [brcm2709 sub-target].
Running on OpenWrt master:
  278e4eba09

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-11-14 10:27:40 +02:00
Rosen Penev
29a4293fa1 seafile-seahub: Update to 6.3.4
Switch to codeload for simplicity and easier package bumping.

Added dependency on pytz on build time as django-admin requires it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-13 14:52:01 -08:00
Rosen Penev
543f4a5c47 seafile-server: Update to 6.3.4
Switched to codeload for simplicity and easier package bumping.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-13 14:30:10 -08:00
Hannu Nyman
d8bb8c3ff6
Merge pull request #7402 from TDT-AG/pr/20182610-keepalived
keepalived: add ipvs uci support
2018-11-13 21:07:47 +02:00
Florian Eckert
ce123d3e83 mwan3: add policies view to ubus interface
Add to ubus the missing output information "policies" which could already
be observed with the command "mwan3 status".

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-13 16:04:26 +01:00
Daniel Salzman
7d1d080f45 knot: update to 2.7.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-11-13 13:59:57 +01:00
Rosen Penev
029a6819f0
apache: Disable Managed Domain handling
This is a new feature that requires new dependencies. Disable it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-12 11:30:55 -08:00
Hannu Nyman
33e7cd627c
Merge pull request #7400 from sartura/sysrepo-release-0.7.6
sysrepo: update to 0.7.6
2018-11-12 17:18:46 +02:00
Hannu Nyman
6c8980fae7
Merge pull request #7398 from rosysong/nft-qos
nft-qos: replace input chain with prerouting for monitor and dynamic
2018-11-12 17:18:34 +02:00
Florian Eckert
b443dfe00b keepalived: add ipvs uci support
Add uci ipvs support to keepalived.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-12 15:20:20 +01:00
Mislav Novakovic
52aeedf782 sysrepo: update to 0.7.6
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-11-12 12:46:21 +01:00
Dirk Feytons
45a832518a net/mosquitto: install headers for auth plugin development
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2018-11-12 10:04:45 +00:00
Yousong Zhou
115ca32d01 shadowsocks-libev: bump to version 3.2.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-11-12 03:01:30 +00:00
Rosy Song
cf239752d2 nft-qos: replace input chain with prerouting for monitor and dynamic QoS as well
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2018-11-12 09:42:55 +08:00
Ansuel Smith
4519a1d2b3
nginx: Bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-11-11 15:49:47 +01:00
Dirk Brenken
42ff15344c
Merge pull request #7373 from dibdot/banip
banip: new package to block incoming & outgoing ip addresses
2018-11-11 14:59:05 +01:00
Hannu Nyman
e82a12a613 webui-aria2: dummy version bump
The source download storage contains a 0 byte version
of the webui-aria2 sources, which breaks buildbot.

Trigger a new download by bumping the version by a date.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-11 13:44:08 +02:00
Thomas Heil
d4c1e789be
Merge pull request #6854 from neheb/apache
apache: Update to 2.4.34
2018-11-11 11:35:22 +01:00
Hannu Nyman
8256f63546
Merge pull request #6931 from chris5560/radicale_master
radicale: add extra command "export_storage" to init script
2018-11-11 10:52:08 +02:00
Rosen Penev
17cfc75b98 socat: Fix compile with deprecated APIs disabled
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-10 17:26:56 -08:00
Rosy Song
07c2d29859 nft-qos: use prerouting chain rather than input
Using the input chain can only limit the upload rate in local network.
Since to do the limit rate on both native and remote, we have to
replace the input hook with prerouting.

Signed-off-by: Rosy Song <rosysong@rosinson.com>

(Added Makefile version bump)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-10 20:47:23 +02:00
Dirk Brenken
43f1f78dfc
Merge pull request #7377 from dibdot/adblock
adblock: fix adguard source
2018-11-10 17:46:25 +01:00
Dirk Brenken
ff139131a7 adblock: fix adguard source
* fix regex for adguard blocklist source

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-10 17:39:08 +01:00
Kevin Darbyshire-Bryant
662d3f16d2 nlbwmon: receive dhcp interface triggers
Not all interfaces may have been allocated address at nlbwmon startup so
it may not collect statistics as expected/configured.

Add interface triggers to catch dhcp events and restart as required.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-10 16:34:35 +00:00
Marko Ratkaj
ade189963b net: dhcpcd: bump version to 7.0.8
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-10 15:08:50 +00:00
Dan Lüdtke
0d337e9d71 jool: Remove inactive maintainer
Signed-off-by: Dan Lüdtke <mail@danrl.com>
2018-11-10 13:58:10 +01:00
Dirk Brenken
b17588a856 banip: new package to block incoming & outgoing ip addresses
a new script based package called "banIP" to block
incoming & outgoing ip adresses/subnets via ipset.

Features:
* a shell script which uses ipset and iptables
  to ban a large number of IP addresses
  published in various IP blacklists (bogon, firehol etc.)
* support blocking by ASN numbers
* support blocking by iso country codes
* support local white & blacklist (IPv4, IPv6 & CIDR notation)
* auto-add unsuccessful ssh login attempts to local blacklist
* auto-add the uplink subnet to local whitelist
* per source configuration of SRC (incoming) and DST (outgoing)
* supports IPv4 & IPv6

Strong LuCI support:
* easy interface to track & change all aspects of your ipset
  configuration on the fly
* integrated IPSet-Lookup
* integrated RIPE-Lookup
* Log-Viewer & online configuration of white- & blacklist

LuCI-Screenshots will follow in the second post.
Forum discussion:
https://forum.openwrt.org/t/banip-new-project-needs-testers-feedback/16985

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-10 11:01:45 +01:00
Hannu Nyman
d785b15857
Merge pull request #6974 from neheb/miniupnopc
miniupnpc: Update to 2.1
2018-11-10 11:24:15 +02:00
Yousong Zhou
0478614556 openvswitch: fix building intree datapath module unconditionally
Fixes f2bf8d3 ("openvswitch: provide in-tree kmod builds")

Closes openwrt/packages#7360

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-11-10 07:41:14 +00:00
Rosen Penev
12378ef296 lighttpd: Fix Compilation with OpenSSL 1.1.x
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-09 18:53:32 -08:00
Hannu Nyman
a0ba485b22
Merge pull request #7321 from neheb/tgt
tgt: Update to 1.0.74
2018-11-09 18:29:07 +02:00
Hannu Nyman
115068545e
Merge pull request #7355 from diizzyy/nginx-rtmp
nginx: Update rtmp module
2018-11-09 18:28:00 +02:00
Karl Palsson
84035d4d52 net/mosquitto: bump to 1.5.4
Security and bugfix release.  Full release notes available at:
https://mosquitto.org/blog/2018/11/version-154-released/

Security:
* client certificates not validated for websockets listeners.

Bugfixes:
* wills with disconnected clients better handled
* bridge restart_timeout properly observed

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-11-09 13:55:17 +00:00
Marko Ratkaj
af91fd7033
Merge pull request #7332 from sartura/squid_bump_version_to_4.4
net: squid: bump version to 4.4
2018-11-09 10:44:30 +01:00
Rosen Penev
96e1853812 znc: Fix compilation without deprecated APIs in OpenSSL 1.0.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[correct configure flag from enable-ssl to enable-openssl]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-08 19:36:03 +00:00
Daniel Engberg
80f5309fb3 nginx: Update rtmp module
Change to ut0mt8's fork that contains several enhancements
and bugfixes.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-11-08 20:06:31 +01:00
Florian Eckert
5d0406915e mwan3: update version to 2.7.6
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-08 12:29:15 +01:00
Florian Eckert
ac5895cd7f mwan3: remove deprecated local_source config option
This feature is not needed anymore. This feature is replaced by the
change 46ed09408e

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-08 12:29:15 +01:00
Florian Eckert
85a6d89b8e mwan3: revert add online_metric for local_source none
This is not necessary.

This reverts commit be91e71805.
2018-11-08 12:29:12 +01:00
Hannu Nyman
2d20d82e3e
Merge pull request #7295 from neheb/unbound
unbound: Remove deprecated OpenSSL API
2018-11-08 12:09:51 +02:00
Rosen Penev
0ff43a37a3 apache: Update to 2.4.37
Fixes at least:

CVE-2017-15710
CVE-2017-15715
CVE-2018-1283
CVE-2018-1312

Added CPE ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-06 09:36:54 -08:00
Marko Ratkaj
262eaa45c8 net: squid: bump version to 4.4
Simple bump from 4.3 to 4.4

Changelog since 4.3:
netdb not saving to disk (#311)
Fix memory leak when parsing SNMP packet (#313)
Fix several windows build issues (#309)
Certificate fields injection via %D in ERR_SECURE_CONNECT_FAIL (#306)
Allow compilation with minimal OpenSSL (#281)
Fixed %USER_CA_CERT_xx and %USER_CERT_xx crashes (#301)
Improve const correctness for hash_link (#300)
Bug #4893: Malformed %>ru URIs for CONNECT requests (#299)

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-06 18:23:57 +01:00
Hannu Nyman
7681c108af
Merge pull request #7315 from diizzyy/patch-16
fping: Update to 4.1
2018-11-06 18:03:58 +02:00
Hannu Nyman
f9117262f0
Merge pull request #7316 from diizzyy/patch-17
stunnel: Update to 5.49
2018-11-06 18:03:23 +02:00
Hannu Nyman
a2ce8bf07f
Merge pull request #6193 from rosysong/nqos
nft-qos: add new package
2018-11-06 17:58:19 +02:00
Jeffery To
3e84e30ba2 tor-fw-helper: new package
tor-fw-helper is a helper to automatically configuring port forwarding
for tor, using UPnP or NAT-PMP NAT traversal.

This is a tor-fw-helper rewrite in Go that functions as a drop in
replacement for the original C code.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-11-06 20:33:55 +08:00
Rosy Song
6649ac91e9 nft-qos: add new package
This is the nftables implementation for qos on OpenWrt,
Currently, it has below features:

* Static QoS : setting limit rate for devices or global network.

* Dynamic/Auto QoS : setting limit rate according to the network
  bandwidth and adjust itself automatically (hotplug event).

* Traffic Priority : this feature is like traffic shaping under tc,
  it uses ingress hook to handle to packets here.

Signed-off-by: Rosy Song <rosysong@rosinson.com>
2018-11-06 16:13:28 +08:00
Rosen Penev
1ce197c73f tgt: Update to 1.0.74
Remove KERNEL_AIO dependency to avoid recursive dependency with libaio in
a future commit.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-05 20:31:49 -08:00
Rosen Penev
1200c508fb unbound: Remove deprecated OpenSSL API
This will become pointless once OpenSSL 1.1.1 enters the tree.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-05 16:32:11 -08:00
Daniel Engberg
31e27e9d82
stunnel: Update to 5.49
Update stunnel to 5.49

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-11-05 20:41:01 +01:00
Daniel Engberg
95bde85468
fping: Update to 4.1
Update fping to 4.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-11-05 20:37:14 +01:00
Hannu Nyman
81c9ff735d
Merge pull request #5781 from jefferyto/obfs4proxy
obfs4proxy: new packages (including dependencies)
2018-11-04 20:34:36 +02:00
Peter Wagner
555e3ff88b tor:update to 0.3.4.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-11-04 18:07:31 +01:00
Dirk Brenken
4e70f1c949
Merge pull request #7258 from jonathanunderwood/stubby_documentation
stubby: add reload_config to documentation
2018-11-04 13:36:48 +01:00
Dirk Brenken
8e00bab166
Merge pull request #7257 from jonathanunderwood/stubby_fix_init
stubby: fix loading of config file
2018-11-04 13:36:29 +01:00
jonathanunderwood
35a377dbfc stubby: add Jonathan Underwood as co-maintainer (#7307)
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2018-11-04 10:49:52 +00:00
Hannu Nyman
ea8f30cf65
Merge pull request #7278 from neheb/seafile
seafile-ccnet: Update to 6.3.4
2018-11-03 09:23:27 +02:00
Hannu Nyman
effc00e24a
Merge pull request #6811 from Robby-/master-freeradius3-eap-pwd
freeradius3: Enable the EAP-PWD module.
2018-11-03 09:11:34 +02:00
Christian Lachner
ca39a1b787 haproxy: Update all patches for HAProxy v1.8.14
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.14.html)
- Raise PKG_RELEASE to 4

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-11-02 10:35:38 +01:00
Hannu Nyman
b0a54383c9
Merge pull request #7267 from neheb/hap
haproxy: Remove unnecessary OpenSSL depends
2018-11-02 08:08:19 +02:00
W. van den Akker
9a4cd1ecba
Shorewall6: Bump to version 5.2.1.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-11-01 14:06:45 +01:00