From owner-cvs-all@FreeBSD.ORG Tue Apr 1 08:43:08 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 842281065670 for ; Tue, 1 Apr 2008 08:43:08 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 54A838FC1B for ; Tue, 1 Apr 2008 08:43:08 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2422294waf.3 for ; Tue, 01 Apr 2008 01:43:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=Qw6aLqMuYpP8rl2YqM+b4nACpBsSiBGif0UhLksMW/M=; b=ore4hnKhwOPh9QAURWg+6nq20z8+gz9nSQ3veMIUMtZH1HFPUr+1uof7QULI/cMzleapPyB3PlE4E0Uafq6oMyTgcM5otlwIA0e2vzPIkbg7CpkU1cUYatVgF99mvwJIdnXPHNHnsdT8XAZyD62oRwbgNrPD9rDOvlBaO44TXuw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=H5TM0BdM7d8Cmo0TkbtWqdccV0ZbNT1YJcsvUMTRfPdzgP8B9mJ3b0+Ur6tZ/cLfCLL6zDN15LbJ4g26Hi7Eyek+GuvmWIIWNF/3HIJatPbXJFAr+CTrFc4DVwKgQzc/0dEI0sJal7yHc3Or+meYjd91VyPlYjTFQRqk32tMWMc= Received: by 10.114.110.12 with SMTP id i12mr11873950wac.73.1207039388024; Tue, 01 Apr 2008 01:43:08 -0700 (PDT) Received: by 10.114.57.4 with HTTP; Tue, 1 Apr 2008 01:43:07 -0700 (PDT) Message-ID: Date: Tue, 1 Apr 2008 09:43:07 +0100 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: "Ruslan Ermilov" In-Reply-To: <20080401045140.GB40865@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803311245.m2VCjICB008584@repoman.freebsd.org> <20080331125802.M816@FreeBSD.org> <20080401045140.GB40865@team.vega.ru> X-Google-Sender-Auth: b2382d67d6ebc547 Cc: cvs-src@freebsd.org, Pav Lucistnik , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/pkg_install Makefile src/usr.sbin/pkg_install/sign Makefile README check.c common.c extern.h gzip.c gzip.h main.c pgp.h pgp_check.c pgp_sign.c pkg_sign.1 sha1.c sign.c stand.c stand.h x509.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 08:43:08 -0000 On Tue, Apr 1, 2008 at 5:51 AM, Ruslan Ermilov wrote: > > On Mon, Mar 31, 2008 at 02:44:35PM +0100, Florent Thoumie wrote: > > On Mon, Mar 31, 2008 at 1:58 PM, Pav Lucistnik wrote: > > > On Mon, 31 Mar 2008 12:45:18 +0000 (UTC), Florent Thoumie wrote > > > > > > > flz 2008-03-31 12:45:18 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > usr.sbin/pkg_install Makefile > > > > Removed files: > > > > usr.sbin/pkg_install/sign Makefile README check.c common.c > > > > extern.h gzip.c gzip.h main.c pgp.h > > > > pgp_check.c pgp_sign.c pkg_sign.1 > > > > sha1.c sign.c stand.c stand.h x509.c > > > > Log: > > > > Retire pkg_sign. It was used to embed signatures in gzip'ed packages. > > > > It's not relevant since we've changed to bzip2 compression. > > > > > > Yay! > > > > > > Is the -lssl -lcrypto needed for anything else? If not, could you yank it out > > > from pkg_install/Makefile.inc ? > > > > If it links against libfetch and MK_OPENSSL!=no, it will link against > > libssl and libcrypto. > > > > Now I guess it's just a matter of explicit linking (if you remove > > those references, it still builds fine). > > > We support static linking for which they're still necessary. Right. Thanks Ruslan for the clarification. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer