internal/rosa/package/netfilter: use git protocol
Test / Create distribution (push) Successful in 58s
Test / Sandbox (push) Successful in 2m51s
Test / ShareFS (push) Successful in 3m59s
Test / Hakurei (push) Successful in 4m7s
Test / Sandbox (race detector) (push) Successful in 5m57s
Test / Hakurei (race detector) (push) Successful in 7m28s
Test / Flake checks (push) Successful in 1m20s

The https service is down but somehow the git protocol is still accessible. Security implications do not apply due to KnownChecksum measurement.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-23 21:56:52 +09:00
parent 3cff369368
commit 6f2852547b
+2 -2
View File
@@ -31,7 +31,7 @@ package libnftnl {
version# = "1.3.1";
source = remoteGit {
url = "https://git.netfilter.org/libnftnl";
url = "git://git.netfilter.org/libnftnl";
tag = "libnftnl-"+version;
checksum = "91ou66K-I17iX6DB6hiQkhhC_v4DFW5iDGzwjVRNbJNEmKqowLZBlh3FY-ZDO0r9";
};
@@ -66,7 +66,7 @@ package iptables {
version# = "1.8.13";
source = remoteGit {
url = "https://git.netfilter.org/iptables";
url = "git://git.netfilter.org/iptables";
tag = "v"+version;
checksum = "TUA-cFIAsiMvtRR-XzQvXzoIhJUOc9J2gQDJCbBRjmgmVfGfPTCf58wL7e-cUKVQ";
};