From 7f658648dd0a6920b5646d3d5ae27fecff126df9 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sun, 10 Apr 2022 08:41:25 +0200 Subject: [PATCH] lynx: rebuild with OpenSSL 3.0 --- lynx/build.sh | 2 +- lynx/meta/ChangeLog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lynx/build.sh b/lynx/build.sh index 004e3dc..67e5524 100755 --- a/lynx/build.sh +++ b/lynx/build.sh @@ -7,7 +7,7 @@ # Check the following 4 variables before running the script topdir=lynx version=2.8.9rel.1 -pkgver=2 +pkgver=3 source[0]=https://invisible-mirror.net/archives/$topdir/tarballs/${topdir}${version}.tar.bz2 # If there are no patches, simply comment this #patch[0]= diff --git a/lynx/meta/ChangeLog b/lynx/meta/ChangeLog index 13fd800..95ede3c 100644 --- a/lynx/meta/ChangeLog +++ b/lynx/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Sun Apr 10 2022 Tom G. Christensen - 2.8.9rel.1-3 +- Rebuild with OpenSSL 3.0 + * Sun Mar 15 2020 Tom G. Christensen - 2.8.9rel.1-2 - Build with libidn2 instead of the obsolete libidn