Commit graph

4657 commits

Author SHA1 Message Date
Peter Wagner
641c815885 wget: update to 1.20.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-30 20:21:47 +01:00
Eneas U de Queiroz
d33a4c4924 keepalived: build without libipset
keepalived 2.0.7 is not compatible with libipset 7.x.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-28 11:02:00 +08:00
Hannu Nyman
234fc70c73
Merge pull request #7760 from cshoredaniel/pr-nut-server-init-driver-updates
nut: server init driver updates
2018-12-27 15:30:19 +02:00
Dirk Brenken
d5ddc24dfa
Merge pull request #7784 from dibdot/banip
banip: release 0.0.7
2018-12-27 07:23:11 +01:00
Dirk Brenken
85efcd6e45
Merge pull request #7781 from dibdot/adblock
adblock: release 3.6.1
2018-12-27 07:22:42 +01:00
Dirk Brenken
939979a7a9 banip: release 0.0.7
* determine L3 and L2 network devices to support pppoe interfaces
correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-26 21:52:26 +01:00
Hannu Nyman
545ee10043
Merge pull request #7773 from TDT-AG/pr/20181225-mwan3
mwan3: code cleanup
2018-12-26 22:24:09 +02:00
Dirk Brenken
9ec73489e0 adblock: release 3.6.1
* report engine supports multiple listening ports, set
  'adb_replisten' to a space separated list of ports,
  default '53'
* report engine supports multiple interfaces, set 'adb_repiface'
  to 'any'
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-26 21:19:21 +01:00
Hannu Nyman
ca6fe95dbb
Merge pull request #7658 from neheb/chaos
chaosvpn: Fix compilation without deprecated OpenSSL APIs
2018-12-26 19:55:31 +02:00
Hannu Nyman
5a8af6e281
Merge pull request #7751 from gladiac1337/feature-haproxy-v1.8.16
haproxy: Update HAProxy to v1.8.16
2018-12-26 19:47:07 +02:00
Hannu Nyman
b65c6ee965
Merge pull request #7649 from dengqf6/samba4
samba4: update to 4.9.4
2018-12-26 19:44:19 +02:00
Hannu Nyman
f806f55e9e
Merge pull request #7647 from neheb/aria
aria2: Fix compilation without deprecated OpenSSL APIs
2018-12-26 19:43:00 +02:00
Hannu Nyman
75a3f71423
Merge pull request #7761 from cshoredaniel/pr-gitolite-codeload-update
gitolite: Update to 3.6.10 and switch to codeload
2018-12-26 19:39:12 +02:00
Florian Eckert
cb37a0e15b mwan3: update version to 2.7.8
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-25 18:27:49 +01:00
Florian Eckert
a49d609635 mwan3: remove duplicated global enable check
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-25 18:25:38 +01:00
Florian Eckert
f54c2f3157 mwan3: remove local_source deprecated code artefacts
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-25 18:24:16 +01:00
Deng Qingfang
5b75a84165 samba4: update to 4.9.4
Fixes following CVEs (4.9.3 and 4.9.4):
CVE-2018-16853, CVE-2018-14629, CVE-2018-16853
CVE-2018-14629, CVE-2018-16841, CVE-2018-16851
CVE-2018-16852, CVE-2018-16853, CVE-2018-16857

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-12-24 21:01:15 +08:00
Daniel F. Dickinson
dfe650e58a gitolite: Update to 3.6.10 and switch to codeload
There have been a couple of point releases, so pull in those changes.
Also codeload seems to be preferred to git tarballs when using github, so
switch to codeload.
Finally, fix a typo in project URL.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 02:02:58 -05:00
Daniel F. Dickinson
89effa4a84 nut: Bump PKG_RELEASE
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:26:03 -05:00
Daniel F. Dickinson
2d87aa40c8 nut: really run upsd as non-root
One local removal was missed in last push of this fix, so
in certain circumstances upsd would run as root even when
it shouldn't.

