[Pkg-sssd-devel] [Git][sssd-team/sssd][upstream] 39 commits: po: update translations

Timo Aaltonen (@tjaalton) gitlab at salsa.debian.org
Wed Jul 6 06:53:46 BST 2022



Timo Aaltonen pushed to branch upstream at Debian SSSD packaging / sssd


Commits:
3d16e741 by 김인수 at 2022-06-14T22:38:05+03:00
po: update translations

(Korean) currently translated at 100.0% (625 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ko/

- - - - -
3678f40b by Elena Mishina at 2022-06-14T22:38:05+03:00
po: update translations

(Russian) currently translated at 100.0% (628 of 628 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ru/

- - - - -
0239ad06 by Yuri Chornoivan at 2022-06-14T22:38:05+03:00
po: update translations

(Ukrainian) currently translated at 100.0% (628 of 628 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/uk/

- - - - -
8136a60f by Yuri Chornoivan at 2022-06-15T15:23:11+02:00
Fix minor typo

Reviewed-by: Alexey Tikhonov <atikhono at redhat.com>
Reviewed-by: Jakub Vávra <jvavra at redhat.com>
(cherry picked from commit 8ff6dee14190790560f13ccbec2210177a553f60)

- - - - -
42e4bbff by Iker Pedrosa at 2022-06-15T15:23:32+02:00
CI: update python dependencies to version 3

Update python dependencies in debian derivatives to version 3. Also
update the python style checker.

Signed-off-by: Iker Pedrosa <ipedrosa at redhat.com>

Reviewed-by: Pavel Březina <pbrezina at redhat.com>
(cherry picked from commit 2156e37802f93d9e20298023c4dc72622b67c0ef)

- - - - -
3bf58985 by Iker Pedrosa at 2022-06-15T15:23:32+02:00
CI: build debian without python 2 bindings

Signed-off-by: Iker Pedrosa <ipedrosa at redhat.com>

Reviewed-by: Pavel Březina <pbrezina at redhat.com>
(cherry picked from commit a8fc21c292bace832351146c524d8080d56c0418)

- - - - -
5d39cd5c by Pavel Březina at 2022-06-15T15:23:32+02:00
tests: fix pep8 issues

Reviewed-by: Pavel Březina <pbrezina at redhat.com>
(cherry picked from commit ab49bfd7e84ecdb89fe26a611c41282a927191be)

- - - - -
b7893b9a by Pavel Březina at 2022-06-15T15:23:32+02:00
ci: switch to debian-latest

Reviewed-by: Pavel Březina <pbrezina at redhat.com>
(cherry picked from commit 24de04dde39a191bd7b9b3a680d8770879eefb8f)

- - - - -
7f71eec4 by Pavel Březina at 2022-06-15T15:25:37+02:00
ci: upload test-suite.log as an artifact

Reviewed-by: Alejandro Lopez <allopez at redhat.com>
Reviewed-by: Justin Stephenson <jstephen at redhat.com>
(cherry picked from commit dc0eec59f3d805abc2d97f68021de801db1bf561)

- - - - -
490b23be by Jakub Vavra at 2022-06-17T06:57:10+02:00
Tests: Fix/finish Sasl authid tests, minor tweak to hostname test.

The ported sasl authid tests did not work because the realm join in the original
bash was slightly different than what was done in adjoin fixture.
Fixed that by joining the AD manually in those two tests. Removed unneeded code from sasl tests.
Test test_0015_ad_parameters_ad_hostname_machine is not quite stable,
hopefully changing the command order a bit can improve that.
Fixed violations found by flake8, pylint in the file (or added pylint ignore).
Removed stopping of sssd before configuration as it is done inside clear_sssd_cache anyway.

Reviewed-by: Dan Lavu <dlavu at redhat.com>
(cherry picked from commit fd90c0d61644038911f92dae9f91aa2067a68867)

- - - - -
8e2b83b5 by Shridhar Gadekar at 2022-06-17T11:44:43+02:00
Test: Minor trival testcase doc-string changes of rfc2307

Corrected the related bug for rfc207 related testcase.

Reviewed-by: Steeve Goveas <sgoveas at redhat.com>
(cherry picked from commit 27f481182bbed18f330b26f1adc69c529a3edfd7)

- - - - -
ae400d25 by Jakub Vavra at 2022-06-17T11:45:03+02:00
Fix some flake 8 violations

W504 line break after binary operator
E226 missing whitespace around arithmetic operator
E241 multiple spaces after ','
E502 the backslash is redundant between brackets
F541 f-string is missing placeholders

Reviewed-by: Iker Pedrosa <ipedrosa at redhat.com>
(cherry picked from commit b207d1de93105786bc8c0173f1cb7b24b369652a)

- - - - -
0b0fdb66 by Jakub Vavra at 2022-06-17T11:45:34+02:00
Tests: Add a test for bz2026799 bz2070138

SSSD authenticating to LDAP with obfuscated password produces Invalid authtoken type message
causing sssd_be to go offline (cross inter_ference of different provider plugins options)

Verifies
  Issue: https://github.com/SSSD/sssd/issues/5998
  Bugzilla:
    - https://bugzilla.redhat.com/show_bug.cgi?id=2026799
    - https://bugzilla.redhat.com/show_bug.cgi?id=2070138

Reviewed-by: Alexey Tikhonov <atikhono at redhat.com>
Reviewed-by: Shridhar Gadekar <sgadekar at redhat.com>
(cherry picked from commit a7faea3e28d9e42143838ec97af007cd78835bbc)

- - - - -
7f30777e by Pavel Březina at 2022-06-17T17:12:29+02:00
intgcheck: mark files provider tests as flaky

If python3-flaky is installed, it will re-run the test several times
to add it additional chance to pass to avoid ci failure.

These tests often fail in ci environment due to a race condition that
we were not able to identify so far.

Reviewed-by: Iker Pedrosa <ipedrosa at redhat.com>
Reviewed-by: Justin Stephenson <jstephen at redhat.com>
(cherry picked from commit 9a33cb82467723ceaccf4464cbca5e8c80416aed)

- - - - -
446002b9 by Pavel Březina at 2022-06-17T17:14:57+02:00
sbus: ensure single new line at end of file

Reviewed-by: Alexey Tikhonov <atikhono at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit 686786c65c4bb4c072ce63d770ba9f92857347e4)

Reviewed-by: Alejandro Lopez <allopez at redhat.com>
Reviewed-by: Alexey Tikhonov <atikhono at redhat.com>

- - - - -
440076eb by Pavel Březina at 2022-06-17T17:14:57+02:00
sbus: apply changes in codegen

Reviewed-by: Alejandro Lopez <allopez at redhat.com>
Reviewed-by: Alexey Tikhonov <atikhono at redhat.com>

- - - - -
fe79c4a0 by 김인수 at 2022-06-21T12:33:32+03:00
po: update translations

(Korean) currently translated at 100.0% (628 of 628 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ko/

- - - - -
e5902e1a by Piotr Drąg at 2022-06-21T12:33:32+03:00
po: update translations

(Polish) currently translated at 100.0% (628 of 628 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/pl/

- - - - -
2b62330c by Kemal Oktay Aktoğan at 2022-06-21T12:33:32+03:00
po: update translations

(Turkish) currently translated at 30.8% (194 of 628 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/tr/

- - - - -
590ff906 by Kemal Oktay Aktoğan at 2022-06-21T14:10:30+03:00
po: update translations

(Turkish) currently translated at 31.2% (196 of 628 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/tr/

- - - - -
289ff0ca by Iker Pedrosa at 2022-06-21T13:16:13+02:00
Fix E226 reported by flake8

E226 missing whitespace around arithmetic operator

Signed-off-by: Iker Pedrosa <ipedrosa at redhat.com>

Reviewed-by: Jakub Vávra <jvavra at redhat.com>
(cherry picked from commit f25ab6d7324da2f1a6fb626fb862beef230a75a7)

- - - - -
abc2ae56 by Alexey Tikhonov at 2022-06-21T13:16:41+02:00
PAM P11: fixed mistype in a log message

Reviewed-by: Justin Stephenson <jstephen at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit 1ed59fb6e6a1f244b6954e689be10c213ffebed3)

- - - - -
aec97331 by Alexey Tikhonov at 2022-06-21T13:16:41+02:00
PAM P11: fixed minor mem-leak

Reviewed-by: Justin Stephenson <jstephen at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit f1195229e016e2a3e1a7358ff87954d573b1dcac)

- - - - -
f0609d82 by Alexey Tikhonov at 2022-06-21T13:16:41+02:00
PAM: user feedback when login fails due to blocked PIN

Resolves: https://github.com/SSSD/sssd/issues/6153

Reviewed-by: Justin Stephenson <jstephen at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit 5433961b932010c6cdbdc7ffe5be0d119aeac2ad)

- - - - -
1861d434 by Pavel Březina at 2022-06-21T13:30:28+02:00
pot: update translations

- - - - -
17c60bb8 by Jakub Vavra at 2022-06-22T06:20:51+02:00
Tests: Extend test to cover bz2098615.

Reviewed-by: Madhuri Upadhye <mupadhye at redhat.com>
(cherry picked from commit 89191dd13e8287b0f0602ffe55ce194c117a6b1a)

- - - - -
754bacec by Shridhar Gadekar at 2022-06-28T14:52:13+02:00
Tests: 2FA prompting setting

minor edit of user fuser to {usr}
from the sssd.conf
Verifies: #6081

Reviewed-by: Scott Poore <spoore at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit b7c78b5cdae5c6e414bfe3495f0a617e79df36ba)

- - - - -
a123419e by Shridhar Gadekar at 2022-06-28T14:52:34+02:00
Test: better default for IPA/AD re_expression

AD-groups containing '@' sign in name, should be fetched
with default re_expression

Verify:
https://bugzilla.redhat.com/show_bug.cgi?id=2061795

Reviewed-by: Jakub Vávra <jvavra at redhat.com>
(cherry picked from commit 41cc086421b77bee64c59344573a824f45bfc83f)

- - - - -
a694a206 by Anuj Borah at 2022-06-28T14:52:55+02:00
Tests: Add automation for bz 2056035

'getent hosts' not return hosts if they have more than one CN in LDAP

Verifies
	Issue:https://github.com/SSSD/sssd/issues/6122
	Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2056035

Reviewed-by: Steeve Goveas <sgoveas at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit fdc89c7407ff8f32cce77249bc948dc0b702fa73)

- - - - -
0816b64c by Sumit Bose at 2022-07-01T11:06:51+02:00
conf: make libjose and libcurl required for oidc_child

With this patch configure will fail if oidc_child should be build but
either libcurl or libjose devel packages are not installed.

Resolves: https://github.com/SSSD/sssd/issues/6218

Reviewed-by: Alexey Tikhonov <atikhono at redhat.com>
Reviewed-by: Iker Pedrosa <ipedrosa at redhat.com>
(cherry picked from commit 00e5f3306dc4372d17e088df719dc6b11ee30b6b)

- - - - -
c7918bef by Alexey Tikhonov at 2022-07-01T11:25:11+02:00
CLIENT: use thread local storage for socket to avoid the need for a lock.

:relnote:All SSSD client libraries (nss, pam, etc) won't
serialize requests anymore by default, i.e. requests from
multiple threads can be executed in parallel.
Old behavior (serialization) can be enabled by setting
environment variable "SSS__LOCKFREE" to "NO".

Reviewed-by: Pavel Březina <pbrezina at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit 27f35f029e5f2acdbad0bf254f9784f038e52bf8)

