pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/privoxy



Module Name:    pkgsrc
Committed By:   mjl
Date:           Fri Feb 10 13:21:08 UTC 2012

Modified Files:
        pkgsrc/www/privoxy: Makefile distinfo

Log Message:
Update privoxy to 3.0.19

- 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.
  - 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.

- General improvements:
  - Fix an off-by-one in an error message about connect failures.
  - Use a GNUMakefile variable for the webserver root directory and
    update the path. Sourceforge changed it which broke various
    web-related targets.
  - Update the CODE_STATUS description.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/privoxy/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/privoxy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index