fossil-2.27 update (#12990)

Removed "tag" and changed the SOURCE_URI.

Due to fossil-scm.org's robot defenses, using the previous URI
format caused a "unique" tarball to be downloaded which resulted
in an ever-changing SHA256 checksum.

Using the updated URI, the downloaded tarball has the same SHA256
checksum.

Note: This version fossil fixes a long running DOS attack which
      could consume excessive CPU cycles. (This attack was not
	  seen in the wild.)
This commit is contained in:
Zakero
2025-10-03 00:39:57 -05:00
committed by GitHub
parent b1c96a2448
commit 64bf62924a

View File

@@ -10,9 +10,8 @@ HOMEPAGE="https://www.fossil-scm.org/"
COPYRIGHT="2007 D. Richard Hipp"
LICENSE="BSD (2-clause)"
REVISION="1"
tag="1205ec86cb5508e94b90698db2900997fe5c9db62429c67ac6fdc03d59aa2782"
SOURCE_URI="https://www.fossil-scm.org/home/tarball/$tag/fossil-src-$portVersion.tar.gz"
CHECKSUM_SHA256="a9be104c8055ada40985a158392d73f3c84829accb5b5d404e361fea360774c2"
SOURCE_URI="https://fossil-scm.org/home/tarball/?name=version-2.27/fossil-src-$portVersion.tar.gz"
CHECKSUM_SHA256="0405a96ba4d286b46fb5c3217d6c13391a2c637da90c51a927ee0c31c58f9064"
SOURCE_DIR="fossil-src-$portVersion"
ARCHITECTURES="all !x86_gcc2"