[SVN] r375 - in /trunk/cyrus-imapd-2.2.13/debian: changelog patches/0001-upstream-fix-segfault.dpatch patches/00list

debian at incase.de debian at incase.de
Tue May 2 20:17:19 UTC 2006


Author: sven
Date: Tue May  2 22:17:18 2006
New Revision: 375

URL: https://mail.incase.de/viewcvs?rev=375&root=cyrus22&view=rev
Log:
Apply fix for imap/backend.c. Thanks to astronut for help with identification of problem

Added:
    trunk/cyrus-imapd-2.2.13/debian/patches/0001-upstream-fix-segfault.dpatch   (with props)
Modified:
    trunk/cyrus-imapd-2.2.13/debian/changelog
    trunk/cyrus-imapd-2.2.13/debian/patches/00list

Modified: trunk/cyrus-imapd-2.2.13/debian/changelog
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/changelog?rev=375&root=cyrus22&r1=374&r2=375&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/changelog (original)
+++ trunk/cyrus-imapd-2.2.13/debian/changelog Tue May  2 22:17:18 2006
@@ -1,8 +1,9 @@
-cyrus-imapd-2.2 (2.2.13-2) UNRELEASED; urgency=low
-
-  * 
-
- -- Sven Mueller <debian at incase.de>  Sun, 30 Apr 2006 00:03:51 +0200
+cyrus-imapd-2.2 (2.2.13-2) unstable; urgency=low
+
+  [ Sven Mueller ]
+  * Apply fix from upstream CVS to imap/backend.c (Closes: #365629) 
+
+ -- Sven Mueller <debian at incase.de>  Tue,  2 May 2006 22:14:03 +0200
 
 cyrus-imapd-2.2 (2.2.13-1) unstable; urgency=low
 

Added: trunk/cyrus-imapd-2.2.13/debian/patches/0001-upstream-fix-segfault.dpatch
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/patches/0001-upstream-fix-segfault.dpatch?rev=375&root=cyrus22&view=auto
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/patches/0001-upstream-fix-segfault.dpatch (added)
+++ trunk/cyrus-imapd-2.2.13/debian/patches/0001-upstream-fix-segfault.dpatch Tue May  2 22:17:18 2006
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fileZZS7sd.dpatch by Sven Mueller <debian at incase.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix for imap/backend.c, upstream CVS edition 1.40
+
+ at DPATCH@
+diff -urNad cyrus-imapd-2.2.13/imap/backend.c /tmp/dpep.NeVG3m/cyrus-imapd-2.2.13/imap/backend.c
+--- cyrus-imapd-2.2.13/imap/backend.c	2006-04-22 17:18:39.000000000 +0200
++++ /tmp/dpep.NeVG3m/cyrus-imapd-2.2.13/imap/backend.c	2006-05-02 22:08:32.024194651 +0200
+@@ -271,7 +271,7 @@
+     /* need to (re)establish connection to server or create one */
+     int sock = -1;
+     int r;
+-    int err = 0;
++    int err = -1;
+     struct addrinfo hints, *res0 = NULL, *res1 = NULL, *res;
+     struct sockaddr_un sunsock;
+     char buf[2048], *mechlist = NULL;

Propchange: trunk/cyrus-imapd-2.2.13/debian/patches/0001-upstream-fix-segfault.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: trunk/cyrus-imapd-2.2.13/debian/patches/00list
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/patches/00list?rev=375&root=cyrus22&r1=374&r2=375&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/patches/00list (original)
+++ trunk/cyrus-imapd-2.2.13/debian/patches/00list Tue May  2 22:17:18 2006
@@ -1,3 +1,4 @@
+0001-upstream-fix-segfault.dpatch
 01-fix_Makefile.in.dpatch
 02-add_mkinstalldirs.dpatch
 03-fix_docs.dpatch




More information about the Pkg-Cyrus-imapd-Debian-devel mailing list