Sync from SUSE:ALP:Source:Standard:1.0 aardvark-dns revision 82942a6cb79ccc8be3b630a788daff03
This commit is contained in:
parent
be92b19614
commit
7140d42d48
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/containers/aardvark-dns</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.10.0</param>
|
||||
<param name="revision">v1.12.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/aardvark-dns</param>
|
||||
<param name="changesrevision">875c717352be058864d107c6cb07e820904aca0d</param></service></servicedata>
|
||||
<param name="changesrevision">4034a243378c4069ec40d32830aa6a96c1041906</param></service></servicedata>
|
BIN
aardvark-dns-1.10.0.tar.gz
(Stored with Git LFS)
BIN
aardvark-dns-1.10.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
aardvark-dns-1.12.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
aardvark-dns-1.12.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 07:47:22 UTC 2025 - danish.prakash@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
|
||||
* cirrus: update branch names
|
||||
* 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 (bsc#1234660)
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: aardvark-dns
|
||||
Version: 1.10.0
|
||||
Version: 1.12.2
|
||||
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
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-packaging
|
||||
# Disable this line if you wish to support all platforms.
|
||||
@ -35,8 +34,6 @@ It can forward other requests to configured resolvers.
|
||||
|
||||
%prep
|
||||
%autosetup -a1
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
@ -1,5 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user