From mboxrd@z Thu Jan 1 00:00:00 1970 From: cgit at cryptocrack.de (Lukas Fleischer) Date: Thu, 09 Jan 2014 08:30:46 +0100 Subject: [PATCH 2/2] README: Update dependencies In-Reply-To: References: <1389206730-15629-1-git-send-email-cgit@cryptocrack.de> <1389206730-15629-2-git-send-email-cgit@cryptocrack.de> Message-ID: <20140109073046.17499.17677@typhoon.lan> On Wed, 08 Jan 2014 at 22:05:37, Jason A. Donenfeld wrote: > We don't exactly depend on git, since we more or less include [a > reference to] the version we like with it. Perhaps we should remove > this from the deps all together. We depend on Git in the test suite. Maybe this should be changed to use the binary from the Git submodule instead? > > On Wed, Jan 8, 2014 at 7:45 PM, Lukas Fleischer wrote: > > * Update Git version note to 1.8.5. > > * Use proper upstream names of dependencies. > > > > Signed-off-by: Lukas Fleischer > > --- > > README | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/README b/README > > index 0c35f96..ca6e35a 100644 > > --- a/README > > +++ b/README > > @@ -35,10 +35,10 @@ file (see the Makefile for details). > > Dependencies > > ------------ > > > > -* git 1.7.4 > > -* zip lib > > -* crypto lib > > -* openssl lib > > +* Git 1.8.5 > > +* libzip > > +* libcrypto (OpenSSL) > > +* libssl (OpenSSL) > >