Bug 103344 - maintainer update of ports mail/dkfilter to fix problems.
Summary: maintainer update of ports mail/dkfilter to fix problems.
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 07:50 UTC by Yoshisato YANAGISAWA
Modified: 2006-09-18 15:20 UTC (History)
0 users

See Also:


Attachments
file.diff (2.50 KB, patch)
2006-09-18 07:50 UTC, Yoshisato YANAGISAWA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yoshisato YANAGISAWA 2006-09-18 07:50:20 UTC
	+ Rc.d scripts have race condition to stop executing at start-up time.
	  This also stops FreeBSD start up.
	  See Also: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=0+0+current/freebsd-ports

	+ There are potential DoS attacks by dkfilter_{in,out} program.
	  They can change their pid file to illegally stop any program
	  when an administrator try to stop them by rc.d script.

	+ Some portlint problems are fixed.

Fix: Apply following patch:
How-To-Repeat: 	n/a
Comment 1 dfilter service freebsd_committer freebsd_triage 2006-09-18 15:13:58 UTC
rafan       2006-09-18 14:12:16 UTC

  FreeBSD ports repository

  Modified files:
    mail/dkfilter        Makefile 
    mail/dkfilter/files  dkfilter_in.in dkfilter_out.in 
  Log:
  - rc scripts have race condition to stop executing at start-up time.
    This also stops FreeBSD start up.
    Ref: http://docs.freebsd.org/cgi/mid.cgi?450CA21C.3080407
  - There are potential DoS attacks by dkfilter_{in,out} program.
    They can change their pid file to illegally stop any program
    when an administrator try to stop them by rc script.
  - pet portlint(1)
  
  PR:             ports/103344
  Submitted by:   Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp> (maintainer)
  
  Revision  Changes    Path
  1.6       +6 -6      ports/mail/dkfilter/Makefile
  1.3       +13 -2     ports/mail/dkfilter/files/dkfilter_in.in
  1.3       +13 -2     ports/mail/dkfilter/files/dkfilter_out.in
_______________________________________________
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 2 Rong-En Fan freebsd_committer freebsd_triage 2006-09-18 15:15:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!