Merge ~sergiodj/ubuntu/+source/sssd:merge-2.9.1-2-mantic into ubuntu/+source/sssd:debian/sid

Proposed by Sergio Durigan Junior
Status: Merged
Approved by: git-ubuntu bot
Approved revision: not available
Merge reported by: git-ubuntu bot
Merged at revision: 16ad5d10466041684d502240c2972aec9e59bc61
Proposed branch: ~sergiodj/ubuntu/+source/sssd:merge-2.9.1-2-mantic
Merge into: ubuntu/+source/sssd:debian/sid
Diff against target: 434 lines (+324/-3)
2 files modified
debian/changelog (+320/-0)
debian/control (+4/-3)
Reviewer Review Type Date Requested Status
git-ubuntu bot Approve
Miriam España Acebal (community) Approve
Canonical Server packageset reviewers Pending
Canonical Server Reporter Pending
Review via email: mp+447817@code.launchpad.net

Description of the change

This is the merge of sssd 2.9.1-2 from Debian unstable.

This is a very trivial merge: it contains the fix for bug #2028084, and that's it.

PPA: https://launchpad.net/~sergiodj/+archive/ubuntu/sssd-merge

I'll post the dep8 results soon.

To post a comment you must log in.
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Results: (from http://autopkgtest.ubuntu.com/results/autopkgtest-mantic-sergiodj-sssd-merge/?format=plain)
  sssd @ amd64:
    27.07.23 17:16:52 ✅ Triggers: sssd/2.9.1-2ubuntu1~ppa1
  sssd @ arm64:
    27.07.23 16:47:21 ✅ Triggers: sssd/2.9.1-2ubuntu1~ppa1
  sssd @ armhf:
    27.07.23 16:49:43 ✅ Triggers: sssd/2.9.1-2ubuntu1~ppa1
  sssd @ ppc64el:
    27.07.23 16:44:15 ✅ Triggers: sssd/2.9.1-2ubuntu1~ppa1
  sssd @ s390x:
    27.07.23 16:45:04 ✅ Triggers: sssd/2.9.1-2ubuntu1~ppa1

Revision history for this message
Miriam España Acebal (mirespace) wrote :

I'll review this tomorrow (my) morning.

Revision history for this message
Miriam España Acebal (mirespace) wrote :

Hi Sergio!

Thanks for this MP. I see that sssd was merged already by you recently, but this one is for incorporating the fix for the tests that was proposed by you to Debian and accepted (congrats!!).

I know then that this merge is very trivial, but as I'm not used to doing many (merge) reviews, please forgive me in advance for following the review process more strictly than this MP deserves.

I checked that:

 - the changelog is OK (version and series, format, bug reference).
 - update-maintainers have been run.
 - the "delta" commits remain split and referenced in the changelog in the appropriate section.
 - Nothing needs to be dropped, as the delta doesn't imply Debian nor upstream (not need to be forwarded then).
 - No new patches added.
 - Building, testing, upgrading, removing and installing package works OK.

The only thing I missed was some tags (logical, split, reconstruct), but I understand that they help in the review process and have no strict impact on the package itself .. and that this merge has a mere change and the review process should not be a problem (but I had fun playing with the diff-ranges and diff between tags, branches, commits to check results ... always learning, you know).

review: Approve
Revision history for this message
git-ubuntu bot (git-ubuntu-bot) wrote :

Approvers: sergiodj, mirespace
Uploaders: sergiodj
MP auto-approved

review: Approve
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

On Friday, July 28 2023, Miriam España Acebal wrote:

> Hi Sergio!

Hey Miriam,

Thanks a lot for the review!

> I know then that this merge is very trivial, but as I'm not used to
> doing many (merge) reviews, please forgive me in advance for following
> the review process more strictly than this MP deserves.

You did great :-).

