SHA256
1
0
forked from pool/aardvark-dns

9 Commits

Author SHA256 Message Date
009011f5cd Accepting request 1278855 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1278855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aardvark-dns?expand=0&rev=16
2025-05-26 16:31:32 +00:00
d26dcd2f82 Update to version 1.15.0
OBS-URL: https://build.opensuse.org/package/show/devel:microos/aardvark-dns?expand=0&rev=32
2025-05-20 15:22:38 +00:00
0d2101adfd spec: require cargo instead of rust+cargo; drop redundant comment
OBS-URL: https://build.opensuse.org/package/show/devel:microos/aardvark-dns?expand=0&rev=31
2025-05-16 11:59:42 +00:00
1ef38134d0 Accepting request 1245073 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1245073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aardvark-dns?expand=0&rev=15
2025-02-11 20:20:08 +00:00
a9d3666d2a Update to version 1.14.0
OBS-URL: https://build.opensuse.org/package/show/devel:microos/aardvark-dns?expand=0&rev=29
2025-02-11 11:23:47 +00:00
91b43977aa Accepting request 1223648 from devel:microos
Update to version 1.13.1 (forwarded request 1223499 from mchellamuthu)

OBS-URL: https://build.opensuse.org/request/show/1223648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aardvark-dns?expand=0&rev=14
2024-11-12 18:20:04 +00:00
36b6de1ad0 Update to version 1.13.1
OBS-URL: https://build.opensuse.org/package/show/devel:microos/aardvark-dns?expand=0&rev=27
2024-11-12 11:39:20 +00:00
bc1e92c372 Accepting request 1219549 from devel:microos
Update to version 1.13.0 (forwarded request 1219230 from danishprakash)

OBS-URL: https://build.opensuse.org/request/show/1219549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aardvark-dns?expand=0&rev=13
2024-10-31 15:08:35 +00:00
0c46296e0c Update to version 1.13.0
OBS-URL: https://build.opensuse.org/package/show/devel:microos/aardvark-dns?expand=0&rev=25
2024-10-30 12:22:05 +00:00
9 changed files with 159 additions and 12 deletions

View File

@@ -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.12.2</param>
<param name="revision">v1.15.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containers/aardvark-dns</param>
<param name="changesrevision">4034a243378c4069ec40d32830aa6a96c1041906</param></service></servicedata>
<param name="changesrevision">d71294ced9ea2cc2ca2eea3b84510e6242ae9c6a</param></service></servicedata>

BIN
aardvark-dns-1.12.2.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:107453bb1424167d7f2daff7a1100493caf846bf50bf034f9bfd248c02c44749
size 261131

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba8d3235325b6a868d9579ec64ae33e852f76f55e5ac52bc97d877c5bf5193f1
size 67343

View File

