From b7621da757b3d6e660d2b0e84d7ab6c7628e4007 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 26 Apr 2018 16:55:44 +0200 Subject: [PATCH 1/2] accountsservice: Add patch to not call `getpwnam()` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, `accounts-daemon` periodically hogs one thread, because it reads `/etc/group`. But it’s not necessary, so remove the code [1]. [1] https://bugs.freedesktop.org/show_bug.cgi?id=106240 --- accountsservice.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accountsservice.be0 b/accountsservice.be0 index 9038625da..4ce605c7c 100755 --- a/accountsservice.be0 +++ b/accountsservice.be0 @@ -15,7 +15,7 @@ SRCURL[0]="https://www.freedesktop.org/software/accountsservice/accountsservice- ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/wtmp-helper-dont-call-getpwnam.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not From d79cd77b4728d4ebf53ca3d84e7be569670e8bb9 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 26 Apr 2018 16:57:43 +0200 Subject: [PATCH 2/2] accountsservice: Increment revision --- accountsservice.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accountsservice.be0 b/accountsservice.be0 index 4ce605c7c..892dc5553 100755 --- a/accountsservice.be0 +++ b/accountsservice.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION accountsservice-0.6.45-0 +# BEE_VERSION accountsservice-0.6.45-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)