Bug 167375 - [patch] devel/pcre to resolve buffer overflow
Summary: [patch] devel/pcre to resolve buffer overflow
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-27 21:20 UTC by Ryan Steinmetz
Modified: 2012-04-28 07:07 UTC (History)
0 users

See Also:


Attachments
file.diff (1.21 KB, patch)
2012-04-27 21:20 UTC, Ryan Steinmetz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Steinmetz freebsd_committer freebsd_triage 2012-04-27 21:20:07 UTC
http://bugs.exim.org/show_bug.cgi?id=1236#c2

I've run into this issue with snort.  The attached patch from the PCRE bug database should prevent this issue.

- Bump PORTREVISION
- Apply patch from upstream to resolve bug #1236

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-27 21:20:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-28 06:57:02 UTC
mm          2012-04-28 05:56:51 UTC

  FreeBSD ports repository

  Modified files:
    devel/pcre           Makefile 
  Added files:
    devel/pcre/files     patch-bug-1236 
  Log:
  Add patch for exim bug #1236 (vendor svn revision 963)
  http://bugs.exim.org/show_bug.cgi?id=1236
  
  PR:             ports/167375
  Submitted by:   Ryan Steinmetz <zi@FreeBSD.org>
  
  Revision  Changes    Path
  1.77      +1 -1      ports/devel/pcre/Makefile
  1.1       +25 -0     ports/devel/pcre/files/patch-bug-1236 (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 3 Martin Matuska freebsd_committer freebsd_triage 2012-04-28 07:07:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!