From 0c46296e0c1c8fff74f3d933471ee3a2f5ff29eea18baaa38aeb1a4dda2c6439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 30 Oct 2024 12:22:05 +0000 Subject: [PATCH] Update to version 1.13.0 OBS-URL: https://build.opensuse.org/package/show/devel:microos/aardvark-dns?expand=0&rev=25 --- .gitattributes | 23 +++ .gitignore | 1 + _service | 27 ++++ _servicedata | 4 + aardvark-dns-1.11.0.tar.gz | 3 + aardvark-dns-1.12.1.tar.gz | 3 + aardvark-dns-1.12.2.tar.gz | 3 + aardvark-dns-1.13.0.tar.gz | 3 + aardvark-dns.changes | 320 +++++++++++++++++++++++++++++++++++++ aardvark-dns.spec | 49 ++++++ vendor.tar.gz | 3 + 11 files changed, 439 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 _servicedata create mode 100644 aardvark-dns-1.11.0.tar.gz create mode 100644 aardvark-dns-1.12.1.tar.gz create mode 100644 aardvark-dns-1.12.2.tar.gz create mode 100644 aardvark-dns-1.13.0.tar.gz create mode 100644 aardvark-dns.changes create mode 100644 aardvark-dns.spec create mode 100644 vendor.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..9fd22e7 --- /dev/null +++ b/_service @@ -0,0 +1,27 @@ + + + https://github.com/containers/aardvark-dns + @PARENT_TAG@ + git + v1.13.0 + * + v(\d+\.\d+\.\d+) + \1 + enable + + + + *.tar + gz + + + + aardvark-dns + gz + true + + + aardvark-dns + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..02108be --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/containers/aardvark-dns + 8bb480684adede6b30aa57541fc3bebe7ec8228f \ No newline at end of file diff --git a/aardvark-dns-1.11.0.tar.gz b/aardvark-dns-1.11.0.tar.gz new file mode 100644 index 0000000..3b4b970 --- /dev/null +++ b/aardvark-dns-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37fccbbcfa978f9240249c41552dd7e018ce336c143fdaaee14fdefbb3f413c +size 59047 diff --git a/aardvark-dns-1.12.1.tar.gz b/aardvark-dns-1.12.1.tar.gz new file mode 100644 index 0000000..16990a9 --- /dev/null +++ b/aardvark-dns-1.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2476619f6f0684be918a3f4e9fa6f183b4f8134cff77dbee3c66a5bec9d3b392 +size 60863 diff --git a/aardvark-dns-1.12.2.tar.gz b/aardvark-dns-1.12.2.tar.gz new file mode 100644 index 0000000..7f5bd87 --- /dev/null +++ b/aardvark-dns-1.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85756b59252b40bc4d712548bfc0dbc947f310111d95a4ba82d7b707f45793aa +size 61226 diff --git a/aardvark-dns-1.13.0.tar.gz b/aardvark-dns-1.13.0.tar.gz new file mode 100644 index 0000000..1bde0c1 --- /dev/null +++ b/aardvark-dns-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac3e88a5d817ff4451046cbdb61dcf066f6816dbbc40b4f48b1606021957dea +size 62780 diff --git a/aardvark-dns.changes b/aardvark-dns.changes new file mode 100644 index 0000000..4c959ad --- /dev/null +++ b/aardvark-dns.changes @@ -0,0 +1,320 @@ +------------------------------------------------------------------- +Wed Oct 30 02:02:33 UTC 2024 - danish.prakash@suse.com + +- Update to version 1.13.0: + * Release v1.13.0 + * Update release notes for 1.13.0 + * test: use dnsmasq over slirp4netns + * coredns: forward names with no ndots as well + * run cargo update + * fix(deps): update rust crate tokio to 1.41.0 + * fix(deps): update rust crate flume to 0.11.1 + * fix(deps): update rust crate libc to 0.2.161 + * fix(deps): update rust crate libc to 0.2.160 + * fix(deps): update rust crate clap to ~4.5.20 + * cirrus: check for msrv build + * define a MSRV policy + * chore(deps): update dependency containers/automation_images to v20241010 + * [skip-ci] Packit: constrain koji job to the fedora package + * dns: limit to 3 resolvers and use better timeout for them + * OWNERS file audit and update + * fix new lint error with rust 1.81 + * test: make them pass on RHEL/Centos Stream 9 + * Packit: disable F39 and separate out ELN + * serve: parse resolv.conf ourselves + * fix(deps): update rust crate libc to 0.2.159 + * coredns: allow host lookup of names + * backend: return simple Vector in lookup() + * coredns: use a TTL of 0 for our names + * coredns: do not clonse the Record + * netavark_cache_groom.sh: fix wrong branch + * Packit: add sidetag to release with netavark + * coredns: work on tcp requests concurrently + * tcp: add timeout to connection + * fix(deps): update rust crate tokio to 1.40.0 + * fix(deps): update rust crate libc to 0.2.158 + * chore(deps): update dependency containers/automation_images to v20240821 + * fix(deps): update rust crate tokio to 1.39.3 + * fix(deps): update rust crate libc to 0.2.156 + * Bump main version back to v1.13.0-dev + +------------------------------------------------------------------- +Wed Sep 04 15:52:38 UTC 2024 - dcermak@suse.com + +- Update to version 1.12.2: + * Release v1.12.2 + * Update release notes for 1.12.2 + * coredns: work on tcp requests concurrently + * tcp: add timeout to connection (fixes bsc#1230153 / CVE-2024-8418) + * cirrus: update branch names + +------------------------------------------------------------------- +Wed Aug 07 06:36:52 UTC 2024 - danish.prakash@suse.com + +- Update to version 1.12.1: + * Release v1.12.1 + * Updated release notes for 1.12.1 + * Change av cargo categories + * Bump to 1.13.0-dev + * Release 1.12.0 + * Release notes for 1.12 + * config: ignore enoent errors while reading configs + * run cargo update + * update upsteam resolvers on each refresh + * fix(deps): update rust crate syslog to v7 + * fix(deps): update rust crate tokio to 1.39.2 + * add tcp support for forwarding + * add tcp listening support + * test: add new test to check for startup error + * return bind error to caller on first start + * add our own error type and use it over anyhow + * server: use anyhow to wrap parse_configs error + * server: split out main loop into new function + * main: remove aardvark-dns error prefix + * coredns: remove unnecessary try_join! call + * coredns: drop pointless name var + * serve: read nameservers once + * replace signal-hook with tokio::signal + * serve: fix broken error logging + * server: improve parent <-> child error handling + * add some basic perf check script + * fix(deps): update rust crate tokio to 1.39.0 + * coredns: create reply_ip() function + * coredns: match dns type explicitly + * server: use only one tokio runtime + * coredns: improve indentation for process_message() + * coredns: move upstream resolvers detection later + * coredns: do not clone sender + * read AARDVARK_NO_PROXY once + * coredns: move main code out of select! + * coredns: fix "name" naming + * coredns: remove unused forward_addr/port + * coredns: fix handling of dns search domain + * coredns: rework PTR lookup flow + * fix(deps): update rust crate tokio to 1.38.1 + * [skip-ci] TMT: Reorg upstream tests for downstream reusability + * [skip-ci] Packit: use `packages: [aardvark-dns-fedora]` for podman-next builds + * Be sure to have at least Epoch 2 to preserve upgrade path in c10s. + * fix(deps): update rust crate log to 0.4.22 + * [CI:BUILD] rpm: Update Rust macro usage + * fix(deps): update rust crate tokio to 1.38.0 + * Bump to 1.12.0-dev + +------------------------------------------------------------------- +Fri Jul 26 06:54:04 UTC 2024 - Danish Prakash + +- rust >= 1.70 is required to build more recent versions of this + package. Also, BuildRequire cargo+rust to prevent conflicts with + `cargo-packaging`. + +------------------------------------------------------------------- +Mon Jun 03 07:16:07 UTC 2024 - danish.prakash@suse.com + +- Remove redundant source: cargo_config +- Update to version 1.11.0: + * Release v1.11.0 + * v1.11.0 release notes + * run cargo update + * chore(deps): update dependency containers/automation_images to v20240529 + * Internal networks cannot make external DNS requests + * fix(deps): update rust crate anyhow to 1.0.86 + * fix(deps): update rust crate nix to 0.29.0 + * [skip-ci] RPM: use default __cargo macro across all envs + * chore(deps): update dependency containers/automation_images to v20240513 + * fix(deps): update rust crate anyhow to 1.0.83 + * [skip-ci] Packit: separate `packages` key for rhel jobs + * fix(deps): update rust crate libc to 0.2.154 + * [skip-ci] Packit: enable rhel10, c10s tests and c10s downstream sync + * [skip-ci] Packit: Remove EL8 jobs + * fix(deps): update rust crate syslog to ^6.1.1 + * fix reverse ipv6 lookup test flake + * fix(deps): update hickory-dns monorepo to 0.24.1 + * chore(deps): update rust crate chrono to 0.4.38 + * Don't tear down all server threads on SIGHUP (bsc#1224167) + * fix(deps): update rust crate anyhow to 1.0.82 + * fix(deps): update rust crate tokio to 1.37.0 + * Update to nix-0.28.0 + * update chrono package + * chore(deps): update dependency containers/automation_images to v20240320 + * fix(deps): update rust crate anyhow to 1.0.81 + * tests: check queried domain name in reverse lookup tests + * fix: set name for answers in reverse lookups + * chore: fix typo in runner script + * chore: fix log message when doing reverse lookup + * fix(deps): update rust crate log to 0.4.21 + * fix(deps): update rust crate anyhow to 1.0.80 + * chore(deps): update rust crate chrono to 0.4.34 + * fix(deps): update rust crate async-broadcast to 0.7.0 + * fix(deps): update rust crate tokio to 1.36.0 + * [CI:DOCS] Packit: disable bodhi tasks + * chore(deps): update rust crate chrono to 0.4.33 + * Bump to 1.11.0-dev + +------------------------------------------------------------------- +Thu Jan 25 06:08:17 UTC 2024 - danish.prakash@suse.com + +- Update to version 1.10.0: + * Release 1.10.0 + * Release notes for 1.10.0 + * chore(deps): update rust crate chrono to 0.4.32 + * chore(deps): update dependency containers/automation_images to v20240102 + * fix(deps): update rust crate futures-util to 0.3.30 + * fix(deps): update rust crate anyhow to 1.0.79 + * fix(deps): update rust crate tokio to 1.35.1 + * chore(deps): update dependency containers/automation_images to v20231208 + * fix(deps): update rust crate tokio to 1.35.0 + * fix duplicated IP CI flake + * server: remove unused kill switch + * fix(deps): update rust crate clap to ~4.4.10 + * Bump working version to v1.10.0-dev + +------------------------------------------------------------------- +Thu Nov 30 07:05:22 UTC 2023 - danish.prakash@suse.com + +- Update to version 1.9.0: + * Release v1.9.0 + * v1.9.0 Update release notes + * run cargo update + * chore(deps): update dependency containers/automation_images to v20231116 + * fix(deps): update rust crate tokio to 1.34.0 + * fix(deps): update rust crate async-broadcast to 0.6.0 + * update trust-dns to hickory + * fix(deps): update rust crate futures-util to 0.3.29 + * fix(deps): update rust crate trust-dns-server to 0.23.2 + * fix(deps): update rust crate trust-dns-proto to 0.23.2 + * tmt: initial enablement + * aardvark main: change error reporting + * chore(deps): update dependency containers/automation_images to v20231004 + * fix(deps): update rust crate trust-dns-proto to 0.23.1 + * fix(deps): update rust crate trust-dns-client to 0.23.1 + * clippy: some format fixes + * fix(deps): update rust crate tokio to 1.33.0 + * Bump to v1.9.0-dev + +------------------------------------------------------------------- +Thu Sep 28 05:05:47 UTC 2023 - danish.prakash@suse.com + +- Update to version 1.8.0: + * Release v1.8.0 + * update release notes for v1.8.0 + * run cargo update + * Packit: switch to @containers/packit-build team for copr failure notification comments + * [CI:BUILD] Packit: tag @lsm5 on copr build failures + * chore(deps): update rust crate chrono to 0.4.31 + * cargo: bump chrono to 0.4.30 + * test: IPv6 format is changed in v1.72.0 + * bump nix to 0.27.1 + * vendor: bump trust_dns_proto and trust_dns_client to 0.23.0 + * fix(deps): update rust crate trust-dns-server to 0.23.0 + * [CI:BUILD] rpm: spdx compatible license field + * fix(deps): update rust crate anyhow to 1.0.75 + * fix(deps): update rust crate tokio to 1.32.0 + * chore(deps): update dependency containers/automation_images to v20230816 + * fix(deps): update rust crate tokio to 1.31.0 + * fix(deps): update rust crate anyhow to 1.0.74 + * fix(deps): update rust crate anyhow to 1.0.73 + * fix(deps): update rust crate log to 0.4.20 + * chore(deps): update dependency containers/automation_images to v20230809 + * fix(deps): update rust crate tokio to 1.30.0 + * fix(deps): update rust crate clap to 4.3.21 + * packit: Build PRs into default packit COPRs + * chore(deps): update dependency containers/automation_images to v20230807 + * fix(deps): update rust crate anyhow to 1.0.72 + * fix(deps): update rust crate signal-hook to 0.3.17 + * fix(deps): update rust crate clap to 4.3.19 + * fix(deps): update rust crate clap to 4.3.15 + * fix(deps): update rust crate signal-hook to 0.3.16 + * [CI:BUILD] Packit: remove pre-sync action + * fix(deps): update rust crate clap to 4.3.11 + * fix(deps): update rust crate tokio to 1.29.1 + * fix(deps): update rust crate clap to 4.3.10 + * [CI:BUILD] RPM: cleanup spec and fix eln builds + * bump to v1.8.0-devel + +------------------------------------------------------------------- +Tue Jul 11 13:31:47 UTC 2023 - Danish Prakash + +- Disable restricting builds only for tier1 platforms + i.e. only for x86_64 and aarch64 and enable for all. + +------------------------------------------------------------------- +Mon Jul 03 11:38:00 UTC 2023 - danish.prakash@suse.com + +- Update to version 1.7.0: + * release v1.7.0 + * Update release notes for v1.7.0 + * fix(deps): update rust crate tokio to 1.29.0 + * fix(deps): update rust crate clap to 4.3.8 + * fix(deps): update rust crate clap to 4.3.5 + * run cargo update + * [CI:BUILD] Packit: add Fedora downstream tasks + * fix(deps): update rust crate clap to 4.3.4 + * chore(deps): update dependency containers/automation_images to v20230614 + * fix(deps): update rust crate clap to 4.3.3 + * fix(deps): update rust crate log to 0.4.19 + * fix(deps): update rust crate clap to 4.3.2 + * fix(deps): update rust crate clap to 4.3.1 + * cirrus: remove verify_vendor task + * chore(deps): update dependency containers/automation_images to v20230601 + * fix(deps): update rust crate trust-dns-server to 0.22.1 + * chore(deps): update rust crate chrono to 0.4.26 + * fix(deps): update rust crate tokio to 1.28.2 + * fix(deps): update rust crate log to 0.4.18 + * chore(deps): update rust crate chrono to 0.4.25 + * fix(deps): update rust crate clap to 4.3.0 + * chore(deps): update dependency containers/automation_images to v20230517 + * fix(deps): update rust crate tokio to 1.28.1 + * chore(deps): update dependency containers/automation_images to v20230426 + * fix(deps): update rust crate clap to 4.2.7 + * fix(deps): update rust crate anyhow to 1.0.71 + * fix typo in makefile + * fix(deps): update rust crate tokio to 1.28.0 + * fix(deps): update rust crate clap to 4.2.5 + * fix(deps): update rust crate syslog to ^6.1.0 + * fix(deps): update rust crate clap to 4.2.4 + * fix(deps): update rust crate clap to 4.2.3 + * fix(deps): update rust crate clap to v4 + * chore(deps): update dependency containers/automation_images to v20230405 + * bump to v1.7.0-dev + +------------------------------------------------------------------- +Wed Apr 12 06:00:21 UTC 2023 - danish.prakash@suse.com + +- Update to version 1.6.0: + * v1.6.0 release + * Update release notes for v1.6.0 + * fix(deps): update rust crate tokio to 1.27.0 + * use lower TTL for contianer entries + * fix(deps): update rust crate syslog to ^6.0.1 + * fix(deps): update rust crate futures-util to 0.3.28 + * chore(deps): update dependency containers/automation_images to v20230330 + * Disable Dependabot in favor of Renovate + * chore(deps): update dependency containers/automation_images to v20230320 + * build(deps): bump futures-util from 0.3.26 to 0.3.27 + * [CI:BUILD] Packit: trigger builds on commit to main branch + * build(deps): bump anyhow from 1.0.68 to 1.0.70 + * fix lint issue with new rust version 1.68 + * Cirrus: Update to newer CI VM images + * build(deps): bump chrono from 0.4.23 to 0.4.24 + * build(deps): bump libc from 0.2.139 to 0.2.140 + * build(deps): bump async-broadcast from 0.5.0 to 0.5.1 + * build(deps): bump signal-hook from 0.3.14 to 0.3.15 + * build(deps): bump futures-util from 0.3.25 to 0.3.26 + * build(deps): bump tokio from 1.25.0 to 1.26.0 + * [CI:DOCS] Clarify packit related comments + * [CI:BUILD] Packit: initial enablement + * Allow custom cargo binary path + * Switch to explicit platform list for `cargo vendor-filterer` + * bump to v1.6.0-dev + * Add renovate.json5 + * Cirrus: Groom rust cache before updating + +------------------------------------------------------------------- +Fri Mar 17 11:30:46 UTC 2023 - Danish Prakash + +- Fix libexecdir issue on Leap and SLE + +------------------------------------------------------------------- +Tue Feb 14 10:53:26 UTC 2023 - Danish Prakash + +- First version of aardvark-dns diff --git a/aardvark-dns.spec b/aardvark-dns.spec new file mode 100644 index 0000000..e9e2e9c --- /dev/null +++ b/aardvark-dns.spec @@ -0,0 +1,49 @@ +# +# spec file for package aardvark-dns +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: aardvark-dns +Version: 1.13.0 +Release: 0 +Summary: Authoritative dns server for A/AAAA container records +License: Apache-2.0 +URL: https://github.com/containers/%{name} +Source0: %{name}-%{version}.tar.gz +Source1: vendor.tar.gz +BuildRequires: cargo-packaging +BuildRequires: rust+cargo >= 1.70 +# Disable this line if you wish to support all platforms. + +%description +Aardvark-dns is an authoritative dns server for A/AAAA container records. +It can forward other requests to configured resolvers. + +%prep +%autosetup -a1 + +%build +%make_build + +%install +%make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBEXECDIR=%{_libexecdir} + +%files +%license LICENSE +%dir %{_libexecdir}/podman +%{_libexecdir}/podman/%{name} + +%changelog diff --git a/vendor.tar.gz b/vendor.tar.gz new file mode 100644 index 0000000..2bae676 --- /dev/null +++ b/vendor.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ff773604214e83ee89052830fed8f9047ad4f2fe3cc59f1d6efefcae33b82b +size 31263750