FreeBSD Bugzilla – Attachment 82333 Details for
Bug 117791
[PATCH] databases/evolution-data-server: Fix segfault on new installs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
evolution-data-server-1.12.1_2.patch
evolution-data-server-1.12.1_2.patch (text/plain), 1.70 KB, created by
Robert Noland
on 2007-11-03 18:40:01 UTC
(
hide
)
Description:
evolution-data-server-1.12.1_2.patch
Filename:
MIME Type:
Creator:
Robert Noland
Created:
2007-11-03 18:40:01 UTC
Size:
1.70 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/evolution-data-server/Makefile,v >retrieving revision 1.41 >diff -u -r1.41 Makefile >--- Makefile 24 Oct 2007 23:35:16 -0000 1.41 >+++ Makefile 3 Nov 2007 17:04:29 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= evolution-data-server > PORTVERSION= 1.12.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} >Index: files/patch-calendar_libical_src_libical_icaltz-util.c >=================================================================== >RCS file: /home/ncvs/ports/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c,v >retrieving revision 1.1 >diff -u -r1.1 patch-calendar_libical_src_libical_icaltz-util.c >--- files/patch-calendar_libical_src_libical_icaltz-util.c 24 Oct 2007 23:35:17 -0000 1.1 >+++ files/patch-calendar_libical_src_libical_icaltz-util.c 3 Nov 2007 17:04:29 -0000 >@@ -1,5 +1,5 @@ >---- calendar/libical/src/libical/icaltz-util.c.orig 2007-08-24 02:48:28.000000000 -0400 >-+++ calendar/libical/src/libical/icaltz-util.c 2007-08-27 16:23:59.000000000 -0400 >+--- calendar/libical/src/libical/icaltz-util.c.orig 2007-10-12 02:31:10.000000000 -0400 >++++ calendar/libical/src/libical/icaltz-util.c 2007-11-03 12:22:24.000000000 -0400 > @@ -23,6 +23,15 @@ > #include <string.h> > #if defined(sun) && defined(__SVR4) >@@ -16,3 +16,12 @@ > #else > #include <byteswap.h> > #include <endian.h> >+@@ -148,7 +157,7 @@ >+ idx = trans_idx [i]; >+ types [idx].isdst ? (*dstidx = i) : (*stdidx = i); >+ >+- if (i >= num_trans) >++ if (i >= num_trans - 1) >+ i--; >+ else >+ i++;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 117791
: 82333