From 89aa03ab3dca822f77568c2b79ef2c581b101e03 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Wed, 16 Nov 2005 04:18:56 +0000 Subject: [PATCH] Bump for rebuild against new crypto libs --- libesmtp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libesmtp.spec b/libesmtp.spec index d4a4197..8d6d365 100644 --- a/libesmtp.spec +++ b/libesmtp.spec @@ -3,7 +3,7 @@ Summary: SMTP client library Name: libesmtp Version: 1.0.3r1 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL Group: System Environment/Libraries Source: http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2 @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libesmtp.a %changelog +* Tue Nov 15 2005 Dan Williams - 1.0.3r1-5 +- rebuild against newer crypto libs + * Wed Oct 19 2005 Pawel Salek - 1.0.3r1-4 - fix crashes on certificates with subjectAltName extension. Fix #166844.