forked from pool/dnsdist
- update to 1.8.0
https://dnsdist.org/changelog.html#change-1.8.0 OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=49
This commit is contained in:
parent
7e8723f5fd
commit
106d311757
3
dnsdist-1.8.0.tar.bz2
Normal file
3
dnsdist-1.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c0d375c25453d349b88e03ff589aa2603ca8692fc98364c068ead372804704f
|
||||||
|
size 1480500
|
BIN
dnsdist-1.8.0.tar.bz2.sig
Normal file
BIN
dnsdist-1.8.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 30 13:37:37 UTC 2023 - Adam Majer <adam.majer@suse.de> - 1.8.0
|
||||||
|
|
||||||
|
- update to 1.8.0
|
||||||
|
https://dnsdist.org/changelog.html#change-1.8.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 22 13:40:08 UTC 2023 - Adam Majer <adam.majer@suse.de> - 1.8.0~rc3
|
Wed Mar 22 13:40:08 UTC 2023 - Adam Majer <adam.majer@suse.de> - 1.8.0~rc3
|
||||||
|
|
||||||
|
10
dnsdist.spec
10
dnsdist.spec
@ -35,17 +35,15 @@
|
|||||||
%bcond_with dnsdist_re2
|
%bcond_with dnsdist_re2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define file_version 1.8.0-rc3
|
|
||||||
|
|
||||||
Name: dnsdist
|
Name: dnsdist
|
||||||
Version: 1.8.0~rc3
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Summary: A highly DNS-, DoS- and abuse-aware loadbalancer
|
Summary: A highly DNS-, DoS- and abuse-aware loadbalancer
|
||||||
URL: http://www.powerdns.com/
|
URL: http://www.powerdns.com/
|
||||||
Group: Productivity/Networking/DNS/Servers
|
Group: Productivity/Networking/DNS/Servers
|
||||||
Source0: https://downloads.powerdns.com/releases/dnsdist-%{file_version}.tar.bz2
|
Source0: https://downloads.powerdns.com/releases/dnsdist-%{version}.tar.bz2
|
||||||
Source1: https://downloads.powerdns.com/releases/dnsdist-%{file_version}.tar.bz2.sig
|
Source1: https://downloads.powerdns.com/releases/dnsdist-%{version}.tar.bz2.sig
|
||||||
Source2: https://dnsdist.org/_static/dnsdist-keyblock.asc#/dnsdist.keyring
|
Source2: https://dnsdist.org/_static/dnsdist-keyblock.asc#/dnsdist.keyring
|
||||||
Source10: dnsdist.user
|
Source10: dnsdist.user
|
||||||
Source11: dnsdist.lua
|
Source11: dnsdist.lua
|
||||||
@ -91,7 +89,7 @@ dnsdist is dynamic, in the sense that its configuration can be changed at
|
|||||||
runtime, and that its statistics can be queried from a console-like interface.
|
runtime, and that its statistics can be queried from a console-like interface.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %name-%file_version
|
%autosetup -p1 -n %name-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -Wno-error=deprecated-declarations"
|
export CFLAGS="%{optflags} -Wno-error=deprecated-declarations"
|
||||||
|
Loading…
Reference in New Issue
Block a user