diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-02 13:13:10 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-02 13:13:10 +0200 |
commit | 7290154a997bc5d7d0a403fcb62895e4b92b02a5 (patch) | |
tree | 60fc0459e597b7dac6f35b6a4c384250a26bb83e | |
parent | aa5f7b8666a29b819ca159effa148f957f5f69ca (diff) | |
download | vyos-build-7290154a997bc5d7d0a403fcb62895e4b92b02a5.tar.gz vyos-build-7290154a997bc5d7d0a403fcb62895e4b92b02a5.zip |
pdns: recuror: T3882: bugfix - invalid debian repo name
Commit 153eba3 ("pdns: recuror: T3882: upgrade package to version 4.5") bumped
the version but the backport unfortunately selected the wrong version (buster).
-rw-r--r-- | data/defaults.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json index 13bd185c..23b2db1b 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -10,7 +10,7 @@ "release_train": "sagitta", "additional_repositories": [ "deb [arch=amd64] https://repo.saltproject.io/py3/debian/10/amd64/3003 buster main", - "deb [arch=amd64] http://repo.powerdns.com/debian buster-rec-45 main" + "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-45 main" ], "custom_packages": [] } |