- - - - -
455940d9 by Alexey Tikhonov at 2022-07-01T11:25:11+02:00
SSS_CLIENT: mem-cache: fixed missing error code

Reviewed-by: Pavel Březina <pbrezina at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit ffec99930ec84b586f4532246d04be6207396e54)

- - - - -
ddcf9a06 by Alexey Tikhonov at 2022-07-01T11:25:11+02:00
SSS_CLIENT: got rid of code duplication

Reviewed-by: Pavel Březina <pbrezina at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit ef26371aba94bdacf3898105398df7ef29fce57e)

- - - - -
0a8a5b6c by Alexey Tikhonov at 2022-07-01T11:25:11+02:00
TESTS: test_memory_cache: execute NSS functions in teardown to force sss_client libs to realize mem-cache files were deleted

Reviewed-by: Pavel Březina <pbrezina at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit 43c6bf31cd83c27499f786c9457d01ab166eef17)

- - - - -
ab749f02 by Alexey Tikhonov at 2022-07-01T11:25:11+02:00
confdb: supress false positive warning: src/confdb/confdb.c:260:10: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value 'secdn'

Reviewed-by: Pavel Březina <pbrezina at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit 98f2f9f581a4e6a68bf6bf6e409f8f306ee9eb93)

- - - - -
ff67197a by Anuj Borah at 2022-07-01T14:56:00+02:00
Tests: sssd runs out of proxy child slots and doesn't clear the counter for Active requests

