Bug 115714 - USE_PYTHON in mail/fetchmail
Summary: USE_PYTHON in mail/fetchmail
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: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-22 12:10 UTC by Jacula Modyun
Modified: 2007-09-03 20:30 UTC (History)
0 users

See Also:


Attachments
patch-mail-fetchmail (650 bytes, text/plain)
2007-08-22 12:10 UTC, Jacula Modyun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2007-08-22 12:10:01 UTC
It needs to include bsd.port.pre.mk, because
USE_PYTHON is defined.

How-To-Repeat: 
In mail/fetchmail:
setting WITH_X11= yes, PYTHON_VERSION variable is empty
in the local enviroment.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-22 12:10:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-03 20:22:34 UTC
barner      2007-09-03 19:22:28 UTC

  FreeBSD ports repository

  Modified files:
    mail/fetchmail       Makefile 
  Added files:
    mail/fetchmail/files patch-CVE-2007-4565 
  Log:
  - Fix for CVE-2007-4565 [1]
  - Manually include bsd.python.mk if WITH_X11 is set (after bsd.port.pre.mk) [2]
  
  Security:       http://www.vuxml.org/freebsd/45500f74-5947-11dc-87c1-000e2e5785ad.html
  Security:       http://fetchmail.berlios.de/fetchmail-SA-2007-02.txt
  Submitted by:   Matthias Andree <matthias.andree@gmx.de> [1]
  PR:             ports/116011 [1]
  Submitted by:   Jacula Modyun <jacula@gmail.com> [2]
  PR:             ports/115714 [2]
  
  Revision  Changes    Path
  1.190     +4 -3      ports/mail/fetchmail/Makefile
  1.1       +11 -0     ports/mail/fetchmail/files/patch-CVE-2007-4565 (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 Simon Barner freebsd_committer freebsd_triage 2007-09-03 20:22:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!