Bug 107961 - [Maintainer] www/squid: patch for Squid bug #1857; fix macro definition for SSL libs
Summary: [Maintainer] www/squid: patch for Squid bug #1857; fix macro definition for S...
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 Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 19:30 UTC by Thomas-Martin Seck
Modified: 2007-01-22 08:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.93 KB, patch)
2007-01-15 19:30 UTC, Thomas-Martin Seck
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas-Martin Seck 2007-01-15 19:30:20 UTC
- Add a patch for Squid bug #1857 (segfault on certain FTP URLs).

  secteam CCed because I am unsure about the security implications of this.
  If there is a CVE number for this issue, feel free to VuXML it; Secunia e.g.
  did not pick it up yet.  Squid 2.6.STABLE7 will include the same diff; the
  squid26 port will be updated as soon as S7 is officially announced and the
  tarball hits the FTP mirrors.

- Use OPENSSLLIB instead of LOCALBASE/lib when specifying the path to the
  OpenSSL libs (thanks to Angelo Turetta for supplying the patch)

- Bump PORTREVISION

added files:

files/patch-src-ftp.c

Fix: Apply this patch:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-17 01:28:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-22 08:49:56 UTC
miwi        2007-01-22 08:49:51 UTC

  FreeBSD ports repository

  Modified files:
    www/squid            Makefile 
  Added files:
    www/squid/files      patch-src-ftp.c 
  Log:
  - Add a patch for Squid bug #1857 (segfault on certain FTP URLs).
  - Bump Portrevision
  
  PR:             ports/107961
  Submitted by:   Thomas-Martin Sec <tmseck@netcologne.de>
  
  Revision  Changes    Path
  1.193     +2 -2      ports/www/squid/Makefile
  1.1       +24 -0     ports/www/squid/files/patch-src-ftp.c (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 Wilke freebsd_committer freebsd_triage 2007-01-22 08:50:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!