From 3f7a2251f16a9201a0551fbdd1641b23fa6b67b2dbab68fe35edb6e0c473d749 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 Jan 2023 08:28:20 +0000 Subject: [PATCH] Accepting request 1060511 from home:mnhauke:network - Update to version 2.0.12 * Filter: New 'onlink' route attribute. * Compile-time option to use 4-way tries instead of 16-way ones. * Important bugfixes. OBS-URL: https://build.opensuse.org/request/show/1060511 OBS-URL: https://build.opensuse.org/package/show/network/bird?expand=0&rev=26 --- bird-2.0.11.tar.gz | 3 --- bird-2.0.12.tar.gz | 3 +++ bird.changes | 8 ++++++++ bird.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 bird-2.0.11.tar.gz create mode 100644 bird-2.0.12.tar.gz diff --git a/bird-2.0.11.tar.gz b/bird-2.0.11.tar.gz deleted file mode 100644 index bddcc57..0000000 --- a/bird-2.0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60a7b83b67b9d089d2a745a11fddd12461f631abc7b645b6c085adf90b3f55d6 -size 1301502 diff --git a/bird-2.0.12.tar.gz b/bird-2.0.12.tar.gz new file mode 100644 index 0000000..97b2fce --- /dev/null +++ b/bird-2.0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec462a237d06d1f4455d6ec00a42f0b1686061fc988e5c89a841d01dd753b53 +size 1307984 diff --git a/bird.changes b/bird.changes index d8b8e26..ace71db 100644 --- a/bird.changes +++ b/bird.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 23 19:51:47 UTC 2023 - Martin Hauke + +- Update to version 2.0.12 + * Filter: New 'onlink' route attribute. + * Compile-time option to use 4-way tries instead of 16-way ones. + * Important bugfixes. + ------------------------------------------------------------------- Sun Dec 11 23:58:41 UTC 2022 - Martin Hauke diff --git a/bird.spec b/bird.spec index bd0b2cf..185f8be 100644 --- a/bird.spec +++ b/bird.spec @@ -1,7 +1,7 @@ # # spec file for package bird # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define bird_home %{_localstatedir}/lib/bird %define bird_runtimedir %{_rundir}/%{name} Name: bird -Version: 2.0.11 +Version: 2.0.12 Release: 0 Summary: The BIRD Internet Routing Daemon License: GPL-2.0-or-later