aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-18 11:46:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-18 11:46:03 -0400
commit4b4e20d490f333804179e9046cdaed6bd70aa02c (patch)
tree7cde4b423e4bb9d359a8e4ea76baf2e05c9e0116
parente6343bd0a89fd5f517f161c08bc8d6de8502b265 (diff)
update
-rw-r--r--doc/bugs/git_security_fix.mdwn6
-rw-r--r--doc/devblog/day_374__security_fix.mdwn4
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/bugs/git_security_fix.mdwn b/doc/bugs/git_security_fix.mdwn
index 559f392cf..3ce6c4b07 100644
--- a/doc/bugs/git_security_fix.mdwn
+++ b/doc/bugs/git_security_fix.mdwn
@@ -7,12 +7,12 @@ status of autobuilds:
* Linux is fixed (all builds)
* OSX pending (host is moving)
-* Windows waiting on updated release of git for Windows
+* Windows does not bundle git
* Android is fixed (git build is untested)
status of released builds:
* Linux is fixed (all builds)
-* OSX is vulnerable
-* Windows is vulnerable
+* OSX is **vulnerable**
+* Windows does not bundle git
* Android is fixed (git build is untested)
diff --git a/doc/devblog/day_374__security_fix.mdwn b/doc/devblog/day_374__security_fix.mdwn
new file mode 100644
index 000000000..c1d20bbdf
--- /dev/null
+++ b/doc/devblog/day_374__security_fix.mdwn
@@ -0,0 +1,4 @@
+Pushed out a git-annex release this morning mostly because of the recent
+[[bugs/git_security_fix]]. Several git-annex builds bundle a copy of git and
+needed to be updated. Note that the OSX autobuilder is temporarily down and
+so it's not been updated yet -- hopefully soon.