rpms/libesmtp/devel .cvsignore, 1.2, 1.3 libesmtp.spec, 1.1, 1.2 sources, 1.2, 1.3

Pawel Salek (pawsa) fedora-extras-commits at redhat.com
Wed Oct 19 19:07:27 UTC 2005


Author: pawsa

Update of /cvs/extras/rpms/libesmtp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6753

Modified Files:
	.cvsignore libesmtp.spec sources 
Log Message:
- fix crashes on certificates with subjectAltName extension. Fix #166844.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libesmtp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Jun 2005 21:08:03 -0000	1.2
+++ .cvsignore	19 Oct 2005 19:07:25 -0000	1.3
@@ -1 +1,2 @@
 libesmtp-1.0.3r1.tar.bz2
+libesmtp-ssl.patch


Index: libesmtp.spec
===================================================================
RCS file: /cvs/extras/rpms/libesmtp/devel/libesmtp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libesmtp.spec	12 Jun 2005 21:08:03 -0000	1.1
+++ libesmtp.spec	19 Oct 2005 19:07:25 -0000	1.2
@@ -3,12 +3,14 @@
 Summary: SMTP client library
 Name:     	libesmtp
 Version:  	1.0.3r1
-Release:        3
+Release:        4%{?dist}
 License:	LGPL
 Group: System Environment/Libraries
 Source:  	http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2
 Patch1:		libesmtp-build.patch
+Patch2:		libesmtp-ssl.patch
 URL:       	http://www.stafford.uklinux.net/libesmtp/
+Requires: openssl
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	openssl-devel pkgconfig automake libtool
 
@@ -22,7 +24,7 @@
 %package devel
 Summary: Headers and development libraries for libESMTP
 Group: Development/Libraries
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}, openssl-devel
 
 %description devel
 LibESMTP is a library to manage posting (or submission of) electronic
@@ -35,6 +37,7 @@
 %prep 
 %setup -q
 %patch1 -p1 -b .build
+%patch2 -p1 -b .ssl
 
 %build
 #we run auto* because the distributed configure script is inferior.
@@ -81,6 +84,9 @@
 %{_libdir}/libesmtp.a
 
 %changelog
+* Wed Oct 19 2005 Pawel Salek <pawsa at theochem.kth.se> - 1.0.3r1-4
+- fix crashes on certificates with subjectAltName extension. Fix #166844.
+
 * Sun Jun 12 2005 Pawel Salek <pawsa at theochem.kth.se> - 1.0.3r1-3
 - Add libesmtp-build.patch - fix building under FC4.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libesmtp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Jun 2005 21:08:03 -0000	1.2
+++ sources	19 Oct 2005 19:07:25 -0000	1.3
@@ -1 +1,2 @@
 c07aa79293aa36298626fe5e68d6bfba  libesmtp-1.0.3r1.tar.bz2
+f018f16cbebc56490d2c3c18a23d3113  libesmtp-ssl.patch




More information about the fedora-extras-commits mailing list