Rosen Penev
e4bb00d1b9
Merge pull request #8122 from jefferyto/squid-init
...
squid: Update init script
2019-03-31 20:23:58 -07:00
Rosen Penev
23e212997c
Merge pull request #8531 from MikePetullo/snort3
...
snort3: new package
2019-03-31 14:34:02 -07:00
Rosen Penev
eb72553828
Merge pull request #8525 from ja-pa/rpcbind-cpe-id
...
rpcbind: Add PKG_CPE_ID for proper CVE tracking
2019-03-31 14:20:31 -07:00
Rosen Penev
3d2b0e976c
Merge pull request #8198 from jefferyto/mini-snmpd-init
...
mini_snmpd: Update init script
2019-03-31 13:48:22 -07:00
Rosen Penev
d17bd42866
Merge pull request #8544 from neheb/l
...
lcdringer: Remove libcheck dependency to fix compilation
2019-03-30 15:06:15 -07:00
Rosen Penev
b676ca325f
Merge pull request #8054 from dengqf6/all
...
treewide: add missing PKGARCH:=all to non-binary packages
2019-03-30 11:40:11 -07:00
Daniel Engberg
99664ad33d
Merge pull request #8530 from MikePetullo/snort
...
snort: modify to build against libdaq 2.2.2
2019-03-30 19:39:59 +01:00
Rosen Penev
6c7e2c9013
Merge pull request #8065 from neheb/patch-4
...
wavemon: Update to 0.9.0
2019-03-30 11:35:43 -07:00
W. Michael Petullo
53df351850
snort3: new package
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-30 14:10:20 -04:00
W. Michael Petullo
bc00afdb68
snort: modify to build against libdaq 2.2.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-30 13:58:53 -04:00
Deng Qingfang
17496030e2
treewide: add missing PKGARCH:=all to non-binary packages
...
Packages such as Perl, Lua, shell scripts don't generate binary files.
Add PKGARCH:=all to them.
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-03-30 17:11:50 +08:00
Othmar Truniger
baa036797a
linknx: bump to new upstream version 0.0.1.37
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2019-03-30 10:07:31 +01:00
Rosen Penev
19e9bdb0aa
lcdringer: Remove libcheck dependency to fix compilation
...
libcheck is some kind of testing framework. it is not only unnecessary, it
is not even used in the code.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-30 01:48:17 -07:00
Rosen Penev
2d1e0e8624
wavemon: Update to 0.9.0
...
Added PKG_BUILD_PARALLEL for faster compilation
Backported upstream patch to fix compilation with musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-29 22:49:07 -07:00
Eneas U de Queiroz
fcfaea54e6
seafile-server: fix django 1.11 detect, tidy up
...
Django 1.11 is supported, but seafile-admin was still looking for v. 1.8.
Replaced current patch with the patch from haiwen/seafile-server#147 .
Cleaned up unsupported configure options, including riak backend.
Check that the seafile-server version is the same as seafile-seanet's at
build time, removing the static EXTRA_DEPENDS check done at install
time.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-03-29 10:22:30 +08:00
Dirk Brenken
a2611c4cd2
travelmate: Update to 1.4.4
...
* refine captive portal detection/rebind protection handling,
heavily tested with Deutsche Bahn hotspots ... ;-)
* add rebind whitelist logging
Signed-off-by: Dirk Brenken <dev@brenken.org>
Added "Update to" in commit message
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-03-28 23:24:02 +00:00
Eneas Queiroz
a6d4bae127
Merge pull request #8517 from neheb/neheb-patch-1
...
ptunnel-ng: Remove libbsd dependency
2019-03-28 18:02:46 -03:00
Jan Pavlinec
ebb648127d
rpcbind: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-28 14:51:01 +01:00
Eneas Queiroz
ceb1965cb8
Merge pull request #8513 from bmork/conserver
...
conserver: update to 8.2.4 and enable IPv6 support
2019-03-27 17:17:38 -03:00
Rosen Penev
25b8159061
ptunnel-ng: Remove libbsd dependency
...
Fixes compilation when both libbsd and ptunnel-ng are selected.
libbsd is used for arc4random with a fallback to /dev/random. musl does
not support arc4random.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-27 13:10:05 -07:00
Bjørn Mork
10151211e3
conserver: enable IPv6 support
...
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2019-03-27 21:00:20 +01:00
Bjørn Mork
15280aca97
conserver: add back config.guess and config.sub to fix build
...
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2019-03-27 21:00:20 +01:00
Bjørn Mork
0236c9f135
conserver: update to version 8.2.4
...
version 8.2.4 (March 26, 2019):
- Correct man page typo (Ed Maste <emaste@freebsd.org>)
- Remove autotools generated files from repo and create with release
- Better integration of Cirrus CI - FreeBSD, Linux, and MacOS
- Moving README to markdown
- Fix #12 - Remote infomation flags (i.e. "-x") cannot be filtered by console
- Fix #8 - defaultaccess appears broken
- Rename configure.in and use autoreconf
- Better use of version.h and letting configure build things with versions
version 8.2.3 (March 17, 2019):
- Correct 'impi' typo (Ed Maste <emaste@freebsd.org>)
- Correct argument type passed to time() (Ed Maste <emaste@freebsd.org>)
- Fix compilation without deprecated OpenSSL APIs (Rosen Penev <rosenp@gmail.com>)
- Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen Penev <rosenp@gmail.com>)
- Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell <bryan@conserver.com>)
- configure.in: Add test for closefrom (Ed Maste <emaste@freebsd.org>)
- regenerate autoconf files (Ed Maste <emaste@freebsd.org>)
- Use closefrom if available (Ed Maste <emaste@freebsd.org>)
- Correct typo (Ed Maste <emaste@freebsd.org>)
- Add Cirrus-CI FreeBSD CI build config (Ed Maste <emaste@freebsd.org>)
- off by one found by Ed Maste (Bryan Stansell <bryan@conserver.com>)
openwrt packaging:
- removed upstreamed 010-openssl-deprecated.patch
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2019-03-27 21:00:20 +01:00
Stijn Tintel
29957d8bdc
Merge pull request #8512 from mwarning/strongswan
...
strongswan: collapse menu items
2019-03-27 19:29:30 +02:00
Moritz Warning
21e989190e
strongswan: collapse menu items
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-03-27 18:21:54 +01:00
Karl Palsson
84d8c77ef8
mosquitto: bump to v1.5.8
...
Full changelog available at:
https://github.com/eclipse/mosquitto/blob/v1.5.8/ChangeLog.txt
This is a bugfix release. Of likely note to OpenWrt is a bug affecting
missing messages on bridges since 1.5.4:
https://github.com/eclipse/mosquitto/issues/1174
Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-03-27 16:41:32 +00:00
Jeffery To
3f247ef455
aria2: Update init script
...
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.
This also lets procd trigger the validation function directly, and
removes some unnecessary curly brackets.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-03-28 00:05:43 +08:00
Hannu Nyman
de5efc91b3
Merge pull request #8319 from brianjmurrell/shorewall-iface-update
...
Shorewall: start and enable interfaces all in hotplug
2019-03-27 17:28:56 +02:00
Dirk Brenken
ffe6b67abc
Merge pull request #8496 from ja-pa/ddns-scripts-fix
...
ddns-scripts: add hsts-file parameter to wget call
2019-03-27 16:24:38 +01:00
Hannu Nyman
2519c3b9d4
Merge pull request #8508 from teslamint/patch-1
...
coova-chilli: fix build error
2019-03-27 16:41:38 +02:00
Andy Walsh
9dafa4324c
rpcbind: fix warmstart option, CVE-2017-8779
...
* always build with warmstart options
* fix CVE-2017-8779
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-03-27 13:18:26 +01:00
Jaehoon You
1dc8f8f251
coova-chilli: fix build error
...
This commit removes that copy command to fix build error.
Signed-off-by: Jaehoon You <teslamint@gmail.com>
2019-03-27 19:23:53 +09:00
Dirk Brenken
4f1e48001f
Merge pull request #8505 from dibdot/travelmate
...
travelmate: 1.4.3
2019-03-27 09:38:07 +01:00
Dirk Brenken
2428944680
travelmate: 1.4.3
...
* remove leftover from last commit
* enhance rebind protection whitelisting: support multiple,
cascaded captive portal domains
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-03-27 09:25:30 +01:00
Rosen Penev
6b76b1310e
coova-chilli: Bump PKG
2019-03-26 19:06:54 -07:00
Rosen Penev
d0b67d72a5
Merge pull request #4911 from aleksander0m/coova-chili-fw-fix
...
net/coova-chili: update default firewall setup
2019-03-26 18:11:23 -07:00
Jan Pavlinec
8d347f9197
tor: fix CPE ID
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-26 20:28:05 +01:00
Jan Pavlinec
2c5b1048ab
lighttpd: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-26 13:26:30 +01:00
Jan Pavlinec
f145eb642b
ddns-scripts: add hsts-file parameter to wget call
...
Note: this should prevent wget to writing to /root/.wget-hsts
which can lead to flash memory degradation.
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-25 13:34:28 +01:00
Josef Schlehofer
d55e9df6d8
fping: update to version 4.2
...
Use HTTPS everywhere
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-24 23:55:19 +01:00
William Fleurant
29c341684f
yggdrasil: fix startup and generate nodeInfo info
...
- init: fix no start
- defaults: apply ubus system board info to nodeInfo
- defaults: fix missing yggdrasil interface
- defaults: call uci commit
Signed-off-by: William Fleurant <william@netblazr.com>
2019-03-23 23:50:04 -04:00
Peter Wagner
594a884c2d
openssh: use quotes
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-03-22 20:29:52 +01:00
Hannu Nyman
ec23439800
Merge pull request #8471 from ptpt52/mwan3-fix-rtmon-bug
...
mwan3: fix logical/typo bug in mwan3rtmon
2019-03-22 17:22:12 +02:00
Toke Høiland-Jørgensen
5ade8f3392
ACME: Fix missing quotes in variable comparisons
...
The variables can be empty if not set in the UCI config.
Reported-by: Petr Novák <petrn@me.com>
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-03-22 13:45:11 +01:00
Chen Minqiang
a004d07632
mwan3: fix logical/typo bug in mwan3rtmon
...
This bug was introduced since dd206b7d0b
mwan3_remon_ipv4 and mwan3_remon_ipv6 is command to run not a variable
I add some comments on them hopefully people will notice it
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2019-03-22 18:11:07 +08:00
Peter Wagner
6d65505c26
nfs-kernel-server: fix dependencies
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-03-21 20:28:57 +01:00
Peter Wagner
ba72d8d139
openssh: handle multiple ports and simplify init script
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-03-21 19:31:29 +01:00
Hannu Nyman
14e3544115
Merge pull request #8437 from exploide/stubby_fixes
...
stubby: fixed duplicate IPv6 address and typo
2019-03-21 17:38:32 +02:00
Hannu Nyman
60aa9ab972
Merge pull request #8464 from lnslbrty/update/ptunnel-ng
...
ptunnel-ng: update to 1.40
2019-03-21 17:36:49 +02:00
Deng Qingfang
e635f17b8b
yggdrasil: use Golang buildroot appropriately, actually fix #8457
...
This supersedes #8465
No longer needs FPU emulator now
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-03-21 13:36:46 +01:00
Jeffery To
f0889f8a73
obfs4proxy: Remove build dependencies
...
The Go compiler can now manage the build dependencies by itself, as
obfs4proxy has been ported to a Go module.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-03-21 15:13:12 +08:00
Toni Uhlig
1b8273fc95
ptunnel-ng: update to 1.40
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2019-03-21 01:01:10 +01:00
Dirk Brenken
055b9b349f
Merge pull request #8453 from dibdot/travelmate
...
travelmate: 1.4.2
2019-03-20 20:26:43 +01:00
Dirk Brenken
bd806eb908
travelmate: 1.4.2
...
* fix a json related ressource leak
* add a reload trigger when the wireless config gets changed
* set an interface default 'trm_wwan' (like the LuCI frontend)
* reordered nested loops to optimize the connection handling
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-03-20 19:49:09 +01:00
Brian J. Murrell
7646712f39
shorewall: Update PKG_RELEASE
...
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2019-03-20 12:04:16 -04:00
William Fleurant
aace467b06
yggdrasil: remove pkgarch, cleanup space with tabs
...
Signed-off-by: William Fleurant <william@netblazr.com>
2019-03-20 09:37:46 +01:00
Paul Spooren
aa4a59b715
routing-yggdrasil: add package
...
Yggdrasil builds end-to-end encrypted networks with IPv6. Beyond the
similarities with cjdns is a different routing algorithm. This
globally-agreed spanning tree uses greedy routing in a metric space.
Back-pressure routing techniques allow advanced link aggregation bonding
on per-stream basis. In turn, a single stream will span across multiple
network interfaces simultaneously with much greater throughput.
Authored by: William Fleurant <meshnet@protonmail.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-03-19 15:53:28 +01:00
Alexandru Ardelean
d761f083f3
tcpreplay: bump to version 4.3.2
...
This one contains only a few CVEs + bugfixes.
* CVE-2019-8381 memory access in do_checksum() (#538 )
* CVE-2019-8376 NULL pointer dereference get_layer4_v6() (#537 )
* CVE-2019-8377 NULL pointer dereference get_ipv6_l4proto() (#536 )
* Rename Ethereal to Wireshark (#545 )
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-03-19 09:19:29 +02:00
Hannu Nyman
21acccc487
Merge pull request #8444 from wvdakker/master
...
Shorewall: Bump to version 5.2.3.2
2019-03-19 09:03:05 +02:00
Luiz Angelo Daros de Luca
a99b9f128d
trafficshaper: new package
...
trafficshaper create QoS rules to limit (or reserve) traffic used
by classes of clients.
Uplink and downlink can be controled (or not controlled) independently.
Client classes are defined by its network addresses (IPv4 or IPv6). Each
client class can define absolute or relative (to wan) bandwith, and also
the use (or not) of spare wan bandwidth when avaiable.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-03-19 00:27:57 +01:00
W. van den Akker
fc455d993d
Shorewall6: Bump to version 5.2.3.2.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-03-18 21:25:31 +01:00
W. van den Akker
b8ad6f54e4
Shorewall: Bump to version 5.2.3.2.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-03-18 21:20:36 +01:00
W. van den Akker
317d684134
Shorewall6-lite: Bump to version 5.2.3.2.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-03-18 21:19:29 +01:00
W. van den Akker
c80a7ab94b
Shorewall-lite: Bump to version 5.2.3.2.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-03-18 21:18:33 +01:00
W. van den Akker
7c10f4af78
Shorewall-core: Bump to version 5.2.3.2.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-03-18 21:17:32 +01:00
Jannik Vieten
84afa95b5b
stubby: fixed duplicate IPv6 address in stubby.yml; fixed typo in README.md
...
Signed-off-by: Jannik Vieten <me@exploide.net>
2019-03-18 12:07:22 +01:00
Hannu Nyman
c556ba0053
Merge pull request #8370 from danielg4/master
...
vpnc: fix IPv6-triggered inoperability
2019-03-17 16:23:19 +02:00
Hannu Nyman
e078d096b7
Merge pull request #8099 from ja-pa/torsocks
...
torsocks: add new package
2019-03-17 09:20:55 +02:00
Hannu Nyman
b9ad311fa7
Merge pull request #8424 from MikePetullo/lighttpd
...
lighttpd: update to 1.4.53
2019-03-17 06:53:02 +02:00
Hannu Nyman
4054ac739f
Merge pull request #8421 from MikePetullo/krb5
...
krb5: update to 1.17
2019-03-17 06:51:40 +02:00
Brian J. Murrell
c4b18c8e96
Shorewall: start and enable interfaces all in hotplug
...
Using shorewall-lite {en|dis}able instead of completely restarting
Shorewall is much more efficient.
But it also makes sense to move the starting of Shorewall from init
to an interface hotplug event. The "lan" interface should be a good
indicator that networking it ready. Besides, Shorewall won't start
until br-lan is available.
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2019-03-16 23:43:29 -04:00
Jan Pavlinec
808e68e140
torsocks: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-17 02:49:32 +01:00
W. Michael Petullo
3526adee17
lighttpd: update to 1.4.53
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 17:15:56 -04:00
W. Michael Petullo
ccc9ac49fb
krb5: update to 1.17
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 17:13:55 -04:00
Hannu Nyman
1acacbbf6c
Merge pull request #8208 from LAGonauta/update-prosody
...
prosody: Update package prosody to 0.11.2
2019-03-16 08:33:40 +02:00
Hannu Nyman
f00fc3f9ee
Merge pull request #8416 from mstorchak/tgt1
...
tgt: fix packaging of config and initscript
2019-03-16 07:58:31 +02:00
Nikos Mavrogiannopoulos
91a0a8abf8
ocserv: updated to 0.12.3
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2019-03-15 16:25:12 +01:00
Maxim Storchak
c63a93a25c
tgt: fix packaging of config and initscript
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-03-15 17:07:49 +02:00
Yousong Zhou
d63fc1ccd7
shadowsocks-libev: bump to version 3.2.5
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-03-15 02:06:55 +00:00
Eric Luehrsen
874b65b3b0
unbound: update to 1.9.1 and remove upstream patches
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2019-03-12 20:02:34 -04:00
Maxim Storchak
71be2fa587
tgt: update to 1.0.75
...
- move files/* to the conventional location
- add procd_kill to prevent respawn after stop
- update description
- remove OpenWRT copyright
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-03-12 15:04:17 +02:00
Hannu Nyman
cb946158eb
seafile-seahub: adjust to python package renames
...
Adjust to the rename of pytz, simplejson, chardet to
to python-pytz etc.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-03-11 21:29:13 +02:00
Peter Wagner
c6aa3d1fab
tor: always create folders and set ownership
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-03-11 19:58:44 +01:00
Hannu Nyman
cc16158b1e
Merge pull request #8106 from ja-pa/obfs4proxy-update
...
obfs4proxy: update to version 0.0.9
2019-03-11 16:22:28 +02:00
Hannu Nyman
7450b5fec5
Merge pull request #8292 from cotequeiroz/freeradius3_engine
...
freeradius3: allow build without openssl engines
2019-03-10 14:59:13 +02:00
Hannu Nyman
fc0ad25044
Merge pull request #8096 from ahmar20/master
...
aria2: Add new options and fix typos
2019-03-10 11:35:49 +02:00
Hannu Nyman
8ae7304520
Merge pull request #8092 from yangfl/master
...
i2pd: Update to 2.23.0, fix #7845 and #8088
2019-03-10 10:18:53 +02:00
Hannu Nyman
321675740b
Merge pull request #8007 from ryzhovau/aggregate_flags
...
aggregate: respect CFLAGS, LDFLAGS
2019-03-10 10:00:02 +02:00
Rosy Song
8dae40873c
nft-qos: improve document for priority module
...
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-03-10 15:44:30 +08:00
Rosy Song
af9d96bc93
nft-qos: fix missing double semicolon in case
...
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-03-10 15:42:32 +08:00
Hannu Nyman
6e7d8a8cb5
Merge pull request #8193 from jefferyto/nft-qos-init
...
nft-qos: Update init script
2019-03-09 21:21:28 +02:00
Hannu Nyman
50e9234b05
Merge pull request #8363 from salzmdan/master
...
knot: update to 2.8.0
2019-03-09 21:20:31 +02:00
Daniel Salzman
a9ed496b43
knot: update to 2.8.0
...
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2019-03-09 20:11:03 +01:00
Daniel Gimpelevich
ca5632441c
vpnc: fix IPv6-triggered inoperability
...
When the server hostname resolved to both IPv4 and IPv6 addresses,
connecting would fail with nothing in syslog. This corrects that oversight.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2019-03-09 03:17:47 -08:00
Jan Pavlinec
84fb166e0e
ntpd: Add PKG_CPE_ID for proper CVE tracking
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-09 12:09:20 +01:00
Dirk Brenken
74edd69019
Merge pull request #8359 from dibdot/travelmate
...
travelmate: bugfix 1.4.1
2019-03-09 09:26:39 +01:00
Peter Wagner
f969e3f0be
ntpd: update to 4.2.8p13
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-03-08 16:39:26 +01:00
Dirk Brenken
b433738e31
travelmate: bugfix 1.4.1
...
* fix for #8357
* fix unexpectedy calling option_cb() during wireless config_load
* react immediately when the current active uplink connection
gets deleted
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-03-07 18:43:32 +01:00
Hannu Nyman
b5ce20b5f6
Merge pull request #8358 from diizzyy/patch-1
...
net/stunnel: Update to 5.50
2019-03-07 18:31:48 +02:00
Daniel Engberg
47038f69bb
net/stunnel: Update to 5.50
...
Update stunnel to 5.50
Remove --disable-fips switch as it's disabled by default
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-03-07 01:24:17 +01:00