diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-07 07:49:46 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-10-07 07:49:51 +0200 |
commit | 88d11483e32f35ad6e77a609a6d3c6c03e126b2a (patch) | |
tree | 0f0f3d0447bdf6172f9c2a3a018e68f78d13de54 /data | |
parent | 3f16f939fb6ffcf6e65990d74827a7bdd4d10d6a (diff) | |
download | vyos-build-88d11483e32f35ad6e77a609a6d3c6c03e126b2a.tar.gz vyos-build-88d11483e32f35ad6e77a609a6d3c6c03e126b2a.zip |
T3664: re-enable pdns-recursor 4.7 branch
DUring development of commit 3979b25 ("T3664: initial implementation of the
build flavor system") this was accidently reverted back to 4.5 series.
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index 8710f0ca..6e6bef53 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -16,6 +16,6 @@ kernel_version = "5.15.72" additional_repositories = [ "deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye main", - "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-45 main" + "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-47 main" ] |