Bug 117791 - [PATCH] databases/evolution-data-server: Fix segfault on new installs
Summary: [PATCH] databases/evolution-data-server: Fix segfault on new installs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-03 18:40 UTC by Robert Noland
Modified: 2007-11-05 04:40 UTC (History)
1 user (show)

See Also:


Attachments
evolution-data-server-1.12.1_2.patch (1.70 KB, patch)
2007-11-03 18:40 UTC, Robert Noland
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Noland 2007-11-03 18:40:01 UTC
Evolution will segfault while trying to collect timezone data on a new install.
Off by one test in timezone parsing. 

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-03 18:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-05 04:33:49 UTC
marcus      2007-11-05 04:33:45 UTC

  FreeBSD ports repository

  Modified files:
    databases/evolution-data-server Makefile 
    databases/evolution-data-server/files 
                                          patch-calendar_libical_src_libical_icaltz-util.c 
  Log:
  Fix an off-by-one error that triggered a segfault for first-time users.
  
  PR:             117791
  Submitted by:   "Robert C. Noland III" <rnoland@2hip.net>
  Approved by:    portmgr (implicit)
  
  Revision  Changes    Path
  1.42      +1 -1      ports/databases/evolution-data-server/Makefile
  1.2       +11 -2     ports/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2007-11-05 04:33:52 UTC
State Changed
From-To: open->closed

Committed, thanks!