From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH v2] git: update to 2.12.1
Date: Tue, 18 Apr 2017 13:33:44 +0100 [thread overview]
Message-ID: <1492518824.11653.59.camel@ipfire.org> (raw)
In-Reply-To: <f09b5f7210dc1f33dd6a8668cd86a6fd@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 7440 bytes --]
Could you change it to the official release tarball which also has a configure
script?
On Tue, 2017-04-18 at 14:27 +0200, Marcel Lorenz wrote:
> Hi,
>
> i have the file from here:
>
> https://github.com/git/git/releases
>
> Best,
> Marcel
>
> Am 2017-04-18 14:17, schrieb Michael Tremer:
> > Hi,
> >
> > the tarball from here
> >
> > https://www.kernel.org/pub/software/scm/git/git-2.12.1.tar.gz
> >
> > does not match with the checksum in the LFS file. Where did you
> > download yours
> > from?
> >
> > -Michael
> >
> > On Fri, 2017-04-14 at 09:22 +0200, Marcel Lorenz wrote:
> > > Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
> > > ---
> > > config/rootfiles/packages/git | 29 ++++++++++++++++-------------
> > > lfs/git | 11 ++++++-----
> > > 2 files changed, 22 insertions(+), 18 deletions(-)
> > >
> > > diff --git a/config/rootfiles/packages/git
> > > b/config/rootfiles/packages/git
> > > index ea31b20..bf9e372 100644
> > > --- a/config/rootfiles/packages/git
> > > +++ b/config/rootfiles/packages/git
> > > @@ -10,18 +10,18 @@ usr/lib/perl5/site_perl/5.12.3/Error.pm
> > > usr/lib/perl5/site_perl/5.12.3/Git.pm
> > > usr/lib/perl5/site_perl/5.12.3/Git/I18N.pm
> > > usr/lib/perl5/site_perl/5.12.3/Git/IndexInfo.pm
> > > -#usr/lib/perl5/site_perl/5.12.3/Git/SVN
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN.pm
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN/Editor.pm
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN/Fetcher.pm
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN/GlobSpec.pm
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN/Log.pm
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN/Memoize
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN/Memoize/YAML.pm
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN/Migration.pm
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN/Prompt.pm
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN/Ra.pm
> > > -usr/lib/perl5/site_perl/5.12.3/Git/SVN/Utils.pm
> > > +usr/lib/perl5/site_perl/5.12.3/Git/SVN
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN.pm
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN/Editor.pm
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN/Fetcher.pm
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN/GlobSpec.pm
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN/Log.pm
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN/Memoize
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN/Memoize/YAML.pm
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN/Migration.pm
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN/Prompt.pm
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN/Ra.pm
> > > +#usr/lib/perl5/site_perl/5.12.3/Git/SVN/Utils.pm
> > > #usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/Git
> > > #usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-
> > > multi/auto/Git/.packlist
> > > #usr/libexec/git-core
> > > @@ -138,7 +138,6 @@ usr/libexec/git-core/git-rebase--interactive
> > > usr/libexec/git-core/git-rebase--merge
> > > usr/libexec/git-core/git-receive-pack
> > > usr/libexec/git-core/git-reflog
> > > -usr/libexec/git-core/git-relink
> > > usr/libexec/git-core/git-remote
> > > usr/libexec/git-core/git-remote-ext
> > > usr/libexec/git-core/git-remote-fd
> > > @@ -201,6 +200,7 @@ usr/libexec/git-core/mergetools/diffmerge
> > > usr/libexec/git-core/mergetools/diffuse
> > > usr/libexec/git-core/mergetools/ecmerge
> > > usr/libexec/git-core/mergetools/emerge
> > > +usr/libexec/git-core/mergetools/examdiff
> > > usr/libexec/git-core/mergetools/gvimdiff
> > > usr/libexec/git-core/mergetools/gvimdiff2
> > > usr/libexec/git-core/mergetools/gvimdiff3
> > > @@ -228,6 +228,7 @@
> > > usr/share/git-core/templates/hooks/pre-applypatch.sample
> > > usr/share/git-core/templates/hooks/pre-commit.sample
> > > usr/share/git-core/templates/hooks/pre-push.sample
> > > usr/share/git-core/templates/hooks/pre-rebase.sample
> > > +usr/share/git-core/templates/hooks/pre-receive.sample
> > > usr/share/git-core/templates/hooks/prepare-commit-msg.sample
> > > usr/share/git-core/templates/hooks/update.sample
> > > #usr/share/git-core/templates/info
> > > @@ -270,6 +271,7 @@ usr/share/git-core/templates/info/exclude
> > > #usr/share/git-gui/lib/msgs/ja.msg
> > > #usr/share/git-gui/lib/msgs/nb.msg
> > > #usr/share/git-gui/lib/msgs/pt_br.msg
> > > +#usr/share/git-gui/lib/msgs/pt_pt.msg
> > > #usr/share/git-gui/lib/msgs/ru.msg
> > > #usr/share/git-gui/lib/msgs/sv.msg
> > > #usr/share/git-gui/lib/msgs/vi.msg
> > > @@ -302,6 +304,7 @@ usr/share/git-core/templates/info/exclude
> > > #usr/share/gitk/lib/msgs/it.msg
> > > #usr/share/gitk/lib/msgs/ja.msg
> > > #usr/share/gitk/lib/msgs/pt_br.msg
> > > +#usr/share/gitk/lib/msgs/pt_pt.msg
> > > #usr/share/gitk/lib/msgs/ru.msg
> > > #usr/share/gitk/lib/msgs/sv.msg
> > > #usr/share/gitk/lib/msgs/vi.msg
> > > diff --git a/lfs/git b/lfs/git
> > > index 564bc09..9b55b20 100644
> > > --- a/lfs/git
> > > +++ b/lfs/git
> > > @@ -1,7 +1,7 @@
> > > #########################################################################
> > > ####
> > > ##
> > > #
> > >
> > > #
> > > # IPFire.org - A linux based
> > > firewall #
> > > -# Copyright (C) 2013 IPFire
> > > Team <info(a)ipfire.org>
> > > #
> > > +# Copyright (C) 2017 IPFire
> > > Team <info(a)ipfire.org>
> > > #
> > > #
> > >
> > > #
> > > # This program is free software: you can redistribute it and/or
> > > modify #
> > > # it under the terms of the GNU General Public License as published
> > > by #
> > > @@ -24,15 +24,15 @@
> > >
> > > include Config
> > >
> > > -VER = 2.7.4
> > > +VER = 2.12.1
> > >
> > > THISAPP = git-$(VER)
> > > -DL_FILE = $(THISAPP).tar.xz
> > > +DL_FILE = $(THISAPP).tar.gz
> > > DL_FROM = $(URL_IPFIRE)
> > > DIR_APP = $(DIR_SRC)/$(THISAPP)
> > > TARGET = $(DIR_INFO)/$(THISAPP)
> > > PROG = git
> > > -PAK_VER = 13
> > > +PAK_VER = 14
> > >
> > > DEPS = "perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL"
> > >
> > > @@ -44,7 +44,7 @@ objects = $(DL_FILE)
> > >
> > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> > >
> > > -$(DL_FILE)_MD5 = b0219fcb6d73104361f4fbdba3741d00
> > > +$(DL_FILE)_MD5 = a05c614c80ecd41e50699f1562e1130c
> > >
> > > install : $(TARGET)
> > >
> > > @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) :
> > > $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> > > @$(PREBUILD)
> > > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf
> > > $(DIR_DL)/$(DL_FILE)
> > > + cd $(DIR_APP) && autoconf
> > > cd $(DIR_APP) && ./configure \
> > > --with-gitconfig=/etc/gitconfig \
> > > --prefix=/usr \
>
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2017-04-18 12:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-14 7:22 Marcel Lorenz
2017-04-18 12:17 ` Michael Tremer
2017-04-18 12:27 ` Marcel Lorenz
2017-04-18 12:33 ` Michael Tremer [this message]
2017-04-18 12:43 ` Marcel Lorenz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1492518824.11653.59.camel@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox