Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2013 08:13:16 GMT
From:      Anton Afanasyev <aasoft@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   www/179568: www/squid STRICT_HTTP option has a typo since rev 319969 (STRUCT_HTTP)
Message-ID:  <201306150813.r5F8DGMN037726@oldred.freebsd.org>
Resent-Message-ID: <201306150820.r5F8K0wj018533@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179568
>Category:       www
>Synopsis:       www/squid STRICT_HTTP option has a typo since rev 319969 (STRUCT_HTTP)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 15 08:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Anton Afanasyev
>Release:        9.0-RELEASE-p4
>Organization:
>Environment:
FreeBSD hexagon.aahome 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0 r242363: Tue Oct 30 15:44:56 PDT 2012     username@machinename:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
www/squid port Makefile contains a typo in the STRICT_HTTP port option name - it is named STRUCT_HTTP since rev 319969.
This manifests itself in the port not showing the option description, and all the other obvious symptoms.
>How-To-Repeat:
Update ports tree to 319969 or later and try running config on the www/squid port
>Fix:
s/STRUCT_HTTP/STRICT_HTTP/g

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	www-squid-Makefile_struct_http.patch
#
echo x - www-squid-Makefile_struct_http.patch
sed 's/^X//' >www-squid-Makefile_struct_http.patch << '4135c53d6ec4c1db185a95f084ccbb20'
X--- Makefile.old	2013-06-15 00:52:38.903467587 -0700
X+++ Makefile	2013-06-15 00:52:46.876469124 -0700
X@@ -133,3 +133,3 @@
X 		SSL PINGER DNS_HELPER HTCP VIA_DB CACHE_DIGESTS WCCP WCCPV2 \
X-		STRUCT_HTTP IDENT REFERER_LOG USERAGENT_LOG ARP_ACL PF IPFILTER \
X+		STRICT_HTTP IDENT REFERER_LOG USERAGENT_LOG ARP_ACL PF IPFILTER \
X 		FOLLOW_XFF AUFS COSS KQUEUE LARGEFILE STACKTRACES
4135c53d6ec4c1db185a95f084ccbb20
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306150813.r5F8DGMN037726>