From 7ce8b2a90c813bee2dd82d15f022b8337843999e Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 10 Oct 2014 15:59:04 -0400 Subject: [PATCH] locksmith: Stop leaking dbus.Conn in etcdActive Fixes ooms in locksmithd. --- .../{locksmith-0.1.8.ebuild => locksmith-0.1.9.ebuild} | 0 .../coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/{locksmith-0.1.8.ebuild => locksmith-0.1.9.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.1.8.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.1.9.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.1.8.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.1.9.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild index 08d64d5d04..b5867c87f5 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild @@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64" else - CROS_WORKON_COMMIT="b10ecf40fed3efd248b711188c5b6d1a6e34361f" # v0.1.8 tag + CROS_WORKON_COMMIT="c50d9939f9c08af8b0a2a615003471df3a4e79bc" # v0.1.9 tag KEYWORDS="amd64" fi