Fixes f48b060fa7 ("nut: Fix upsd runs as root")
Closes: #6697 (properly)

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:25:39 -05:00
Daniel F. Dickinson
f916a7e0eb nut: Update server config comment 'docs'
Update the commented out settings in /etc/config/nut_server that
shows the available sections with their default settings.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:24:37 -05:00
Christian Lachner
e02d8ca48b haproxy: Update HAProxy to v1.8.16
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-12-22 10:53:43 +01:00
Eneas U de Queiroz
80b61c3e57 softethervpn: add package name to build dir
Current build dir is set at just v$(PKG_VERSION).

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-21 15:55:38 -02:00
Eneas U de Queiroz
2977cbba22 softethervpn: add -Wl,-rpath to HOST_LDFLAGS
Avoids failures related to the absence of a matching libreadline.so in
the host system.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-21 15:55:38 -02:00
champtar
2a171c36fa
Merge pull request #7738 from TDT-AG/pr/20181220-mwan3
mwan3: add nping to tracking method
2018-12-21 13:36:42 +01:00
Michael Stoll
7acb0c3e38 mwan3: add nping to tracking method
Signed-off-by: Michael Stoll <michael.stoll@meadow-robotics.com>
2018-12-21 11:21:31 +01:00
Daniel F. Dickinson
23c4235554 nut: Fix additional (other) variable handling
There was a cut & paste error in the handling of 'other'
variables (i.e. driver variables not specifically known
to the package but which some users may require to be add).
There was also a logic error from not switching sufficient
after cut & paste.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:24:00 -05:00
Daniel F. Dickinson
d04f2580b1 nut: Remove extraneous config reads
Handling of driver variable defaults, overrides, and additional
(other) variables changed and left behind some extraneous
config reads (config_get and config_list_foreach).  Remove those.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:23:56 -05:00
Daniel F. Dickinson
97c7ef6c4d nut: alphabetize driver options
There are a lot of options; to make development easier
alphabetize them.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:23:50 -05:00
Val Kulkov
29478d7a67 subversion: bump to the latest stable release
Update to subversion 1.11.0.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-12-21 12:03:26 +08:00
Rosen Penev
ac848c2af3 clamav: Change depends from uclibcxx to CXX_DEPENDS
The build system allows changing uclibc++ to libstdcpp globally. This
avoids an unnecessary depends in the case of libstdcpp usage.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-21 10:51:02 +08:00
Dirk Brenken
440829b6b9
Merge pull request #7732 from dibdot/adblock
adblock: release 3.6.0
2018-12-20 08:50:48 +01:00
Hannu Nyman
6ea773f828
Merge pull request #7721 from sartura/geth_update_1.8.20
geth: Update to 1.8.20
2018-12-19 20:56:42 +02:00
Dirk Brenken
4e8d22eced adblock: release 3.6.0
* add adblock dns query reporting via tcpdump (see readme for details)
* fix tld compression on low memory systems (< 64 MB)
* fix various small issues

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-19 17:32:29 +01:00
Jacob Siverskog
ff0933e2f1 mdnsresponder: bump to 878.200.35 and refresh patches
While at it, change the source URL to https.

Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2018-12-19 15:51:19 +01:00
Hannu Nyman
69a7c970cf
Merge pull request #7730 from ja-pa/unbound-dns64-patch
unbound: add patch to fix dns64 crash
2018-12-19 16:47:42 +02:00
Hannu Nyman
6856136301
Merge pull request #7689 from wvdakker/master
Shorewall: Bump to 5.2.1.4
2018-12-19 16:40:19 +02:00
Jan Pavlinec
c4a57c3f07
unbound: add patch to fix dns64 crash
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2018-12-19 10:19:06 +01:00
Saverio Proto
4e39f35d66
Merge pull request #7646 from neheb/tinc
tinc: Fix compilation without deprecated OpenSSL APIs
2018-12-18 20:49:05 +01:00
Mislav Novakovic
9a4818e4c0 geth: Update to 1.8.20
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-12-18 14:50:33 +01:00
Eneas U de Queiroz
e3c6fcb796 softethervpn: cleanup host/build, pass HOST_*FLAGS
Remove hack to avoid readline host dependency, now that readline is
being host/built.
Pass on HOST_CFLAGS, HOST_CPPFLAGS, & HOST_LDFLAGS, to fix buildbots
host-compile errors about not finding openssl headers.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-18 10:32:30 -02:00
Karl Palsson
84ece779f5 net/mosquitto: bump to 1.5.5
Security and bug fix.  Full changelog available at: https://mosquitto.org/ChangeLog.txt

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-12-18 09:38:50 +00:00
Peter Wagner
89ef798dec git: update to 2.20.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-18 00:14:22 +01:00
Hans Dedecker
d26f7e5a47
Merge pull request #7701 from dengqf6/xtables
xtables-addons: fix compile error on kernel 4.18+
2018-12-17 21:14:19 +01:00
Deng Qingfang
f55fb35700 xtables-addons: fix compile error on kernel 4.18+
Use `struct nf_nat_range2` for kernel 4.18+

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-12-18 03:44:11 +08:00
Rosen Penev
0bd1f7a9a9 haproxy: Update deprecated API patch
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-17 22:13:46 +08:00
W. van den Akker
c249254b71
Shorewall6: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:48:23 +01:00
W. van den Akker
127ac07f5e
Shorewall: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:47:19 +01:00
W. van den Akker
e516a5c370
Shorewall6-lite: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:45:53 +01:00
W. van den Akker
b47a8ca057
Shorewall-lite: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:43:29 +01:00
W. van den Akker
d78ab3afac
Shorewall-core: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:43:11 +01:00
W. van den Akker
f7d7ef46ed
Shorewall6: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:03:20 +01:00
W. van den Akker
9db8dc75ac
Shorewall: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:02:34 +01:00
W. van den Akker
db11a1276a
Shorewall6-lite: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:01:48 +01:00
W. van den Akker
4bb8dc4c84
Shorewall-lite: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:00:42 +01:00
W. van den Akker
1fa827a5d8
Shorewall-core: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 18:59:02 +01:00
Deng Qingfang
cf3aaa4ae4 nginx: add stream SSL and stream SSL preread support
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-12-17 00:29:04 +08:00
Hannu Nyman
0bebf15543
Merge pull request #7665 from sotux/master-aria2
aria2: fix some typo and init script mistakes
2018-12-15 15:45:47 +02:00
James Qian
a07454d026 aria2: fix some typo
Signed-off-by: James Qian <sotux82@gmail.com>
2018-12-15 21:16:23 +08:00
Hannu Nyman
8f78a82cfd
Merge pull request #7612 from cotequeiroz/snort_includes
snort: fix pcap include directory
2018-12-14 16:54:58 +02:00
Rosen Penev
0b16458cf4 chaosvpn: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-13 14:33:22 -08:00
Rosen Penev
2b87d184ad aria2: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-13 12:58:57 -08:00
Hannu Nyman
e727183bc2
Merge pull request #7651 from gladiac1337/feature-haproxy-v1.8.15
haproxy: Update HAProxy to v1.8.15
2018-12-13 16:50:29 +02:00
Christian Lachner
a854729155 haproxy: Update HAProxy to v1.8.15
- Update haproxy download URL and hash
- Removed all obsolete patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-12-13 10:59:51 +01:00
Rosen Penev
329d5a4c0c tinc: Fix compilation without deprecated OpenSSL APIs
Minor Makefile adjustments. Added PKG_BUILD_PARALLEL for faster
compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-12 17:33:54 -08:00
Eric Luehrsen
705335c286 unbound: update to 1.8.3
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-12-12 16:39:02 -05:00
Gregory L. Dietsche
6a25e9b238 net/safe-search: Fix double installation bug
If safe search is built directly into an image, the /etc/config/dhcp
file will have multiple entries added to it after using sysupgrade
for the nth time (2 or more sysupgrade cycles).

