wok diff net6/receipt @ rev 23889

created get-anydesk
author Hans-G?nter Theisgen
date Fri Jul 24 11:12:22 2020 +0100 (2020-07-24)
parents 5341074b4c44
children 241fb98cab1c
line diff
     1.1 --- a/net6/receipt	Sat Jun 23 10:59:44 2018 +0200
     1.2 +++ b/net6/receipt	Fri Jul 24 11:12:22 2020 +0100
     1.3 @@ -17,6 +17,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# GnuTLS 3.0 update
     1.8 +	sed -e 's|kx_set_priority.*|priority_set_direct(session, "NORMAL:+ANON-ECDH:+ANON-DH", NULL);|' \
     1.9 +		-e '/kx_prio/d' -i src/encrypt.cpp
    1.10 +
    1.11  	./configure \
    1.12  		--prefix=/usr \
    1.13  		--infodir=/usr/share/info \