From modperl-return-64701-apmail-perl-modperl-archive=perl.apache.org@perl.apache.org Mon Jul 31 17:58:13 2017 Return-Path: X-Original-To: apmail-perl-modperl-archive@www.apache.org Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C97D11A40A for ; Mon, 31 Jul 2017 17:58:13 +0000 (UTC) Received: (qmail 67922 invoked by uid 500); 31 Jul 2017 17:58:13 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 67843 invoked by uid 500); 31 Jul 2017 17:58:11 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 67817 invoked by uid 99); 31 Jul 2017 17:58:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2017 17:58:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D07BE180707 for ; Mon, 31 Jul 2017 17:58:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.702 X-Spam-Level: X-Spam-Status: No, score=-0.702 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 7i7L0fI7twnG for ; Mon, 31 Jul 2017 17:58:07 +0000 (UTC) Received: from smtp-a.gkg.net (smtp-a.gkg.net [208.180.25.111]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 79C1F5FDB5 for ; Mon, 31 Jul 2017 17:58:07 +0000 (UTC) Received: from amavis.gkg.net (amavisd3.gkg.net [208.180.25.201]) by smtp-a.gkg.net (Postfix) with ESMTP id 8CE1963197D for ; Mon, 31 Jul 2017 12:58:00 -0500 (CDT) X-Virus-Scanned: by amavisd-new at gkg.net Received: from lothlorien.snowcrash.lan (proxy.gkg.net [208.180.24.220]) by smtp-a.gkg.net (Postfix) with ESMTPSA id 01DB063197B for ; Mon, 31 Jul 2017 12:57:59 -0500 (CDT) To: modperl@perl.apache.org From: Michael Schout Subject: [Slightly OT] Apache::AuthCookie and mod_perl version 1.x Message-ID: <92c2d209-24e3-2398-9c25-0067b3e0631d@gkg.net> Date: Mon, 31 Jul 2017 12:57:57 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Hi folks. Sorry for this slightly off topic thread, but in the past announcements about AuthCookie were typically made to this list. I'm the maintainer of Apache::AuthCookie (and Apache2::AuthCookie) and am wondering if there are any people out there still using Apache::AuthCookie under mod_perl version 1.x (and as such apache 1.x)? Given that apache 1.3.42 was the final release of Apache 1.3, which was way back in 2010, I am hoping that everyone has moved on to Apache 2.x long ago. As a result, I would like to formally drop support for Apache 1.3 from future versions of Apache::AuthCookie. This would allow me to clean up the dist a bit, and be able to publish a consistent set of dependencies in META.* in the dist. If you really require Apache::AuthCookie under apache 1.3 at this point, you can get a previous version of AuthCookie from backpan to address that. If you really do need AuthCookie and getting it from backpan is a problem for you, please let me know. Thanks! Regards, Michael Schout