> The only thing I missed was some tags (logical, split, reconstruct),
> but I understand that they help in the review process and have no
> strict impact on the package itself .. and that this merge has a mere
> change and the review process should not be a problem (but I had fun
> playing with the diff-ranges and diff between tags, branches, commits
> to check results ... always learning, you know).

Hm, how did you fetch my branch for review? I'm asking because I did
push the split/logical/reconstruct tags, so it's strange that you could
not find them:

  https://git.launchpad.net/~sergiodj/ubuntu/+source/sssd?h=merge-2.9.1-2-mantic

Either way, as you said, the merge is trivial and it's possible to
review it without the tags :-).

Thank you again for your review.

Uploaded (using "-v" so that all bugs are properly closed):

$ dput sssd_2.9.1-2ubuntu1_source.changes
Trying to upload package to ubuntu
Checking signature on .changes
gpg: /home/sergio/work/sssd/sssd_2.9.1-2ubuntu1_source.changes: Valid signature from 106DA1C8C3CBBF14
Checking signature on .dsc
gpg: /home/sergio/work/sssd/sssd_2.9.1-2ubuntu1.dsc: Valid signature from 106DA1C8C3CBBF14
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading sssd_2.9.1-2ubuntu1.dsc: done.
  Uploading sssd_2.9.1-2ubuntu1.debian.tar.xz: done.
  Uploading sssd_2.9.1-2ubuntu1_source.buildinfo: done.
  Uploading sssd_2.9.1-2ubuntu1_source.changes: done.
Successfully uploaded packages.

--
Sergio
GPG key ID: E92F D0B3 6B14 F1F4 D8E0 EB2F 106D A1C8 C3CB BF14

Revision history for this message
Miriam España Acebal (mirespace) wrote (last edit ):
Download full text (3.3 KiB)

Sergio, you were right (as ever)... I can see them in the link, and if I clone isolated your sssd repo... sorry for the noise!

Nevertheless, I checked what I did browsing the history to figure out this 'X file' for me, as I added your repo as a remote to my local sssd repo:

❯ git remote -v
mirespace https://git.launchpad.net/~mirespace/ubuntu/+source/sssd (fetch)
mirespace ssh://<email address hidden>/~mirespace/ubuntu/+source/sssd (push)
pkg https://git.launchpad.net/ubuntu/+source/sssd (fetch)
pkg ssh://<email address hidden>/ubuntu/+source/sssd (push)
sergiodj https://git.launchpad.net/~sergiodj/ubuntu/+source/sssd (fetch)
sergiodj https://git.launchpad.net/~sergiodj/ubuntu/+source/sssd (push)

It seems a "fetch --all" failed (failed on mirespace, shame on me!) and then sergiodj remote wasn't processed well, because if I do

❯ git fetch -t --dry-run sergiodj

I could see them there

