diff options
author | adam <adam> | 2014-11-01 11:34:00 +0000 |
---|---|---|
committer | adam <adam> | 2014-11-01 11:34:00 +0000 |
commit | 488a21947dcba25c5a263e6db7231d09a66b12b9 (patch) | |
tree | 795b154f82f07a2cd6db6aa602ac35d20466fe14 | |
parent | 3483eb1d82755b73ee10f0ae757a5e2989126c78 (diff) | |
download | pkgsrc-488a21947dcba25c5a263e6db7231d09a66b12b9.tar.gz |
Changes 2.1.3:
* Some MUAs mangled a line in a message that begins with "From " to
">From " when writing to a mailbox file and feeding such an input to
"git am" used to lose such a line.
* "git daemon" (with NO_IPV6 build configuration) used to incorrectly
use the hostname even when gethostbyname() reported that the given
hostname is not found.
* Newer versions of 'meld' breaks the auto-detection we use to see if
they are new enough to support the `--output` option.
* "git pack-objects" forgot to disable the codepath to generate
object recheability bitmap when it needs to split the resulting
pack.
* "gitweb" used deprecated CGI::startfrom, which was removed from
CGI.pm as of 4.04; use CGI::start_from instead.
* "git log" documentation had an example section marked up not
quite correctly, which passed AsciiDoc but failed with
AsciiDoctor.
Also contains some documentation updates.
-rw-r--r-- | devel/git-base/distinfo | 8 | ||||
-rw-r--r-- | devel/git/Makefile.version | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/git-base/distinfo b/devel/git-base/distinfo index 8799c8ed15c..8fd5e429af4 100644 --- a/devel/git-base/distinfo +++ b/devel/git-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2014/10/01 12:08:24 adam Exp $ +$NetBSD: distinfo,v 1.18 2014/11/01 11:34:00 adam Exp $ -SHA1 (git-2.1.2.tar.xz) = b0d38bf2161286f2039a9a2adb4c8f7e5308e824 -RMD160 (git-2.1.2.tar.xz) = d0bbcda6fc24d8ea6aee2f1069921d8bba5d63c7 -Size (git-2.1.2.tar.xz) = 3541584 bytes +SHA1 (git-2.1.3.tar.xz) = 42a850edee36170f70a1b6231b80c50f77ac237e +RMD160 (git-2.1.3.tar.xz) = 83dd698c1dadc9c5a45a2094c32536b64c8452d2 +Size (git-2.1.3.tar.xz) = 3542704 bytes SHA1 (patch-aa) = 62170081fcf3831ba7316b5914657063c668a80b SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version index c079ff7ae7f..0242e07b2cf 100644 --- a/devel/git/Makefile.version +++ b/devel/git/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.14 2014/10/01 12:08:24 adam Exp $ +# $NetBSD: Makefile.version,v 1.15 2014/11/01 11:34:00 adam Exp $ # # used by devel/git/Makefile.common # used by devel/git-svn/Makefile -GIT_VERSION= 2.1.2 +GIT_VERSION= 2.1.3 |