In /etc/config/dhcp, this bug creates duplicate entries like this:

config dnsmasq
	list addnhosts '/etc/safe-search/enabled'
	list addnhosts '/etc/safe-search/enabled'

This patch ensures that safe search only registers itself one time.

Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
2018-12-12 11:28:39 -06:00
Ted Hess
cd64c54b2b
Merge pull request #7482 from sotux/master
nginx: unified indentation character and add additional configure directory
2018-12-11 20:16:55 -05:00
James Qian
9803e34512 nginx: unified indentation character and add additional config entry
The original configure file mixed tab and space
characters as indentation, so use 4 spaces as the
default indentation character.

Add /etc/nginx/conf.d/*.conf as nginx additional configure
files. Then we can add individual conf file for other http
applications without modify the main nginx configure file.

Signed-off-by: James Qian <sotux82@gmail.com>
2018-12-12 08:57:46 +08:00
Hannu Nyman
c729969e06
Merge pull request #7630 from lucize/clamup
clamav: update to 0.101.0
2018-12-11 18:42:31 +02:00
Hannu Nyman
9b83d51ddc
Merge pull request #7538 from smutt/danish
danish: removed DEPENDS: +dnsmasq-full
2018-12-11 16:24:21 +02:00
Yousong Zhou
4b685c4f50 xl2tpd: bump to version 1.3.13
Changelog prepared by upstream maintainer.  It's mostly about code cleanup and
doc amendment

  v1.3.13 (December 3, 2018)
  * Specify email address for reporting security vulnerabilities [Samir Hussain]
  * Fix compile warning with USE_KERNEL in xl2tpd.c [Samir Hussain]
  * Applying patch that reduces compile warnings and fixes warnings from gcc and clang. [Gareth Ansell]
  * Fix compiler warnings in network.c [Gareth Ansell]
  * Add a make command for packaging's prep work [Samir Hussain]
  * Add Makefile directive for getting version [Samir Hussain]
  * Add a preproc for Watchguard firewall (Github issue #136) [daniel1111]
  * Convert from ISO-8859 to UTF-8 [Simon Deziel]
  * Update README to provide latest info on xl2tpd + Linux kernel 4.15+ [Samir Hussain]
  * Use dh_auto_build in order to allow cross compiles [Helmut Grohne]

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-12-11 17:17:34 +08:00
Lucian Cristian
eefb46c590 clamav: update to 0.101.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-12-11 00:15:53 +02:00
Hannu Nyman
e96353dd45 yaaw: fix mirror hash
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-12-10 21:40:45 +02:00
Hannu Nyman
112509ae74 yaaw: try to fix bad copy at a source mirror
Bump source date to force a new download to fix a bad 0 byte
copy at one Openwrt source mirror.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-12-10 21:24:52 +02:00
Peter Wagner
43001d241b git: update to 2.20.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-10 19:28:43 +01:00
Hannu Nyman
5eff27da8b
Merge pull request #7613 from cotequeiroz/clamav_no-xml
clamav: fixup disabling xml
2018-12-10 19:06:29 +02:00
Hannu Nyman
a5412ad822
Merge pull request #7514 from neheb/pen
pen: Fix compilation without deprecated OpenSSL APIs
2018-12-09 13:41:46 +02:00
Hannu Nyman
5b940c3e5e
Merge pull request #7507 from neheb/znc2
znc: Update deprecated patch to include OpenSSL 1.1
2018-12-09 13:37:04 +02:00
Konstantin Demin
b7603be359 tor: package improvements
* remove "torify" script
  - "torify" script is just a wrapper around torsocks,
    but torsocks is not currently present in packages.
* tor-geoip: fix "install" recipe:
  - use $(INSTALL_DATA) instead of $(CP) as a proper way
    of installing files
* drop deprecated configure option:
    "--with-ssl-dir" is considered deprecated and obsolete,
    while "--with-openssl-dir" is already present.
* build in parallel
* build with -ffunction-sections, -fdata-sections,
  --gc-sections and -flto
* remove "--disable-largefile" in CONFIGURE_ARGS
* remove "-std=gnu99" in EXTRA_CFLAGS
* use $(FPIC) in EXTRA_CFLAGS
* remove trailing whitespace

Compile- and run-tested on ar71xx/generic,
TP-Link Archer C7 v2 (world-wide version).

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
2018-12-08 11:55:41 +01:00
Hannu Nyman
46c051101d
Merge pull request #7557 from wvdakker/master
Shorewall: Bump to version 5.2.1.2
2018-12-08 09:52:39 +02:00
Hannu Nyman
0e7778b9f9
Merge pull request #7516 from neheb/um
umurmur: Fix compilation without OpenSSL ECC support
2018-12-08 09:48:18 +02:00
Hannu Nyman
8210366388
Merge pull request #7528 from lnslbrty/package/ptunnel-ng
ptunnel-ng: add new package
2018-12-08 09:43:31 +02:00
Eneas U de Queiroz
3c1ca3b7d3 clamav: fixup disabling xml
--disable-xml is not doing its job, but--with-xml=no works.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 21:43:31 -02:00
Eneas U de Queiroz
202aa6e658 snort: fix pcap include directory
Build was overriding openwrt pcap include directory.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 20:45:48 -02:00
Hannu Nyman
62f654c722
Merge pull request #7599 from cotequeiroz/netatalk_disable-libevent
netatalk: don't use bundled libevent
2018-12-07 17:20:15 +02:00
Ansuel Smith
b97c3a482a
nginx: bump to latest release and other
This bumps nginx to latest release, adds support for STREAM MODULE and bump rtmp version to fix a compilation error

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-12-07 15:23:11 +01:00
Rosen Penev
ff6d181c5f umurmur: Fix compilation without OpenSSL ECC support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-06 15:44:59 -08:00
Eneas U de Queiroz
99b049c8f3 wget: disable libpcre2
libpcre2 is picked over libpcre by wget's configure

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 21:52:54 +01:00
Eneas U de Queiroz
8e904792e9 netatalk: don't use bundled libevent
libevent2 bundled with netatalk is not compatible with openssl 1.1.x.
The binary that links to it, netatalk, is not included in the final
package, so there's no dependency to add.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 18:48:06 -02:00
Hannu Nyman
deaa3835c9
Merge pull request #7597 from cotequeiroz/nginx_rtmp-openssl-fix
nginx: fix rtmp module with openssl 1.1.1
2018-12-06 21:51:53 +02:00
Eneas U de Queiroz
015e30b5ea nginx: fix rtmp module with openssl 1.1.1
Patch that changes the order of some include files in ngx_rtp_cenc.c
that caused a compilation failure.  Patch submitted upstream (#13).

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 16:43:14 -02:00
Hannu Nyman
debc81a78e
Merge pull request #7453 from neheb/qir
quassel-irssi: Update to newer version to fix compilation
2018-12-06 19:51:32 +02:00
Hannu Nyman
679d8d8302
Merge pull request #7593 from sartura/netopeer2_libcurl
netopeer2: add libcurl dependency
2018-12-06 16:08:54 +02:00
Mislav Novakovic
36cd25beab netopeer2: add libcurl dependency
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-12-06 14:04:31 +01:00
Thomas Heil
c4e8ff98c0
Merge pull request #7571 from gladiac1337/feature-haproxy-v1.8.14-updates3
haproxy: Update all patches for HAProxy v1.8.14
2018-12-06 12:00:20 +01:00
Hannu Nyman
7488013df7
Merge pull request #7592 from cshoredaniel/pr-nut-serial-usb
nut: Optionally set serial USB to NUT user
2018-12-06 12:22:28 +02:00
Hannu Nyman
e5eda839b0
Merge pull request #7570 from sartura/netopeer2_callhome
netopeer2: enable callhome by default
2018-12-06 12:21:17 +02:00
Mislav Novakovic
2c438cb399 netopeer2: enable callhome by default
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-12-06 10:26:43 +01:00
Hannu Nyman
c6ebdf4015
Merge pull request #7480 from neheb/port
port-mirroring: Update to 1.4.3
2018-12-06 10:44:13 +02:00