From 9ac0139af9a379bb33a48096bafeeb602e922a0b Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sun, 10 Apr 2022 08:36:29 +0200 Subject: [PATCH] elinks: rebuild with OpenSSL 3.0 --- elinks/build.sh | 2 +- elinks/meta/ChangeLog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/elinks/build.sh b/elinks/build.sh index 093a81c..3a08acd 100755 --- a/elinks/build.sh +++ b/elinks/build.sh @@ -7,7 +7,7 @@ # Check the following 4 variables before running the script topdir=elinks version=0.12pre6 -pkgver=3 +pkgver=4 source[0]=http://elinks.or.cz/download/elinks-${version}.tar.bz2 # If there are no patches, simply comment this patch[0]=elinks-socklen_t.patch diff --git a/elinks/meta/ChangeLog b/elinks/meta/ChangeLog index 4629ed1..cd3e6d8 100644 --- a/elinks/meta/ChangeLog +++ b/elinks/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Sun Apr 10 2022 Tom G. Christensen - 0.12pre6-4 +- Rebuild with OpenSSL 3.0 + * Sun Mar 08 2020 Tom G. Christensen - 0.12pre6-3 - Downgrade to 0.12pre6 + Fedora patchset Upstream is dead and the Fedora patches will not apply