[packages/alpine] Unify RFC1522_MAXW usage (alpine-RFC1522_MAXW patch)

blues blues at pld-linux.org
Mon Sep 3 13:13:35 CEST 2012


commit 4e410cf0c3673a6bedc8579b97c3e9cc04496ccb
Author: Paweł Gołaszewski <blues at pld-linux.org>
Date:   Mon Sep 3 12:47:43 2012 +0200

    Unify RFC1522_MAXW usage (alpine-RFC1522_MAXW patch)

 alpine-RFC1522_MAXW.patch | 11 +++++++++++
 alpine.spec               |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/alpine.spec b/alpine.spec
index 94fdf45..b9a34dc 100644
--- a/alpine.spec
+++ b/alpine.spec
@@ -10,7 +10,7 @@ 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:	5
+Release:	5.1
 Epoch:		1
 License:	Apache v2.0
 Group:		Applications/Mail
@@ -30,6 +30,7 @@ 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
 URL:		http://www.washington.edu/alpine/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -130,6 +131,7 @@ ajuda de acordo com o contexto está disponível.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 rm -f libtool missing
diff --git a/alpine-RFC1522_MAXW.patch b/alpine-RFC1522_MAXW.patch
new file mode 100644
index 0000000..707cbdd
--- /dev/null
+++ b/alpine-RFC1522_MAXW.patch
@@ -0,0 +1,11 @@
+--- ./mapi/rfc1522.c.org	2006-11-21 21:42:46.000000000 +0100
++++ ./mapi/rfc1522.c	2012-09-03 12:42:47.247960402 +0200
+@@ -26,7 +26,7 @@
+ #define	RFC1522_TERM_L	2
+ #define	RFC1522_DLIM	"?"
+ #define	RFC1522_DLIM_L	1
+-#define	RFC1522_MAXW	75
++#define	RFC1522_MAXW	256
+ #define	ESPECIALS	"()<>@,;:\"/[]?.="
+ #define	RFC1522_OVERHEAD(S)	(RFC1522_INIT_L + RFC1522_TERM_L +	\
+ 				 (2 * RFC1522_DLIM_L) + strlen(S) + 1);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/alpine.git/commitdiff/85b6f05bab498ca0d9b678efcf00af6cac1466f1



More information about the pld-cvs-commit mailing list