@@ -1,3 +1,144 @@
-------------------------------------------------------------------
Tue May 20 05:15:12 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- Update to version 1.15.0:
* release v1.15.0
* release notes for v1.15.0
* github: add automatic release action
* deps: update nix to 0.30.1
* fix(deps): update rust crate tokio to 1.45.0
* fix(deps): update hickory-dns monorepo to 0.25.2
* Makefile: use cargo --locked in CI
* ci: ensure tree is clean after build
* fix(deps): update rust crate clap to ~4.5.37
* chore(deps): update rust crate chrono to 0.4.41
* chore(deps): update dependency containers/automation_images to v20250422
* fix(deps): update rust crate libc to 0.2.172
* .github: check_cirrus_cron work around github bug
* fix(deps): update rust crate tokio to 1.44.2
* update hickory to 0.25.1
* fix(deps): update rust crate clap to ~4.5.34
* Add link to c/common contributor's guide
* chore(deps): update dependency containers/automation_images to v20250324
* update log to 0.4.27
* fix(deps): update rust crate tokio to 1.44.1
* test: use ncat not nc
* fix(deps): update rust crate libc to 0.2.171
* fix(deps): update rust crate tokio to 1.44.0
* .github: remove cirrus rerun action
* fix(deps): update rust crate clap to ~4.5.31
* [skip-ci] RPM: fix gating.yaml
* chore(deps): update rust crate chrono to 0.4.40
* fix(deps): update rust crate log to 0.4.26
* fix(deps): update rust crate libc to 0.2.170
* fix(deps): update hickory-dns monorepo to 0.24.4
* [skip-ci] RPM/TMT: use tests subpackage
* RPM: include empty check section to silence rpmlint
* test: do not force nftables
* fix(deps): update hickory-dns monorepo to 0.24.3
* Bump to v1.15.0-dev
-------------------------------------------------------------------
Thu May 15 08:01:05 UTC 2025 - Danish Prakash <danish.prakash@suse.com>
- spec: require cargo instead of rust+cargo; drop redundant comment
-------------------------------------------------------------------
Tue Feb 11 08:36:39 UTC 2025 - madhankumar.chellamuthu@suse.com
- Update to version 1.14.0:
* Release v1.14.0
* release notes for v1.14.0
* update release notes from v1.13.1
* run cargo update
* fix lint issues with rust 1.84
* chore(deps): update dependency containers/automation_images to v20250131
* fix(deps): update rust crate clap to ~4.5.28
* fix(deps): update rust crate log to 0.4.25
* fix(deps): update rust crate tokio to 1.43.0
* chore(deps): update dependency containers/automation_images to v20250107
* fix(deps): update rust crate clap to ~4.5.23
* fix(deps): update rust crate libc to 0.2.169
* fix(deps): update hickory-dns monorepo to 0.24.2
* Cargo.lock: bump some versions
* run cargo update
* cargo: set rust-version
* fix(deps): update rust crate clap to ~4.5.21
* fix(deps): update rust crate libc to 0.2.167
* OWNERS: remove edsantiago
* fix(deps): update rust crate libc to 0.2.165
* fix(deps): update rust crate libc to 0.2.164
* chore(deps): update dependency containers/automation_images to v20241107
* fix(deps): update rust crate tokio to 1.41.1
* fix(deps): update rust crate libc to 0.2.162
* test: make jq query work on centos stream 9
* [skip-ci] Packit: disable osh-diff-scan
* support ipv6 link local addresses in resolv.conf
* [skip-ci] Packit: enable c9s downstream updates
* [skip-ci] TMT: install builddeps downstream
* [skip-ci] RPM: cleanup changelog conditionals
* [skip-ci] Packit/TMT: idiomatic repo addition
* [skip-ci] Packit: Remove epel jobs
* tmt: install dnsmasq dependency
* Bump to 1.14.0-dev
-------------------------------------------------------------------
Tue Nov 12 05:32:12 UTC 2024 - madhankumar.chellamuthu@suse.com
- Update to version 1.13.1:
* Release v1.13.1
* release notes for 1.13.1
* test: make jq query work on centos stream 9
* [skip-ci] Packit/TMT: idiomatic repo addition
* [skip-ci] Packit: Remove epel jobs
* tmt: install dnsmasq dependency
* [skip-ci] Packit: disable osh-diff-scan
* [skip-ci] Packit: enable c9s downstream updates
* [skip-ci] TMT: install builddeps downstream
* [skip-ci] RPM: cleanup changelog conditionals
* support ipv6 link local addresses in resolv.conf
* cirrus: update DEST_BRANCH
-------------------------------------------------------------------
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
@@ -23,7 +164,7 @@ Wed Aug 07 06:36:52 UTC 2024 - danish.prakash@suse.com
* 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 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

4
aardvark-dns.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: aardvark-dns
version: 1.15.0
mtime: 1747147213
commit: d71294ced9ea2cc2ca2eea3b84510e6242ae9c6a

View File

@@ -1,7 +1,7 @@
#
# spec file for package aardvark-dns
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
Name: aardvark-dns
Version: 1.12.2
Version: 1.15.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
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.

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91c80b995193ed21f9c3aeab1d9a6d96fcb642c2444b5d3f5e02349484803f69
size 28809568
oid sha256:8c80022fd50bf1513862731daa79c9f925a3f8c2c943f833da4106b6f4a8d942
size 22302362