]> git.pld-linux.org Git - packages/alpine.git/commitdiff
Unify RFC1522_MAXW usage (alpine-RFC1522_MAXW patch)
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 3 Sep 2012 10:47:43 +0000 (12:47 +0200)
committerPaweł Gołaszewski <blues@pld-linux.org>
Mon, 3 Sep 2012 10:47:43 +0000 (12:47 +0200)
alpine-RFC1522_MAXW.patch [new file with mode: 0644]
alpine.spec

diff --git a/alpine-RFC1522_MAXW.patch b/alpine-RFC1522_MAXW.patch
new file mode 100644 (file)
index 0000000..707cbdd
--- /dev/null
@@ -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);
index 94fdf45ee0e820875c2d0e907e66ae6d1fd74868..b9a34dce81e11361ec889e8d06b4b80877471162 100644 (file)
@@ -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
This page took 0.089918 seconds and 4 git commands to generate.