Date: Tue, 1 Apr 2008 08:51:40 +0400 From: Ruslan Ermilov <ru@freebsd.org> To: Florent Thoumie <flz@freebsd.org> Cc: cvs-src@freebsd.org, Pav Lucistnik <pav@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 Message-ID: <20080401045140.GB40865@team.vega.ru> In-Reply-To: <a01628140803310644s54eeef67w2da058727e058820@mail.gmail.com> References: <200803311245.m2VCjICB008584@repoman.freebsd.org> <20080331125802.M816@FreeBSD.org> <a01628140803310644s54eeef67w2da058727e058820@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 31, 2008 at 02:44:35PM +0100, Florent Thoumie wrote: > On Mon, Mar 31, 2008 at 1:58 PM, Pav Lucistnik <pav@freebsd.org> 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. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080401045140.GB40865>