Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
19.1 Legacy Series
»
Reverting to an earlier version of unbound over branches
« previous
next »
Print
Pages: [
1
]
Author
Topic: Reverting to an earlier version of unbound over branches (Read 3192 times)
miroco
Full Member
Posts: 109
Karma: 9
Reverting to an earlier version of unbound over branches
«
on:
January 30, 2019, 01:56:38 pm »
Is it safe to assume that OPNsense 19.1 will be using Unbound ver. 1.8.3? If so, and I need to revert to an earlier version, like ver. 1.8.1 (I'm using DNS-over-TLS), can I when 19.1 goes live use Unbound from the 18.7 branch to do so?
opnsense-revert -r 18.7.8 unbound
Thanx
miroco
Logged
franco
Administrator
Hero Member
Posts: 17668
Karma: 1611
Re: Reverting to an earlier version of unbound over branches
«
Reply #1 on:
January 30, 2019, 03:04:16 pm »
Hi,
Revert is not build for cross major installation, mostly because when we cross the major version the packages may not work any longer due to ABI changes...
That being said from 18.7 to 19.1 older Unbound packages should still work.
You can use:
# pkg add -f
https://pkg.opnsense.org/FreeBSD:11:amd64/18.7/MINT/18.7.5/OpenSSL/All/unbound-1.7.3.txz
But you will have to adjust for LibreSSL or i386 accordingly in the URL.
That "MINT" location will be removed in the next few weeks so better to save that package locally now.
Cheers,
Franco
«
Last Edit: January 30, 2019, 03:06:16 pm by franco
»
Logged
franco
Administrator
Hero Member
Posts: 17668
Karma: 1611
Re: Reverting to an earlier version of unbound over branches
«
Reply #2 on:
January 30, 2019, 03:06:53 pm »
PS: The other way would be to cleanly build Unbound < 1.8 form the respective ports.git commit where it still existed.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
19.1 Legacy Series
»
Reverting to an earlier version of unbound over branches