gosa (2.7.4+reloaded3-16)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/2.7.4+reloaded3-16 tag
- Git: https://salsa.debian.org/debian-edu-pkg-team/gosa.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/debian-edu-pkg-team/gosa
- Last scan: 2022-05-22 07:34:30+00
- Next scan: 2022-05-28 21:39:00+00
- Debian changelog in Git:
gosa (2.7.4+reloaded3-16) unstable; urgency=medium
* Re-upload as is.
* debian/changelog:
+ Fix faulty bug closure in previous changelog stanza. Re-closing the
correct bug here now. (Closes: #989099, allow gosa to be installed
in chroots).
-- Mike Gabriel <sunweaver@debian.org> Wed, 26 May 2021 09:31:07 +0200
- This branch is 2 commits ahead of tag debian/2.7.4+reloaded3-16
- Git log:
commit f515c651d035ca8cb2cf85f8408f36b6d70d3df1
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 17 12:54:53 2022 +0100
debian/patches: Add 1055_fix-uid-generation-when-many-uids-have-been-already-taken.patch. In include/functions.inc: Resolve UID generation for cases where many UIDs have already been taken. (Closes: #991545).
commit 755cf698ab2732c8c2f5e13f44eab4c30acb0aeb
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 17 12:35:00 2022 +0100
gosa-core/include/functions.inc: The $initialAttrs array in change_password() contains the result of an LDAP fetch which contains the DN (and this is not an array), so skip that.