Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 66433 invoked from network); 24 Jan 2010 23:45:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jan 2010 23:45:55 -0000 Received: (qmail 87297 invoked by uid 500); 24 Jan 2010 23:45:55 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 87203 invoked by uid 500); 24 Jan 2010 23:45:55 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 87195 invoked by uid 99); 24 Jan 2010 23:45:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2010 23:45:55 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [194.242.35.75] (HELO dns-factory.at) (194.242.35.75) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2010 23:45:49 +0000 Received: from [172.17.100.14] apache@gknw.net [84.63.65.171] by dns-factory.at with NetMail SMTP Agent $Revision: 8582 $ on Novell NetWare via secured & encrypted transport (TLS); Mon, 25 Jan 2010 00:45:19 +0100 Message-ID: <4B5CDB8A.9090900@apache.org> Date: Mon, 25 Jan 2010 00:45:14 +0100 From: Guenter Knauf User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Jeff Trawick CC: APR Developer List Subject: Re: [VOTE] release apr-1.4.2? References: <4B58A075.5000505@rowe-clan.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Jeff. Jeff Trawick schrieb: > (I hope this doesn't start another long hash format thread) perhaps > Guenter would want to update the apr roll script (if there is one) to > massage the md5 sums as appropriate for future releases :) >=20 > apr-1.4.2.tar.bz2: 4B 00 E8 F7 0C 06 78 93 D0 75 57 79 62 65 6B 35 hehe, thanks for the hint! Just copied the relevant part from httpd's roll.sh over to apr's release.h - hopefully without introducing errors :) This also now adds sha1 sums to apr releases. BTW. while I was on that found that in httpd's roll.sh the gpg signing part looks wrong to me - therefore I kept the way how the signing user is handled same as was before in apr's release.h; but I believe it should be fixed for httpd's roll.sh: --- roll.sh.orig 2010-01-25 00:41:13.000000000 +0100 +++ roll.sh 2010-01-25 00:41:13.000000000 +0100 @@ -179,10 +179,8 @@ done # no pgp found - check for gpg elif test -x "${gpg}"; then - if test -z "${user}"; then - args=3D"--default-key ${args}" - else - args=3D"-u ${user} ${args}" + if test -n "${user}"; then + args=3D"--default-key ${user}" fi for file; do if test -f "${file}"; then comments? G=FCn.