SHA256
1
0
forked from pool/dnsdist
Dominique Leuenberger 2023-04-04 19:26:49 +00:00 committed by Git OBS Bridge
commit bd7496f07e
6 changed files with 13 additions and 9 deletions

View File

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

Binary file not shown.

3
dnsdist-1.8.0.tar.bz2 Normal file
View 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

Binary file not shown.

View File

@ -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

View File

@ -35,17 +35,15 @@
%bcond_with dnsdist_re2
%endif
%define file_version 1.8.0-rc3
Name: dnsdist
Version: 1.8.0~rc3
Version: 1.8.0
Release: 0
License: GPL-2.0-only
Summary: A highly DNS-, DoS- and abuse-aware loadbalancer
URL: http://www.powerdns.com/
Group: Productivity/Networking/DNS/Servers
Source0: https://downloads.powerdns.com/releases/dnsdist-%{file_version}.tar.bz2
Source1: https://downloads.powerdns.com/releases/dnsdist-%{file_version}.tar.bz2.sig
Source0: https://downloads.powerdns.com/releases/dnsdist-%{version}.tar.bz2
Source1: https://downloads.powerdns.com/releases/dnsdist-%{version}.tar.bz2.sig
Source2: https://dnsdist.org/_static/dnsdist-keyblock.asc#/dnsdist.keyring
Source10: dnsdist.user
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.
%prep
%autosetup -p1 -n %name-%file_version
%autosetup -p1 -n %name-%version
%build
export CFLAGS="%{optflags} -Wno-error=deprecated-declarations"