summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 11:08:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 11:08:32 -0400
commit8898cbf038733ef37af81e69c78bef29a438dcfb (patch)
tree73b4baaa1263232b77cfe182e7899aeb06465686
parent4616025ddd412830fe0ef548a8d6c105473667d7 (diff)
update some windows libraries for newer version of cygwin
-rw-r--r--Build/NullSoftInstaller.hs3
-rw-r--r--debian/changelog2
2 files changed, 4 insertions, 1 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs
index 42260bd3f..160225bf1 100644
--- a/Build/NullSoftInstaller.hs
+++ b/Build/NullSoftInstaller.hs
@@ -191,11 +191,12 @@ cygwinDlls =
, "cygintl-8.dll"
, "cygwind-0.dll"
, "cyggssapi-3.dll"
+ , "cyggssapi_krb5-2.dll"
, "cygkrb5-26.dll"
, "cygz.dll"
, "cygidn-11.dll"
, "libcurl-4.dll"
- , "cyggnutls-26.dll"
+ , "cyggnutls-28.dll"
, "libcrypto.dll"
, "libssl.dll"
, "cyggcrypt-11.dll"
diff --git a/debian/changelog b/debian/changelog
index ba498e0a1..ed8e38973 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ git-annex (5.20150410) UNRELEASED; urgency=medium
* required: New command, like wanted, but for required content.
* Removed dependency on haskell SHA library,
instead using cryptohash >= 0.11.0.
+ * Windows: Bundled versions of rsync, wget, ssh, and gpg from
+ cygwin all updated. Thanks, Yury V. Zaytsev.
-- Joey Hess <id@joeyh.name> Thu, 09 Apr 2015 20:59:43 -0400