Add latest Unbound to DietPi APT Repository #7019
-
Any chance of adding the latest release of Unbound to the DietPi APT repository? The latest version on the Stable Debian Repository is 1.17 - version 1.19 is officially released by NLnet and contains several feature and security improvements over 1.17 - this however is only available on the Unstable Debian Repositories. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
If someone creates a build script and workflow for it, like https://github.com/MichaIng/DietPi/tree/dev/.build/software and https://github.com/MichaIng/DietPi/tree/dev/.github/workflows, I would be open to add a package to our repo. But I personally have higher priority tasks, and as always less time than needed to deal with those. The script does not necessarily need to look like this. Using the Debian sources https://salsa.debian.org/dns-team/unbound/ and debhelper to generate a package that (should) match the one from Debian Sid, just against Debian Bookworm deps/libs, would be fine. Would be even an idea to have a generic workflow+script to build the latest version of any Debian package for any Debian version (based on the container image it runs on). |
Beta Was this translation helpful? Give feedback.
-
Hello, I came across this topic through the dietpi forum. As I am very interested in running AGH with Unbound and redis, I would like to contribute, even though I have almost no knowledge. I have created scripts with the help of an AI whose actual functionality I unfortunately cannot judge, but perhaps together we can somehow reach the goal. I have attached the scripts here. |
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…