From owner-freebsd-ports@FreeBSD.ORG Sat Feb 7 17:23:04 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B843DE1D for ; Sat, 7 Feb 2015 17:23:04 +0000 (UTC) Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F23FFCA for ; Sat, 7 Feb 2015 17:23:04 +0000 (UTC) Received: by mail-yh0-f53.google.com with SMTP id v1so8762021yhn.12 for ; Sat, 07 Feb 2015 09:23:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=zz8J4SDPpAiHbYAFni7lTTPhbYHqV4ytOQX4EHAcSj0=; b=Pj3BjDcweIuMt/tRNVJ0Nv2/yIXGkI1vU2AEwAjax+RVzij/l/NXgyTAap1C9JIJ5l oFV6s7R45TOc995nElm5Xq4ztq/4mdKMf/IV9EvWWrZLMTCNwloFjg/SMdPYQR0qZkM+ vHhRKX1P5uv+gqUR/auY3fMnt4mRhvpmFFOib9+UgHdZsGpdnP9Q8ZYCHQIuE1ur2/lT DQT7w5bG3jZhiDPOZUoaVDB9089ThwUba5NG4xqejD/ObREGAIZCelSQ0FePG/RUdPtc 8rz9EbznqIL/cjAIT6jIFKPVQgT0a6s0RXdNNojPANI4AQPvU4PWMbHFULVMQKA3TwAm 3a6w== MIME-Version: 1.0 X-Received: by 10.236.30.98 with SMTP id j62mr3356466yha.105.1423329783494; Sat, 07 Feb 2015 09:23:03 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.142.198 with HTTP; Sat, 7 Feb 2015 09:23:03 -0800 (PST) In-Reply-To: <20150207171206.GX44537@home.opsec.eu> References: <20150206203818.GU44537@home.opsec.eu> <20150207071940.GV44537@home.opsec.eu> <20150207171206.GX44537@home.opsec.eu> Date: Sat, 7 Feb 2015 17:23:03 +0000 X-Google-Sender-Auth: QdnaYim96l5uW3a-TvP01IMgExc Message-ID: Subject: Re: Hotfix and unbreak update that need to be commited From: Antoine Brodin To: Kurt Jaeger Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Mailing List , =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 17:23:04 -0000 On Sat, Feb 7, 2015 at 5:12 PM, Kurt Jaeger wrote: > Hi! > >> >> jbeich suggests in > >> >> https://lists.freebsd.org/pipermail/svn-ports-all/2015-February/084775.html > >> >> that you improve the patch using SRC_BASE and test if SRC_BASE >> >> is available. Can you submit this and send me the PR ? I'll get it >> >> committed. > >> Done: >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197394 > > Committed, thanks! I fixed the check but this still looks wrong, why doesn't the port link dynamically against zlib? If there is a vulnerability in zlib, the port won't be fixed by a zlib update. Cheers, Antoine