From 3dab478a6c4a4f0138a81f2e45e2be1e44f2ab60 Mon Sep 17 00:00:00 2001
From: Donald Buczek <buczek@molgen.mpg.de>
Date: Thu, 31 Jan 2019 19:38:12 +0100
Subject: [PATCH] system/perl-5.28: Update net-snmp from version 5.7.3 to 5.8

net-snmp needs to be updated, because version 5.7.4 doesn't compile with
openssl1.1.1a.

Do it.
---
 system/perl-5.28.1-0.build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/system/perl-5.28.1-0.build.sh b/system/perl-5.28.1-0.build.sh
index 5df3f11..b09c68a 100755
--- a/system/perl-5.28.1-0.build.sh
+++ b/system/perl-5.28.1-0.build.sh
@@ -139,9 +139,9 @@ cpan LWP::Protocol::https
 #
 (
 	cd $HOME/build
-	test -e net-snmp-5.7.3.tar.gz || wget https://downloads.sourceforge.net/project/net-snmp/net-snmp/5.7.3/net-snmp-5.7.3.tar.gz
-	test -d net-snmp-5.7.3 || tar xvf net-snmp-5.7.3.tar.gz
-	cd net-snmp-5.7.3
+	test -e net-snmp-5.8.tar.gz || wget https://downloads.sourceforge.net/project/net-snmp/net-snmp/5.8/net-snmp-5.8.tar.gz
+	test -d net-snmp-5.8 || tar xvf net-snmp-5.8.tar.gz
+	cd net-snmp-5.8
 	patch -N -p1 < /src/mariux/patches/net-snmp-0001-Fix-incompatible-definitions-of-U64-type.patch || true
 	./configure --prefix $PREFIX
 	make -j $(nproc)