diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 99 |
1 files changed, 70 insertions, 29 deletions
diff --git a/debian/changelog b/debian/changelog index 154100a..106c9f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +samba (2:4.20.1+dfsg-1) unstable; urgency=medium + + * new upstream major release + * d/control: bump tevent/talloc/tdb versions for Build-Depends + * d/libldb2.symbols, d/python3-ldb.symbols.in: add new version (2.9.0) + * d/patches/meaningful-error-if-no-python3-markdown.patch: fixup + * d/*.install: internal library names changed: + libfoo-samba4.so.0 => libfoo-private-samba.so.0 + * d/samba-libs.install: update names for libdcerpc & libndr private libs + * d/samba-libs.install, d/samba-libs.links, d/samba-libs.symbols: + libndr has soversion 4 now. This breaks binaries linked with libndr! + * d/samba-libs.symbols: update with new ndr4 symbols + * d/libsmbclient.symbols: update with new symbols + * d/samba-dev.install: add smb3posix.h + * d/not-installed: add usr/bin/wspsearch experimental windows search binary + * d/control: libperl-json is not needed for build anymore + * d/control: bump minimum mit-krb5 version in Build-Depends to 1.21 + (for pkg.samba.mitkrb5 build profile) + * Closes: #1070335 (wronly filed) + + -- Michael Tokarev <mjt@tls.msk.ru> Wed, 08 May 2024 13:23:57 +0300 + samba (2:4.20.0+dfsg-1~exp2~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: @@ -12,16 +34,6 @@ samba (2:4.20.0+dfsg-1~exp2~progress7.99u1) graograman-backports; urgency=medium -- Daniel Baumann <daniel.baumann@progress-linux.org> Fri, 19 Apr 2024 19:31:37 +0200 -samba (2:4.20.0+dfsg-1~exp2) experimental; urgency=medium - - * implement pkg.samba.before-trixie build profile - (undo t64 changhes and drop build-dep) - * d/rules: remove Debian/Ubuntu "branding", no need in that - * d/control: samba-dsdb-modules: drop hardcoded dependency on libgpgme11 - (Closes: #1068526) - - -- Michael Tokarev <mjt@tls.msk.ru> Sun, 07 Apr 2024 16:04:30 +0300 - samba (2:4.20.0+dfsg-1~exp1~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. @@ -34,27 +46,56 @@ samba (2:4.20.0+dfsg-1~exp1~progress7.99u1) graograman-backports; urgency=medium -- Daniel Baumann <daniel.baumann@progress-linux.org> Fri, 19 Apr 2024 19:28:21 +0200 -samba (2:4.20.0+dfsg-1~exp1) experimental; urgency=medium +samba (2:4.19.6+dfsg-3) unstable; urgency=medium - * new upstream release (4.20.0) - * d/control: bump tevent/talloc/tdb versions for Build-Depends - * d/libldb2.symbols, d/python3-ldb.symbols.in: add new version (2.9.0) - * d/patches/meaningful-error-if-no-python3-markdown.patch: fixup - * d/*.install: internal library names changed: - libfoo-samba4.so.0 => libfoo-private-samba.so.0 - * d/samba-libs.install: update names for libdcerpc & libndr private libs - * d/samba-libs.install, d/samba-libs.links, d/samba-libs.symbols: - libndr has soversion 4 now. This breaks binaries linked with libndr! - * d/samba-libs.symbols: update with new ndr4 symbols - * d/libsmbclient.symbols: update with new symbols - * d/samba-dev.install: add smb3posix.h - * d/not-installed: add usr/bin/wspsearch experimental windows search binary - * d/control: libperl-json is not needed for build anymore - * d/control: bump minimum mit-krb5 version in Build-Depends to 1.21 - (for pkg.samba.mitkrb5 build profile) - * rebase on top of 4.19.5+dfsg-4 + * fix brown-paper-bag bugs in previous upload + (in meaningful-error-if-no-python3-markdown.patch) + + -- Michael Tokarev <mjt@tls.msk.ru> Thu, 02 May 2024 20:47:15 +0300 + +samba (2:4.19.6+dfsg-2) unstable; urgency=medium + + [ Michael Tokarev ] + * meaningful-error-if-no-python3-markdown.patch: + update to include 2 other places where markdown gets improted + * d/winbind.service: + - order it before nss-user-lookup.target (Closes: #1068649) + - fix typo + - nmb.service is nmbd.service in debian + * move include/samba/core/*.h from samba-libs to libwbclient-dev + (Closes: #1064544) + + [ Alex Murray ] + * fix smbd apparmor breakage since change to local systemd services + (Cloes: #1069661) + + -- Michael Tokarev <mjt@tls.msk.ru> Thu, 02 May 2024 14:08:31 +0300 + +samba (2:4.19.6+dfsg-1) unstable; urgency=medium + + * new upstream stable/bugfix release: + - https://bugzilla.samba.org/show_bug.cgi?id=15527 fd_handle_destructor() + panics within an smbd_smb2_close() if vfs_stat_fsp() fails in fd_close() + - https://bugzilla.samba.org/show_bug.cgi?id=15580 + Packet marshalling push support missing for + CTDB_CONTROL_TCP_CLIENT_DISCONNECTED and CTDB_CONTROL_TCP_CLIENT_PASSED + - https://bugzilla.samba.org/show_bug.cgi?id=15588 + samba-gpupdate: Correctly implement site support + - https://bugzilla.samba.org/show_bug.cgi?id=15599 + libgpo: Segfault in python bindings + * revert d/rules: remove Debian/Ubuntu "branding" + + -- Michael Tokarev <mjt@tls.msk.ru> Mon, 08 Apr 2024 11:18:38 +0300 + +samba (2:4.19.5+dfsg-5) unstable; urgency=medium - -- Michael Tokarev <mjt@tls.msk.ru> Thu, 28 Mar 2024 10:51:16 +0300 + * implement pkg.samba.before-trixie build profile + (undo t64 changhes and drop build-dep) + * d/rules: remove Debian/Ubuntu "branding", no need in that + * d/control: samba-dsdb-modules: drop hardcoded dependency on libgpgme11 + (Closes: #1068526) + + -- Michael Tokarev <mjt@tls.msk.ru> Sun, 07 Apr 2024 16:04:30 +0300 samba (2:4.19.5+dfsg-4) unstable; urgency=medium |