rebuilt with current openldap and others [release 1.9.4-2mamba;Wed Jan 31 2024]
This commit is contained in:
parent
c38a6698f9
commit
ea68daaa1e
@ -1,27 +0,0 @@
|
||||
--- a/src/low-level/imap/mailimap_id_sender.c
|
||||
+++ b/src/low-level/imap/mailimap_id_sender.c
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <stdlib.h>
|
||||
#include "mailimap_id_sender.h"
|
||||
|
||||
#include "mailimap_sender.h"
|
||||
--- libetpan-20130506git.orig/src/data-types/mailstream_compress.c 2013-05-07 11:13:20.000000000 +0200
|
||||
+++ libetpan-20130506git/src/data-types/mailstream_compress.c 2013-05-07 12:30:02.867004893 +0200
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
/* Created by Ian Ragsdale on 3/8/13. */
|
||||
|
||||
+#include <config.h>
|
||||
#include "mailstream_compress.h"
|
||||
|
||||
#if !HAVE_ZLIB
|
||||
--- libetpan-20130506git.orig/src/low-level/imap/mailimap_compress.c 2013-05-07 11:13:20.000000000 +0200
|
||||
+++ libetpan-20130506git/src/low-level/imap/mailimap_compress.c 2013-05-07 12:29:29.436336744 +0200
|
||||
@@ -29,6 +29,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include "mailimap_compress.h"
|
||||
|
||||
#include "mailimap.h"
|
@ -1,7 +1,7 @@
|
||||
Name: libetpan
|
||||
Epoch: 1
|
||||
Version: 1.9.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Mail Framework for C Language
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -9,35 +9,18 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.etpan.org/
|
||||
Source: https://github.com/dinhviethoa/libetpan.git/master/libetpan-%{version}.tar.bz2
|
||||
Patch0: libetpan-20130506git-NULL-missing-include.patch
|
||||
Patch1: libetpan-1.9.4-Detect-extra-data-after-STARTTLS-response-and-exit-3.patch
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libcares-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libdb53-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgsasl-devel
|
||||
BuildRequires: libgss-devel
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: libidn2-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: libnghttp2-devel
|
||||
BuildRequires: libntlm-devel
|
||||
BuildRequires: libopenldap-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpsl-devel
|
||||
BuildRequires: librtmp-devel
|
||||
BuildRequires: libsasl2-devel
|
||||
BuildRequires: libssh2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
@ -55,7 +38,6 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
%patch 1 -p1
|
||||
|
||||
./autogen.sh
|
||||
@ -81,17 +63,18 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
#%{_bindir}/libetpan-config
|
||||
%{_includedir}/libetpan.h
|
||||
%dir %{_includedir}/libetpan
|
||||
%{_includedir}/libetpan/*.h
|
||||
%{_libdir}/libetpan.a
|
||||
%{_libdir}/libetpan.la
|
||||
%{_libdir}/libetpan.so
|
||||
%{_libdir}/pkgconfig/libetpan.pc
|
||||
%doc ChangeLog NEWS
|
||||
|
||||
%changelog
|
||||
* Wed Jan 31 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.4-2mamba
|
||||
- rebuilt with current openldap and others
|
||||
|
||||
* Sun Jul 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.4-1mamba
|
||||
- update to 1.9.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user