Upgrading Unbound to latest version #7366
-
Hi, If I were to upgrade Unbound to the latest version using the compile and install instructions here: Would this method actually upgrade the currently installed version of Unbound? Were any additional flags used for the DietPi installer of Unbound and do I need to add any flags for the version I would be compiling and installing? The documentation also references that the default configuration file for Unbound is created and saved here: /usr/local/etc/unbound/unbound.conf But on my install (made with the DietPi installer) the configuration files are here: /etc/unbound/unbound.conf.d/dietpi.conf Will this mean I need to change things with the config file after upgrading? It would be much easier if someone could compile the most up-to-date installer and publish it within the DietPi software list so it can be easily installed/upgraded by all... 😃 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
We don't maintain, manage or compile anything on unbound. We just install the version available via Debian package manager. |
Beta Was this translation helpful? Give feedback.
-
Here you see the Unbound versions provided by each Debian version: https://packages.debian.org/unbound There is some idea to provide own packages, but needs to be implemented correctly: #7038 The config file location is a matter of build flags. |
Beta Was this translation helpful? Give feedback.
-
I merged a workflow for own builds into the just released DietPi v9.15 beta. Will probably give those packages some more time for testing and in case polishing, before shipping them with our APT repository. For now, if you want to test:
All details here: #7632 |
Beta Was this translation helpful? Give feedback.
I merged a workflow for own builds into the just released DietPi v9.15 beta. Will probably give those packages some more time for testing and in case polishing, before shipping them with our APT repository. For now, if you want to test:
All details here: #7632
At best also use that pull request for discussing details, since there are currently multiple issues a…