When using authentication provider as proxy, User authentication suddenly
stops working and starts working again only after restarting the sssd service.

Verifies
	Issue:https://github.com/SSSD/sssd/issues/6114
	Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1927195

Reviewed-by: Steeve Goveas <sgoveas at redhat.com>
Reviewed-by: Sumit Bose <sbose at redhat.com>
(cherry picked from commit 19e47452788181197156fabe938dd993716f5cbd)

- - - - -
eb3b0fad by Weblate at 2022-07-04T11:57:29+02:00
Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/

po: update translations

(Turkish) currently translated at 49.6% (312 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/tr/

po: update translations

(Turkish) currently translated at 47.2% (297 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/tr/

po: update translations

(Korean) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ko/

po: update translations

(German) currently translated at 51.3% (323 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/de/

po: update translations

(Polish) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/pl/

po: update translations

(Turkish) currently translated at 35.6% (224 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/tr/

po: update translations

(French) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/fr/

po: update translations

(Chinese (Simplified) (zh_CN)) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/zh_CN/

po: update translations

(Chinese (Simplified) (zh_CN)) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/zh_CN/

po: update translations

(Korean) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ko/

po: update translations

(Japanese) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ja/

po: update translations

(French) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/fr/

po: update translations

(French) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/fr/

po: update translations

(Ukrainian) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/uk/

po: update translations

(Russian) currently translated at 100.0% (629 of 629 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ru/

- - - - -
acfec613 by Pavel Březina at 2022-07-04T12:02:05+02:00
pot: update translations

- - - - -
160bbf48 by Pavel Březina at 2022-07-04T12:03:26+02:00
Release sssd-2.7.2

- - - - -


29 changed files:

- .github/workflows/ci.yml
- configure.ac
- contrib/ci/configure.sh
- contrib/ci/deps.sh
- contrib/ci/get-matrix.py
- contrib/ci/run
- contrib/gdb/sssd_gdb_plugin.py
- po/bg.po
- po/ca.po
- po/cs.po
- po/de.po
- po/es.po
- po/eu.po
- po/fi.po
- po/fr.po
- po/hu.po
- po/id.po
- po/it.po
- po/ja.po
- po/ko.po
- po/nb.po
- po/nl.po
- po/pl.po
- po/pt.po
- po/pt_BR.po
- po/ru.po
- po/sssd.pot
- po/sv.po
- po/tg.po


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/compare/ef79966be2cc168d999987b7ba7c50af6e7554be...160bbf488f09bca860e78163cceef505fe1105f9

-- 
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/compare/ef79966be2cc168d999987b7ba7c50af6e7554be...160bbf488f09bca860e78163cceef505fe1105f9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-sssd-devel/attachments/20220706/ed0281fe/attachment-0001.htm>


More information about the Pkg-sssd-devel mailing list