pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Changes 1.8.3.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a757c0e1f10c
branches:  trunk
changeset: 621890:a757c0e1f10c
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jul 20 11:56:27 2013 +0000

description:
Changes 1.8.3.3:
* "git apply" parsed patches that add new files, generated by programs
  other than Git, incorrectly.  This is an old breakage in v1.7.11.
* Older cURL wanted piece of memory we call it with to be stable, but
  we updated the auth material after handing it to a call.
* "git pull" into nothing trashed "local changes" that were in the
  index.
* Many "git submodule" operations did not work on a submodule at a
  path whose name is not in ASCII.
* "cherry-pick" had a small leak in its error codepath.
* Logic used by git-send-email to suppress cc mishandled names like
  "A U. Thor" <author%example.xz@localhost>, where the human readable part
  needs to be quoted (the user input may not have the double quotes
  around the name, and comparison was done between quoted and
  unquoted strings).  It also mishandled names that need RFC2047
  quoting.
* "gitweb" forgot to clear a global variable $search_regexp upon each
  request, mistakenly carrying over the previous search to a new one
  when used as a persistent CGI.
* The wildmatch engine did not honor WM_CASEFOLD option correctly.
* "git log -c --follow $path" segfaulted upon hitting the commit that
  renamed the $path being followed.
* When a reflog notation is used for implicit "current branch",
  e.g. "git log @{u}", we did not say which branch and worse said
  "branch ''" in the error messages.
* Mac OS X does not like to write(2) more than INT_MAX number of
  bytes; work it around by chopping write(2) into smaller pieces.
* Newer MacOS X encourages the programs to compile and link with
  their CommonCrypto, not with OpenSSL.
Also contains various minor documentation updates.

diffstat:

 devel/scmgit-base/distinfo    |  8 ++++----
 devel/scmgit/Makefile.version |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 5d4f2575ca36 -r a757c0e1f10c devel/scmgit-base/distinfo
--- a/devel/scmgit-base/distinfo        Sat Jul 20 10:20:56 2013 +0000
+++ b/devel/scmgit-base/distinfo        Sat Jul 20 11:56:27 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.73 2013/06/16 06:31:11 adam Exp $
+$NetBSD: distinfo,v 1.74 2013/07/20 11:56:27 adam Exp $
 
-SHA1 (git-1.8.3.1.tar.gz) = 32562a231fe4422bc033bf872fffa61f41ee2669
-RMD160 (git-1.8.3.1.tar.gz) = 72661dfa511dd41104e74622f38ed7875e492799
-Size (git-1.8.3.1.tar.gz) = 4470932 bytes
+SHA1 (git-1.8.3.3.tar.gz) = 417cb12660446702bffc5c2c83cbb6e7f1e60c79
+RMD160 (git-1.8.3.3.tar.gz) = 7517b77a71f8b88a7b75cd1867b41372259810a7
+Size (git-1.8.3.3.tar.gz) = 4478249 bytes
 SHA1 (patch-aa) = 47e743aedffe231477d82d1190787af64faaa4b4
 SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
 SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
diff -r 5d4f2575ca36 -r a757c0e1f10c devel/scmgit/Makefile.version
--- a/devel/scmgit/Makefile.version     Sat Jul 20 10:20:56 2013 +0000
+++ b/devel/scmgit/Makefile.version     Sat Jul 20 11:56:27 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.58 2013/06/16 06:31:11 adam Exp $
+# $NetBSD: Makefile.version,v 1.59 2013/07/20 11:56:27 adam Exp $
 #
 # used by devel/scmgit/Makefile.common
 # used by www/gitweb/Makefile
 
-GIT_VERSION=   1.8.3.1
+GIT_VERSION=   1.8.3.3



Home | Main Index | Thread Index | Old Index