From owner-cvs-all@FreeBSD.ORG Mon Mar 31 14:12:35 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 6EC3D106566B for ; Mon, 31 Mar 2008 14:12:35 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.183]) by mx1.freebsd.org (Postfix) with ESMTP id 295FE8FC16 for ; Mon, 31 Mar 2008 14:12:35 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so403934ele.12 for ; Mon, 31 Mar 2008 07:12:33 -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=QAWx1ErBFcBST8O0j2ggUOzQnNNLCrh0hLkX5Ym3RCg=; b=Ogf8b+lq0TOyiEgOTevjMgM6V6HwgBdMLm3q7PkEUJmibygA3tCVOMk2CHr3D4HM7pgVdztWa3oVCe2oXOOc5qFBXLnf43etgXZVqXd1Miw4r+DjrAhkWKdnd+w8iKC/BlJlYB1HWao6hfA3T23fF9j2OLDU2TgwkcILGdjZvBE= 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=sqA50la55ZBjS0Ro+g098GfkKgDJNMujdq0Rf4ef6fMc8Dom5xADW3iAWettrc/IfTseWit0mJrNea2766AdHOCKeozqciYF5h+PXBhRS1aLpNDP5KGek6PhP0pvWlt9PeOPOxc+gT5X7bdkd3GBd/KFmayNECT75tKv6wDW7Xg= Received: by 10.114.169.2 with SMTP id r2mr9952250wae.118.1206971075902; Mon, 31 Mar 2008 06:44:35 -0700 (PDT) Received: by 10.114.57.4 with HTTP; Mon, 31 Mar 2008 06:44:35 -0700 (PDT) Message-ID: Date: Mon, 31 Mar 2008 14:44:35 +0100 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: "Pav Lucistnik" In-Reply-To: <20080331125802.M816@FreeBSD.org> 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> X-Google-Sender-Auth: 67ec9a62927d16c1 Cc: cvs-src@freebsd.org, 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: Mon, 31 Mar 2008 14:12:35 -0000 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). -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer