diff options
author | tron <tron@pkgsrc.org> | 2000-05-19 07:18:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-05-19 07:18:55 +0000 |
commit | 2dee8c6ecb91fb1af43bae00ef7118627d88898d (patch) | |
tree | e6d39f9fbbeee455665f08c78690e5653d011f2e /www/squid/patches | |
parent | 18e1b15d00eaf122d47243adf59b451ea76538d4 (diff) | |
download | pkgsrc-2dee8c6ecb91fb1af43bae00ef7118627d88898d.tar.gz |
Update "squid" package to version 2.3 STABLE 3. Changes since 2.3 STABLE 2:
- You can now toggle the 'offline_mode' option from the cache manager.
- Added the 'minimum_object_size' option. Files smaller than this size are
not cached.
- If your firewall doesn't allow passive FTP transfers, you can tell Squid
to use PORT instead by turning the 'passive_ftp' option off.
- Some Cisco IOS versions expect to receive WCCP packets with version set
to three. The 'wccp_version' option allows you to change it, from the
default value of four.
Diffstat (limited to 'www/squid/patches')
-rw-r--r-- | www/squid/patches/patch-aj | 30 | ||||
-rw-r--r-- | www/squid/patches/patch-ak | 44 |
2 files changed, 0 insertions, 74 deletions
diff --git a/www/squid/patches/patch-aj b/www/squid/patches/patch-aj deleted file mode 100644 index 35c5f973512..00000000000 --- a/www/squid/patches/patch-aj +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2000/03/06 21:18:27 tron Exp $ - ---- errors/Japanese/ERR_SHUTTING_DOWN.orig Tue Jan 12 08:28:38 1999 -+++ errors/Japanese/ERR_SHUTTING_DOWN Fri Mar 3 17:23:40 2000 -@@ -1,17 +1,18 @@ - <HTML><HEAD> --<TITLE>ERROR: The requested URL could not be retrieved</TITLE> -+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=EUC-JP"> -+<TITLE>エラー: リクエストされた URL は取得できませんでした</TITLE> - </HEAD><BODY> - <H1>ERROR</H1> --<H2>The requested URL could not be retrieved</H2> -+<H2>リクエストされた URL は取得できませんでした</H2> - <HR> - <P> --While trying to retrieve the URL: -+以下の URL を取得した際に: - <A HREF="%U">%U</A> - <P> --The following error was encountered: -+次のエラーが発生しました: - <UL> - <P> --This cache is in the process of shutting down and can not --service your request at this time. Please retry your --request again soon. -+このキャッシュは稼働停止の処理に入っていて、 -+現在あなたのリクエストへのサービスを提供できません。 -+後で再度リクエストしてください. - </P> diff --git a/www/squid/patches/patch-ak b/www/squid/patches/patch-ak deleted file mode 100644 index 1d27d98309f..00000000000 --- a/www/squid/patches/patch-ak +++ /dev/null @@ -1,44 +0,0 @@ -$NetBSD: patch-ak,v 1.1 2000/03/06 21:18:27 tron Exp $ - ---- errors/Japanese/ERR_TOO_BIG.orig Tue May 11 04:25:38 1999 -+++ errors/Japanese/ERR_TOO_BIG Fri Mar 3 16:40:39 2000 -@@ -1,26 +1,27 @@ - <HTML><HEAD> --<TITLE>ERROR: The requested URL could not be retrieved</TITLE> -+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=EUC-JP"> -+<TITLE>エラー: リクエストされた URL は取得できませんでした</TITLE> - </HEAD><BODY> - <H1>ERROR</H1> --<H2>The requested URL could not be retrieved</H2> -+<H2>リクエストされた URL は取得できませんでした</H2> - <HR> - <P> --While trying to retrieve the URL: -+以下の URL を取得した際に: - <A HREF="%U">%U</A> - <P> --The following error was encountered: -+次のエラーが発生しました: - <UL> - <LI> - <STRONG> --The request or reply is too large. -+リクエストまたはリプライが大きすぎます。 - </STRONG> - <P> --If you are making a POST or PUT request, then your request body --(the thing you are trying to upload) is too large. If you are --making a GET request, then the reply body (what you are trying --to download) is too large. These limits have been established --by the Internet Service Provider who operates this cache. Please --contact them directly if you feel this is an error. -+POSTかPUTのリクエストをしていたなら、あなたのリクエストの本体 -+(あなたがアップロードを試みようとしていたもの)が大きすぎます。 -+GETのリクエストをしていたなら、リプライの本体(ダウンロードしよう -+としていたもの)が大きすぎます。これらの制限は、このキャッシュの -+運用者によって課されています。 -+これがエラーだと感じるときは直接運用者に連絡して下さい。 - </UL> - <P> --Your cache administrator is <A HREF="mailto:%w">%w</A>. -+キャッシュの管理者は<A HREF="mailto:%w">%w</A>です。 |