- package the docs directory so we can reference it in the example config - Fix url to the sample configuration - switch build system to meson - fix code 15 build by forcing a newer gcc - update to 2.0.0 https://www.dnsdist.org/changelog.html#change-2.0.0 - new buildrequires: - gnutls - libebpf - build script needs python3-PyYAML to generate sources - preparation for enabling new features in the future: - yaml-config: - adds vendor.tar.xz to vendor the rust modules. built linking fails currently - xdp support - not sure yet if that can be later toggled in the config - quiche support which brings DoH3 OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=75
8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
<services>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">dnsdist*/dnsdist-rust-lib/rust/</param>
|
|
<param name="update">false</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|