Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 11:57:54 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@freebsd.org
Cc:        tmseck@FreeBSD.org
Subject:   ports/182177: [PATCH] www/squid33: install fail helpers/basic_auth/DB
Message-ID:  <5237C532.6020908@airport.fm>
Resent-Message-ID: <201309170300.r8H300Jm052687@freefall.freebsd.org>
In-Reply-To: <201309090004.r8904JUi041052@RELENG84-ix86.localIPv4.airport.fm>
References:  <201309090004.r8904JUi041052@RELENG84-ix86.localIPv4.airport.fm>

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

>Number:         182177
>Category:       ports
>Synopsis:       [PATCH] www/squid33: install fail helpers/basic_auth/DB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 17 03:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 8.4-RELEASE-p3 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p3 FreeBSD 8.4-RELEASE-p3 #0: Wed Aug 21 19:17:37 UTC 2013
>Description:
  fix install fail helpers/basic_auth/DB
  fix WARNING: no_suid: setuid(0): (1) Operation not permitted
    http://www.squid-cache.org/mail-archive/squid-users/201301/0390.html
    http://www.squid-cache.org/mail-archive/squid-dev/201305/0172.html

Port maintainer (tmseck@FreeBSD.org) is cc'd.

>How-To-Repeat:
>Fix:

--- squid33-3.3.8_1.patch begins here ---
diff -ruN ./Makefile /usr/ports/www/squid33/Makefile
--- ./Makefile	2013-09-16 09:14:03.000000000 +0900
+++ /usr/ports/www/squid33/Makefile	2013-09-15 00:39:55.000000000 +0900
@@ -66,8 +66,7 @@
 		http://www.eu.squid-cache.org/%SUBDIR%/ \
 		http://www1.ie.squid-cache.org/%SUBDIR%/ \
 		http://www1.jp.squid-cache.org/%SUBDIR%/ \
-		http://www2.tw.squid-cache.org/%SUBDIR%/\
-		http://master.squid-cache.org/:nosid
+		http://www2.tw.squid-cache.org/%SUBDIR%/
 PATCH_SITE_SUBDIR=	Versions/v3/${PORTVERSION:R}/changesets
 PATCHFILES=	squid-3.3-12594.patch \
 		squid-3.3-12595.patch \
@@ -76,8 +75,7 @@
 		squid-3.3-12598.patch \
 		squid-3.3-12599.patch \
 		squid-3.3-12600.patch \
-		squid-3.3-12601.patch\
-		~amosjeffries/patches/FreeBSD_silence_nosuid_mk1.patch:nosid
+		squid-3.3-12601.patch

 MAINTAINER=	tmseck@FreeBSD.org
 COMMENT=	HTTP Caching Proxy
diff -ruN ./distinfo /usr/ports/www/squid33/distinfo
--- ./distinfo	2013-09-13 23:02:51.000000000 +0900
+++ /usr/ports/www/squid33/distinfo	2013-08-05 04:40:27.000000000 +0900
@@ -16,5 +16,3 @@
 SIZE (squid3.3/squid-3.3-12600.patch) = 1477
 SHA256 (squid3.3/squid-3.3-12601.patch) = 31174b5b24700b3ed11086197d8a2290b583522b8fdabcff6b26804c8be8be94
 SIZE (squid3.3/squid-3.3-12601.patch) = 1630
-SHA256 (squid3.3/~amosjeffries/patches/FreeBSD_silence_nosuid_mk1.patch) = 6fd9e55812e18463e92c83d1376e65ca54b2857606f59f4aa1b7d2716af2b72c
-SIZE (squid3.3/~amosjeffries/patches/FreeBSD_silence_nosuid_mk1.patch) = 1295
diff -ruN ./files/patch-helpers_basic_auth_DB_config.test /usr/ports/www/squid33/files/patch-helpers_basic_auth_DB_config.test
--- ./files/patch-helpers_basic_auth_DB_config.test	2013-09-13 23:53:58.000000000 +0900
+++ /usr/ports/www/squid33/files/patch-helpers_basic_auth_DB_config.test	1970-01-01 09:00:00.000000000 +0900
@@ -1,11 +0,0 @@
---- helpers/basic_auth/DB/config.test.orig	2013-07-13 22:25:14.000000000 +0900
-+++ helpers/basic_auth/DB/config.test	2013-07-13 22:25:14.000000000 +0900
-@@ -1,7 +1,2 @@
- #!/bin/sh
--
--## Test: do we have perl to build the helper scripts?
--## Test: do we have pod2man to build the manual?
--perl --version >/dev/null && echo | pod2man >/dev/null
--
--exit $?
-+exit 0
--- squid33-3.3.8_1.patch ends here ---

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



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