From 62e1636ff492a539d6413377d0fc3343b8a72357 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sun, 10 Apr 2022 08:25:18 +0200 Subject: [PATCH] git: rebuild with OpenSSL 3.0 --- git/build.sh | 2 +- git/meta/ChangeLog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/git/build.sh b/git/build.sh index e573479..8f0f2d1 100755 --- a/git/build.sh +++ b/git/build.sh @@ -7,7 +7,7 @@ # Check the following 4 variables before running the script topdir=git version=2.16.6 -pkgver=1 +pkgver=2 source[0]=https://www.kernel.org/pub/software/scm/git/$topdir-$version.tar.gz source[1]=https://www.kernel.org/pub/software/scm/git/$topdir-manpages-$version.tar.gz # If there are no patches, simply comment this diff --git a/git/meta/ChangeLog b/git/meta/ChangeLog index cec8892..c0f4342 100644 --- a/git/meta/ChangeLog +++ b/git/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Sat Apr 09 2022 Tom G. Christensen - 2.16.6-2 +- Rebuild with OpenSSL 3.x + * Sat Feb 08 2020 Tom G. Christensen - 2.16.6-1 - Update to 2.16.6 (fixes CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353,