From 59fb329e136da10589f9b046e98f311a9dcc49c8 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 13 Oct 2016 17:35:56 +0200 Subject: [PATCH] rebuild with OpenSSL 1.1.0 --- iputils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iputils.spec b/iputils.spec index 0ae9e0f..00ddbc4 100644 --- a/iputils.spec +++ b/iputils.spec @@ -3,7 +3,7 @@ Summary: Network monitoring tools including ping Name: iputils Version: 20160308 -Release: 3%{?dist} +Release: 4%{?dist} # some parts are under the original BSD (ping.c) # some are under GPLv2+ (tracepath.c) License: BSD and GPLv2+ @@ -160,6 +160,9 @@ mv -f RELNOTES.tmp RELNOTES %attr(644,root,root) %{_mandir}/man8/ninfod.8.gz %changelog +* Thu Oct 13 2016 Tomáš Mráz - 20160308-4 +- rebuild with OpenSSL 1.1.0 + * Wed Jun 22 2016 Jan Synáček - 20160308-3 - Fix: Failed to bind to device (#1348934)