Bug 163634 - [MAINTAINER-UPDATE] from www/privoxy 3.0.18 to 3.0.19
Summary: [MAINTAINER-UPDATE] from www/privoxy 3.0.18 to 3.0.19
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: Brendan Fabeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-26 20:50 UTC by Fabian Keil
Modified: 2011-12-26 23:00 UTC (History)
0 users

See Also:


Attachments
file.diff (997 bytes, patch)
2011-12-26 20:50 UTC, Fabian Keil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Keil 2011-12-26 20:50:13 UTC
The attached patch updates www/privoxy from 3.0.18 to 3.0.19.

The announcement is available at:
http://www.privoxy.org/announce.txt

Quoting the important part:
#####
- Bug fixes:
  - Prevent a segmentation fault when de-chunking buffered content.
    It could be triggered by malicious web servers if Privoxy was
    configured to filter the content and running on a platform
    where SIZE_T_MAX isn't larger than UINT_MAX, which probably
    includes most 32-bit systems. On those platforms, all Privoxy
    versions before 3.0.19 appear to be affected.
    To be on the safe side, this bug should be presumed to allow
    code execution as proving that it doesn't seems unrealistic.
  - Do not expect a response from the SOCKS4/4A server until it
    got something to respond to. This regression was introduced
    in 3.0.18 and prevented the SOCKS4/4A negotiation from working.
    Reported by qqqqqw in #3459781.
######

Fix: Patch attached with submission follows:
Comment 1 Brendan Fabeny freebsd_committer freebsd_triage 2011-12-26 21:40:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bf

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-26 22:55:57 UTC
bf          2011-12-26 22:55:48 UTC

  FreeBSD ports repository

  Modified files:
    www/privoxy          Makefile distinfo 
  Log:
  update to 3.0.19
  
  PR:             163634
  Submitted by:   F. Keil (maintainer)
  Security:       prevent segfaults that could be triggered by remote servers
  
  Revision  Changes    Path
  1.37      +1 -1      ports/www/privoxy/Makefile
  1.12      +2 -2      ports/www/privoxy/distinfo
_______________________________________________
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 Brendan Fabeny freebsd_committer freebsd_triage 2011-12-26 22:56:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!