diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-02 12:04:25 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-02 12:08:02 +0200 |
commit | 153eba30f9435a85e1d76ba698149018fa6bcf92 (patch) | |
tree | e5ecdd34a3dde6de22b29c7cb8b225f25b76d407 | |
parent | 686677b251df180d94da0027eb06c92fc5d5d05d (diff) | |
download | vyos-build-153eba30f9435a85e1d76ba698149018fa6bcf92.tar.gz vyos-build-153eba30f9435a85e1d76ba698149018fa6bcf92.zip |
pdns: recuror: T3882: upgrade package to version 4.5
(cherry picked from commit 769908f498370545f05c81d13fcfe20e7a29cfc5)
-rw-r--r-- | data/defaults.json | 3 | ||||
-rw-r--r-- | data/live-build-config/archives/pdns.pref.chroot | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json index bbcde68f..13bd185c 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -9,7 +9,8 @@ "kernel_flavor": "amd64-vyos", "release_train": "sagitta", "additional_repositories": [ - "deb [arch=amd64] https://repo.saltproject.io/py3/debian/10/amd64/3003 buster main" + "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" ], "custom_packages": [] } diff --git a/data/live-build-config/archives/pdns.pref.chroot b/data/live-build-config/archives/pdns.pref.chroot new file mode 100644 index 00000000..24d2beae --- /dev/null +++ b/data/live-build-config/archives/pdns.pref.chroot @@ -0,0 +1,3 @@ +Package: pdns-* +Pin: origin repo.powerdns.com +Pin-Priority: 600 |