From 4d635bf7a70f9867c8389da4e91162881598751b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 22 May 2024 09:19:51 +0200 Subject: [PATCH] Update to version 4.20.1 - resolves: RHEL-33591 --- .gitignore | 2 + samba.spec | 3075 +--------------------------------------------------- sources | 4 +- 3 files changed, 39 insertions(+), 3042 deletions(-) diff --git a/.gitignore b/.gitignore index e9a49b4..b16e135 100644 --- a/.gitignore +++ b/.gitignore @@ -359,3 +359,5 @@ samba-3.6.0pre1.tar.gz /samba-4.20.0rc1.tar.asc /samba-4.20.0rc2.tar.xz /samba-4.20.0rc2.tar.asc +/samba-4.20.1.tar.xz +/samba-4.20.1.tar.asc diff --git a/samba.spec b/samba.spec index fba5f6b..7ef1f39 100644 --- a/samba.spec +++ b/samba.spec @@ -57,7 +57,7 @@ # ppc64le excluded pending resolution of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104172 #%%ifarch aarch64 ppc64le s390x x86_64 -%ifarch aarch64 s390x x86_64 +%ifarch aarch64 s390x x86_64 riscv64 %bcond_without vfs_cephfs %bcond_without ceph_mutex %else @@ -80,7 +80,7 @@ %if 0%{?fedora} -%ifarch aarch64 ppc64le s390x x86_64 +%ifarch aarch64 ppc64le s390x x86_64 riscv64 %bcond_without vfs_glusterfs %else %bcond_with vfs_glusterfs @@ -109,7 +109,7 @@ # Build vfs_io_uring module by default on 64bit Fedora %if 0%{?fedora} || 0%{?rhel} >= 8 -%ifarch aarch64 ppc64le s390x x86_64 +%ifarch aarch64 ppc64le s390x x86_64 riscv64 %bcond_without vfs_io_uring %else %bcond_with vfs_io_uring @@ -146,14 +146,24 @@ %define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") -%global samba_version 4.20.0 -%global baserelease 3 -# This should be rc1 or %%nil -%global pre_release rc2 +%global samba_version 4.20.1 -%global samba_release %{baserelease} +# The release field is extended: +# [.][.]%%{?dist}[.] +# Square brackets indicate an optional item. +# +# The autorelease macro accepts these parameters to allow packagers to specify +# those added fields: +# +# -p: Designates a pre-release, i.e. pkgrel will be prefixed with '0.'. +# -e : Allows specifying the extraver portion of the release. +# -b : Allows specifying a custom base release number (the +# default is 1). +%global samba_release %autorelease -b 100 + +%global pre_release %nil %if "x%{?pre_release}" != "x" -%global samba_release 0.%{baserelease}.%{pre_release} +%global samba_release %autorelease -p -e %pre_release %endif @@ -205,7 +215,7 @@ Name: samba Version: %{samba_version} -Release: %{samba_release}%{?dist} +Release: %{samba_release} %if 0%{?fedora} Epoch: 2 @@ -332,7 +342,7 @@ BuildRequires: zlib-devel >= 1.2.3 BuildRequires: pkgconfig(libsystemd) -%ifnarch i686 +%ifnarch i686 riscv64 %if 0%{?fedora} >= 37 BuildRequires: mold %endif @@ -1272,7 +1282,7 @@ export python_LDFLAGS="$(echo %{__global_ldflags} | sed -e 's/-Wl,-z,defs//g')" # Use the mold linker if possible export python_LDFLAGS="$(echo %{__global_ldflags} | sed -e 's/-Wl,-z,defs//g')" -%ifnarch i686 +%ifnarch i686 riscv64 %if 0%{?fedora} >= 37 export LDFLAGS="%{__global_ldflags} -fuse-ld=mold" export python_LDFLAGS="$(echo ${LDFLAGS} | sed -e 's/-Wl,-z,defs//g')" @@ -1512,14 +1522,17 @@ export WINBINDD_DONT_LOG_STDOUT=1 %endif %post +%systemd_post samba-bgqd.service %systemd_post smb.service %systemd_post nmb.service %preun +%systemd_preun samba-bgqd.service %systemd_preun smb.service %systemd_preun nmb.service %postun +%systemd_postun_with_restart samba-bgqd.service %systemd_postun_with_restart smb.service %systemd_postun_with_restart nmb.service @@ -1584,9 +1597,9 @@ fi %if %{with libwbclient} %pre -n libwbclient if [ $1 -gt 1 ] ; then - rm -rf %{_libdir}/samba/wbclient/ - rm -f /etc/alternatives/libwbclient.so* - rm -f /var/lib/alternatives/libwbclient.so* + rm -rf %{_libdir}/samba/wbclient/ 2>/dev/null + rm -f /etc/alternatives/libwbclient.so* 2>/dev/null + rm -f /var/lib/alternatives/libwbclient.so* 2>/dev/null fi %{?ldconfig} #endif {with libwbclient} @@ -1717,6 +1730,7 @@ fi %{_unitdir}/nmb.service %{_unitdir}/smb.service +%{_unitdir}/samba-bgqd.service %dir %{_sysconfdir}/openldap/schema %config %{_sysconfdir}/openldap/schema/samba.schema %config(noreplace) %{_sysconfdir}/pam.d/samba @@ -3142,6 +3156,8 @@ fi %{python3_sitearch}/samba/tests/blackbox/__pycache__/check_output.*.pyc %{python3_sitearch}/samba/tests/blackbox/__pycache__/claims.*.pyc %{python3_sitearch}/samba/tests/blackbox/__pycache__/downgradedatabase.*.pyc +%{python3_sitearch}/samba/tests/blackbox/__pycache__/http_chunk.*.pyc +%{python3_sitearch}/samba/tests/blackbox/__pycache__/http_content.*.pyc %{python3_sitearch}/samba/tests/blackbox/__pycache__/mdsearch.*.pyc %{python3_sitearch}/samba/tests/blackbox/__pycache__/ndrdump.*.pyc %{python3_sitearch}/samba/tests/blackbox/__pycache__/netads_dns.*.pyc @@ -3162,6 +3178,8 @@ fi %{python3_sitearch}/samba/tests/blackbox/check_output.py %{python3_sitearch}/samba/tests/blackbox/claims.py %{python3_sitearch}/samba/tests/blackbox/downgradedatabase.py +%{python3_sitearch}/samba/tests/blackbox/http_chunk.py +%{python3_sitearch}/samba/tests/blackbox/http_content.py %{python3_sitearch}/samba/tests/blackbox/mdsearch.py %{python3_sitearch}/samba/tests/blackbox/ndrdump.py %{python3_sitearch}/samba/tests/blackbox/netads_dns.py @@ -3726,6 +3744,7 @@ fi %{_datadir}/ctdb/events/legacy/31.clamd.script %{_datadir}/ctdb/events/legacy/40.vsftpd.script %{_datadir}/ctdb/events/legacy/41.httpd.script +%{_datadir}/ctdb/events/legacy/47.samba-dcerpcd.script %{_datadir}/ctdb/events/legacy/48.netbios.script %{_datadir}/ctdb/events/legacy/49.winbind.script %{_datadir}/ctdb/events/legacy/50.samba.script @@ -4585,3028 +4604,4 @@ fi %endif %changelog -* Mon Feb 12 2024 Guenther Deschner - 4.20.0rc2-3 -- resolves: #2263874 - Update to version 4.20.0rc2 - -* Thu Feb 01 2024 Pete Walter - 2:4.20.0-0.2.rc1 -- Rebuild for ICU 74 - -* Mon Jan 29 2024 Guenther Deschner - 4.20.0rc1-1 -- resolves: #2260895 - Update to version 4.20.0rc1 - -* Sat Jan 27 2024 Fedora Release Engineering - 2:4.19.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Tue Jan 16 2024 Andreas Schneider - 4.29.4-3 -- Fix samba-gpupdate on Fedora/RHEL - -* Tue Jan 09 2024 Andreas Schneider - 4.19.4-2 -- resolves: rhbz#2256326 - Create all groups using systemd - -* Mon Jan 08 2024 Guenther Deschner - 4.19.4-1 -- resolves: #2257287 - Update to version 4.19.4 - -* Tue Nov 28 2023 Guenther Deschner - 4.19.3-2 -- Disable performance co-pilot support for i686 - -* Mon Nov 27 2023 Guenther Deschner - 4.19.3-1 -- resolves: #2251766 - Update to version 4.19.3 - -* Wed Nov 15 2023 Andreas Schneider - 4.19.2-2 -- Package samba-gpupdate also for RHEL9 - -* Mon Oct 16 2023 Guenther Deschner - 4.19.2-1 -- resolves: #2244496 - Update to version 4.19.2 - -* Tue Oct 10 2023 Guenther Deschner - 4.19.1-1 -- resolves: #2243073 - Update to version 4.19.1 -- resolves: #2241881, #2243228: Security fix for CVE-2023-3961 -- resolves: #2241882, #2243231: Security fix for CVE-2023-4091 -- resolves: #2241883, #2243230: Security fix for CVE-2023-4154 -- resolves: #2241884, #2243229: Security fix for CVE-2023-42669 -- resolves: #2241885, #2243232: Security fix for CVE-2023-42670 - -* Mon Sep 04 2023 Guenther Deschner - 4.19.0-1 -- resolves: #2237259 - Update to version 4.19.0 - -* Mon Aug 28 2023 Guenther Deschner - 4.19.0-0.5.rc4 -- resolves: #2232744 - Update to version 4.19.0rc4 - -* Fri Aug 18 2023 Guenther Deschner - 4.19.0-0.4.rc3 -- resolves: #2232744 - Update to version 4.19.0rc3 - -* Wed Aug 16 2023 Yaakov Selkowitz - 2:4.19.0-0.3.rc2 -- Move ad-claims and authn-policy-util to dc-libs - -* Tue Aug 15 2023 Adam Williamson - 4.19.0-0.2.rc2 -- python3-samba-dc requires python3-markdown now - -* Tue Aug 08 2023 Guenther Deschner - 4.19.0-0.1.rc2 -- resolves: #2227246 - Update to version 4.19.0rc2 - -* Mon Aug 07 2023 Guenther Deschner - 4.19.0-0.0.rc1 -- resolves: #2227246 - Update to version 4.19.0rc1 - -* Thu Jul 20 2023 Guenther Deschner - 4.18.5-0 -- resolves: #2224040 - Update to version 4.18.5 -- resolves: #2222791, #2224254 - Security fix for CVE-2022-2127 -- resolves: #2222792, #2224255 - Security fix for CVE-2023-3347 -- resolves: #2222793, #2224253 - Security fix for CVE-2023-34966 -- resolves: #2222794, #2224252 - Security fix for CVE-2023-34967 -- resolves: #2222795, #2224250 - Security fix for CVE-2023-34968 - -* Sat Jul 15 2023 Guenther Deschner - 4.18.4-3 -- resolves: #2223091 - Fix netlogon LogonGetCapabilities level 2 error handling - -* Tue Jul 11 2023 František Zatloukal - 2:4.18.4-2 -- Rebuilt for ICU 73.2 - -* Wed Jul 05 2023 Python Maint - 2:4.18.4-1 -- Rebuilt for Python 3.12 - -* Wed Jul 05 2023 Guenther Deschner - 4.18.4-0 -- resolves: #2219799 - Update to version 4.18.4 - -* Mon Jun 26 2023 Python Maint - 2:4.18.3-5 -- Rebuilt for Python 3.12 - -* Mon Jun 26 2023 Adam Williamson - 4.18.3-4 -- Only run libwbclient %pre on upgrade, not fresh install - -* Fri Jun 23 2023 Andreas Schneider - 4.18.3-3 -- resolves: rhbz#2211577 - Fix libwbclient package upgrades - -* Thu Jun 15 2023 Python Maint - 2:4.18.3-2 -- Rebuilt for Python 3.12 - -* Thu Jun 15 2023 Andreas Schneider - 4.18.3-1 -- resolves: #2203539 - Also cover mit_kdc.log by logrotate - -* Thu Jun 01 2023 Guenther Deschner - 4.18.3-0 -- resolves: #2211453 - Update to version 4.18.3 - -* Wed Apr 19 2023 Guenther Deschner - 4.18.2-0 -- resolves: #2187991 - Update to version 4.18.2 - -* Wed Mar 29 2023 Guenther Deschner - 4.18.1-0 -- resolves: #2182787 - Update to version 4.18.1 -- resolves: #2182772, #2182773 - Security fixes for CVE-2023-0225 -- resolves: #2182774, #2182775 - Security fixes for CVE-2023-0922 -- resolves: #2182776, #2182777 - Security fixes for CVE-2023-0614 - -* Tue Mar 21 2023 Andreas Schneider - 4.18.0-12 -- Fix ctdb file lists when built with test suite enabled - -* Fri Mar 17 2023 Kalev Lember - 4.18.0-10 -- Move libstable-sort-samba4.so to samba-client-libs subpackage - -* Wed Mar 08 2023 Guenther Deschner - 4.18.0-9 -- resolves: #2176469 - Update to version 4.18.0 - -* Wed Mar 01 2023 Guenther Deschner - 4.18.0rc4-8 -- resolves: #2174415 - Update to version 4.18.0rc4 - -* Tue Feb 28 2023 Andreas Schneider - 4.18.0-0.7.rc3 -- resolves: #2173619 - Add missing Requires for glibc-gconv-extra - -* Thu Feb 23 2023 Pavel Filipenský - 4.18.0-0.6.rc3 -- SPDX migration - -* Wed Feb 15 2023 Guenther Deschner - 4.18.0rc3-6 -- resolves: #2166416 - Update to version 4.18.0rc3 - -* Mon Feb 13 2023 Pavel Filipenský - 4.18.0rc2-5 -- Create package samba-tools, move there samba-tool binary - -* Thu Feb 02 2023 Guenther Deschner - 4.18.0rc2-3 -- resolves: #2166416 - Update to version 4.18.0rc2 - -* Sat Jan 21 2023 Fedora Release Engineering - 2:4.18.0-0.2.rc1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Thu Jan 19 2023 Guenther Deschner - 4.18.0rc1-0 -- resolves: #2162097 - Update to version 4.18.0rc1 - -* Sat Dec 31 2022 Pete Walter - 2:4.17.4-4 -- Rebuild for ICU 72 - -* Thu Dec 22 2022 Pavel Filipenský - 4.17.4-3 -- Create package dc-libs also for 'non-dc build' - -* Tue Dec 20 2022 Pavel Filipenský - 4.17.4-2 -- Fix '--without dc' build: delete libauth4-samba4.so - -* Mon Dec 19 2022 Pavel Filipenský - 4.17.4-1 -- Create a samba-dcerpc sub-package -- Fix package installation without samba and samba-dc package - -* Fri Dec 16 2022 Guenther Deschner - 4.17.4-0 -- resolves: #2153906 - Update to version 4.17.4 -- resolves: #2154362, #2154363 - Security fixes for CVE-2022-38023 -- resolves: #2154303, #2154304 - Security fixes for CVE-2022-37966 -- resolves: #2154320, #2154322 - Security fixes for CVE-2022-37967 - -* Thu Dec 1 2022 Alexander Bokovoy - 2:4.17.3-2 -- Rebuild against krb5 1.20.1, new KDB interface - -* Mon Nov 21 2022 Florian Weimer - 2:4.17.3-1 -- Remove C89-specific language constructs from configure checks -- Fix feature detection for major/minor macros - -* Tue Nov 15 2022 Guenther Deschner - 4.17.3-0 -- resolves: #2142959 - Update to version 4.17.3 -- resolves: #2140960, #2143117 - Security fixes for CVE-2022-42898 - -* Wed Nov 02 2022 Pavel Filipenský - 4.17.2-1 -- Always add epoch to samba_depver to fix osci.brew-build.rpmdeplint.functional - -* Tue Oct 25 2022 Andreas Schneider - 4.17.2-1 -- Update to version 4.17.2 -- Fix CVE-2022-3592: A malicious client can use a symlink to escape the - exported - -* Mon Oct 24 2022 Andreas Schneider - 4.17.1-2 -- Add missing dependency for wbinfo used by ctdb scripts - -* Wed Oct 19 2022 Pavel Filipenský - 4.17.1-1 -- Update to version 4.17.1 -- resolves: rhbz#2127301 - Permission denied calling SMBC_getatr when file not exists -- resolves: rhbz#2133818 - rpcclient 4.17.0 unable to resolve server hostname - -* Wed Oct 05 2022 Andreas Schneider - 4.17.0-2 -- Move group creation logic to sysusers.d fragment - -* Tue Sep 13 2022 Andreas Schneider - 4.17.0-1 -- resolves: rhbz#2118818 - Update to version 4.17.0 -- resolves: rhbz#2121138 - Fix CVE-2022-32743 -- resolves: rhbz#2122650 - Fix CVE-2022-1615 - -* Tue Sep 13 2022 Andreas Schneider - 4.17.0-0.11.rc5 -- resolves: rhbz#2093656 - Split out libnetapi(-devel) sub-packages -- resolves: rhbz#2096405 - Add samba-usershare package - -* Tue Sep 06 2022 Guenther Deschner - 4.17.0-0.10.rc5 -- resolves: #2118818 - Update to version 4.17.0rc5 - -* Wed Aug 31 2022 Guenther Deschner - 4.17.0-0.9.rc4 -- resolves: #2118818 - Update to version 4.17.0rc4 - -* Thu Aug 25 2022 Adam Williamson - 4.17.0-0.8.rc3 -- Rebuild with no changes to fix F37 update grouping - -* Thu Aug 25 2022 Andreas Schneider - 4.17.0-0.7.rc3 -- python3-samba package should not require the samba package - -* Tue Aug 23 2022 Pavel Filipenský - 4.17.0-0.6.rc3 -- resolves: #2118818 - Update to version 4.17.0rc3 - -* Fri Aug 19 2022 Andreas Schneider - 4.17.0-0.5.rc2 -- Create a samba-gpupdate sub-package for GPO client support - -* Fri Aug 19 2022 Andreas Schneider - 4.17.0-0.4.rc2 -- Split out a samba-ldb-ldap-modules subpackage - -* Thu Aug 18 2022 Kalev Lember - 2:4.17.0-0.3.rc2 -- Avoid requiring systemd as per updated packaging guidelines - -* Wed Aug 17 2022 Guenther Deschner - 4.17.0rc2-2 -- resolves: #2118818 - Update to version 4.17.0rc2 - -* Wed Aug 10 2022 Andreas Schneider - 4.17.0rc1-1 -- Make sure we detect if SO version numbers of public libraries change. - -* Mon Aug 08 2022 Guenther Deschner - 4.17.0rc1-0 -- resolves: #2116503 - Update to version 4.17.0rc1 - -* Mon Aug 01 2022 Frantisek Zatloukal - 2:4.16.4-1 -- Rebuilt for ICU 71.1 - -* Wed Jul 27 2022 Guenther Deschner - 4.16.4-0 -- resolves: #2111490 - Update to version 4.16.4 -- resolves: #2108196, #2111729 - Security fixes for CVE-2022-32742 -- resolves: #2108205, #2111731 - Security fixes for CVE-2022-32744 -- resolves: #2108211, #2111732 - Security fixes for CVE-2022-32745 -- resolves: #2108215, #2111734 - Security fixes for CVE-2022-32746 - -* Sat Jul 23 2022 Fedora Release Engineering - 2:4.16.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jul 18 2022 Andreas Schneider - 4.16.3-1 -- Update to version 4.16.3 - -* Wed Jun 15 2022 Python Maint - 2:4.16.2-1 -- Rebuilt for Python 3.11 - -* Mon Jun 13 2022 Guenther Deschner - 4.16.2-0 -- Update to Samba 4.16.2 -- resolves: #2096167 - -* Wed Jun 08 2022 Andreas Schneider - 4.16.1-7 -- resolves: rhbz#2093833 - Remove weak dependency for logrotate for CentOS/RHEL - -* Tue May 31 2022 Jitka Plesnikova - 2:4.16.1-6 -- Perl 5.36 rebuild - -* Fri May 13 2022 Pavel Filipenský - 4.16.1-5 -- Fix rpminspect abidiff - -* Fri May 06 2022 Pavel Filipenský - 4.16.1-2 -- Update requires for packages - -* Thu May 05 2022 Tomas Popela - 4.16.1-1 -- Don't require full systemd for tmp files handling in samba-common - -* Mon May 02 2022 Pavel Filipenský - 4.16.1-0 -- Update to Samba 4.16.1 -- resolves: #2080915 - -* Fri Mar 25 2022 Sandro Mani - 2:4.16.0-7 -- Rebuild with mingw-gcc-12 - -* Tue Mar 22 2022 Guenther Deschner - 4.16.0-6 -- Update to Samba 4.16.0 -- resolves: #2066290 - -* Wed Mar 09 2022 Guenther Deschner - 4.16.0-0.5.rc5 -- Update to Samba 4.16.0rc5 -- resolves: #2042518 - -* Tue Mar 01 2022 Pavel Filipenský - 4.16.0-0.4.rc4 -- Update to Samba 4.16.0rc4 -- resolves: #2042518 - -* Wed Feb 23 2022 Andreas Schneider - 4.16.0-0.3.rc3 -- resolves: rhbz#2036443 - Fix samba-tool on builds with samba-dc - -* Tue Feb 15 2022 Pavel Filipenský - 4.16.0rc3 -- Update to Samba 4.16.0rc3 -- resolves: #2042518 - -* Tue Feb 01 2022 Pavel Filipenský - 4.16.0rc2 -- Update to Samba 4.16.0rc2 -- resolves: #2046120, #2048566 - Security fixes for CVE-2021-44141 -- resolves: #2046146, #2048570 - Security fixes for CVE-2021-44142 -- resolves: #2046134, #2048568 - Security fixes for CVE-2022-0336 -- resolves: #2042518 - -* Wed Jan 26 2022 Pavel Filipenský - 4.16.0rc1 -- Exclude temporarily ceph on ppc64le to fix failing build - -* Tue Jan 25 2022 Pavel Filipenský - 4.16.0rc1 -- Update to Samba 4.16.0rc1 -- resolves: #2042518 - -* Thu Jan 20 2022 Pavel Filipenský - 4.15.4-0 -- Update to Samba 4.15.4 -- resolves: #2009673, #2039034 - Security fixes for CVE-2021-20316 -- resolves: #2042518 - -* Wed Dec 15 2021 Pavel Filipenský - 4.15.3-1 -- Fix resolv_wrapper with glibc 2.34 -- resolves: #2019669 - -* Wed Dec 08 2021 Pavel Filipenský - 4.15.3-0 -- Update to Samba 4.15.3 -- resolves: #2030382 - -* Sat Nov 13 2021 Guenther Deschner - 4.15.2-3 -- Fix IPA DC schannel support - -* Thu Nov 11 2021 Guenther Deschner - 4.15.2-2 -- Fix winbind trusted domain regression -- related: #2021716 -- Fix logfile handling -- Fix smbclient -N failures in container setups - -* Tue Nov 09 2021 Guenther Deschner - 4.15.2-0 -- Update to Samba 4.15.2 -- resolves: #2019660, #2021711 - Security fixes for CVE-2016-2124 -- resolves: #2019672, #2021716 - Security fixes for CVE-2020-25717 -- resolves: #2019726, #2021718 - Security fixes for CVE-2020-25718 -- resolves: #2019732, #2021719 - Security fixes for CVE-2020-25719 -- resolves: #2021728, #2021729 - Security fixes for CVE-2020-25721 -- resolves: #2019764, #2021721 - Security fixes for CVE-2020-25722 -- resolves: #2021726, #2021727 - Security fixes for CVE-2021-3738 -- resolves: #2019666, #2021715 - Security fixes for CVE-2021-23192 -- resolves: #2021625 - -* Fri Nov 05 2021 Guenther Deschner - 4.15.1-1 -- Fix winexe core dump -- resolves: #2020376 - -* Wed Oct 27 2021 Guenther Deschner - 4.15.1-0 -- Update to Samba 4.15.1 -- resolves: #2017847 - -* Mon Sep 20 2021 Guenther Deschner - 4.15.0-13 -- Update to Samba 4.15.0 -- resolves: #2005817 - -* Mon Sep 13 2021 Guenther Deschner - 4.15.0-0.12.rc7 -- Update to Samba 4.15.0rc7 -- resolves: #2003740 - -* Thu Sep 09 2021 Guenther Deschner - 4.15.0-0.11.rc6 -- Update to Samba 4.15.0rc6 -- resolves: #2002546 - -* Tue Sep 07 2021 Guenther Deschner - 4.15.0-0.10.rc5 -- Update to Samba 4.15.0rc5 -- resolves: #2001827 - -* Wed Sep 01 2021 Guenther Deschner - 4.15.0-0.9.rc4 -- Update to Samba 4.15.0rc4 -- resolves: #2000079 - -* Thu Aug 26 2021 Guenther Deschner - 4.15.0-0.8.rc3 -- Update to Samba 4.15.0rc3 -- resolves: #1998024 - -* Wed Aug 25 2021 Guenther Deschner - 4.15.0-0.7.rc2 -- Add ceph and etcd mutex helpers for CTDB - -* Mon Aug 16 2021 Anoop C S - 4.15.0-0.6.rc2 -- Avoid removing PyDSDB library files from buildroot for non AD DC build - -* Fri Aug 13 2021 Adam Williamson - 4.15.0-0.5.rc2 -- Fix samba-common-tools dependency - -* Thu Aug 12 2021 Andreas Schneider - 4.15.0-0.4.rc2 -- Package samba-tool correctly - -* Mon Aug 09 2021 Guenther Deschner - 4.15.0-0.3.rc2 -- Update to Samba 4.15.0rc2 -- resolves: #1991634 - -* Fri Jul 23 2021 Fedora Release Engineering - 2:4.15.0-0.2.rc1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jul 19 2021 Guenther Deschner - 4.15.0rc1-1 -- Fix ctdb-pcp-pmda install -- resolves: #1983369 - -* Thu Jul 15 2021 Guenther Deschner - 4.15.0rc1-0 -- Update to Samba 4.15.0rc1 -- resolves: #1982623 - -* Wed Jul 14 2021 Guenther Deschner - 4.14.6-1 -- Build with pcp-pmda support by default on Fedora -- resolves: #1552276 - -* Tue Jul 13 2021 Guenther Deschner - 4.14.6-0 -- Update to Samba 4.14.6 -- resolves: #1981764 - -* Thu Jun 24 2021 Andreas Schneider - 4.14.5-3 -- Create a subpackage for vfs-io-uring - -* Fri Jun 04 2021 Python Maint - 2:4.14.5-1 -- Rebuilt for Python 3.10 - -* Tue Jun 01 2021 Guenther Deschner - 4.14.5-0 -- Update to Samba 4.14.5 -- resolves: #1966456 - -* Fri May 21 2021 Jitka Plesnikova - 2:4.14.4-3 -- Perl 5.34 rebuild - -* Wed May 19 2021 Pete Walter - 2:4.14.4-2 -- Rebuild for ICU 69 - -* Tue May 18 2021 Andreas Schneider - 4.14.4-1 -- Fixed building with gcc 11.x -- Fixed quota support - -* Thu Apr 29 2021 Guenther Deschner - 4.14.4-0 -- Update to Samba 4.14.4 -- resolves: #1949442, #1955027 - Security fixes for CVE-2021-20254 -- resolves: #1955011 - -* Wed Apr 28 2021 Anoop C S - 4.14.3-2 -- resolves: #1954263 - wrong conditional build check of AD DC - -* Tue Apr 20 2021 Andreas Schneider - 4.14.3-1 -- resolves: #1942378 - Drop NIS support - -* Tue Apr 20 2021 Guenther Deschner - 4.14.3-0 -- Update to Samba 4.14.3 -- resolves: #1951531 - -* Mon Apr 19 2021 Michal Ambroz - 4.14.2-4 - - Added python3-ldb to BR - -* Mon Apr 19 2021 Andreas Schneider - 4.12.2-3 -- resolves: #1949295 - Remove findsmb script - -* Wed Apr 14 2021 Richard W.M. Jones - 2:4.14.2-2 -- Rebuild for updated liburing. - -* Wed Apr 07 2021 Alexander Bokovoy - 4.14.2-1 -- Fix memory leaks in RPC server -- resolves: #1946950 - -* Thu Mar 25 2021 Guenther Deschner - 4.14.2-0 -- Update to Samba 4.14.2 -- related: #1941400, #1942496 - Security fixes for CVE-2020-27840 -- related: #1941402, #1942497 - Security fixes for CVE-2021-20277 - -* Wed Mar 24 2021 Guenther Deschner - 4.14.1-0 -- Update to Samba 4.14.1 -- resolves: #1941400, #1942496 - Security fixes for CVE-2020-27840 -- resolves: #1941402, #1942497 - Security fixes for CVE-2021-20277 - -* Tue Mar 09 2021 Guenther Deschner - 4.14.0-3 -- Update to Samba 4.14.0 - -* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 2:4.14.0-0.0.rc4.2 -- Rebuilt for updated systemd-rpm-macros - See https://pagure.io/fesco/issue/2583. - -* Mon Mar 01 2021 Guenther Deschner - 4.14.0rc4-0 -- Update to Samba 4.14.0rc4 - -* Thu Feb 18 2021 Guenther Deschner - 4.14.0rc3-0 -- Update to Samba 4.14.0rc3 - -* Thu Feb 04 2021 Guenther Deschner - 4.14.0rc2-0 -- Update to Samba 4.14.0rc2 - -* Wed Jan 27 2021 Guenther Deschner - 4.14.0rc1-0 -- Update to Samba 4.14.0rc1 - -* Tue Jan 26 2021 Guenther Deschner - 4.13.4-0 -- Update to Samba 4.13.4 - -* Wed Dec 16 2020 Guenther Deschner - 4.13.3-1 -- Rebuild against krb5-1.19 -- Resolves: rhbz#1915928 - -* Tue Dec 15 2020 Guenther Deschner - 4.13.3-0 -- Update to Samba 4.13.3 - -* Wed Nov 25 2020 Alexander Bokovoy - 4.13.2-2 -- rhbz#1892745, rhbz#1900232: smbclient mget crashes (upstream bug 14517) -- Merge RHEL 8.4 patches: - - FIPS-related enhancements - - FreeIPA Global Catalog patches - -* Tue Nov 03 2020 Andreas Schneider - 4.13.2-1 -- Create a python3-samba-devel package to avoid unnessary dependencies - -* Tue Nov 03 2020 Guenther Deschner - 4.13.2-0 -- Update to Samba 4.13.2 - -* Thu Oct 29 2020 Guenther Deschner - 4.13.1-0 -- Update to Samba 4.13.1 -- resolves: #1892631, #1892634 - Security fixes for CVE-2020-14318 -- resolves: #1891685, #1892628 - Security fixes for CVE-2020-14323 -- resolves: #1892636, #1892640 - Security fixes for CVE-2020-14383 - -* Mon Oct 26 2020 Andreas Schneider - 4.13.0-14 -- Fixed dbcheck running in a release tarball -- Updated internal resolv_wrapper copy to verison 1.1.7 - -* Sun Oct 25 2020 Alexander Bokovoy - 4.13.0-13 -- Report 'samba' daemon status back to systemd -- Support dnspython 2.0.0 or later in samba_dnsupdate - -* Thu Oct 22 2020 Alexander Bokovoy - 4.13.0-12 -- Add preliminary support for S4U operations in Samba AD DC - resolves: #1836630 - Samba DC: Remote Desktop cannot access files -- Fix lookup_unix_user_name to allow lookup of realm-qualified users and groups - required for upcoming FreeIPA Global Catalog support - -* Tue Sep 22 2020 Guenther Deschner - 4.13.0-11 -- Update to Samba 4.13.0 - -* Fri Sep 18 2020 Guenther Deschner - 4.13.0rc6-10 -- Update to Samba 4.13.0rc6 -- resolves: #1879822, #1880703 - Security fixes for CVE-2020-1472 - -* Wed Sep 16 2020 Guenther Deschner - 4.13.0rc5-9 -- Update to Samba 4.13.0rc5 - -* Mon Sep 07 2020 Guenther Deschner - 4.13.0rc4-8 -- Update to Samba 4.13.0rc4 - -* Fri Aug 28 2020 Neal Gompa - 4.13.0rc3-6 -- Enable winexe by default everywhere - -* Fri Aug 28 2020 Guenther Deschner - 4.13.0rc3-5 -- Update to Samba 4.13.0rc3 - -* Fri Aug 14 2020 Guenther Deschner - 4.13.0rc2-4 -- Update to Samba 4.13.0rc2 - -* Wed Aug 12 2020 Andreas Schneider - 4.13.0rc1-3 -- resolves: #1865831 - Add missing /usr/lib64/samba/krb5 directory -- resolves: #1866989 - Remove obsolete python3-crypto dependency - -* Wed Jul 29 2020 Fedora Release Engineering - 2:4.13.0-0.2.rc1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jul 14 2020 Tom Stellard - 2:4.13.0-0.2.rc1 -- Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro - -* Tue Jul 14 2020 Andreas Schneider - 4.13.0rc1-1 -- Move mdssvc data files to correct package - -* Thu Jul 09 2020 Guenther Deschner - 4.13.0rc1-0 -- Update to Samba 4.13.0rc1 - -* Wed Jul 08 2020 Merlin Mathesius - 4.12.5-1 -- Remove nonexistent --without-winexe option from configure - -* Thu Jul 02 2020 Guenther Deschner - 4.12.5-0 -- Update to Samba 4.12.5 - -* Thu Jul 02 2020 Guenther Deschner - 4.12.4-0 -- Update to Samba 4.12.4 -- resolves: #1849489, #1853255 - Security fixes for CVE-2020-10730 -- resolves: #1849491, #1853256 - Security fixes for CVE-2020-10745 -- resolves: #1849509, #1853276 - Security fixes for CVE-2020-10760 -- resolves: #1851298, #1853259 - Security fixes for CVE-2020-14303 - -* Sat Jun 27 2020 Jitka Plesnikova - 2:4.12.3-1.1 -- Perl 5.32 re-rebuild updated packages - -* Thu Jun 25 2020 Guenther Deschner - 4.12.3-1 -- Add BuildRequires for python3-setuptools - -* Thu Jun 25 2020 Jitka Plesnikova - 2:4.12.3-0.4 -- Perl 5.32 rebuild - -* Tue May 26 2020 Miro Hrončok - 2:4.12.3-0.3 -- Rebuilt for Python 3.9 - -* Tue May 19 2020 Guenther Deschner - 4.12.3-0 -- Update to Samba 4.12.3 - -* Fri May 15 2020 Pete Walter - 2:4.12.2-1.2 -- Rebuild for ICU 67 - -* Wed May 13 2020 Guenther Deschner - 4.12.2-1 -- Add support for building the new experimental io_uring VFS module - -* Tue Apr 28 2020 Guenther Deschner - 4.12.2-0 -- Update to Samba 4.12.2 -- resolves: #1825731, #1828870 - Security fixes for CVE-2020-10700 -- resolves: #1825734, #1828872 - Security fixes for CVE-2020-10704 - -* Sun Apr 12 2020 Alexander Bokovoy - 4.12.1-1 -- Revert POSIX stat tuning in libsmbclient -- Resolves: rhbz#1801442 - -* Tue Apr 07 2020 Guenther Deschner - 4.12.1-0 -- Update to Samba 4.12.1 - -* Sat Mar 21 2020 Alexander Bokovoy - 4.12.0-6 -- Fix samba_requires_eq macro definition -- Resolves rhbz#1815739 - -* Tue Mar 10 2020 Guenther Deschner - 4.12.0-5 -- Add build requirement for perl-FindBin -- resolves: #1661213 - Add winexe subpackage for remote windows command execution - -* Tue Mar 03 2020 Guenther Deschner - 4.12.0-3 -- Update to Samba 4.12.0 - -* Wed Feb 26 2020 Guenther Deschner - 4.12.0rc4-2 -- Update to Samba 4.12.0rc4 - -* Wed Feb 19 2020 Guenther Deschner - 4.12.0rc3-2 -- Update to Samba 4.12.0rc3 - -* Tue Feb 04 2020 Guenther Deschner - 4.12.0rc2-2 -- Update to Samba 4.12.0rc2 - -* Thu Jan 30 2020 Fedora Release Engineering - 2:4.12.0-0.1.rc1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jan 24 2020 Alexander Bokovoy - 4.12.0.rc1-1 -- Allow building against krb5 1.18 beta and require it for Rawhide - -* Wed Jan 22 2020 Guenther Deschner - 4.12.0rc1-0 -- Update to Samba 4.12.0rc1 - -* Tue Jan 21 2020 Guenther Deschner - 4.11.5-0 -- Update to Samba 4.11.5 -- resolves: #1791201, #1793405 - Security fixes for CVE-2019-14902 -- resolves: #1791207, #1793407 - Security fixes for CVE-2019-14907 -- resolves: #1791204, #1793406 - Security fixes for CVE-2019-19344 - -* Mon Dec 16 2019 Guenther Deschner - 4.11.4-0 -- Update to Samba 4.11.4 - -* Tue Dec 10 2019 Guenther Deschner - 4.11.3-0 -- Update to Samba 4.11.3 -- resolves: #1778586, #1781542 - Security fixes for CVE-2019-14861 -- resolves: #1778589, #1781545 - Security fixes for CVE-2019-14870 - -* Thu Dec 05 2019 Andreas Schneider - 4.11.2-2 -- Restart winbindd on samba-winbind package upgrade - -* Wed Nov 06 2019 Alexander Bokovoy - 4.11.2-1 -- Update DES removal patch - -* Tue Oct 29 2019 Guenther Deschner - 4.11.2-0 -- Update to Samba 4.11.2 -- resolves: #1763137, #1766558 - Security fixes for CVE-2019-10218 -- resolves: #1764126, #1766559 - Security fixes for CVE-2019-14833 - -* Sun Oct 27 2019 Alexander Bokovoy - 4.11.1-1 -- resolves: #1757071 - Deploy new samba DC fails - -* Fri Oct 18 2019 Guenther Deschner - 4.11.1-0 -- Update to Samba 4.11.1 - -* Tue Sep 17 2019 Guenther Deschner - 4.11.0-3 -- Update to Samba 4.11.0 - -* Wed Sep 11 2019 Guenther Deschner - 4.11.0rc4-2 -- Update to Samba 4.11.0rc4 - -* Tue Sep 03 2019 Guenther Deschner - 4.11.0rc3-2 -- Update to Samba 4.11.0rc3 -- resolves: #1746225, #1748308 - Security fixes for CVE-2019-10197 - -* Tue Aug 27 2019 Guenther Deschner - 4.11.0rc2-2 -- resolves: #1746014 - re-add pidl - -* Mon Aug 26 2019 Lubomir Rintel - 2:4.11.0-0.1.rc2 -- Move the NetworkManager dispatcher script out of /etc - -* Wed Aug 21 2019 Guenther Deschner - 4.11.0rc2-0 -- Update to Samba 4.11.0rc2 - -* Tue Aug 20 2019 Guenther Deschner - 4.11.0rc1-0 -- Update to Samba 4.11.0rc1 - -* Mon Aug 19 2019 Miro Hrončok - 2:4.10.6-1.1 -- Rebuilt for Python 3.8 - -* Fri Aug 16 2019 Alexander Bokovoy - 2:4.10.6-1 -- Fix Samba bug https://bugzilla.samba.org/show_bug.cgi?id=14091 -- Fixes: Windows systems cannot resolve IPA users and groups over LSA RPC - -* Fri Jul 26 2019 Fedora Release Engineering - 2:4.10.6-0.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Jul 08 2019 Guenther Deschner - 4.10.6-0 -- Update to Samba 4.10.6 - -* Mon Jul 01 2019 Guenther Deschner - 4.10.5-2 -- resolves: #1718113 - Avoid deprecated time.clock in wafsamba -- resolves: #1711638 - Update to latest waf version 2.0.17 - -* Thu Jun 20 2019 Guenther Deschner - 4.10.5-1 -- resolves: #1602824 - Make vfs_fruit operable with other remote VFS modules -- resolves: #1716455 - Avoid pathconf() in get_real_filename() VFS calls -- resolves: #1706090, #1700791 - Fix smbspool - -* Wed Jun 19 2019 Guenther Deschner - 4.10.5-0 -- Update to Samba 4.10.5 -- resolves: #1711816, #1721872 - Security fixes for CVE-2019-12435 -- resolves: #1711837, #1721873 - Security fixes for CVE-2019-12436 - -* Fri May 31 2019 Jitka Plesnikova - 2:4.10.4-1.1 -- Perl 5.30 rebuild - -* Tue May 28 2019 Guenther Deschner - 4.10.4-1 -- Add missing ctdb directories -- resolves: #1656777 - -* Wed May 22 2019 Guenther Deschner - 4.10.4-0 -- Update to Samba 4.10.4 - -* Tue May 14 2019 Guenther Deschner - 4.10.3-0 -- Update to Samba 4.10.3 -- resolves: #1705877, #1709679 - Security fixes for CVE-2018-16860 - -* Mon Apr 15 2019 Andreas Schneider - 4.10.2-1 -- resolves: #1699230 - Rebuild for MIT Kerberos soname bump of libkadm5srv - -* Mon Apr 08 2019 Guenther Deschner - 4.10.2-0 -- Update to Samba 4.10.2 -- resolves: #1689010, #1697718 - Security fixes for CVE-2019-3870 -- resolves: #1691518, #1697717 - Security fixes for CVE-2019-3880 - -* Wed Apr 03 2019 Guenther Deschner - 4.10.1-0 -- Update to Samba 4.10.1 - -* Mon Mar 25 2019 Andreas Schneider - 4.10.0-6 -- resolves: #1692347 - Add missing DC requirement for its python3 tools - -* Wed Mar 20 2019 Guenther Deschner - 4.10.0-5 -- Fix build failure (duplication during install) - -* Tue Mar 19 2019 Guenther Deschner - 4.10.0-4 -- Update to Samba 4.10.0 - -* Wed Mar 06 2019 Guenther Deschner - 4.10.0rc4-2 -- Update to Samba 4.10.0rc4 - -* Fri Feb 22 2019 Guenther Deschner - 4.10.0rc3-2 -- Update to Samba 4.10.0rc3 - -* Sun Feb 17 2019 Igor Gnatenko - 2:4.10.0-0.2.rc2.1 -- Rebuild for readline 8.0 - -* Thu Feb 14 2019 Andreas Schneider - 4.10.0rc2-2 -- resolves: #1672231 - Fix public NDR API - -* Tue Feb 12 2019 Guenther Deschner - 4.10.0rc2-1 -- resolves: #1674547 - Move samba.xattr modules out of python3 test package - -* Wed Feb 06 2019 Guenther Deschner - 4.10.0rc2-0 -- Update to Samba 4.10.0rc2 - -* Tue Jan 15 2019 Guenther Deschner - 4.10.0rc1-0 -- Update to Samba 4.10.0rc1 - -* Mon Jan 14 2019 Björn Esser - 2:4.9.4-0.1 -- Rebuilt for libcrypt.so.2 (#1666033) - -* Thu Dec 20 2018 Guenther Deschner - 4.9.4-0 -- Update to Samba 4.9.4 - -* Tue Nov 27 2018 Guenther Deschner - 4.9.3-0 -- Update to Samba 4.9.3 -- resolves: #1625449, #1654078 - Security fixes for CVE-2018-14629 -- resolves: #1642545, #1654082 - Security fixes for CVE-2018-16841 -- resolves: #1646377, #1654091 - Security fixes for CVE-2018-16851 -- resolves: #1646386, #1654092 - Security fixes for CVE-2018-16852 -- resolves: #1647246, #1654093 - Security fixes for CVE-2018-16853 -- resolves: #1649278, #1654095 - Security fixes for CVE-2018-16857 - -* Thu Nov 08 2018 Guenther Deschner - 4.9.2-0 -- Update to Samba 4.9.2 - -* Wed Sep 26 2018 Alexander Bokovoy - 4.9.1-2 -- Package ctdb/doc/examples - -* Mon Sep 24 2018 Andreas Schneider - 4.9.1-1 -- Update to Samba 4.9.1 - -* Thu Sep 13 2018 Guenther Deschner - 4.9.0-4 -- Update to Samba 4.9.0 - -* Thu Sep 06 2018 Andreas Schneider - 4.9.0rc5-3 -- Update to Samba 4.9.0rc5 - -* Wed Aug 29 2018 Guenther Deschner - 4.9.0rc4-3 -- Update to Samba 4.9.0rc4 - -* Thu Aug 16 2018 Andreas Schneider - 4.9.0rc3-3 -- Fix python3 packaging - -* Wed Aug 15 2018 Guenther Deschner - 4.9.0rc3-2 -- Update to Samba 4.9.0rc3 -- resolves: #1589651, #1617916 - Security fixes for CVE-2018-1139 -- resolves: #1580230, #1618613 - Security fixes for CVE-2018-1140 -- resolves: #1612805, #1618697 - Security fixes for CVE-2018-10858 -- resolves: #1610640, #1617910 - Security fixes for CVE-2018-10918 -- resolves: #1610645, #1617911 - Security fixes for CVE-2018-10919 - -* Wed Aug 01 2018 Andreas Schneider - 4.9.0rc2-2 -- Add some spec file cleanups - -* Wed Aug 01 2018 Guenther Deschner - 4.9.0rc2-0 -- Update to Samba 4.9.0rc2 - -* Thu Jul 12 2018 Guenther Deschner - 4.9.0rc1-0 -- Update to Samba 4.9.0rc1 - -* Thu Jul 12 2018 Alexander Bokovoy - 2:4.8.3-4.1 -- Scope to local __bss_start symbol (typo in a patch) -- Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1600035 - -* Thu Jul 12 2018 Alexander Bokovoy - 2:4.8.3-4 -- Change scope to local for symbols automatically added by upcoming binutils 2.31 -- Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1600035 - -* Wed Jul 11 2018 Alexander Bokovoy - 2:4.8.3-3 -- Rebuild Samba against binutils 2.30.90-2.fc29 -- Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1600035 -- Add explicit BuildRequires for gcc - -* Fri Jul 06 2018 Petr Pisar -- Perl 5.28 rebuild - -* Thu Jul 05 2018 Alexander Bokovoy - 2:4.8.3-2 -- Fix rawhide build by explicitly using /usr/bin/python2 - -* Tue Jul 03 2018 Petr Pisar -- Perl 5.28 rebuild - -* Mon Jul 02 2018 Miro Hrončok - 2:4.8.3-1.2 -- Rebuilt for Python 3.7 - -* Thu Jun 28 2018 Jitka Plesnikova - 2:4.8.3-1.1 -- Perl 5.28 rebuild - -* Tue Jun 26 2018 Andreas Schneider - 4.8.3-1 -- Update to Samba 4.8.3 -- Remove python(2|3)-subunit dependency - -* Tue Jun 19 2018 Miro Hrončok - 2:4.8.2-1.1 -- Rebuilt for Python 3.7 - -* Wed May 16 2018 Guenther Deschner - 4.8.2-0 -- Update to Samba 4.8.2 - -* Wed May 09 2018 Andreas Schneider - 4.8.1-1 -- resolves: #1574177 - Fix smbspool command line argument handling - -* Thu Apr 26 2018 Guenther Deschner - 4.8.1-0 -- Update to Samba 4.8.1 - -* Wed Mar 14 2018 Guenther Deschner - 4.8.0-7 -- resolves: #1554754, #1554756 - Security fixes for CVE-2018-1050 CVE-2018-1057 -- resolves: #1555112 - Update to Samba 4.8.0 - -* Tue Mar 13 2018 Andreas Schneider - 4.8.0rc4-6 -- resolves: #1552652 - Fix usage of nc in ctdb tests and only recommned it - -* Fri Mar 02 2018 Guenther Deschner - 4.8.0rc4-5 -- Update to Samba 4.8.0rc4 - -* Mon Feb 12 2018 Guenther Deschner - 4.8.0rc3-4 -- Update to Samba 4.8.0rc3 - -* Fri Feb 09 2018 Igor Gnatenko - 2:4.8.0-0.3.rc2.1 -- Escape macros in %%changelog - -* Fri Jan 26 2018 Guenther Deschner - 4.8.0rc2-3 -- Update to Samba 4.8.0rc2 - -* Sun Jan 21 2018 Björn Esser - 2:4.8.0-0.2.rc1 -- Explicitly BR: rpcsvc-proto-devel - -* Sat Jan 20 2018 Björn Esser - 2:4.8.0-0.1.rc1.1 -- Rebuilt for switch to libxcrypt - -* Mon Jan 15 2018 Guenther Deschner - 4.8.0rc1-1 -- Update to Samba 4.8.0rc1 - -* Mon Jan 08 2018 Andreas Schneider - 4.7.4-1 -- resolves: #1508092 - Add missing dependency for tdbbackup - -* Mon Dec 25 2017 Guenther Deschner - 4.7.4-0 -- Update to Samba 4.7.4 - -* Mon Dec 04 2017 Andreas Schneider - 4.7.3-3 -- resolves: #1520163 - Link libaesni-intel-samba4.so with -z noexecstack - -* Thu Nov 30 2017 Andreas Schneider - 4.7.3-2 -- Fix deamon startup with systemd - -* Thu Nov 23 2017 Bastien Nocera - 4.7.3-1 -- Enable AES acceleration on Intel compatible CPUs by default - -* Tue Nov 21 2017 Guenther Deschner - 4.7.3-0 -- Update to Samba 4.7.3 -- resolves: #1515692 - Security fix for CVE-2017-14746 and CVE-2017-15275 - -* Wed Nov 15 2017 Guenther Deschner - 4.7.2-0 -- resolves: #1513452 - Update to Samba 4.7.2 - -* Mon Nov 13 2017 Andreas Schneider - 4.7.1-2 -- Fix release number - -* Tue Nov 07 2017 Igor Gnatenko - 4.7.1-1 -- Remove old crufty coreutils requires - -* Thu Nov 02 2017 Guenther Deschner - 4.7.1-0 -- resolves: #1508871 - Update to Samba 4.7.1 - -* Mon Oct 30 2017 Alexander Bokovoy - 4.7.0-18 -- Force samba-dc to use the same libldb version as LDB modules compiled -- resolves: #1507420 - LDB / Samba module version mismatch - -* Fri Oct 27 2017 Andreas Schneider - 4.7.0-17 -- Move dsdb libs to python2-samba-dc - -* Thu Oct 26 2017 Andreas Schneider - 4.7.0-16 -- Create python[2|3]-samba-dc packages - -* Wed Oct 25 2017 Andreas Schneider - 4.7.0-15 -- related: #1499140 - Fix several dependency issues -- Fix building with MIT Kerberos 1.16 - -* Fri Oct 13 2017 Andreas Schneider - 4.7.0-14 -- resolves: #1499140 - Move libdfs-server-ad to the correct subpackage - -* Fri Oct 06 2017 Alexander Bokovoy - 4.7.0-13 -- Move /usr/lib{64,}/samba/libdsdb-garbage-collect-tombstones-samba4.so to samba-dc-libs -- Rebuild in rawhide against new krb5 1.16 and docbook-xml - -* Thu Sep 21 2017 Guenther Deschner - 4.7.0-12 -- Update to Samba 4.7.0 -- resolves: #1493441 - Security fix for CVE-2017-12150 CVE-2017-12151 CVE-2017-12163 - -* Sun Sep 17 2017 Guenther Deschner - 4.7.0-0.11.rc6 -- Update to Samba 4.7.0rc6 - -* Wed Sep 13 2017 Alexander Bokovoy - 4.7.0-0.11.rc5 -- resolves: #1491137 - dcerpc/__init__.py is not packaged for py3 - -* Tue Sep 12 2017 Andreas Schneider - 4.7.0-0.10.rc5 -- resolves: #1476175 - Create seperate package for bind_dlz module - -* Tue Aug 29 2017 Guenther Deschner - 4.7.0-0.9.rc5 -- Update to Samba 4.7.0rc5 - -* Tue Aug 08 2017 Andreas Schneider - 4.7.0-0.9.rc3 -- Add printadmin group for printer driver handling - -* Sun Jul 30 2017 Florian Weimer - 2:4.7.0-0.8.rc3.2 -- Rebuild with binutils fix for ppc64le (#1475636) - -* Thu Jul 27 2017 Fedora Release Engineering - 2:4.7.0-0.8.rc3.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Wed Jul 26 2017 Andreas Schneider - 4.7.0-0.8.rc3 -- resolves: #1301002 - Enable avahi support - -* Tue Jul 25 2017 Guenther Deschner - 4.7.0-0.7.rc3 -- Update to Samba 4.7.0rc3 - -* Mon Jul 24 2017 Andreas Schneider - 4.7.0-0.7.rc1 -- Rename samba-python to python2-samba -- Update build requirement for libcephfs - -* Thu Jul 20 2017 Alexander Bokovoy - 4.7.0-0.6.rc1 -- Use Python 2 explicitly for samba-tool and other Python-based tools -- Install samba.service as it is required for the AD DC case - -* Tue Jul 18 2017 Alexander Bokovoy - 4.7.0-0.5.rc1 -- Convert more rpc modules to python3 -- Explicitly specify Python artifacts in the spec to be able to catch unpackaged ones -- Split 'make test' Python code into separate python2-samba-test/python3-samba-test sub-packages -- Remove embedded python2-dns version, require python{2,3}-dns instead - -* Thu Jul 06 2017 Andreas Schneider - 4.7.0-0.4.rc1 -- Add python3 support -- Fix %%posttrans for libwbclient-devel - -* Thu Jul 06 2017 Andreas Schneider - 4.7.0-0.3.rc1 -- Do not install conflicting file _ldb_text.py - -* Wed Jul 05 2017 Andreas Schneider - 4.7.0-0.2.rc1 -- Fix requirement generation for shared libraries - -* Wed Jul 05 2017 Andreas Schneider - 4.7.0-0.1.rc1 -- Build Samba with Active Directory support! - -* Mon Jun 12 2017 Guenther Deschner - 4.7.0-0.0.rc1 -- Update to Samba 4.7.0rc1 - -* Mon Jun 12 2017 Guenther Deschner - 4.6.5-0 -- Update to Samba 4.6.5 - -* Sun Jun 04 2017 Jitka Plesnikova - 2:4.6.4-1.1 -- Perl 5.26 rebuild - -* Wed May 24 2017 Andreas Schneider - 4.6.4-1 -- #resolves: #1451486 - Add source tarball comment - -* Wed May 24 2017 Guenther Deschner - 4.6.4-0 -- Update to Samba 4.6.4 -- resolves: #1455050 - Security fix for CVE-2017-7494 - -* Tue Apr 25 2017 Guenther Deschner - 4.6.3-0 -- Update to Samba 4.6.3 - -* Fri Mar 31 2017 Guenther Deschner - 4.6.2-0 -- Update to Samba 4.6.2 -- related: #1435156 - Security fix for CVE-2017-2619 - -* Thu Mar 23 2017 Guenther Deschner - 4.6.1-0 -- Update to Samba 4.6.1 -- resolves: #1435156 - Security fix for CVE-2017-2619 - -* Wed Mar 15 2017 Alexander Bokovoy - 4.6.0-4 -- Export arcfour_crypt_blob to Python as samba.crypto.arcfour_encrypt -- Makes possible to run trust to AD in FreeIPA in FIPS mode - -* Fri Mar 10 2017 Alexander Bokovoy - 4.6.0-3 -- auth/credentials: Always set the the realm if we set the principal from the ccache -- resolves: #1430761 - credentials_crb5: use gss_acquire_cred for client-side GSSAPI use case - -* Thu Mar 09 2017 Alexander Bokovoy - 4.6.0-2 -- resolves: #1430761 - credentials_krb5: use gss_acquire_cred for client-side GSSAPI use case - -* Tue Mar 07 2017 Andreas Schneider - 4.6.0-1 -- Update to Samba 4.6.0 - -* Wed Mar 01 2017 Andreas Schneider - 4.6.0-0.3.rc4 -- Update to Samba 4.6.0rc4 - -* Tue Feb 14 2017 Andreas Schneider - 4.6.0-0.1.rc3 -- Update to Samba 4.6.0rc3 - -* Sat Feb 11 2017 Fedora Release Engineering - 4.6.0-0.1.rc2.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Jan 27 2017 Guenther Deschner - 4.6.0-0.1.rc2 -- Update to Samba 4.6.0rc2 - -* Thu Jan 12 2017 Andreas Schneider - 4.6.0-0.1.rc1 -- resolves: #1319098 - Add missing Requires for pre-required packages - -* Thu Jan 05 2017 Guenther Deschner - 4.6.0-0.1.rc1 -- Update to Samba 4.6.0rc1 - -* Mon Dec 19 2016 Guenther Deschner - 4.5.3-0 -- Update to Samba 4.5.3 -- resolves: #1405984 - CVE-2016-2123,CVE-2016-2125 and CVE-2016-2126 - -* Wed Dec 07 2016 Guenther Deschner - 4.5.2-0 -- Update to Samba 4.5.2 - -* Mon Dec 05 2016 Rex Dieter - - -- rebuild (libldb) - -* Fri Nov 04 2016 Anoop C S - 4.5.1-1 -- Fix glfs_realpath allocation in vfs_glusterfs - -* Wed Oct 26 2016 Guenther Deschner - 4.5.1-0 -- Update to Samba 4.5.1 - -* Mon Oct 17 2016 Andreas Schneider - 4.5.0-3 -- resolves: 1375973 - Fix tevent incompatibility issue - -* Wed Sep 14 2016 Guenther Deschner - 4.5.0-2 -- Fix smbspool alternatives handling during samba-client uninstall - -* Wed Sep 07 2016 Guenther Deschner - 4.5.0-1 -- Update to Samba 4.5.0 - -* Mon Aug 29 2016 Guenther Deschner - 4.5.0rc3-0 -- Update to Samba 4.5.0rc3 - -* Mon Aug 15 2016 Guenther Deschner - 4.5.0rc2-0 -- Update to Samba 4.5.0rc2 - -* Thu Jul 28 2016 Guenther Deschner - 4.5.0rc1-0 -- Update to Samba 4.5.0rc1 - -* Tue Jul 19 2016 Fedora Release Engineering - 2:4.4.5-1.1 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Jul 07 2016 Guenther Deschner - 4.4.5-1 -- Update to Samba 4.4.5 -- resolves: #1353504 - CVE-2016-2119 - -* Thu Jun 23 2016 Guenther Deschner - 4.4.4-4 -- resolves: #1348899 - Import of samba.ntacls fails - -* Mon Jun 20 2016 Andreas Schneider - 4.4.4-3 -- resolves: #1337260 - Small fix to the example smb.conf file - -* Wed Jun 15 2016 Andreas Schneider - 4.4.4-2 -- Fix resolving trusted domain users on domain member - -* Tue Jun 07 2016 Guenther Deschner - 4.4.4-1 -- Update to Samba 4.4.4 -- resolves: #1343529 - -* Wed May 25 2016 Alexander Bokovoy - 2:4.4.3-2 -- Fix libsystemd patch (#1125086) so that it actually works - -* Mon May 23 2016 Zbigniew Jędrzejewski-Szmek - 2:4.4.3-1.2 -- Rebuild to drop libsystemd-daemon dependency (#1125086) - -* Sun May 15 2016 Jitka Plesnikova - 2:4.4.3-1.1 -- Perl 5.24 rebuild - -* Mon May 02 2016 Guenther Deschner - 4.4.3-1 -- Update to Samba 4.4.3 -- resolves: #1332178 - -* Tue Apr 12 2016 Guenther Deschner - 4.4.2-1 -- Update to Samba 4.4.2, fix badlock security bug -- resolves: #1326453 - CVE-2015-5370 -- resolves: #1326453 - CVE-2016-2110 -- resolves: #1326453 - CVE-2016-2111 -- resolves: #1326453 - CVE-2016-2112 -- resolves: #1326453 - CVE-2016-2113 -- resolves: #1326453 - CVE-2016-2114 -- resolves: #1326453 - CVE-2016-2115 -- resolves: #1326453 - CVE-2016-2118 - -* Tue Mar 22 2016 Guenther Deschner - 4.4.0-1 -- Update to Samba 4.4.0 - -* Wed Mar 16 2016 Guenther Deschner - 4.4.0-0.8.rc5 -- Update to Samba 4.4.0rc5 - -* Tue Mar 08 2016 Guenther Deschner - 4.4.0-0.7.rc4 -- Update to Samba 4.4.0rc4 -- resolves: #1315942 - CVE-2015-7560 Incorrect ACL get/set allowed on symlink path - -* Tue Feb 23 2016 Guenther Deschner - 4.4.0-0.6.rc3 -- Update to Samba 4.4.0rc3 - -* Wed Feb 17 2016 Guenther Deschner - 4.4.0-0.5.rc2 -- Activate multi channel support (switched off by default) - -* Mon Feb 15 2016 Andreas Schneider - 4.4.0-0.4.rc2 -- More spec file fixes -- resolves: #1306542 - scriptlet failure because of comments - -* Mon Feb 15 2016 Andreas Schneider - 4.4.0-0.3.rc2 -- More spec file fixes - -* Mon Feb 15 2016 Andreas Schneider - 4.4.0-0.2.rc2 -- More spec file fixes - -* Wed Feb 10 2016 Guenther Deschner - 4.4.0-0.1.rc2 -- Update to Samba 4.4.0rc2 - -* Thu Feb 04 2016 Fedora Release Engineering - 2:4.4.0-0.1.rc1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jan 27 2016 Guenther Deschner - 4.4.0-0.0.rc1 -- Update to Samba 4.4.0rc1 - -* Fri Jan 22 2016 Alexander Bokovoy - 4.3.4-1 -- resolves: #1300038 - PANIC: Bad talloc magic value - wrong talloc version used/mixed - -* Tue Jan 12 2016 Guenther Deschner - 4.3.4-0 -- resolves: #1261230 - Update to Samba 4.3.4 - -* Wed Dec 16 2015 Guenther Deschner - 4.3.3-0 -- Update to Samba 4.3.3 -- resolves: #1292069 -- CVE-2015-3223 Remote DoS in Samba (AD) LDAP server -- CVE-2015-5252 Insufficient symlink verification in smbd -- CVE-2015-5296 Samba client requesting encryption vulnerable to - downgrade attack -- CVE-2015-5299 Missing access control check in shadow copy code -- CVE-2015-7540 DoS to AD-DC due to insufficient checking of asn1 - memory allocation - -* Tue Dec 15 2015 Guenther Deschner - 4.3.2-2 -- revert dependencies to samba-common and -tools - -* Tue Dec 01 2015 Guenther Deschner - 4.3.2-1 -- resolves: #1261230 - Update to Samba 4.3.2 - -* Wed Nov 18 2015 Guenther Deschner - 4.3.1-3 -- resolves: #1282931 - Fix DCE/RPC bind nak parsing - -* Fri Oct 23 2015 Guenther Deschner - 4.3.1-2 -- Fix dependencies to samba-common - -* Tue Oct 20 2015 Guenther Deschner - 4.3.1-1 -- resolves: #1261230 - Update to Samba 4.3.1 - -* Mon Oct 12 2015 Guenther Deschner - 4.3.0-3 -- Use separate lockdir - -* Mon Oct 12 2015 Guenther Deschner - 4.3.0-2 -- resolves: #1270568 - Samba fails to start after update to 4.3.0 - -* Tue Sep 08 2015 Guenther Deschner - 4.3.0-1 -- resolves: #1088911 - Update to Samba 4.3.0 - -* Tue Sep 01 2015 Andreas Schneider - 4.3.0-0.1rc4 -- Update to Samba 4.3.0rc4 - -* Mon Aug 31 2015 Andreas Schneider - 4.3.0-0.1rc3 -- Update to Samba 4.3.0rc3 - -* Tue Jul 14 2015 Guenther Deschner - 4.2.3-0 -- resolves: #1088911 - Update to Samba 4.2.3 - -* Fri Jun 19 2015 Andreas Schneider - 4.2.2-1 -- resolves: #1227911 - Enable tar support for smbclient -- resolves: #1234908 - Own the /var/lib/samba directory -- Enable hardened build - -* Fri Jun 19 2015 Fedora Release Engineering - 2:4.2.2-0.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Jun 04 2015 Jitka Plesnikova - 2:4.2.2-0.1 -- Perl 5.22 rebuild - -* Thu May 28 2015 Guenther Deschner - 4.2.2-0 -- Update to Samba 4.2.2 - -* Mon May 11 2015 Alexander Bokovoy - 4.2.1-8 -- Fixes: #1219832: Samba 4.2 broke FreeIPA trusts to AD -- Remove usage of deprecated API from gnutls - -* Thu Apr 30 2015 Alexander Bokovoy - 4.2.1-7 -- Fix LSASD daemon -- resolves: #1217346 - FreeIPA trusts to AD broken due to Samba 4.2 failure to run LSARPC pipe externally - -* Mon Apr 27 2015 Alexander Bokovoy - 4.2.1-6 -- Remove samba-common-tools from samba-client package as it brings back Python 2.7 - -* Mon Apr 27 2015 Alexander Bokovoy - 4.2.1-5 -- Require samba-common-tools in samba package -- Require samba-common-tools in samba-client package -- resolves: #1215631 - /usr/bin/net moved to samba-common-tools but the package is not required by samba - -* Sat Apr 25 2015 Alexander Bokovoy - 4.2.1-4 -- Fix systemd library detection (incomplete patch upstream) - -* Fri Apr 24 2015 Andreas Schneider - 4.2.1-3 -- resolves: #1214973 - Fix libwbclient alternatives link. - -* Wed Apr 22 2015 Guenther Deschner - 4.2.1-2 -- Add vfs snapper module. - -* Tue Apr 21 2015 Andreas Schneider - 4.2.1-1 -- Update to Samba 4.2.1 -- resolves: #1213373 - Fix DEBUG macro issues in public headers - -* Wed Apr 08 2015 Andreas Schneider - 4.2.0-3 -- resolves: #1207381 - Fix libsystemd detection. - -* Tue Mar 10 2015 Andreas Schneider - 4.2.0-2 -- Fix the AD build. -- Create samba-client-libs subpackage. -- Fix multiarch issues by splitting the samba-common package. - -* Thu Mar 05 2015 Guenther Deschner - 4.2.0-1 -- Update to Samba 4.2.0 - -* Tue Mar 03 2015 Andreas Schneider - 4.2.0-0.5.rc5 -- Update to Samba 4.2.0rc5 - -* Fri Jan 16 2015 - Andreas Schneider - 4.2.0-0.4.rc4 -- Update to Samba 4.2.0rc4 -- resolves: #1154600 - Install missing samba pam.d configuration file. - -* Mon Jan 12 2015 Guenther Deschner - 4.2.0-0.6.rc3 -- Fix awk as a dependency (and require gawk) - -* Mon Jan 12 2015 Michael Adam - 4.2.0-0.5.rc3 -- Add dependencies for ctdb. - -* Fri Jan 09 2015 Stephen Gallagher 4.2.0-0.4.rc3 -- Apply the DEBUG patch - -* Fri Jan 09 2015 Andreas Schneider - 4.2.0-0.3.rc3 -- Fix issues with conflicting DEBUG macros. - -* Tue Jan 06 2015 Michael Adam - 4.2.0-0.2.rc3 -- Improve dependencies of vfs-glusterfs and vfs-cephfs. -- Remove unused python_libdir. -- Fix malformed changelog entries. - -* Tue Jan 06 2015 Guenther Deschner - 4.2.0-0.2.rc3 -- Fix ctdb and libcephfs dependencies. - -* Mon Jan 05 2015 Andreas Schneider - 4.2.0-0.1.rc3 -- Update to Samba 4.2.0rc3 - + Samba provides ctdb packages now. - -* Tue Dec 16 2014 Andreas Schneider - 4.2.0-0.3.rc2 -- resolves: #1174412 - Build VFS Ceph module. -- resolves: #1169067 - Move libsamba-cluster-support.so to samba-libs package. -- resolves: #1016122 - Move smbpasswd to samba-common package. - -* Fri Nov 21 2014 Andreas Schneider - 4.2.0-0.2.rc2 -- Use alternatives for libwbclient. -- Add cwrap to BuildRequires. - -* Wed Nov 12 2014 Andreas Schneider - 4.2.0-0.1.rc2 -- Update to Samba 4.2.0rc2. - -* Tue Oct 07 2014 Andreas Schneider - 4.1.12-5 -- resolves: #1033595 - Fix segfault in winbind. - -* Wed Sep 24 2014 Andreas Schneider - 4.1.12-1 -- Update to Samba 4.1.12. - -* Tue Sep 09 2014 Jitka Plesnikova - 2:4.1.11-1.4 -- Perl 5.20 mass - -* Wed Aug 27 2014 Jitka Plesnikova - 2:4.1.11-1.3 -- Perl 5.20 rebuild - -* Wed Aug 20 2014 Kalev Lember - 2:4.1.11-1.2 -- Rebuilt for rpm dependency generator failure (#1131892) - -* Mon Aug 18 2014 Fedora Release Engineering - 0:4.1.11-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Fri Aug 1 2014 Jared Smith - 4.1.11-1 -- Update to upstream Samba 4.1.11 release -- resolves: #1126015 - Fix CVE-2014-3560 - -* Mon Jun 23 2014 Guenther Deschner - 4.1.9-3 -- Update to Samba 4.1.9. -- resolves: #1112251 - Fix CVE-2014-0244 and CVE-2014-3493. - -* Wed Jun 11 2014 Guenther Deschner - 4.1.8-3 -- Update to Samba 4.1.8. -- resolves: #1102528 - CVE-2014-0178. - -* Sun Jun 08 2014 Fedora Release Engineering - 2:4.1.6-3.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Apr 03 2014 Andreas Schneider - 4.1.6-3 -- Add systemd integration to the service daemons. - -* Tue Mar 18 2014 Andreas Schneider - 4.1.6-2 -- Created a samba-test-libs package. - -* Tue Mar 11 2014 Andreas Schneider - 4.1.6-1 -- Fix CVE-2013-4496 and CVE-2013-6442. -- Fix installation of pidl. - -* Fri Feb 21 2014 Andreas Schneider - 4.1.5-1 -- Update to Samba 4.1.5. - -* Fri Feb 07 2014 Andreas Schneider - 4.1.4-1 -- Update to Samba 4.1.4. - -* Wed Jan 08 2014 Andreas Schneider - 4.1.3-3 -- resolves: #1042845 - Do not build with libbsd. - -* Tue Dec 10 2013 Guenther Deschner - 4.1.3-2 -- resolves: #1019469 - Fix winbind debug message NULL pointer derreference. - -* Mon Dec 09 2013 Andreas Schneider - 4.1.3-1 -- Update to Samba 4.1.3. -- resolves: #1039454 - CVE-2013-4408. -- resolves: #1039500 - CVE-2012-6150. - -* Mon Nov 25 2013 Andreas Schneider - 4.1.2-1 -- Update to Samba 4.1.2. - -* Mon Nov 18 2013 Guenther Deschner - 4.1.1-3 -- resolves: #948509 - Fix manpage correctness. - -* Fri Nov 15 2013 Andreas Schneider - 4.1.1-2 -- related: #884169 - Fix strict aliasing warnings. - -* Mon Nov 11 2013 Andreas Schneider - 4.1.1-1 -- resolves: #1024544 - Fix CVE-2013-4475. -- Update to Samba 4.1.1. - -* Mon Nov 11 2013 Andreas Schneider - 4.1.0-5 -- related: #884169 - Fix the upgrade path. - -* Wed Oct 30 2013 Andreas Schneider - 4.1.0-4 -- related: #884169 - Add direct dependency to samba-libs in the - glusterfs package. -- resolves: #996567 - Fix userPrincipalName composition. -- related: #884169 - Fix memset call with zero length in in ntdb. - -* Fri Oct 18 2013 Andreas Schneider - 4.1.0-3 -- resolves: #1020329 - Build glusterfs VFS plguin. - -* Tue Oct 15 2013 Andreas Schneider - 4.1.0-2 -- resolves: #1018856 - Fix installation of pam_winbind after upgrade. -- related: #1010722 - Split out a samba-winbind-modules package. -- related: #985609 - -* Fri Oct 11 2013 Andreas Schneider - 4.1.0-1 -- related: #985609 - Update to Samba 4.1.0. - -* Tue Oct 01 2013 Andreas Schneider - 2:4.1.0-0.8 -- related: #985609 - Update to Samba 4.1.0rc4. -- resolves: #1010722 - Split out a samba-winbind-modules package. - -* Wed Sep 11 2013 Andreas Schneider - 2:4.1.0-0.7 -- related: #985609 - Update to Samba 4.1.0rc3. -- resolves: #1005422 - Add support for KEYRING ccache type in pam_winbindd. - -* Wed Sep 04 2013 Andreas Schneider - 2:4.1.0-0.6 -- resolves: #717484 - Enable profiling data support. - -* Thu Aug 22 2013 Guenther Deschner - 2:4.1.0-0.5 -- resolves: #996160 - Fix winbind with trusted domains. - -* Wed Aug 14 2013 Andreas Schneider 2:4.1.0-0.4 -- resolves: #996160 - Fix winbind nbt name lookup segfault. - -* Mon Aug 12 2013 Andreas Schneider - 2:4.1.0-0.3 -- related: #985609 - Update to Samba 4.1.0rc2. - -* Sat Aug 03 2013 Petr Pisar - 2:4.1.0-0.2.rc1.1 -- Perl 5.18 rebuild - -* Wed Jul 24 2013 Andreas Schneider - 2:4.1.0-0.2 -- resolves: #985985 - Fix file conflict between samba and wine. -- resolves: #985107 - Add support for new default location for Kerberos - credential caches. - -* Sat Jul 20 2013 Petr Pisar - 2:4.1.0-0.1.rc1.1 -- Perl 5.18 rebuild - -* Wed Jul 17 2013 Andreas Schneider - 2:4.1.0-0.1 -- Update to Samba 4.1.0rc1. - -* Mon Jul 15 2013 Andreas Schneider - 2:4.0.7-2 -- resolves: #972692 - Build with PIE and full RELRO. -- resolves: #884169 - Add explicit dependencies suggested by rpmdiff. -- resolves: #981033 - Local user's krb5cc deleted by winbind. -- resolves: #984331 - Fix samba-common tmpfiles configuration file in wrong - directory. - -* Wed Jul 03 2013 Andreas Schneider - 2:4.0.7-1 -- Update to Samba 4.0.7. - -* Fri Jun 07 2013 Andreas Schneider - 2:4.0.6-3 -- Add UPN enumeration to passdb internal API (bso #9779). - -* Wed May 22 2013 Andreas Schneider - 2:4.0.6-2 -- resolves: #966130 - Fix build with MIT Kerberos. -- List vfs modules in spec file. - -* Tue May 21 2013 Andreas Schneider - 2:4.0.6-1 -- Update to Samba 4.0.6. -- Remove SWAT. - -* Wed Apr 10 2013 Andreas Schneider - 2:4.0.5-1 -- Update to Samba 4.0.5. -- Add UPN enumeration to passdb internal API (bso #9779). -- resolves: #928947 - samba-doc is obsolete now. -- resolves: #948606 - LogRotate should be optional, and not a hard "Requires". - -* Fri Mar 22 2013 Andreas Schneider - 2:4.0.4-3 -- resolves: #919405 - Fix and improve large_readx handling for broken clients. -- resolves: #924525 - Don't use waf caching. - -* Wed Mar 20 2013 Andreas Schneider - 2:4.0.4-2 -- resolves: #923765 - Improve packaging of README files. - -* Wed Mar 20 2013 Andreas Schneider - 2:4.0.4-1 -- Update to Samba 4.0.4. - -* Mon Mar 11 2013 Andreas Schneider - 2:4.0.3-4 -- resolves: #919333 - Create /run/samba too. - -* Mon Mar 04 2013 Andreas Schneider - 2:4.0.3-3 -- Fix the cache dir to be /var/lib/samba to support upgrades. - -* Thu Feb 14 2013 Andreas Schneider - 2:4.0.3-2 -- resolves: #907915 - libreplace.so => not found - -* Thu Feb 07 2013 Andreas Schneider - 2:4.0.3-1 -- Update to Samba 4.0.3. -- resolves: #907544 - Add unowned directory /usr/lib64/samba. -- resolves: #906517 - Fix pidl code generation with gcc 4.8. -- resolves: #908353 - Fix passdb backend ldapsam as module. - -* Wed Jan 30 2013 Andreas Schneider - 2:4.0.2-1 -- Update to Samba 4.0.2. -- Fixes CVE-2013-0213. -- Fixes CVE-2013-0214. -- resolves: #906002 -- resolves: #905700 -- resolves: #905704 -- Fix conn->share_access which is reset between user switches. -- resolves: #903806 -- Add missing example and make sure we don't introduce perl dependencies. -- resolves: #639470 - -* Wed Jan 16 2013 Andreas Schneider - 2:4.0.1-1 -- Update to Samba 4.0.1. -- Fixes CVE-2013-0172. - -* Mon Dec 17 2012 Andreas Schneider - 2:4.0.0-174 -- Fix typo in winbind-krb-locator post uninstall script. - -* Tue Dec 11 2012 Andreas Schneider - 2:4.0.0-173 -- Update to Samba 4.0.0. - -* Thu Dec 06 2012 Andreas Schneider - 2:4.0.0-171.rc6 -- Fix typo in winbind-krb-locator post uninstall script. - -* Tue Dec 04 2012 Andreas Schneider - 2:4.0.0-170.rc6 -- Update to Samba 4.0.0rc6. -- Add /etc/pam.d/samba for swat to work correctly. -- resolves #882700 - -* Fri Nov 23 2012 Guenther Deschner - 2:4.0.0-169.rc5 -- Make sure ncacn_ip_tcp client code looks for NBT_NAME_SERVER name types. - -* Thu Nov 15 2012 Andreas Schneider - 2:4.0.0-168.rc5 -- Reduce dependencies of samba-devel and create samba-test-devel package. - -* Tue Nov 13 2012 Andreas Schneider - 2:4.0.0-167.rc5 -- Use workaround for winbind default domain only when set. -- Build with old ctdb support. - -* Tue Nov 13 2012 Andreas Schneider - 2:4.0.0-166.rc5 -- Update to Samba 4.0.0rc5. - -* Mon Nov 05 2012 Andreas Schneider - 2:4.0.0-165.rc4 -- Fix library dependencies of libnetapi. - -* Mon Nov 05 2012 Andreas Schneider - 2:4.0.0-164.rc4 -- resolves: #872818 - Fix perl dependencies. - -* Tue Oct 30 2012 Andreas Schneider - 2:4.0.0-163.rc4 -- Update to Samba 4.0.0rc4. - -* Mon Oct 29 2012 Andreas Schneider - 2:4.0.0-162.rc3 -- resolves: #870630 - Fix scriptlets interpeting a comment as argument. - -* Fri Oct 26 2012 Andreas Schneider - 2:4.0.0-161.rc3 -- Add missing Requries for python modules. -- Add NetworkManager dispatcher script for winbind. - -* Fri Oct 19 2012 Andreas Schneider - 2:4.0.0-160.rc3 -- resolves: #867893 - Move /var/log/samba to samba-common package for - winbind which requires it. - -* Thu Oct 18 2012 Andreas Schneider - 2:4.0.0-159.rc3 -- Compile default auth methods into smbd. - -* Tue Oct 16 2012 Andreas Schneider - 2:4.0.0-158.rc3 -- Move pam_winbind.conf and the manpages to the right package. - -* Tue Oct 16 2012 Andreas Schneider - 2:4.0.0-157.rc3 -* resolves: #866959 - Build auth_builtin as static module. - -* Tue Oct 16 2012 Andreas Schneider - 2:4.0.0-156.rc3 -- Update systemd Requires to reflect latest packaging guidelines. - -* Tue Oct 16 2012 Andreas Schneider - 2:4.0.0-155.rc3 -- Add back the AES patches which didn't make it in rc3. - -* Tue Oct 16 2012 Andreas Schneider - 2:4.0.0-154.rc3 -- Update to 4.0.0rc3. -- resolves: #805562 - Unable to share print queues. -- resolves: #863388 - Unable to reload smbd configuration with systemctl. - -* Wed Oct 10 2012 Alexander Bokovoy - 2:4.0.0-153.rc2 -- Use alternatives to configure winbind_krb5_locator.so -- Fix Requires for winbind. - -* Thu Oct 04 2012 Andreas Schneider - 2:4.0.0-152.rc2 -- Add kerberos AES support. -- Fix printing initialization. - -* Tue Oct 02 2012 Andreas Schneider - 2:4.0.0-151.rc2 -- Update to 4.0.0rc2. - -* Wed Sep 26 2012 Andreas Schneider - 2:4.0.0-150.rc1 -- Fix Obsoletes/Provides for update from samba4. -- Bump release number to be bigger than samba4. - -* Wed Sep 26 2012 Andreas Schneider - 2:4.0.0-96.rc1 -- Package smbprint again. - -* Wed Sep 26 2012 Andreas Schneider - 2:4.0.0-95.rc1 -- Update to 4.0.0rc1. - -* Mon Aug 20 2012 Guenther Deschner - 2:3.6.7-94.2 -- Update to 3.6.7 - -* Sat Jul 21 2012 Fedora Release Engineering - 2:3.6.6-93.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jul 19 2012 Guenther Deschner - 2:3.6.6-93 -- Fix printing tdb upgrade for 3.6.6 -- resolves: #841609 - -* Sun Jul 15 2012 Ville Skyttä - 2:3.6.6-92 -- Call ldconfig at libwbclient and -winbind-clients post(un)install time. -- Fix empty localization files, use %%find_lang to find and %%lang-mark them. -- Escape macros in %%changelog. -- Fix source tarball URL. - -* Tue Jun 26 2012 Guenther Deschner - 2:3.6.6-91 -- Update to 3.6.6 - -* Thu Jun 21 2012 Andreas Schneider - 2:3.6.5-90 -- Fix ldonfig. -- Require systemd for samba-common package. -- resolves: #829197 - -* Mon Jun 18 2012 Andreas Schneider - 2:3.6.5-89 -- Fix usrmove paths. -- resolves: #829197 - -* Tue May 15 2012 Andreas Schneider - 2:3.6.5-88 -- Move tmpfiles.d config to common package as it is needed for smbd and - winbind. -- Make sure tmpfiles get created after installation. - -* Wed May 09 2012 Guenther Deschner - 2:3.6.5-87 -- Correctly use system iniparser library - -* Fri May 04 2012 Andreas Schneider - 2:3.6.5-86 -- Bump Epoch to fix a problem with a Samba4 update in testing. - -* Mon Apr 30 2012 Guenther Deschner - 1:3.6.5-85 -- Security Release, fixes CVE-2012-2111 -- resolves: #817551 - -* Mon Apr 23 2012 Andreas Schneider - 1:3.6.4-84 -- Fix creation of /var/run/samba. -- resolves: #751625 - -* Fri Apr 20 2012 Guenther Deschner - 1:3.6.4-83 -- Avoid private krb5_locate_kdc usage -- resolves: #754783 - -* Thu Apr 12 2012 Jon Ciesla - 1:3.6.4-82 -- Update to 3.6.4 -- Fixes CVE-2012-1182 - -* Mon Mar 19 2012 Andreas Schneider - 1:3.6.3-81 -- Fix provides for of libwclient-devel for samba-winbind-devel. - -* Thu Feb 23 2012 Andreas Schneider - 1:3.6.3-80 -- Add commented out 'max protocol' to the default config. - -* Mon Feb 13 2012 Andreas Schneider - 1:3.6.3-79 -- Create a libwbclient package. -- Replace winbind-devel with libwbclient-devel package. - -* Mon Jan 30 2012 Andreas Schneider - 1:3.6.3-78 -- Update to 3.6.3 -- Fixes CVE-2012-0817 - -* Sat Jan 14 2012 Fedora Release Engineering - 1:3.6.1-77.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Dec 05 2011 Andreas Schneider - 1:3.6.1-77 -- Fix winbind cache upgrade. -- resolves: #760137 - -* Fri Nov 18 2011 Andreas Schneider - 1:3.6.1-76 -- Fix piddir to match with systemd files. -- Fix crash bug in the debug system. -- resolves: #754525 - -* Fri Nov 04 2011 Andreas Schneider - 1:3.6.1-75 -- Fix systemd dependencies -- resolves: #751397 - -* Wed Oct 26 2011 Andreas Schneider - 1:3.6.1-74 -- Update to 3.6.1 - -* Tue Oct 04 2011 Guenther Deschner - 1:3.6.0-73 -- Fix nmbd startup -- resolves: #741630 - -* Tue Sep 20 2011 Tom Callaway - 1:3.6.0-72 -- convert to systemd -- restore epoch from f15 - -* Sat Aug 13 2011 Guenther Deschner - 3.6.0-71 -- Update to 3.6.0 final - -* Sun Jul 31 2011 Guenther Deschner - 3.6.0rc3-70 -- Update to 3.6.0rc3 - -* Tue Jun 07 2011 Guenther Deschner - 3.6.0rc2-69 -- Update to 3.6.0rc2 - -* Tue May 17 2011 Guenther Deschner - 3.6.0rc1-68 -- Update to 3.6.0rc1 - -* Wed Apr 27 2011 Guenther Deschner - 3.6.0pre3-67 -- Update to 3.6.0pre3 - -* Wed Apr 13 2011 Guenther Deschner - 3.6.0pre2-66 -- Update to 3.6.0pre2 - -* Fri Mar 11 2011 Guenther Deschner - 3.6.0pre1-65 -- Enable quota support - -* Wed Feb 09 2011 Fedora Release Engineering - 0:3.6.0-64pre1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Nov 24 2010 Guenther Deschner - 3.6.0pre1-64 -- Add %%ghost entry for /var/run using tmpfs -- resolves: #656685 - -* Thu Aug 26 2010 Guenther Deschner - 3.6.0pre1-63 -- Put winbind krb5 locator plugin into a separate rpm -- resolves: #627181 - -* Tue Aug 03 2010 Guenther Deschner - 3.6.0pre1-62 -- Update to 3.6.0pre1 - -* Wed Jun 23 2010 Guenther Deschner - 3.5.4-61 -- Update to 3.5.4 - -* Wed May 19 2010 Guenther Deschner - 3.5.3-60 -- Update to 3.5.3 -- Make sure nmb and smb initscripts return LSB compliant return codes -- Fix winbind over ipv6 - -* Wed Apr 07 2010 Guenther Deschner - 3.5.2-59 -- Update to 3.5.2 - -* Mon Mar 08 2010 Simo Sorce - 3.5.1-58 -- Security update to 3.5.1 -- Fixes CVE-2010-0728 - -* Mon Mar 08 2010 Guenther Deschner - 3.5.0-57 -- Remove cifs.upcall and mount.cifs entirely - -* Mon Mar 01 2010 Guenther Deschner - 3.5.0-56 -- Update to 3.5.0 - -* Fri Feb 19 2010 Guenther Deschner - 3.5.0rc3-55 -- Update to 3.5.0rc3 - -* Tue Jan 26 2010 Guenther Deschner - 3.5.0rc2-54 -- Update to 3.5.0rc2 - -* Fri Jan 15 2010 Jeff Layton - 3.5.0rc1-53 -- separate out CIFS tools into cifs-utils package - -* Fri Jan 08 2010 Guenther Deschner - 3.5.0rc1-52 -- Update to 3.5.0rc1 - -* Tue Dec 15 2009 Guenther Deschner - 3.5.0pre2-51 -- Update to 3.5.0pre2 -- Remove umount.cifs - -* Wed Nov 25 2009 Guenther Deschner - 3.4.3-49 -- Various updates to inline documentation in default smb.conf file -- resolves: #483703 - -* Thu Oct 29 2009 Guenther Deschner - 3.4.3-48 -- Update to 3.4.3 - -* Fri Oct 09 2009 Simo Sorce - 3.4.2-47 -- Spec file cleanup -- Fix sources upstream location -- Remove conditionals to build talloc and tdb, now they are completely indepent - packages in Fedora -- Add defattr() where missing -- Turn all tabs into 4 spaces -- Remove unused migration script -- Split winbind-clients out of main winbind package to avoid multilib to include - huge packages for no good reason - -* Thu Oct 01 2009 Guenther Deschner - 3.4.2-0.46 -- Update to 3.4.2 -- Security Release, fixes CVE-2009-2813, CVE-2009-2948 and CVE-2009-2906 - -* Wed Sep 16 2009 Tomas Mraz - 3.4.1-0.45 -- Use password-auth common PAM configuration instead of system-auth - -* Wed Sep 09 2009 Guenther Deschner - 3.4.1-0.44 -- Update to 3.4.1 - -* Thu Aug 20 2009 Guenther Deschner - 3.4.0-0.43 -- Fix cli_read() -- resolves: #516165 - -* Thu Aug 06 2009 Guenther Deschner - 3.4.0-0.42 -- Fix required talloc version number -- resolves: #516086 - -* Sun Jul 26 2009 Fedora Release Engineering - 0:3.4.0-0.41.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Fri Jul 17 2009 Guenther Deschner - 3.4.0-0.41 -- Fix Bug #6551 (vuid and tid not set in sessionsetupX and tconX) -- Specify required talloc and tdb version for BuildRequires - -* Fri Jul 03 2009 Guenther Deschner - 3.4.0-0.40 -- Update to 3.4.0 - -* Fri Jun 19 2009 Guenther Deschner - 3.4.0rc1-0.39 -- Update to 3.4.0rc1 - -* Mon Jun 08 2009 Guenther Deschner - 3.4.0pre2-0.38 -- Update to 3.4.0pre2 - -* Thu Apr 30 2009 Guenther Deschner - 3.4.0pre1-0.37 -- Update to 3.4.0pre1 - -* Wed Apr 29 2009 Guenther Deschner - 3.3.4-0.36 -- Update to 3.3.4 - -* Mon Apr 20 2009 Guenther Deschner - 3.3.3-0.35 -- Enable build of idmap_tdb2 for clustered setups - -* Wed Apr 1 2009 Guenther Deschner - 3.3.3-0.34 -- Update to 3.3.3 - -* Thu Mar 26 2009 Simo Sorce - 3.3.2-0.33 -- Fix nmbd init script nmbd reload was causing smbd not nmbd to reload the - configuration -- Fix upstream bug 6224, nmbd was waiting 5+ minutes before running elections on - startup, causing your own machine not to show up in the network for 5 minutes - if it was the only client in that workgroup (fix committed upstream) - -* Thu Mar 12 2009 Guenther Deschner - 3.3.2-0.31 -- Update to 3.3.2 -- resolves: #489547 - -* Thu Mar 5 2009 Guenther Deschner - 3.3.1-0.30 -- Add libcap-devel to requires list (resolves: #488559) - -* Tue Mar 3 2009 Simo Sorce - 3.3.1-0.29 -- Make the talloc and ldb packages optionsl and disable their build within - the samba3 package, they are now built as part of the samba4 package - until they will both be released as independent packages. - -* Wed Feb 25 2009 Guenther Deschner - 3.3.1-0.28 -- Enable cluster support - -* Tue Feb 24 2009 Guenther Deschner - 3.3.1-0.27 -- Update to 3.3.1 - -* Sat Feb 21 2009 Simo Sorce - 3.3.0-0.26 -- Rename ldb* tools to ldb3* to avoid conflicts with newer ldb releases - -* Tue Feb 3 2009 Guenther Deschner - 3.3.0-0.25 -- Update to 3.3.0 final -- Add upstream fix for ldap connections to AD (Bug #6073) -- Remove bogus perl dependencies (resolves: #473051) - -* Fri Nov 28 2008 Guenther Deschner - 3.3.0-0rc1.24 -- Update to 3.3.0rc1 - -* Thu Nov 27 2008 Simo Sorce - 3.2.5-0.23 -- Security Release, fixes CVE-2008-4314 - -* Thu Sep 18 2008 Guenther Deschner - 3.2.4-0.22 -- Update to 3.2.4 -- resolves: #456889 -- move cifs.upcall to /usr/sbin - -* Wed Aug 27 2008 Guenther Deschner - 3.2.3-0.21 -- Security fix for CVE-2008-3789 - -* Mon Aug 25 2008 Guenther Deschner - 3.2.2-0.20 -- Update to 3.2.2 - -* Mon Aug 11 2008 Simo Sorce - 3.2.1-0.19 -- Add fix for CUPS problem, fixes bug #453951 - -* Wed Aug 6 2008 Simo Sorce - 3.2.1-0.18 -- Update to 3.2.1 - -* Tue Jul 1 2008 Guenther Deschner - 3.2.0-2.17 -- Update to 3.2.0 final -- resolves: #452622 - -* Tue Jun 10 2008 Guenther Deschner - 3.2.0-1.rc2.16 -- Update to 3.2.0rc2 -- resolves: #449522 -- resolves: #448107 - -* Fri May 30 2008 Guenther Deschner - 3.2.0-1.rc1.15 -- Fix security=server -- resolves: #449038, #449039 - -* Wed May 28 2008 Guenther Deschner - 3.2.0-1.rc1.14 -- Add fix for CVE-2008-1105 -- resolves: #446724 - -* Fri May 23 2008 Guenther Deschner - 3.2.0-1.rc1.13 -- Update to 3.2.0rc1 - -* Wed May 21 2008 Simo Sorce - 3.2.0-1.pre3.12 -- make it possible to print against Vista and XP SP3 as servers -- resolves: #439154 - -* Thu May 15 2008 Guenther Deschner - 3.2.0-1.pre3.11 -- Add "net ads join createcomputer=ou1/ou2/ou3" fix (BZO #5465) - -* Fri May 09 2008 Guenther Deschner - 3.2.0-1.pre3.10 -- Add smbclient fix (BZO #5452) - -* Fri Apr 25 2008 Guenther Deschner - 3.2.0-1.pre3.9 -- Update to 3.2.0pre3 - -* Tue Mar 18 2008 Guenther Deschner - 3.2.0-1.pre2.8 -- Add fixes for libsmbclient and support for r/o relocations - -* Mon Mar 10 2008 Guenther Deschner - 3.2.0-1.pre2.7 -- Fix libnetconf, libnetapi and msrpc DSSETUP call - -* Thu Mar 06 2008 Guenther Deschner - 3.2.0-1.pre2.6 -- Create separate packages for samba-winbind and samba-winbind-devel -- Add cifs.spnego helper - -* Wed Mar 05 2008 Guenther Deschner - 3.2.0-1.pre2.3 -- Update to 3.2.0pre2 -- Add talloc and tdb lib and devel packages -- Add domainjoin-gui package - -* Fri Feb 22 2008 Simo Sorce - 3.2.0-0.pre1.3 -- Try to fix GCC 4.3 build -- Add --with-dnsupdate flag and also make sure other flags are required just to - be sure the features are included without relying on autodetection to be - successful - -* Tue Feb 19 2008 Fedora Release Engineering - 0:3.2.0-1.pre1.2 -- Autorebuild for GCC 4.3 - -* Tue Dec 04 2007 Release Engineering - 3.2.0-0.pre1.2 -- Rebuild for openldap bump - -* Thu Oct 18 2007 Guenther Deschner 3.2.0-0.pre1.1.fc9 -- 32/64bit padding fix (affects multilib installations) - -* Mon Oct 8 2007 Simo Sorce 3.2.0-0.pre1.fc9 -- New major relase, minor switched from 0 to 2 -- License change, the code is now GPLv3+ -- Numerous improvements and bugfixes included -- package libsmbsharemodes too -- remove smbldap-tools as they are already packaged separately in Fedora -- Fix bug 245506 - -* Tue Oct 2 2007 Simo Sorce 3.0.26a-1.fc8 -- rebuild with AD DNS Update support - -* Tue Sep 11 2007 Simo Sorce 3.0.26a-0.fc8 -- upgrade to the latest upstream realease -- includes security fixes released today in 3.0.26 - -* Fri Aug 24 2007 Simo Sorce 3.0.25c-4.fc8 -- add fix reported upstream for heavy idmap_ldap memleak - -* Tue Aug 21 2007 Simo Sorce 3.0.25c-3.fc8 -- fix a few places were "open" is used an interfere with the new glibc - -* Tue Aug 21 2007 Simo Sorce 3.0.25c-2.fc8 -- remove old source -- add patch to fix samba bugzilla 4772 - -* Tue Aug 21 2007 Guenther Deschner 3.0.25c-0.fc8 -- update to 3.0.25c - -* Fri Jun 29 2007 Simo Sorce 3.0.25b-3.fc8 -- handle cases defined in #243766 - -* Tue Jun 26 2007 Simo Sorce 3.0.25b-2.fc8 -- update to 3.0.25b -- better error codes for init scripts: #244823 - -* Tue May 29 2007 Günther Deschner -- fix pam_smbpass patch. - -* Fri May 25 2007 Simo Sorce -- update to 3.0.25a as it contains many fixes -- add a fix for pam_smbpass made by Günther but committed upstream after 3.0.25a was cut. - -* Mon May 14 2007 Simo Sorce -- final 3.0.25 -- includes security fixes for CVE-2007-2444,CVE-2007-2446,CVE-2007-2447 - -* Mon Apr 30 2007 Günther Deschner -- move to 3.0.25rc3 - -* Thu Apr 19 2007 Simo Sorce -- fixes in the spec file -- moved to 3.0.25rc1 -- addedd patches (merged upstream so they will be removed in 3.0.25rc2) - -* Wed Apr 4 2007 Simo Sorce 3.0.24-12.fc7 -- fixes in smb.conf -- advice in smb.conf to put scripts in /var/lib/samba/scripts -- create /var/lib/samba/scripts so that selinux can be happy -- fix Vista problems with msdfs errors - -* Tue Apr 03 2007 Guenther Deschner 3.0.24-11.fc7 -- enable PAM and NSS dlopen checks during build -- fix unresolved symbols in libnss_wins.so (bug #198230) - -* Fri Mar 30 2007 Simo Sorce 3.0.24-10.fc7 -- set passdb backend = tdbsam as default in smb.conf -- remove samba-docs dependency from swat, that was a mistake -- put back COPYING and other files in samba-common -- put examples in samba not in samba-docs -- leave only stuff under docs/ in samba-doc - -* Thu Mar 29 2007 Simo Sorce 3.0.24-9.fc7 -- integrate most of merge review proposed changes (bug #226387) -- remove libsmbclient-devel-static and simply stop shipping the - static version of smbclient as it seem this is deprecated and - actively discouraged - -* Wed Mar 28 2007 Simo Sorce 3.0.24-8.fc7 -- fix for bug #176649 - -* Mon Mar 26 2007 Simo Sorce -- remove patch for bug 106483 as it introduces a new bug that prevents - the use of a credentials file with the smbclient tar command -- move the samba private dir from being the same as the config dir - (/etc/samba) to /var/lib/samba/private - -* Mon Mar 26 2007 Simo Sorce 3.0.24-7.fc7 -- make winbindd start earlier in the init process, at the same time - ypbind is usually started as well -- add a sepoarate init script for nmbd called nmb, we need to be able - to restart nmbd without dropping al smbd connections unnecessarily - -* Fri Mar 23 2007 Simo Sorce -- add samba.schema to /etc/openldap/schema - -* Thu Mar 22 2007 Florian La Roche -- adjust the Requires: for the scripts, add "chkconfig --add smb" - -* Tue Mar 20 2007 Simo Sorce 3.0.24-6.fc7 -- do not put comments inline on smb.conf options, they may be read - as part of the value (for example log files names) - -* Mon Mar 19 2007 Simo Sorce 3.0.24-5.fc7 -- actually use the correct samba.pamd file not the old samba.pamd.stack file -- fix logifles and use upstream convention of log.* instead of our old *.log - Winbindd creates its own log.* files anyway so we will be more consistent -- install our own (enhanced) default smb.conf file -- Fix pam_winbind acct_mgmt PAM result code (prevented local users from - logging in). Fixed by Guenther. -- move some files from samba to samba-common as they are used with winbindd - as well - -* Fri Mar 16 2007 Guenther Deschner 3.0.24-4.fc7 -- fix arch macro which reported Vista to Samba clients. - -* Thu Mar 15 2007 Simo Sorce 3.0.24-3.fc7 -- Directories reorg, tdb files must go to /var/lib, not - to /var/cache, add migration script in %%post common -- Split out libsmbclient, devel and doc packages -- Remove libmsrpc.[h|so] for now as they are not really usable -- Remove kill -HUP from rotate, samba use -HUP for other things - noit to reopen logs - -* Tue Feb 20 2007 Simo Sorce 3.0.24-2.fc7 -- New upstream release -- Fix packaging issue wrt idmap modules used only by smbd -- Addedd Vista Patchset for compatibility with Windows Vista -- Change default of "msdfs root", it seem to cause problems with - some applications and it has been proposed to change it for - 3.0.25 upstream - -* Fri Sep 1 2006 Jay Fenlason 3.0.23c-2 -- New upstream release. - -* Tue Aug 8 2006 Jay Fenlason 3.0.23b-2 -- New upstream release. - -* Mon Jul 24 2006 Jay Fenlason 3.0.23a-3 -- Fix the -logfiles patch to close - bz#199607 Samba compiled with wrong log path. - bz#199206 smb.conf has incorrect log file path - -* Mon Jul 24 2006 Jay Fenlason 3.0.23a-2 -- Upgrade to new upstream 3.0.23a -- include upstream samr_alias patch - -* Tue Jul 11 2006 Jay Fenlason 3.0.23-2 -- New upstream release. -- Use modified filter-requires-samba.sh from packaging/RHEL/setup/ - to get rid of bogus dependency on perl(Unicode::MapUTF8) -- Update the -logfiles and -smb.conf patches to work with 3.0.23 - -* Thu Jul 6 2006 Jay Fenlason 3.0.23-0.RC3 -- New upstream RC release. -- Update the -logfiles, and -passwd patches for - 3.0.23rc3 -- Include the change to smb.init from Bastien Nocera ) - to close - bz#182560 Wrong retval for initscript when smbd is dead -- Update this spec file to build with 3.0.23rc3 -- Remove the -install.mount.smbfs patch, since we don't install - mount.smbfs any more. - -* Wed Jun 14 2006 Tomas Mraz - 2.0.21c-3 -- rebuilt with new gnutls - -* Fri Mar 17 2006 Jay Fenlason 2.0.21c-2 -- New upstream version. - -* Mon Feb 13 2006 Jay Fenlason 3.0.21b-2 -- New upstream version. -- Since the rawhide kernel has dropped support for smbfs, remove smbmount - and smbumount. Users should use mount.cifs instead. -- Upgrade to 3.0.21b - -* Fri Feb 10 2006 Jesse Keating - 0:3.0.20b-2.1.1 -- bump again for double-long bug on ppc(64) - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Sun Nov 13 2005 Jay Fenlason 3.0.20b-2 -- turn on -DLDAP_DEPRECATED to allow access to ldap functions that have - been depricated in 2.3.11, but which don't have well-documented - replacements (ldap_simple_bind_s(), for example). -- Upgrade to 3.0.20b, which includes all the previous upstream patches. -- Updated the -warnings patch for 3.0.20a. -- Include --with-shared-modules=idmap_ad,idmap_rid to close - bz#156810 --with-shared-modules=idmap_ad,idmap_rid -- Include the new samba.pamd from Tomas Mraz (tmraz@redhat.com) to close - bz#170259 pam_stack is deprecated - -* Sun Nov 13 2005 Warren Togami 3.0.20-3 -- epochs from deps, req exact release -- rebuild against new openssl - -* Mon Aug 22 2005 Jay Fenlason 3.0.20-2 -- New upstream release - Includes five upstream patches -bug3010_v1, -groupname_enumeration_v3, - -regcreatekey_winxp_v1, -usrmgr_groups_v1, and -winbindd_v1 - This obsoletes the -pie and -delim patches - the -warning and -gcc4 patches are obsolete too - The -man, -passwd, and -smbspool patches were updated to match 3.0.20pre1 - Also, the -quoting patch was implemented differently upstream - There is now a umount.cifs executable and manpage - We run autogen.sh as part of the build phase - The testprns command is now gone - libsmbclient now has a man page -- Include -bug106483 patch to close - bz#106483 smbclient: -N negates the provided password, despite documentation -- Added the -warnings patch to quiet some compiler warnings. -- Removed many obsolete patches from CVS. - -* Mon May 2 2005 Jay Fenlason 3.0.14a-2 -- New upstream release. -- the -64bit-timestamps, -clitar, -establish_trust, user_rights_v1, - winbind_find_dc_v2 patches are now obsolete. - -* Thu Apr 7 2005 Jay Fenlason 3.0.13-2 -- New upstream release -- add my -quoting patch, to fix swat with strings that contain - html meta-characters, and to use correct quote characters in - lists, closing bz#134310 -- include the upstream winbindd_2k3sp1 patch -- include the -smbclient patch. -- include the -hang patch from upstream. - -* Thu Mar 24 2005 Florian La Roche -- add a "exit 0" to the postun of the main samba package - -* Wed Mar 2 2005 Tomas Mraz 3.0.11-5 -- rebuild with openssl-0.9.7e - -* Thu Feb 24 2005 Jay Fenlason 3.0.11-4 -- Use the updated filter-requires-samba.sh file, so we don't accidentally - pick up a dependency on perl(Crypt::SmbHash) - -* Fri Feb 18 2005 Jay Fenlason 3.0.11-3 -- add -gcc4 patch to compile with gcc 4. -- remove the now obsolete -smbclient-kerberos.patch -- Include four upstream patches from - http://samba.org/~jerry/patches/post-3.0.11/ - (Slightly modified the winbind_find_dc_v2 patch to apply easily with - rpmbuild). - -* Fri Feb 4 2005 Jay Fenlason 3.0.11-2 -- include -smbspool patch to close bz#104136 - -* Wed Jan 12 2005 Jay Fenlason 3.0.10-4 -- Update the -man patch to fix ntlm_auth.1 too. -- Move pam_smbpass.so to the -common package, so both the 32 - and 64-bit versions will be installed on multiarch platforms. - This closes bz#143617 -- Added new -delim patch to fix mount.cifs so it can accept - passwords with commas in them (via environment or credentials - file) to close bz#144198 - -* Wed Jan 12 2005 Tim Waugh 3.0.10-3 -- Rebuilt for new readline. - -* Fri Dec 17 2004 Jay Fenlason 3.0.10-2 -- New upstream release that closes CAN-2004-1154 bz#142544 -- Include the -64bit patch from Nalin. This closes bz#142873 -- Update the -logfiles patch to work with 3.0.10 -- Create /var/run/winbindd and make it part of the -common rpm to close - bz#142242 - -* Mon Nov 22 2004 Jay Fenlason 3.0.9-2 -- New upstream release. This obsoletes the -secret patch. - Include my changetrustpw patch to make "net ads changetrustpw" stop - aborting. This closes #134694 -- Remove obsolete triggers for ancient samba versions. -- Move /var/log/samba to the -common rpm. This closes #76628 -- Remove the hack needed to get around the bad docs files in the - 3.0.8 tarball. -- Change the comment in winbind.init to point at the correct pidfile. - This closes #76641 - -* Mon Nov 22 2004 Than Ngo 3.0.8-4 -- fix unresolved symbols in libsmbclient which caused applications - such as KDE's konqueror to fail when accessing smb:// URLs. #139894 - -* Thu Nov 11 2004 Jay Fenlason 3.0.8-3.1 -- Rescue the install.mount.smbfs patch from Juanjo Villaplana - (villapla@si.uji.es) to prevent building the srpm from trashing your - installed /usr/bin/smbmount - -* Tue Nov 9 2004 Jay Fenlason 3.0.8-3 -- Include the corrected docs tarball, and use it instead of the - obsolete docs from the upstream 3.0.8 tarball. -- Update the logfiles patch to work with the updated docs. - -* Mon Nov 8 2004 Jay Fenlason 3.0.8-2 -- New upstream version fixes CAN-2004-0930. This obsoletes the - disable-sendfile, salt, signing-shortkey and fqdn patches. -- Add my ugly non-ascii-domain patch. -- Updated the pie patch for 3.0.8. -- Updated the logfiles patch for 3.0.8. - -* Tue Oct 26 2004 Jay Fenlason 3.0.8-0.pre2 -- New upstream version -- Add Nalin's signing-shortkey patch. - -* Tue Oct 19 2004 Jay Fenlason 3.0.8-0.pre1.3 -- disable the -salt patch, because it causes undefined references in - libsmbclient that prevent gnome-vfs from building. - -* Fri Oct 15 2004 Jay Fenlason 3.0.8-0.pre1.2 -- Re-enable the x_fclose patch that was accidentally disabled - in 3.0.8-0.pre1.1. This closes #135832 -- include Nalin's -fqdn and -salt patches. - -* Wed Oct 13 2004 Jay Fenlason 3.0.8-0.pre1.1 -- Include disable-sendfile patch to default "use sendfile" to "no". - This closes #132779 - -* Wed Oct 6 2004 Jay Fenlason -- Include patch from Steven Lawrance (slawrance@yahoo.com) that modifies - smbmnt to work with 32-bit uids. - -* Mon Sep 27 2004 Jay Fenlason 3.0.8-0.pre1 -- new upstream release. This obsoletes the ldapsam_compat patches. - -* Wed Sep 15 2004 Jay Fenlason 3.0.7-4 -- Update docs section to not carryover the docs/manpages directory - This moved many files from /usr/share/doc/samba-3.0.7/docs/* to - /usr/share/doc/samba-3.0.7/* -- Modify spec file as suggested by Rex Dieter (rdieter@math.unl.edu) - to correctly create libsmbclient.so.0 and to use %%_initrddir instead - of rolling our own. This closes #132642 -- Add patch to default "use sendfile" to no, since sendfile appears to - be broken -- Add patch from Volker Lendecke to help make - ldapsam_compat work again. -- Add patch from "Vince Brimhall" for ldapsam_compat - These two patches close bugzilla #132169 - -* Mon Sep 13 2004 Jay Fenlason 3.0.7-3 -- Upgrade to 3.0.7, which fixes CAN-2004-0807 CAN-2004-0808 - This obsoletes the 3.0.6-schema patch. -- Update BuildRequires line to include openldap-devel openssl-devel - and cups-devel - -* Mon Aug 16 2004 Jay Fenlason 3.0.6-3 -- New upstream version. -- Include post 3.0.6 patch from "Gerald (Jerry) Carter" - to fix a duplicate in the LDAP schema. -- Include 64-bit timestamp patch from Ravikumar (rkumar@hp.com) - to allow correct timestamp handling on 64-bit platforms and fix #126109. -- reenable the -pie patch. Samba is too widely used, and too vulnerable - to potential security holes to disable an important security feature - like -pie. The correct fix is to have the toolchain not create broken - executables when programs compiled -pie are stripped. -- Remove obsolete patches. -- Modify this spec file to put libsmbclient.{a,so} in the right place on - x86_64 machines. - -* Thu Aug 5 2004 Jason Vas Dias 3.0.5-3 -- Removed '-pie' patch - 3.0.5 uses -fPIC/-PIC, and the combination -- resulted in executables getting corrupt stacks, causing smbmnt to -- get a SIGBUS in the mount() call (bug 127420). - -* Fri Jul 30 2004 Jay Fenlason 3.0.5-2 -- Upgrade to 3.0.5, which is a regression from 3.0.5pre1 for a - security fix. -- Include the 3.0.4-backport patch from the 3E branch. This restores - some of the 3.0.5pre1 and 3.0.5rc1 functionality. - -* Tue Jul 20 2004 Jay Fenlason 3.0.5-0.pre1.1 -- Backport base64_decode patche to close CAN-2004-0500 -- Backport hash patch to close CAN-2004-0686 -- use_authtok patch from Nalin Dahyabhai -- smbclient-kerberos patch from Alexander Larsson -- passwd patch uses "*" instead of "x" for "hashed" passwords for - accounts created by winbind. "x" means "password is in /etc/shadow" to - brain-damaged pam_unix module. - -* Fri Jul 2 2004 Jay Fenlason 3.0.5.0pre1.0 -- New upstream version -- use %% { SOURCE1 } instead of a hardcoded path -- include -winbind patch from Gerald (Jerry) Carter (jerry@samba.org) - https://bugzilla.samba.org/show_bug.cgi?id=1315 - to make winbindd work against Windows versions that do not have - 128 bit encryption enabled. -- Moved %%{_bindir}/net to the -common package, so that folks who just - want to use winbind, etc don't have to install -client in order to - "net join" their domain. -- New upstream version obsoletes the patches added in 3.0.3-5 -- Remove smbgetrc.5 man page, since we don't ship smbget. - -* Tue Jun 15 2004 Elliot Lee -- rebuilt - -* Tue May 4 2004 Jay Fenlason 3.0.3-5 -- Patch to allow password changes from machines patched with - Microsoft hotfix MS04-011. -- Include patches for https://bugzilla.samba.org/show_bug.cgi?id=1302 - and https://bugzilla.samba.org/show_bug.cgi?id=1309 - -* Thu Apr 29 2004 Jay Fenlason 3.0.3-4 -- Samba 3.0.3 released. - -* Wed Apr 21 2004 jay Fenlason 3.0.3-3.rc1 -- New upstream version -- updated spec file to make libsmbclient.so executable. This closes - bugzilla #121356 - -* Mon Apr 5 2004 Jay Fenlason 3.0.3-2.pre2 -- New upstream version -- Updated configure line to remove --with-fhs and to explicitly set all - the directories that --with-fhs was setting. We were overriding most of - them anyway. This closes #118598 - -* Mon Mar 15 2004 Jay Fenlason 3.0.3-1.pre1 -- New upstream version. -- Updated -pie and -logfiles patches for 3.0.3pre1 -- add krb5-devel to buildrequires, fixes #116560 -- Add patch from Miloslav Trmac (mitr@volny.cz) to allow non-root to run - "service smb status". This fixes #116559 - -* Tue Mar 02 2004 Elliot Lee -- rebuilt - -* Mon Feb 16 2004 Jay Fenlason 3.0.2a-1 -- Upgrade to 3.0.2a - -* Mon Feb 16 2004 Karsten Hopp 3.0.2-7 -- fix ownership in -common package - -* Fri Feb 13 2004 Elliot Lee -- rebuilt - -* Fri Feb 13 2004 Jay Fenlason -- Change all requires lines to list an explicit epoch. Closes #102715 -- Add an explicit Epoch so that %%{epoch} is defined. - -* Mon Feb 9 2004 Jay Fenlason 3.0.2-5 -- New upstream version: 3.0.2 final includes security fix for #114995 - (CAN-2004-0082) -- Edit postun script for the -common package to restart winbind when - appropriate. Fixes bugzilla #114051. - -* Mon Feb 2 2004 Jay Fenlason 3.0.2-3rc2 -- add %%dir entries for %%{_libdir}/samba and %%{_libdir}/samba/charset -- Upgrade to new upstream version -- build mount.cifs for the new cifs filesystem in the 2.6 kernel. - -* Mon Jan 19 2004 Jay Fenlason 3.0.2-1rc1 -- Upgrade to new upstream version - -* Wed Dec 17 2003 Felipe Alfaro Solana 3.0.1-1 -- Update to 3.0.1 -- Removed testparm patch as it's already merged -- Removed Samba.7* man pages -- Fixed .buildroot patch -- Fixed .pie patch -- Added new /usr/bin/tdbdump file - -* Thu Sep 25 2003 Jay Fenlason 3.0.0-15 -- New 3.0.0 final release -- merge nmbd-netbiosname and testparm patches from 3E branch -- updated the -logfiles patch to work against 3.0.0 -- updated the pie patch -- update the VERSION file during build -- use make -j if avaliable -- merge the winbindd_privileged change from 3E -- merge the "rm /usr/lib" patch that allows Samba to build on 64-bit - platforms despite the broken Makefile - -* Mon Aug 18 2003 Jay Fenlason -- Merge from samba-3E-branch after samba-3.0.0rc1 was released - -* Wed Jul 23 2003 Jay Fenlason 3.0.0-3beta3 -- Merge from 3.0.0-2beta3.3E -- (Correct log file names (#100981).) -- (Fix pidfile directory in samab.log) -- (Remove obsolete samba-3.0.0beta2.tar.bz2.md5 file) -- (Move libsmbclient to the -common package (#99449)) - -* Sun Jun 22 2003 Nalin Dahyabhai 2.2.8a-4 -- rebuild - -* Wed Jun 04 2003 Elliot Lee -- rebuilt - -* Wed May 28 2003 Jay Fenlason 2.2.8a-2 -- add libsmbclient.so for gnome-vfs-extras -- Edit specfile to specify /var/run for pid files -- Move /tmp/.winbindd/socket to /var/run/winbindd/socket - -* Wed May 14 2003 Florian La Roche -- add proper ldconfig calls - -* Thu Apr 24 2003 Jay Fenlason 2.2.8a-1 -- upgrade to 2.2.8a -- remove old .md5 files -- add "pid directory = /var/run" to the smb.conf file. Fixes #88495 -- Patch from jra@dp.samba.org to fix a delete-on-close regression - -* Mon Mar 24 2003 Jay Fenlason 2.2.8-0 -- Upgrade to 2.2.8 -- removed commented out patches. -- removed old patches and .md5 files from the repository. -- remove duplicate /sbin/chkconfig --del winbind which causes - warnings when removing samba. -- Fixed minor bug in smbprint that causes it to fail when called with - more than 10 parameters: the accounting file (and spool directory - derived from it) were being set wrong due to missing {}. This closes - bug #86473. -- updated smb.conf patch, includes new defaults to close bug #84822. - -* Mon Feb 24 2003 Elliot Lee -- rebuilt - -* Thu Feb 20 2003 Jonathan Blandford 2.2.7a-5 -- remove swat.desktop file - -* Thu Feb 20 2003 Nalin Dahyabhai 2.2.7a-4 -- relink libnss_wins.so with SHLD="%%{__cc} -lnsl" to force libnss_wins.so to - link with libnsl, avoiding unresolved symbol errors on functions in libnsl - -* Mon Feb 10 2003 Jay Fenlason 2.2.7a-3 -- edited spec file to put .so files in the correct directories - on 64-bit platforms that have 32-bit compatability issues - (sparc64, x86_64, etc). This fixes bugzilla #83782. -- Added samba-2.2.7a-error.patch from twaugh. This fixes - bugzilla #82454. - -* Wed Jan 22 2003 Tim Powers -- rebuilt - -* Thu Jan 9 2003 Jay Fenlason 2.2.7a-1 -- Update to 2.2.7a -- Change default printing system to CUPS -- Turn on pam_smbpass -- Turn on msdfs - -* Sat Jan 4 2003 Jeff Johnson 2.2.7-5 -- use internal dep generator. - -* Sat Dec 14 2002 Tim Powers 2.2.7-4 -- don't use rpms internal dep generator - -* Mon Dec 02 2002 Elliot Lee 2.2.7-3 -- Fix missing doc files. -- Fix multilib issues - -* Wed Nov 20 2002 Bill Nottingham 2.2.7-2 -- update to 2.2.7 -- add patch for LFS in smbclient () - -* Wed Aug 28 2002 Trond Eivind Glomsød 2.2.5-10 -- logrotate fixes (#65007) - -* Mon Aug 26 2002 Trond Eivind Glomsrød 2.2.5-9 -- /usr/lib was used in place of %%{_libdir} in three locations (#72554) - -* Mon Aug 5 2002 Trond Eivind Glomsrød 2.2.5-8 -- Initscript fix (#70720) - -* Fri Jul 26 2002 Trond Eivind Glomsrød 2.2.5-7 -- Enable VFS support and compile the "recycling" module (#69796) -- more selective includes of the examples dir - -* Tue Jul 23 2002 Trond Eivind Glomsrød 2.2.5-6 -- Fix the lpq parser for better handling of LPRng systems (#69352) - -* Tue Jul 23 2002 Trond Eivind Glomsrød 2.2.5-5 -- desktop file fixes (#69505) - -* Wed Jun 26 2002 Trond Eivind Glomsrød 2.2.5-4 -- Enable ACLs - -* Tue Jun 25 2002 Trond Eivind Glomsrød 2.2.5-3 -- Make it not depend on Net::LDAP - those are doc files and examples - -* Fri Jun 21 2002 Tim Powers -- automated rebuild - -* Thu Jun 20 2002 Trond Eivind Glomsrød 2.2.5-1 -- 2.2.5 - -* Fri Jun 14 2002 Trond Eivind Glomsrød 2.2.4-5 -- Move the post/preun of winbind into the -common subpackage, - where the script is (#66128) - -* Tue Jun 4 2002 Trond Eivind Glomsrød 2.2.4-4 -- Fix pidfile locations so it runs properly again (2.2.4 - added a new directtive - #65007) - -* Thu May 23 2002 Tim Powers -- automated rebuild - -* Tue May 14 2002 Trond Eivind Glomsrød 2.2.4-2 -- Fix #64804 - -* Thu May 9 2002 Trond Eivind Glomsrød 2.2.4-1 -- 2.2.4 -- Removed some zero-length and CVS internal files -- Make it build - -* Wed Apr 10 2002 Trond Eivind Glomsrød 2.2.3a-6 -- Don't use /etc/samba.d in smbadduser, it should be /etc/samba - -* Thu Apr 4 2002 Trond Eivind Glomsrød 2.2.3a-5 -- Add libsmbclient.a w/headerfile for KDE (#62202) - -* Tue Mar 26 2002 Trond Eivind Glomsrød 2.2.3a-4 -- Make the logrotate script look the correct place for the pid files - -* Thu Mar 14 2002 Nalin Dahyabhai 2.2.3a-3 -- include interfaces.o in pam_smbpass.so, which needs symbols from interfaces.o - (patch posted to samba-list by Ilia Chipitsine) - -* Thu Feb 21 2002 Trond Eivind Glomsrød 2.2.3a-2 -- Rebuild - -* Thu Feb 7 2002 Trond Eivind Glomsrød 2.2.3a-1 -- 2.2.3a - -* Mon Feb 4 2002 Trond Eivind Glomsrød 2.2.3-1 -- 2.2.3 - -* Thu Nov 29 2001 Trond Eivind Glomsrød 2.2.2-8 -- New pam configuration file for samba - -* Tue Nov 27 2001 Trond Eivind Glomsrød 2.2.2-7 -- Enable PAM session controll and password sync - -* Tue Nov 13 2001 Trond Eivind Glomsrød 2.2.2-6 -- Move winbind files to samba-common. Add separate initscript for - winbind -- Fixes for winbind - protect global variables with mutex, use - more secure getenv - -* Thu Nov 8 2001 Trond Eivind Glomsrød 2.2.2-5 -- Teach smbadduser about "getent passwd" -- Fix more pid-file references -- Add (conditional) winbindd startup to the initscript, configured in - /etc/sysconfig/samba - -* Wed Nov 7 2001 Trond Eivind Glomsrød 2.2.2-4 -- Fix pid-file reference in logrotate script -- include pam and nss modules for winbind - -* Mon Nov 5 2001 Trond Eivind Glomsrød 2.2.2-3 -- Add "--with-utmp" to configure options (#55372) -- Include winbind, pam_smbpass.so, rpcclient and smbcacls -- start using /var/cache/samba, we need to keep state and there is - more than just locks involved - -* Sat Nov 03 2001 Florian La Roche 2.2.2-2 -- add "reload" to the usage string in the startup script - -* Mon Oct 15 2001 Trond Eivind Glomsrød 2.2.2-1 -- 2.2.2 - -* Tue Sep 18 2001 Trond Eivind Glomsrød 2.2.1a-5 -- Add patch from Jeremy Allison to fix IA64 alignment problems (#51497) - -* Mon Aug 13 2001 Trond Eivind Glomsrød -- Don't include smbpasswd in samba, it's in samba-common (#51598) -- Add a disabled "obey pam restrictions" statement - it's not - active, as we use encrypted passwords, but if the admin turns - encrypted passwords off the choice is available. (#31351) - -* Wed Aug 8 2001 Trond Eivind Glomsrød -- Use /var/cache/samba instead of /var/lock/samba -- Remove "domain controller" keyword from smb.conf, it's - deprecated (from #13704) -- Sync some examples with smb.conf.default -- Fix password synchronization (#16987) - -* Fri Jul 20 2001 Trond Eivind Glomsrød -- Tweaks of BuildRequires (#49581) - -* Wed Jul 11 2001 Trond Eivind Glomsrød -- 2.2.1a bugfix release - -* Tue Jul 10 2001 Trond Eivind Glomsrød -- 2.2.1, which should work better for XP - -* Sat Jun 23 2001 Trond Eivind Glomsrød -- 2.2.0a security fix -- Mark lograte and pam configuration files as noreplace - -* Fri Jun 22 2001 Trond Eivind Glomsrød -- Add the /etc/samba directory to samba-common - -* Thu Jun 21 2001 Trond Eivind Glomsrød -- Add improvements to the smb.conf as suggested in #16931 - -* Tue Jun 19 2001 Trond Eivind Glomsrød -- (these changes are from the non-head version) -- Don't include /usr/sbin/samba, it's the same as the initscript -- unset TMPDIR, as samba can't write into a TMPDIR owned - by root (#41193) -- Add pidfile: lines for smbd and nmbd and a config: line - in the initscript (#15343) -- don't use make -j -- explicitly include /usr/share/samba, not just the files in it - -* Tue Jun 19 2001 Bill Nottingham -- mount.smb/mount.smbfs go in /sbin, *not* %%{_sbindir} - -* Fri Jun 8 2001 Preston Brown -- enable encypted passwords by default - -* Thu Jun 7 2001 Helge Deller -- build as 2.2.0-1 release -- skip the documentation-directories docbook, manpages and yodldocs -- don't include *.sgml documentation in package -- moved codepage-directory to /usr/share/samba/codepages -- make it compile with glibc-2.2.3-10 and kernel-headers-2.4.2-2 - -* Mon May 21 2001 Helge Deller -- updated to samba 2.2.0 -- moved codepages to %%{_datadir}/samba/codepages -- use all available CPUs for building rpm packages -- use %%{_xxx} defines at most places in spec-file -- "License:" replaces "Copyright:" -- dropped excludearch sparc -- de-activated japanese patches 100 and 200 for now - (they need to be fixed and tested wth 2.2.0) -- separated swat.desktop file from spec-file and added - german translations -- moved /etc/sysconfig/samba to a separate source-file -- use htmlview instead of direct call to netscape in - swat.desktop-file - -* Mon May 7 2001 Bill Nottingham -- device-remove security fix again () - -* Fri Apr 20 2001 Bill Nottingham -- fix tempfile security problems, officially () -- update to 2.0.8 - -* Sun Apr 8 2001 Bill Nottingham -- turn of SSL, kerberos - -* Thu Apr 5 2001 Bill Nottingham -- fix tempfile security problems (patch from ) - -* Thu Mar 29 2001 Bill Nottingham -- fix quota support, and quotas with the 2.4 kernel (#31362, #33915) - -* Mon Mar 26 2001 Nalin Dahyabhai -- tweak the PAM code some more to try to do a setcred() after initgroups() -- pull in all of the optflags on i386 and sparc -- don't explicitly enable Kerberos support -- it's only used for password - checking, and if PAM is enabled it's a no-op anyway - -* Mon Mar 5 2001 Tim Waugh -- exit successfully from preun script (bug #30644). - -* Fri Mar 2 2001 Nalin Dahyabhai -- rebuild in new environment - -* Wed Feb 14 2001 Bill Nottingham -- updated japanese stuff (#27683) - -* Fri Feb 9 2001 Bill Nottingham -- fix trigger (#26859) - -* Wed Feb 7 2001 Bill Nottingham -- add i18n support, japanese patch (#26253) - -* Wed Feb 7 2001 Trond Eivind Glomsrød -- i18n improvements in initscript (#26537) - -* Wed Jan 31 2001 Bill Nottingham -- put smbpasswd in samba-common (#25429) - -* Wed Jan 24 2001 Bill Nottingham -- new i18n stuff - -* Sun Jan 21 2001 Bill Nottingham -- rebuild - -* Thu Jan 18 2001 Bill Nottingham -- i18n-ize initscript -- add a sysconfig file for daemon options (#23550) -- clarify smbpasswd man page (#23370) -- build with LFS support (#22388) -- avoid extraneous pam error messages (#10666) -- add Urban Widmark's bug fixes for smbmount (#19623) -- fix setgid directory modes (#11911) -- split swat into subpackage (#19706) - -* Wed Oct 25 2000 Nalin Dahyabhai -- set a default CA certificate path in smb.conf (#19010) -- require openssl >= 0.9.5a-20 to make sure we have a ca-bundle.crt file - -* Mon Oct 16 2000 Bill Nottingham -- fix swat only_from line (#18726, others) -- fix attempt to write outside buildroot on install (#17943) - -* Mon Aug 14 2000 Bill Nottingham -- add smbspool back in (#15827) -- fix absolute symlinks (#16125) - -* Sun Aug 6 2000 Philipp Knirsch -- bugfix for smbadduser script (#15148) - -* Mon Jul 31 2000 Matt Wilson -- patch configure.ing (patch11) to disable cups test -- turn off swat by default - -* Fri Jul 28 2000 Bill Nottingham -- fix condrestart stuff - -* Fri Jul 21 2000 Bill Nottingham -- add copytruncate to logrotate file (#14360) -- fix init script (#13708) - -* Sat Jul 15 2000 Bill Nottingham -- move initscript back -- remove 'Using Samba' book from %%doc -- move stuff to /etc/samba (#13708) -- default configuration tweaks (#13704) -- some logrotate tweaks - -* Wed Jul 12 2000 Prospector -- automatic rebuild - -* Tue Jul 11 2000 Bill Nottingham -- fix logrotate script (#13698) - -* Thu Jul 6 2000 Bill Nottingham -- fix initscripts req (prereq /etc/init.d) - -* Wed Jul 5 2000 Than Ngo -- add initdir macro to handle the initscript directory -- add a new macro to handle /etc/pam.d/system-auth - -* Thu Jun 29 2000 Nalin Dahyabhai -- enable Kerberos 5 and SSL support -- patch for duplicate profile.h headers - -* Thu Jun 29 2000 Bill Nottingham -- fix init script - -* Tue Jun 27 2000 Bill Nottingham -- rename samba logs (#11606) - -* Mon Jun 26 2000 Bill Nottingham -- initscript munging - -* Fri Jun 16 2000 Bill Nottingham -- configure the swat stuff usefully -- re-integrate some specfile tweaks that got lost somewhere - -* Thu Jun 15 2000 Bill Nottingham -- rebuild to get rid of cups dependency - -* Wed Jun 14 2000 Nalin Dahyabhai -- tweak logrotate configurations to use the PID file in /var/lock/samba - -* Sun Jun 11 2000 Bill Nottingham -- rebuild in new environment - -* Thu Jun 1 2000 Nalin Dahyabhai -- change PAM setup to use system-auth - -* Mon May 8 2000 Bill Nottingham -- fixes for ia64 - -* Sat May 6 2000 Bill Nottingham -- switch to %%configure - -* Wed Apr 26 2000 Nils Philippsen -- version 2.0.7 - -* Sun Mar 26 2000 Florian La Roche -- simplify preun - -* Thu Mar 16 2000 Bill Nottingham -- fix yp_get_default_domain in autoconf -- only link against readline for smbclient -- fix log rotation (#9909) - -* Fri Feb 25 2000 Bill Nottingham -- fix trigger, again. - -* Mon Feb 7 2000 Bill Nottingham -- fix trigger. - -* Fri Feb 4 2000 Bill Nottingham -- turn on quota support - -* Mon Jan 31 2000 Cristian Gafton -- rebuild to fox dependencies -- man pages are compressed - -* Fri Jan 21 2000 Bill Nottingham -- munge post scripts slightly - -* Wed Jan 19 2000 Bill Nottingham -- turn on mmap again. Wheee. -- ship smbmount on alpha - -* Mon Dec 6 1999 Bill Nottingham -- turn off mmap. ;) - -* Wed Dec 1 1999 Bill Nottingham -- change /var/log/samba to 0700 -- turn on mmap support - -* Thu Nov 11 1999 Bill Nottingham -- update to 2.0.6 - -* Fri Oct 29 1999 Bill Nottingham -- add a %%defattr for -common - -* Tue Oct 5 1999 Bill Nottingham -- shift some files into -client -- remove /home/samba from package. - -* Tue Sep 28 1999 Bill Nottingham -- initscript oopsie. killproc -HUP, not other way around. - -* Sun Sep 26 1999 Bill Nottingham -- script cleanups. Again. - -* Wed Sep 22 1999 Bill Nottingham -- add a patch to fix dropped reconnection attempts - -* Mon Sep 6 1999 Jeff Johnson -- use cp rather than mv to preserve /etc/services perms (#4938 et al). -- use mktemp to generate /etc/tmp.XXXXXX file name. -- add prereqs on sed/mktemp/killall (need to move killall to /bin). -- fix trigger syntax (i.e. "samba < 1.9.18p7" not "samba < samba-1.9.18p7") - -* Mon Aug 30 1999 Bill Nottingham -- sed "s|nawk|gawk|" /usr/bin/convert_smbpasswd - -* Sat Aug 21 1999 Bill Nottingham -- fix typo in mount.smb - -* Fri Aug 20 1999 Bill Nottingham -- add a %%trigger to work around (sort of) broken scripts in - previous releases - -* Mon Aug 16 1999 Bill Nottingham -- initscript munging - -* Mon Aug 9 1999 Bill Nottingham -- add domain parsing to mount.smb - -* Fri Aug 6 1999 Bill Nottingham -- add a -common package, shuffle files around. - -* Fri Jul 23 1999 Bill Nottingham -- add a chmod in %%postun so /etc/services & inetd.conf don't become unreadable - -* Wed Jul 21 1999 Bill Nottingham -- update to 2.0.5 -- fix mount.smb - smbmount options changed again......... -- fix postun. oops. -- update some stuff from the samba team's spec file. - -* Fri Jun 18 1999 Bill Nottingham -- split off clients into separate package -- don't run samba by default - -* Mon Jun 14 1999 Bill Nottingham -- fix one problem with mount.smb script -- fix smbpasswd on sparc with a really ugly kludge - -* Thu Jun 10 1999 Dale Lovelace -- fixed logrotate script - -* Tue May 25 1999 Bill Nottingham -- turn of 64-bit locking on 32-bit platforms - -* Thu May 20 1999 Bill Nottingham -- so many releases, so little time -- explicitly uncomment 'printing = bsd' in sample config - -* Tue May 18 1999 Bill Nottingham -- update to 2.0.4a -- fix mount.smb arg ordering - -* Fri Apr 16 1999 Bill Nottingham -- go back to stop/start for restart (-HUP didn't work in testing) - -* Fri Mar 26 1999 Bill Nottingham -- add a mount.smb to make smb mounting a little easier. -- smb filesystems apparently don't work on alpha. Oops. - -* Thu Mar 25 1999 Bill Nottingham -- always create codepages - -* Tue Mar 23 1999 Bill Nottingham -- logrotate changes - -* Sun Mar 21 1999 Cristian Gafton -- auto rebuild in the new build environment (release 3) - -* Fri Mar 19 1999 Preston Brown -- updated init script to use graceful restart (not stop/start) - -* Tue Mar 9 1999 Bill Nottingham -- update to 2.0.3 - -* Thu Feb 18 1999 Bill Nottingham -- update to 2.0.2 - -* Mon Feb 15 1999 Bill Nottingham -- swat swat - -* Tue Feb 9 1999 Bill Nottingham -- fix bash2 breakage in post script - -* Fri Feb 5 1999 Bill Nottingham -- update to 2.0.0 - -* Mon Oct 12 1998 Cristian Gafton -- make sure all binaries are stripped - -* Thu Sep 17 1998 Jeff Johnson -- update to 1.9.18p10. -- fix %%triggerpostun. - -* Tue Jul 07 1998 Erik Troan -- updated postun triggerscript to check $0 -- clear /etc/codepages from %%preun instead of %%postun - -* Mon Jun 08 1998 Erik Troan -- made the %%postun script a tad less agressive; no reason to remove - the logs or lock file (after all, if the lock file is still there, - samba is still running) -- the %%postun and %%preun should only exectute if this is the final - removal -- migrated %%triggerpostun from Red Hat's samba package to work around - packaging problems in some Red Hat samba releases - -* Sun Apr 26 1998 John H Terpstra -- minor tidy up in preparation for release of 1.9.18p5 -- added findsmb utility from SGI package - -* Wed Mar 18 1998 John H Terpstra -- Updated version and codepage info. -- Release to test name resolve order - -* Sat Jan 24 1998 John H Terpstra -- Many optimisations (some suggested by Manoj Kasichainula -- Use of chkconfig in place of individual symlinks to /etc/rc.d/init/smb -- Compounded make line -- Updated smb.init restart mechanism -- Use compound mkdir -p line instead of individual calls to mkdir -- Fixed smb.conf file path for log files -- Fixed smb.conf file path for incoming smb print spool directory -- Added a number of options to smb.conf file -- Added smbadduser command (missed from all previous RPMs) - Doooh! -- Added smbuser file and smb.conf file updates for username map - +%autochangelog diff --git a/sources b/sources index 8acf952..cfeeed8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (samba-4.20.0rc2.tar.xz) = 787fd7fcffcff4a6722c07c0e853c48121dd031ff401a2f9c6faae1e4a378f217cb2d1a7c4dc6eed220597516a1878b802996f88e4156a2c0e7c924b90234123 -SHA512 (samba-4.20.0rc2.tar.asc) = 97e6d6af3b5ae17119206fb89135875496f66c38dfbd5c62882cbc87dfa70b48b96f2b0b64d32956fa64f1e76108a0e790aa602e4dee5731117e9a27874e2dcb +SHA512 (samba-4.20.1.tar.xz) = 7cef945833516b305a2eb6bd4717cc4e8d895575e6dcf7a47d80fa1859847adeb4a9f32814bafdd5c732ce63d793ca168b7f4e0bdda89c56f10d1595ea45b5c0 +SHA512 (samba-4.20.1.tar.asc) = 5ce9f0e4358c1ff5ce991204aaf72e1dfe431ba2686d12f1668b15c7b48247666ecbf6354acbadbcf5e77e657ef93bc07fab0ff7ed7b8a7588f5bcc7bf6facef