]> git.pld-linux.org Git - packages/alpine.git/blobdiff - alpine.spec
S/MIME broken reading signed-then-encrypted messages - ID: 3201704
[packages/alpine.git] / alpine.spec
index 3f1014a7da9eab4c50dfd58c2b0ffab8039abda5..613975abc8afac737c9163a5482b68c1157fdcbd 100644 (file)
@@ -3,13 +3,14 @@
 # - separate package with tcl web-frontend
 # - fix as-needed
 # - pico shouldn't link with kerberos, should it?
+# - switch to http://re-alpine.sourceforge.net/ - RIP alpine
 %define                ver             2.00
-%define                patchlevel      78
+%define                patchlevel      84
 Summary:       University of Washington Alpine mail user agent
 Summary(pl.UTF-8):     Klient pocztowy Alpine z Uniwersytetu w Waszyngtonie
 Name:          alpine
 Version:       %{ver}.%{patchlevel}
-Release:       1
+Release:       6.1
 Epoch:         1
 License:       Apache v2.0
 Group:         Applications/Mail
@@ -17,7 +18,7 @@ Group:                Applications/Mail
 #Source0:      ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.gz
 # Source with applied patches from http://staff.washington.edu/chappa/alpine/
 Source0:       http://staff.washington.edu/chappa/alpine/patches/alpine-%{ver}/%{name}-%{ver}_%{patchlevel}.tar.gz
-# Source0-md5: 366e38d1b26b852cef6f4c8fc599ccbd
+# Source0-md5: 70ba4281354f1ba2d341038ec0e323c7
 Source1:       pico.desktop
 Source2:       %{name}.desktop
 Source3:       %{name}.png
@@ -29,6 +30,9 @@ Patch4:               %{name}-libc-client.patch
 Patch5:                %{name}-ssl.patch
 Patch6:                %{name}-no_1777_warning.patch
 Patch7:                %{name}-home_etc.patch
+Patch8:                %{name}-RFC1522_MAXW.patch
+Patch9:                mimedesc.patch
+Patch10:       re-alpine-2.01.smime-signandencrypt.patch
 URL:           http://www.washington.edu/alpine/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -129,6 +133,9 @@ ajuda de acordo com o contexto está disponível.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
 
 %build
 rm -f libtool missing
@@ -155,6 +162,7 @@ rm -f libtool missing
 %else
        --with-ssl-dir=/etc/openssl/certs \
        --with-ssl-certs-dir=/etc/certs \
+       --with-ssl-lib-dir=%{_libdir} \
 %endif
        --with-passfile=.pine.pwd
 
This page took 0.081594 seconds and 4 git commands to generate.