remote: Enumerating objects: 489, done.
remote: Counting objects: 100% (458/458), done.
remote: Compressing objects: 100% (215/215), done.
remote: Total 399 (delta 290), reused 245 (delta 184)
Receiving objects: 100% (399/399), 58.83 KiB | 5.88 MiB/s, done.
Resolving deltas: 100% (290/290), completed with 31 local objects.
From https://git.launchpad.net/~sergiodj/ubuntu/+source/sssd
 * [new tag] logical/2.4.0-1ubuntu7 -> logical/2.4.0-1ubuntu7
 * [new tag] logical/2.4.1-2ubuntu4 -> logical/2.4.1-2ubuntu4
 * [new tag] logical/2.6.1-1ubuntu4 -> logical/2.6.1-1ubuntu4
 * [new tag] logical/2.6.3-1ubuntu3 -> logical/2.6.3-1ubuntu3
 * [new tag] logical/2.7.1-2ubuntu1 -> logical/2.7.1-2ubuntu1
 * [new tag] logical/2.7.2-3ubuntu1 -> logical/2.7.2-3ubuntu1
 * [new tag] logical/2.7.3-2ubuntu4 -> logical/2.7.3-2ubuntu4
 * [new tag] logical/2.8.1-1ubuntu1 -> logical/2.8.1-1ubuntu1
 * [new tag] logical/2.9.1-1ubuntu1 -> logical/2.9.1-1ubuntu1
 * [new tag] reconstruct/2.4.0-1ubuntu7 -> reconstruct/2.4.0-1ubuntu7
 * [new tag] reconstruct/2.4.1-2ubuntu4 -> reconstruct/2.4.1-2ubuntu4
 * [new tag] reconstruct/2.6.1-1ubuntu4 -> reconstruct/2.6.1-1ubuntu4
 * [new tag] reconstruct/2.6.3-1ubuntu3 -> reconstruct/2.6.3-1ubuntu3
 * [new tag] reconstruct/2.7.1-2ubuntu1 -> reconstruct/2.7.1-2ubuntu1
 * [new tag] reconstruct/2.7.2-3ubuntu1 -> reconstruct/2.7.2-3ubuntu1
 * [new tag] reconstruct/2.7.3-2ubuntu4 -> reconstruct/2.7.3-2ubuntu4
 * [new tag] reconstruct/2.8.1-1ubuntu1 -> reconstruct/2.8.1-1ubuntu1
 * [new tag] reconstruct/2.9.1-1ubuntu1 -> reconstruct/2.9.1-1ubuntu1
 * [new tag] split/2.4.0-1ubuntu7 -> split/2.4.0-1ubuntu7
 * [new tag] split/2.4.1-2ubuntu4 -> split/2.4.1-2ubuntu4
 * [new tag] split/2.6.1-1ubuntu4 -> split/2.6.1-1ubuntu4
 * [new tag] split/2.6.3-1ubuntu3 -> split/2.6.3-1ubuntu3
 * [new tag] split/2.7.1-2ubuntu1 -> split/2.7.1-2ubuntu1
 * [new tag] split/2.7.2-3ubuntu1 -> split/2.7.2-3ubuntu1
 * [new tag] split/2.7.3-2ubuntu4 ->...

