From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A0BE56DE1294 for ; Mon, 21 Nov 2016 12:26:27 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.307 X-Spam-Level: X-Spam-Status: No, score=0.307 tagged_above=-999 required=5 tests=[AWL=0.327, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id siN2sTEKg8fy for ; Mon, 21 Nov 2016 12:26:27 -0800 (PST) Received: from mail-qk0-f194.google.com (mail-qk0-f194.google.com [209.85.220.194]) by arlo.cworth.org (Postfix) with ESMTPS id C249B6DE1290 for ; Mon, 21 Nov 2016 12:26:26 -0800 (PST) Received: by mail-qk0-f194.google.com with SMTP id h201so49776382qke.3 for ; Mon, 21 Nov 2016 12:26:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:subject:in-reply-to:references:date:message-id:mime-version; bh=AfMLZgJkKlBUSpVdGm8tvg6qPmiAFzb+JT02oywYZdk=; b=ON17jhlh//+8u5wHy6+6/Uzq3vchEB2rH68Y8xTzFIoulxthzudtaXaFVlwWx+aGpN hKGGLAcK1Oj6kLLMTI5UcWyMf1zST3gTz8ZP7+iq/Csukl5OpouxyDxGBR76lOD+SKW4 M+AbosM6EghcZnnOiPyfLw/8PwpzBEVG93fvaypJJeDdgAbpk7aKBm1RAvjsewcZSz8W pdSTwlaji6AX44h+F5ag8d1ztbq+NTYBm3OWz4MqGEDhBYDf/7kAhQaiVpx+ESDJGZRm DktBkdvIqKyopRNYdC1PnkZ/6tsXlFlZXWifk5YN1mXqlVNTRl1CFScaenbrTLVsMbmW pgzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=AfMLZgJkKlBUSpVdGm8tvg6qPmiAFzb+JT02oywYZdk=; b=ZyNHTUJwcB8+2kMEsJK+cyBBpYg9FpYB8Qa/fFO8USwcfq27uM58dD6tGyUnbxFUKM O/p1OCuEQo0a9UqRudKRWZI0ReHE4A8uJCz4egn5l0KNJeBs5FpA/9JoCWdBuX/HZzfb rlzcoSzZDBjUnMFKC90/JO6DtUZ4wblPmZy+q+hUlziMFrd3SZ88AVYuVCgqVE1J5RtL rWx707tRUYGqK5R1UG4jqsnUPUhVR3KSwADAlotK28IYJSrg8lRfaSZKunoNwtwPmgeD gSitsccTIXU7qmnTAl8Fv2EWoKYCTR9YCJA1DwyiJepw/OET511yO33fegrxWLtJbLXH IdnQ== X-Gm-Message-State: AKaTC012/uJ4WLUAcanHtsz31sfjNNaK1lcOEFS03LiaiiB9vbj3KbfMbUGqtqR8+AQ7lQ== X-Received: by 10.46.78.2 with SMTP id c2mr9557346ljb.62.1479759985697; Mon, 21 Nov 2016 12:26:25 -0800 (PST) Received: from localhost (dsl-hkibrasgw2-58c368-70.dhcp.inet.fi. [88.195.104.70]) by smtp.gmail.com with ESMTPSA id h3sm5694827lfj.27.2016.11.21.12.26.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Nov 2016 12:26:25 -0800 (PST) From: Jani Nikula To: Tomi Ollila , David Bremner , Ico Doornekamp , notmuch@notmuchmail.org Subject: Re: [PATCH] gzclose_r() and gzclose_w() are not available in older... In-Reply-To: References: <1479640516-33847-1-git-send-email-ico@pruts.nl> <878tscofgm.fsf@tesseract.cs.unb.ca> Date: Mon, 21 Nov 2016 22:24:31 +0200 Message-ID: <87eg24k2dc.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 20:26:27 -0000 On Mon, 21 Nov 2016, Tomi Ollila wrote: > On Mon, Nov 21 2016, David Bremner wrote: > >> I take the submitters word for the first version supporting gzclose > > I tried this patch on Scientific Linux 6.2 -- after applied it I changed > the check to >= 1.2.3 (to the one used in sl62). > > This compiles fine but tests fails miserably. zlib 1.2.5.2 (the version we currently require) was released 2011-12-17. I wouldn't put any effort into supporting an even older version of zlib. We've dropped support for newer stuff (and we're still pretty conservative). BR, Jani.