Bug 148258 - [PATCH] x11/slim: Fix crash on SIGTERM
Summary: [PATCH] x11/slim: Fix crash on SIGTERM
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: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-30 12:20 UTC by Bernhard Froehlich
Modified: 2010-06-30 19:50 UTC (History)
1 user (show)

See Also:


Attachments
slim-1.3.1_8.patch (2.09 KB, patch)
2010-06-30 12:20 UTC, Bernhard Froehlich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Froehlich freebsd_committer freebsd_triage 2010-06-30 12:20:07 UTC
This patch is taken from upstream repository as r169. It fixes
the issue that slim coredumps on shutdown when receiving SIGTERM.

Added file(s):
- files/patch-002-fix-shutdown

Port maintainer (henry.hu.sh@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-30 12:21:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-30 12:21:16 UTC
Maintainer of x11/slim,

Please note that PR ports/148258 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148258

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-30 12:21:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Henry Hu 2010-06-30 15:46:24 UTC
Please commit it, thanks!

-- 
Cheers,
Henry
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-06-30 19:42:42 UTC
decke       2010-06-30 18:42:29 UTC

  FreeBSD ports repository

  Modified files:
    x11/slim             Makefile 
  Added files:
    x11/slim/files       patch-002-fix-shutdown 
  Log:
  - Add patch from upstream to fix crash on SIGTERM
  - Bump PORTREVISION
  
  PR:             ports/148258
  Submitted by:   myself
  Approved by:    Henry Hu <henry.hu.sh AT gmail.com> (maintainer), beat (co-mentor)
  Obtained from:  http://svn.berlios.de/wsvn/slim/?rev=169
  Feature safe:   yes
  
  Revision  Changes    Path
  1.22      +1 -1      ports/x11/slim/Makefile
  1.1       +65 -0     ports/x11/slim/files/patch-002-fix-shutdown (new)
_______________________________________________
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 6 Bernhard Froehlich freebsd_committer freebsd_triage 2010-06-30 19:45:51 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!