1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

update to 4.0.3

This commit is contained in:
Oliver Lehmann 2004-04-06 13:00:55 +00:00
parent 16728f6f14
commit ab752003f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106315
3 changed files with 4 additions and 15 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= sqwebmail
PORTVERSION= 4.0.2
PORTREVISION= 1
PORTVERSION= 4.0.3
PORTREVISION= 0
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier

View File

@ -1,2 +1,2 @@
MD5 (sqwebmail-4.0.2.tar.bz2) = 1501fd17d61a55af5fc7328c905c09d1
SIZE (sqwebmail-4.0.2.tar.bz2) = 1907472
MD5 (sqwebmail-4.0.3.tar.bz2) = 176c5e1fdb5553b6f2a7127e4248cfed
SIZE (sqwebmail-4.0.3.tar.bz2) = 1906897

View File

@ -1,11 +0,0 @@
--- sqwebmail/newmsg_create.c.orig Mon Mar 29 21:07:15 2004
+++ sqwebmail/newmsg_create.c Mon Mar 29 21:07:41 2004
@@ -628,7 +628,7 @@
{
struct lookup_buffers *lookup_buffer_list=0;
int rc;
-char *s=strdup(value);
+char *s=rfc2047_decode_simple(value);
if (!s) enomem();
rc=lookup_addressbook_do(header, s, &lookup_buffer_list);