Read more...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 0add2de..1989a4c 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,12 @@
6+sssd (2.9.1-2ubuntu1) mantic; urgency=medium
7+
8+ * Merge with Debian unstable (LP: #2028722). Remaining changes:
9+ - d/control: Drop libgdm-dev Build-Depend on i386.
10+ - d/control: Don't build sssd-tools on i386, now uninstallable due
11+ to added python3-{click,systemd} dependencies.
12+
13+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Wed, 26 Jul 2023 16:04:29 -0400
14+
15 sssd (2.9.1-2) unstable; urgency=medium
16
17 [ Sergio Durigan Junior ]
18@@ -11,6 +20,19 @@ sssd (2.9.1-2) unstable; urgency=medium
19
20 -- Timo Aaltonen <tjaalton@debian.org> Tue, 25 Jul 2023 15:01:14 +0300
21
22+sssd (2.9.1-1ubuntu1) mantic; urgency=medium
23+
24+ * Merge with Debian unstable (LP: #2018112). Remaining changes:
25+ - d/control: Drop libgdm-dev Build-Depend on i386.
26+ - d/control: Don't build sssd-tools on i386, now uninstallable due
27+ to added python3-{click,systemd} dependencies.
28+ * Drop change:
29+ - d/rules: Fix 'find' syntax to remove '*.egg-info'
30+ files/directories.
31+ [ Incorporated by Debian. ]
32+
33+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 11 Jul 2023 14:48:14 -0400
34+
35 sssd (2.9.1-1) unstable; urgency=medium
36
37 * New upstream release.
38@@ -64,6 +86,30 @@ sssd (2.8.1-2) unstable; urgency=medium
39
40 -- Sergio Durigan Junior <sergiodj@debian.org> Tue, 03 Jan 2023 16:36:00 -0500
41
42+sssd (2.8.1-1ubuntu1) lunar; urgency=medium
43+
44+ * Merge with Debian unstable (LP: #1993448). Remaining changes:
45+ - d/control: Drop libgdm-dev Build-Depend on i386.
46+ - d/control: Don't build sssd-tools on i386, now uninstallable due
47+ to added python3-{click,systemd} dependencies.
48+ * Drop changes:
49+ - Revert dh_nss usage; the feature is still being polished.
50+ + d/control: Don't Build-Depend on dh-sequence-installnss.
51+ + d/libnss-sss.nss: Remove file.
52+ + d/libnss-sss.postinst: Revert changes to use dh-nss.
53+ + d/libnss-sss.postrm: Likewise.
54+ [ Fixed in Debian. ]
55+ - d/p/initialize-uid-gid-main-functions.patch: Initialize UID/GID
56+ variables in "main" functions, preventing inadvertent changes in
57+ p11_child.log file permissions. (LP #1989356)
58+ [ Incorporated by upstream. ]
59+ * Add changes:
60+ - d/rules: Fix 'find' syntax to remove '*.egg-info'
61+ files/directories.
62+ [ Submitted to Debian. ]
63+
64+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 03 Jan 2023 16:42:10 -0500
65+
66 sssd (2.8.1-1) unstable; urgency=medium
67
68 * New upstream release.
69@@ -87,6 +133,41 @@ sssd (2.7.4-1) unstable; urgency=medium
70
71 -- Timo Aaltonen <tjaalton@debian.org> Thu, 22 Sep 2022 15:34:06 +0300
72
73+sssd (2.7.3-2ubuntu4) lunar; urgency=medium
74+
75+ * No-change rebuild with Python 3.11 as default
76+
77+ -- Graham Inggs <ginggs@ubuntu.com> Tue, 27 Dec 2022 03:42:49 +0000
78+
79+sssd (2.7.3-2ubuntu3) lunar; urgency=medium
80+
81+ * No-change rebuild against libldap-2
82+
83+ -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 15 Dec 2022 19:56:34 +0000
84+
85+sssd (2.7.3-2ubuntu2) kinetic; urgency=medium
86+
87+ * d/p/initialize-uid-gid-main-functions.patch: Initialize UID/GID
88+ variables in "main" functions, preventing inadvertent changes in
89+ p11_child.log file permissions. (LP: #1989356)
90+
91+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 04 Oct 2022 19:00:49 -0400
92+
93+sssd (2.7.3-2ubuntu1) kinetic; urgency=medium
94+
95+ * Merge with Debian unstable (LP: #1987348, #1988615). Remaining changes:
96+ - d/control: Drop libgdm-dev Build-Depend on i386.
97+ - d/control: Don't build sssd-tools on i386, now uninstallable due
98+ to added python3-{click,systemd} dependencies.
99+ * Add changes:
100+ - Revert dh_nss usage; the feature is still being polished.
101+ + d/control: Don't Build-Depend on dh-sequence-installnss.
102+ + d/libnss-sss.nss: Remove file.
103+ + d/libnss-sss.postinst: Revert changes to use dh-nss.
104+ + d/libnss-sss.postrm: Likewise.
105+
106+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 06 Sep 2022 13:56:06 -0400
107+
108 sssd (2.7.3-2) unstable; urgency=medium
109
110 [ Timo Aaltonen ]
111@@ -106,6 +187,15 @@ sssd (2.7.3-1) unstable; urgency=medium
112
113 -- Timo Aaltonen <tjaalton@debian.org> Wed, 06 Jul 2022 08:52:58 +0300
114
115+sssd (2.7.2-3ubuntu1) kinetic; urgency=medium
116+
117+ * Merge with Debian unstable. Remaining changes:
118+ - d/control: Drop libgdm-dev Build-Depend on i386.
119+ - d/control: Don't build sssd-tools on i386, now uninstallable due
120+ to added python3-{click,systemd} dependencies.
121+
122+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 23 Jun 2022 14:03:54 -0400
123+
124 sssd (2.7.2-3) unstable; urgency=medium
125
126 * d/p/fix-shebang-on-sss_analyze.patch: Fix shebang on sss_analyze.
127@@ -125,6 +215,18 @@ sssd (2.7.2-1) unstable; urgency=medium
128
129 -- Timo Aaltonen <tjaalton@debian.org> Wed, 22 Jun 2022 13:19:27 +0300
130
131+sssd (2.7.1-2ubuntu1) kinetic; urgency=medium
132+
133+ * Merge with Debian unstable (LP: #1971327, #1934997). Remaining changes:
134+ - d/control: Drop libgdm-dev Build-Depend on i386.
135+ - d/control: Don't build sssd-tools on i386, now uninstallable due
136+ to added python3-{click,systemd} dependencies.
137+ * Dropped changes:
138+ - d/rules: Disable lto, not ready upstream.
139+ [ Incorporated by Debian ]
140+
141+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 14 Jun 2022 16:59:20 -0400
142+
143 sssd (2.7.1-2) unstable; urgency=medium
144
145 * pac-relax-default-for-pac_check-option.diff: Drop pac_present from
146@@ -167,6 +269,31 @@ sssd (2.6.3-2) unstable; urgency=medium
147
148 -- Timo Aaltonen <tjaalton@debian.org> Tue, 29 Mar 2022 10:04:50 +0300
149
150+sssd (2.6.3-1ubuntu3) jammy; urgency=medium
151+
152+ * No-change rebuild with new samba 4.15.5
153+
154+ -- Andreas Hasenack <andreas@canonical.com> Thu, 24 Feb 2022 08:55:08 -0300
155+
156+sssd (2.6.3-1ubuntu2) jammy; urgency=medium
157+
158+ * No-change rebuild with new libnfsidmap from src:nfs-utils
159+
160+ -- Andreas Hasenack <andreas@canonical.com> Thu, 17 Feb 2022 10:57:41 -0300
161+
162+sssd (2.6.3-1ubuntu1) jammy; urgency=medium
163+
164+ * Merge with Debian unstable (LP: #1946904). Remaining changes:
165+ - d/rules: Disable lto, not ready upstream.
166+ - d/control: Drop libgdm-dev Build-Depend on i386.
167+ - d/control: Don't build sssd-tools on i386, now uninstallable due
168+ to added python3-{click,systemd} dependencies.
169+ * Dropped changes, picked by Debian:
170+ - Remove RANDFILE from the config template. It's no longer necessary and
171+ breaks with openssl 3.0.
172+
173+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 14 Feb 2022 16:21:21 -0500
174+
175 sssd (2.6.3-1) unstable; urgency=medium
176
177 * New upstream release.
178@@ -178,6 +305,40 @@ sssd (2.6.3-1) unstable; urgency=medium
179
180 -- Timo Aaltonen <tjaalton@debian.org> Fri, 11 Feb 2022 09:35:43 +0200
181
182+sssd (2.6.1-1ubuntu4) jammy; urgency=medium
183+
184+ * No-change rebuild with Python 3.10 as default version
185+
186+ -- Graham Inggs <ginggs@ubuntu.com> Sun, 16 Jan 2022 15:13:06 +0000
187+
188+sssd (2.6.1-1ubuntu3) jammy; urgency=medium
189+
190+ * Remember how architecture lists in debian/control work.
191+
192+ -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 17 Dec 2021 23:12:51 +0000
193+
194+sssd (2.6.1-1ubuntu2) jammy; urgency=medium
195+
196+ * Don't build sssd-tools on i386, now uninstallable due to added
197+ python3-{click,systemd} dependencies.
198+
199+ -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 17 Dec 2021 21:50:00 +0000
200+
201+sssd (2.6.1-1ubuntu1) jammy; urgency=low
202+
203+ * Merge from Debian unstable. Remaining changes:
204+ - Disable lto, not ready upstream.
205+ - d/control: Drop libgdm-dev Build-Depend on i386.
206+ - Remove RANDFILE from the config template. It's no longer necessary and
207+ breaks with openssl 3.0.
208+ * Dropped changes, included upstream:
209+ - d/p/fix-python-tests.patch: Fix Python tests by making them
210+ assert Python module paths by using full pathnames.
211+ * Dropped changes, included in Debian:
212+ - debian/control: Switch to libsemanage-dev from libsemanage1-dev
213+
214+ -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 10 Dec 2021 10:29:16 -0800
215+
216 sssd (2.6.1-1) unstable; urgency=medium
217
218 * New upstream release.
219@@ -194,6 +355,54 @@ sssd (2.5.2-5) unstable; urgency=medium
220
221 -- Timo Aaltonen <tjaalton@debian.org> Mon, 08 Nov 2021 21:17:29 +0200
222
223+sssd (2.5.2-4ubuntu4) jammy; urgency=medium
224+
225+ * No-change rebuild against libssl3
226+
227+ -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 09 Dec 2021 00:19:23 +0000
228+
229+sssd (2.5.2-4ubuntu3) jammy; urgency=medium
230+
231+ * Remove RANDFILE from the config template. It's no longer necessary and
232+ breaks with openssl 3.0.
233+
234+ -- Rico Tzschichholz <ricotz@ubuntu.com> Tue, 23 Nov 2021 20:19:07 +0100
235+
236+sssd (2.5.2-4ubuntu2) jammy; urgency=medium
237+
238+ * debian/control: Switch to libsemanage-dev from libsemanage1-dev
239+
240+ -- Rico Tzschichholz <ricotz@ubuntu.com> Mon, 22 Nov 2021 20:51:36 +0100
241+
242+sssd (2.5.2-4ubuntu1) jammy; urgency=medium
243+
244+ * Merge with Debian unstable (LP: #1946904). Remaining changes:
245+ - Disable lto, not ready upstream.
246+ - d/control: Drop libgdm-dev Build-Depend on i386.
247+ - d/p/fix-python-tests.patch: Fix Python tests by making them
248+ assert Python module paths by using full pathnames.
249+ * Dropped changes:
250+ - d/apparmor-profile: Update profile. (LP #1910611)
251+ + Extend read permissions to /etc/sssd/** and /etc/gss/**.
252+ + Add read/execute permission to /usr/libexec/sssd/*.
253+ [ Incorporated by Debian. ]
254+ - Fix FTBFS with newer autoconf
255+ + debian/patches/fix_newer_autoconf.patch: do not unset PYTHON_PREFIX
256+ and PYTHON_EXEC_PREFIX in src/external/python.m4.
257+ [ Incorporated by Debian. ]
258+ - SECURITY UPDATE: shell command injection in sssctl comment
259+ + debian/patches/CVE-2021-3621.patch: replace system() with execvp() to
260+ avoid execution of user supplied command in
261+ src/tools/sssctl/sssctl.c, src/tools/sssctl/sssctl.h,
262+ src/tools/sssctl/sssctl_data.c, src/tools/sssctl/sssctl_logs.c.
263+ + CVE-2021-3621
264+ [ Incorporated by Debian. ]
265+ - d/p/disable-fail_over-tests.patch: Disable fail_over-tests,
266+ which is failing when running inside sbuild.
267+ [ Not needed anymore; issue does not reproduce on Jammy. ]
268+
269+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Wed, 27 Oct 2021 20:16:31 -0400
270+
271 sssd (2.5.2-4) unstable; urgency=medium
272
273 * control: Promote libnss-sss and libpam-sss to sssd-common Depends.
274@@ -236,6 +445,63 @@ sssd (2.5.2-1) unstable; urgency=medium
275
276 -- Timo Aaltonen <tjaalton@debian.org> Thu, 16 Sep 2021 14:51:42 +0300
277
278+sssd (2.4.1-2ubuntu4) impish; urgency=medium
279+
280+ * Fix FTBFS with newer autoconf
281+ - debian/patches/fix_newer_autoconf.patch: do not unset PYTHON_PREFIX
282+ and PYTHON_EXEC_PREFIX in src/external/python.m4.
283+
284+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 08 Sep 2021 11:39:53 -0400
285+
286+sssd (2.4.1-2ubuntu3) impish; urgency=medium
287+
288+ * SECURITY UPDATE: shell command injection in sssctl comment
289+ - debian/patches/CVE-2021-3621.patch: replace system() with execvp() to
290+ avoid execution of user supplied command in
291+ src/tools/sssctl/sssctl.c, src/tools/sssctl/sssctl.h,
292+ src/tools/sssctl/sssctl_data.c, src/tools/sssctl/sssctl_logs.c.
293+ - CVE-2021-3621
294+
295+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 18 Aug 2021 08:13:38 -0400
296+
297+sssd (2.4.1-2ubuntu2) impish; urgency=medium
298+
299+ * No-change rebuild due to OpenLDAP soname bump.
300+
301+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 21 Jun 2021 18:09:16 -0400
302+
303+sssd (2.4.1-2ubuntu1) impish; urgency=medium
304+
305+ * Merge with Debian unstable. Remaining changes:
306+ - d/apparmor-profile: Update profile. (LP #1910611)
307+ + Extend read permissions to /etc/sssd/** and /etc/gss/**.
308+ + Add read/execute permission to /usr/libexec/sssd/*.
309+ - Disable lto, not ready upstream.
310+ - d/control: Drop libgdm-dev Build-Depend on i386.
311+ * Dropped changes:
312+ - d/p/condition-path-exists-sssd-conf.patch: Only start
313+ sssd.service if there is a configuration file present.
314+ (LP: #1900642)
315+ [ Included in 2.4.1-2 ]
316+ - d/p/0003-Only-start-sssd.service-if-there-s-a-configuration-f.patch:
317+ Upstream patch to make sssd.service only able to start when there
318+ is a configuration file present. (LP #1900642)
319+ - d/p/condition-path-exists-sssd-conf.patch: Remove.
320+ [ Included in 2.4.1-2 ]
321+ - Avoid sending malformed SYSLOG_IDENTIFIER to journald (LP #1908065):
322+ + d/p/lp-1908065-01-syslog_identifier-format.patch:
323+ Upstream patch to include "sssd[]" identifier in program names.
324+ + d/p/lp-1908065-02-remove-syslog_identifier.patch:
325+ Upstream patch to remove custom SYSLOG_IDENTIFIER from Journald.
326+ [ Included in 2.4.1-2 ]
327+ * Added changes:
328+ - d/p/fix-python-tests.patch: Fix Python tests by making them
329+ assert Python module paths by using full pathnames.
330+ - d/p/disable-fail_over-tests.patch: Disable fail_over-tests,
331+ which is failing when running inside sbuild.
332+
333+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 18 May 2021 17:29:58 -0400
334+
335 sssd (2.4.1-2) unstable; urgency=medium
336
337 [ Marco Trevisan (Treviño) ]
338@@ -261,6 +527,59 @@ sssd (2.4.1-1) unstable; urgency=medium
339
340 -- Timo Aaltonen <tjaalton@debian.org> Wed, 10 Feb 2021 11:32:35 +0200
341
342+sssd (2.4.0-1ubuntu7) impish; urgency=medium
343+
344+ * d/control: Drop libgdm-dev Build-Depend on i386.
345+
346+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 11 May 2021 16:22:31 -0400
347+
348+sssd (2.4.0-1ubuntu6) hirsute; urgency=medium
349+
350+ * Disable lto, not ready upstream.
351+
352+ -- Matthias Klose <doko@ubuntu.com> Tue, 23 Mar 2021 13:18:53 +0100
353+
354+sssd (2.4.0-1ubuntu5) hirsute; urgency=medium
355+
356+ * No change rebuild with fixed ownership.
357+
358+ -- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 16 Feb 2021 15:22:14 +0000
359+
360+sssd (2.4.0-1ubuntu4) hirsute; urgency=medium
361+
362+ * Avoid sending malformed SYSLOG_IDENTIFIER to journald (LP: #1908065):
363+ - d/p/lp-1908065-01-syslog_identifier-format.patch:
364+ Upstream patch to include "sssd[]" identifier in program names.
365+ - d/p/lp-1908065-02-remove-syslog_identifier.patch:
366+ Upstream patch to remove custom SYSLOG_IDENTIFIER from Journald.
367+
368+ -- Valters Jansons <valter.jansons@gmail.com> Fri, 05 Feb 2021 20:51:32 +0000
369+
370+sssd (2.4.0-1ubuntu3) hirsute; urgency=medium
371+
372+ * d/apparmor-profile: Update profile. (LP: #1910611)
373+ - Extend read permissions to /etc/sssd/conf.d/* and /etc/gss/mech.d/*.
374+ - Add read/execute permission to /usr/libexec/sssd/*.
375+
376+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 18 Jan 2021 16:57:21 -0500
377+
378+sssd (2.4.0-1ubuntu2) hirsute; urgency=medium
379+
380+ * d/p/0003-Only-start-sssd.service-if-there-s-a-configuration-f.patch:
381+ Upstream patch to make sssd.service only able to start when there
382+ is a configuration file present. (LP: #1900642)
383+ * d/p/condition-path-exists-sssd-conf.patch: Remove.
384+
385+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 12 Jan 2021 16:17:38 -0500
386+
387+sssd (2.4.0-1ubuntu1) hirsute; urgency=medium
388+
389+ * d/p/condition-path-exists-sssd-conf.patch: Only start
390+ sssd.service if there is a configuration file present.
391+ (LP: #1900642)
392+
393+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 10 Dec 2020 14:20:24 -0500
394+
395 sssd (2.4.0-1) unstable; urgency=medium
396
397 * New upstream release.
398@@ -1330,3 +1649,4 @@ sssd (0.5.0-0ubuntu1) karmic; urgency=low
399 * Initial release.
400
401 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 24 Aug 2009 16:35:11 -0400
402+
403diff --git a/debian/control b/debian/control
404index 9f2301c..eca0e61 100644
405--- a/debian/control
406+++ b/debian/control
407@@ -1,7 +1,8 @@
408 Source: sssd
409 Section: utils
410 Priority: optional
411-Maintainer: Debian SSSD Team <pkg-sssd-devel@alioth-lists.debian.net>
412+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
413+XSBC-Original-Maintainer: Debian SSSD Team <pkg-sssd-devel@alioth-lists.debian.net>
414 Uploaders: Timo Aaltonen <tjaalton@debian.org>,
415 Dominik George <natureshadow@debian.org>
416 Build-Depends:
417@@ -28,7 +29,7 @@ Build-Depends:
418 libdbus-1-dev,
419 libdhash-dev,
420 libfido2-dev,
421- libgdm-dev [!s390x !kfreebsd-any !hurd-any],
422+ libgdm-dev [!s390x !kfreebsd-any !hurd-any !i386],
423 libglib2.0-dev,
424 libini-config-dev,
425 libjansson-dev,
426@@ -239,7 +240,7 @@ Description: System Security Services Daemon -- proxy back end
427 PAM modules to leverage SSSD caching.
428
429 Package: sssd-tools
430-Architecture: any
431+Architecture: amd64 arm64 armhf ppc64el riscv64 s390x
432 Depends:
433 python3,
434 python3-sss,

Subscribers

People subscribed via source and target branches