From 3e6e341c5df57cd382c4557a1e1a92186a7819d1 Mon Sep 17 00:00:00 2001 From: dancermak <> Date: Nov 01 2024 17:28:50 +0000 Subject: Update aardvark-dns to version 1.13.0 / rev 13 via SR 1219549 https://build.opensuse.org/request/show/1219549 by user dancermak + dimstar_suse Update to version 1.13.0 (forwarded request 1219230 from danishprakash) --- diff --git a/.files b/.files index 8142473..8cd6692 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index cb8a5f7..e129acc 100644 --- a/.rev +++ b/.rev @@ -81,4 +81,28 @@ package. Also, BuildRequire cargo+rust to prevent conflicts with `cargo-packaging`. (forwarded request 1189724 from danishprakash) 1189747 + + fefea56675ba5b1b62d62a1c348e03dd + 1.12.1 + + dimstar_suse + + 1193336 + + + 3024530592ee5581c9069c67c8da5f8a + 1.12.2 + + anag+factory + + 1198864 + + + 07af66527a09271024ee63fa27fbecec + 1.13.0 + + dimstar_suse + Update to version 1.13.0 (forwarded request 1219230 from danishprakash) + 1219549 + diff --git a/_service b/_service index cb9c514..3a20918 100644 --- a/_service +++ b/_service @@ -1,26 +1,26 @@ - + https://github.com/containers/aardvark-dns @PARENT_TAG@ git - v1.11.0 + v1.13.0 * v(\d+\.\d+\.\d+) \1 enable - - + + *.tar gz - - + + aardvark-dns gz true - + aardvark-dns diff --git a/_servicedata b/_servicedata index 6e1260d..5c052ae 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/aardvark-dns - 666d7b15b28ea913295b02b756c0a778a4f9b341 \ No newline at end of file + 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 deleted file mode 120000 index ffb2508..0000000 --- a/aardvark-dns-1.11.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreigtp7glxt5jpd4siasjyqkvfxl6aggognwbip62v3qu7xx3wp2bhq \ No newline at end of file diff --git a/aardvark-dns-1.13.0.tar.gz b/aardvark-dns-1.13.0.tar.gz new file mode 120000 index 0000000..a976ee9 --- /dev/null +++ b/aardvark-dns-1.13.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreif2ypuiuxmbp72ekecgzpnwdxhqm33ic3n3yqfu6sfrmbqcdfl55i \ No newline at end of file diff --git a/aardvark-dns.changes b/aardvark-dns.changes index 07fda3e..efc108f 100644 --- a/aardvark-dns.changes +++ b/aardvark-dns.changes @@ -1,4 +1,106 @@ ------------------------------------------------------------------- +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 diff --git a/aardvark-dns.spec b/aardvark-dns.spec index 7d2c812..56a28cf 100644 --- a/aardvark-dns.spec +++ b/aardvark-dns.spec @@ -17,7 +17,7 @@ Name: aardvark-dns -Version: 1.11.0 +Version: 1.13.0 Release: 0 Summary: Authoritative dns server for A/AAAA container records License: Apache-2.0 diff --git a/vendor.tar.gz b/vendor.tar.gz index 1321ead..2d6c17e 120000 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1 +1 @@ -/ipfs/bafybeie6bvtbhc3apo6s3qta7v6sehinbyl2543yqr6x6f6w6b7csuzal4 \ No newline at end of file +/ipfs/bafybeidtkqv4yicjq6cwow5ccmitusi7mhrbkruqqqsfjqp4hkzml24nye \ No newline at end of file