wok diff net6/receipt @ rev 23641

updated sg3_utils and sg3_utils-dev (1.29 -> 1.45)
author Hans-G?nter Theisgen
date Mon Apr 20 10:42:41 2020 +0100 (2020-04-20)
parents 5341074b4c44
children 241fb98cab1c
line diff
     1.1 --- a/net6/receipt	Sat Jun 23 10:59:44 2018 +0200
     1.2 +++ b/net6/receipt	Mon Apr 20 10:42:41 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 \