Adding upstream version 0.3.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 06:32:00 +01:00
parent a84695b834
commit 78931c52e0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
15 changed files with 293 additions and 42 deletions

View file

@ -1,7 +1,7 @@
%define sover 0
%define sover 1
%define libname libdnswire%{sover}
Name: dnswire
Version: 0.2.0
Version: 0.3.3
Release: 1%{?dist}
Summary: library for DNS encapsulations and transporting of them
Group: Development/Libraries/C and C++
@ -97,6 +97,35 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Feb 02 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 0.3.3-1
- Release 0.3.3
* This is a package only update release to correct mistakes in Debian/
Ubuntu packages.
* Replace/break all previous Debian/Ubuntu versions
* Wed Feb 02 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 0.3.2-1
- Release 0.3.2
* This is a package only update release to correct mistakes in Debian/
Ubuntu packages.
* Fix Debian/Ubuntu package replaces/breaks to solve filename conflicts
* Commits:
dea8e35 Deb packages
8398f65 Deb packages
* Tue Feb 01 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 0.3.1-1
- Release 0.3.1
* This is a package only update release to correct mistakes in Debian/
Ubuntu packages.
* Bump SO version for Debian/Ubuntu
* Wed Jan 26 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 0.3.0-1
- Release 0.3.0
* This release updates the Protobuf definition for DNSTAP to include
new message types, new protocols and the new Policy object.
* Changes:
- Update debhelper compatibility level to 10
- Update to latest `dnstap.pb`, new message types, protocols and message policy
* Commits:
87e7909 New dnstap.pb
f215476 debhelper
20bf38f Bye Travis
* Fri Oct 23 2020 Jerry Lundström <lundstrom.jerry@gmail.com> 0.2.0-1
- Release 0.2.0
* This release fixes various issues and bugs in the API, fix typos and