summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail/patches/patch-ag
diff options
context:
space:
mode:
authorsalo <salo>2005-12-09 16:20:16 +0000
committersalo <salo>2005-12-09 16:20:16 +0000
commite6533a34ab070c788f933cb83481f886d934087e (patch)
treea401cd18097d7cffbcddcfe5040a6b63f36d2aff /mail/ja-squirrelmail/patches/patch-ag
parent962f85678048878eaff187fe8bd649116314a45d (diff)
downloadpkgsrc-e6533a34ab070c788f933cb83481f886d934087e.tar.gz
Pullup tickets 939, 941 - requested by Martti Kuparinen
various squirrelmail bug and compatibility fixes Revisions pulled up: - pkgsrc/mail/squirrelmail/Makefile 1.58, 1.59, 1.61, 1.62 - pkgsrc/mail/squirrelmail/distinfo 1.28, 1.29 - pkgsrc/mail/squirrelmail/patches/patch-ag 1.1 - pkgsrc/mail/squirrelmail/patches/patch-ah 1.1 - pkgsrc/mail/ja-squirrelmail/Makefile 1.16, 1.17, 1.19, 1.20 - pkgsrc/mail/ja-squirrelmail/distinfo 1.7, 1.8 - pkgsrc/mail/ja-squirrelmail/patches/patch-aa 1.3 - pkgsrc/mail/ja-squirrelmail/patches/patch-ab 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-ac 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-ad 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-ae 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-af 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-ag 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-ah 1.1 Module Name: pkgsrc Committed By: martti Date: Mon Dec 5 09:18:44 UTC 2005 Modified Files: pkgsrc/mail/squirrelmail: Makefile distinfo Added Files: pkgsrc/mail/squirrelmail/patches: patch-ag Log Message: Updated squirrelmail to 1.4.5nb2 - avoid corrupted attachment downloads (pkg/32175). --- Module Name: pkgsrc Committed By: martti Date: Mon Dec 5 09:28:44 UTC 2005 Modified Files: pkgsrc/mail/ja-squirrelmail: Makefile distinfo pkgsrc/mail/ja-squirrelmail/patches: patch-aa Added Files: pkgsrc/mail/ja-squirrelmail/patches: patch-ab patch-ac patch-ad patch-ae patch-af patch-ag Log Message: Updated mail/ja-squirrelmail to 1.4.5nb2 - sync with pkgsrc/mail/squirrelmail --- Module Name: pkgsrc Committed By: martti Date: Mon Dec 5 20:13:38 UTC 2005 Modified Files: pkgsrc/mail/squirrelmail: Makefile distinfo Added Files: pkgsrc/mail/squirrelmail/patches: patch-ah Log Message: Make this work with PHP 5.1.1 --- Module Name: pkgsrc Committed By: martti Date: Mon Dec 5 20:14:35 UTC 2005 Modified Files: pkgsrc/mail/ja-squirrelmail: Makefile distinfo Added Files: pkgsrc/mail/ja-squirrelmail/patches: patch-ah Log Message: Make this work with PHP 5.1.1 --- Module Name: pkgsrc Committed By: martti Date: Fri Dec 9 06:42:46 UTC 2005 Modified Files: pkgsrc/mail/ja-squirrelmail: Makefile pkgsrc/mail/squirrelmail: Makefile Log Message: - remove all .orig* files. Noted by Lubomir Sedlacik. - use post-patch instead of pre-configure --- Module Name: pkgsrc Committed By: martti Date: Fri Dec 9 10:18:11 UTC 2005 Modified Files: pkgsrc/mail/ja-squirrelmail: Makefile pkgsrc/mail/squirrelmail: Makefile Log Message: Use pre-configure instead of post-patch so it's easier to (re)create patches.
Diffstat (limited to 'mail/ja-squirrelmail/patches/patch-ag')
-rw-r--r--mail/ja-squirrelmail/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ja-squirrelmail/patches/patch-ag b/mail/ja-squirrelmail/patches/patch-ag
new file mode 100644
index 00000000000..5a8a3990b61
--- /dev/null
+++ b/mail/ja-squirrelmail/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1.2.2 2005/12/09 16:20:16 salo Exp $
+
+--- src/download.php.orig 2004-12-27 17:03:59.000000000 +0200
++++ src/download.php 2005-12-05 11:08:51.000000000 +0200
+@@ -55,7 +55,7 @@
+ }
+ $subject = $message->rfc822_header->subject;
+ if ($ent_id) {
+- $message = &$message->getEntity($ent_id);
++ $message = $message->getEntity($ent_id);
+ $header = $message->header;
+
+ if ($message->rfc822_header) {