- fix crashes on certificates with subjectAltName extension. Fix #166844.

epel9
Pawel Salek 20 years ago
parent 36c6164a2d
commit be6bcb2094

@ -1 +1,2 @@
libesmtp-1.0.3r1.tar.bz2 libesmtp-1.0.3r1.tar.bz2
libesmtp-ssl.patch

@ -3,12 +3,14 @@
Summary: SMTP client library Summary: SMTP client library
Name: libesmtp Name: libesmtp
Version: 1.0.3r1 Version: 1.0.3r1
Release: 3 Release: 4%{?dist}
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2 Source: http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2
Patch1: libesmtp-build.patch Patch1: libesmtp-build.patch
Patch2: libesmtp-ssl.patch
URL: http://www.stafford.uklinux.net/libesmtp/ URL: http://www.stafford.uklinux.net/libesmtp/
Requires: openssl
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel pkgconfig automake libtool BuildRequires: openssl-devel pkgconfig automake libtool
@ -22,7 +24,7 @@ functionality is not the program's primary purpose.
%package devel %package devel
Summary: Headers and development libraries for libESMTP Summary: Headers and development libraries for libESMTP
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version} Requires: %{name} = %{version}, openssl-devel
%description devel %description devel
LibESMTP is a library to manage posting (or submission of) electronic LibESMTP is a library to manage posting (or submission of) electronic
@ -35,6 +37,7 @@ necessary for building programs against libesmtp.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .build %patch1 -p1 -b .build
%patch2 -p1 -b .ssl
%build %build
#we run auto* because the distributed configure script is inferior. #we run auto* because the distributed configure script is inferior.
@ -81,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libesmtp.a %{_libdir}/libesmtp.a
%changelog %changelog
* Wed Oct 19 2005 Pawel Salek <pawsa@theochem.kth.se> - 1.0.3r1-4
- fix crashes on certificates with subjectAltName extension. Fix #166844.
* Sun Jun 12 2005 Pawel Salek <pawsa@theochem.kth.se> - 1.0.3r1-3 * Sun Jun 12 2005 Pawel Salek <pawsa@theochem.kth.se> - 1.0.3r1-3
- Add libesmtp-build.patch - fix building under FC4. - Add libesmtp-build.patch - fix building under FC4.

@ -1 +1,2 @@
c07aa79293aa36298626fe5e68d6bfba libesmtp-1.0.3r1.tar.bz2 c07aa79293aa36298626fe5e68d6bfba libesmtp-1.0.3r1.tar.bz2
f018f16cbebc56490d2c3c18a23d3113 libesmtp-ssl.patch

Loading…
Cancel
Save