Update to 3.4.8

This commit is contained in:
Morten Stevens 2016-02-03 18:28:49 +01:00
parent bdf0d20a02
commit cb54fdfeed
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ pdns-2.9.22.tar.gz
/pdns-3.4.5.tar.bz2
/pdns-3.4.6.tar.bz2
/pdns-3.4.7.tar.bz2
/pdns-3.4.8.tar.bz2

View File

@ -2,8 +2,8 @@
%global backends %{nil}
Name: pdns
Version: 3.4.7
Release: 2%{?dist}
Version: 3.4.8
Release: 1%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver
Group: System Environment/Daemons
License: GPLv2
@ -323,6 +323,9 @@ exit 0
%{_libdir}/%{name}/liblmdbbackend.so
%changelog
* Wed Feb 03 2016 Morten Stevens <mstevens@fedoraproject.org> - 3.4.8-1
- Update to 3.4.8
* Thu Jan 28 2016 Morten Stevens <mstevens@fedoraproject.org> - 3.4.7-2
- Remove old PolarSSL (--with-system-polarssl) dependency (#1302464)

View File

@ -1 +1 @@
e58d4a391f76f8a8d71ea668fd1ac81e pdns-3.4.7.tar.bz2
7d7c7de2b8b0343c64f85edab8e8074e pdns-3.4.8.tar.bz2