Bug 67797 - [Maintainer] www/squid: support pf(4) on 5.x-RELEASE, misc cleanups
Summary: [Maintainer] www/squid: support pf(4) on 5.x-RELEASE, misc cleanups
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: 2004-06-10 16:30 UTC by Thomas-Martin Seck
Modified: 2004-06-10 16:41 UTC (History)
0 users

See Also:


Attachments
file.diff (4.47 KB, patch)
2004-06-10 16: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 2004-06-10 16:30:22 UTC
- support systems where pf(4) must be installed from ports (see ports/67724,
  submitted by Michal F. Hanula)
- change ": foo=${foo:=bar}" into "foo=${foo:-bar}" to make the shell
  scripts easier to read and understand
- correct credits for the recently published NTLM auth vulnerability and
  fix a nearby braino, too
- bump PORTREVISION (because of squid.sh changes; I leave the final decision
  to the committer)

added file:
files/pf_from_ports.patch.in

This PR corrects the issue reported in ports/67724 which can be closed.

Fix: Apply this patch and "cvs add" files/pf_from_ports.patch.in
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-06-10 16:40:54 UTC
State Changed
From-To: open->closed

Committed, thanks!