Compare commits

..

11 commits

Author SHA1 Message Date
Günther Deschner
34da5d33a7 Update to Samba 4.24.7
Guenther
2026-09-09 19:08:26 +02:00
Günther Deschner
7cb002740e Update to Samba 4.24.6
Guenther
2026-08-14 12:34:49 +02:00
Günther Deschner
722aa4fe5d Update to Samba 4.24.5
- resolves: rhbz#2509257 - Security fix for CVE-2026-6949
- resolves: rhbz#2509266 - Security fix for CVE-2026-58218
- resolves: rhbz#2509280 - Security fix for CVE-2026-58221
- resolves: rhbz#2509502 - Security fix for CVE-2026-58222
- resolves: Security fix for CVE-2026-58216
- resolves: Security fix for CVE-2026-58224

Guenther
2026-08-03 13:14:01 +02:00
Günther Deschner
fedc2a1b0e Update to Samba 4.24.4
- resolves: rhbz#2495234

Guenther
2026-07-01 13:19:14 +02:00
Günther Deschner
2c8a615de8 Update to Samba 4.24.3
- resolves: rhbz#2481468
- resolves: rhbz#2481447 - Security fix for CVE-2026-4480
- resolves: rhbz#2481875 - Security fix for CVE-2026-2340
- resolves: rhbz#2481857 - Security fix for CVE-2026-3012
- resolves: rhbz#2481876 - Security fix for CVE-2026-1933
- Security fix for CVE-2026-4408
- Security fix for CVE-2026-3238

Guenther
2026-05-28 23:27:19 +02:00
Günther Deschner
dd6b3aef42 Update to Samba 4.24.2
- resolves: #2476688

Guenther
2026-05-13 12:14:33 +02:00
Günther Deschner
96217bc397 Update to Samba 4.24.1
- resolves: #2459141

Guenther
2026-04-17 13:54:30 +02:00
Günther Deschner
c4a5471eb4 Update to Samba 4.24.0
- resolves: #2448612

Guenther
2026-03-18 14:57:46 +01:00
Günther Deschner
fedf403593 Update to Samba 4.24.0rc3
- related: #2437299

Guenther
2026-02-23 20:37:43 +01:00
Andreas Schneider
25cc566bb6 Rebuild for krb5-1.22.2
[skip changelog]
2026-02-16 14:50:06 +01:00
Günther Deschner
10ecbe5f7b Update to Samba 4.24.0rc2
- resolves: #2437299

Guenther
2026-02-06 23:34:12 +01:00
2 changed files with 14 additions and 59 deletions

View file

@ -65,27 +65,24 @@
# Build vfs_ceph module and ctdb cepth mutex helper by default on 64bit Fedora
%if 0%{?fedora}
%ifarch aarch64 ppc64le s390x x86_64 riscv64 loongarch64
%ifarch aarch64 ppc64le s390x x86_64 riscv64
%bcond vfs_cephfs 1
%bcond vfs_ceph_rgw 1
%bcond ceph_mutex 1
%else
%bcond vfs_cephfs 0
%bcond vfs_ceph_rgw 0
%bcond ceph_mutex 0
#endifarch
%endif
%else
%bcond vfs_cephfs 0
%bcond vfs_ceph_rgw 0
%bcond ceph_mutex 0
#endif fedora
%endif
%if 0%{?fedora}
%ifarch aarch64 ppc64le s390x x86_64 riscv64 loongarch64
%ifarch aarch64 ppc64le s390x x86_64 riscv64
%bcond vfs_glusterfs 1
%else
%bcond vfs_glusterfs 0
@ -96,7 +93,7 @@
%endif
# Build vfs_io_uring module by default on 64bit Fedora
%ifarch aarch64 ppc64le s390x x86_64 riscv64 loongarch64
%ifarch aarch64 ppc64le s390x x86_64 riscv64
%bcond vfs_io_uring 1
%else
%bcond vfs_io_uring 0
@ -128,7 +125,7 @@
%bcond prometheus 0
%endif
%ifarch aarch64 ppc64le s390x x86_64 riscv64 loongarch64
%ifarch aarch64 ppc64le s390x x86_64 riscv64
%bcond lmdb 1
%else
%bcond lmdb 0
@ -140,7 +137,7 @@
%bcond varlink 0
%endif
%global samba_version 4.25.0
%global samba_version 4.24.7
# The release field is extended:
# <pkgrel>[.<extraver>][.<snapinfo>]%%{?dist}[.<minorbump>]
@ -155,7 +152,7 @@
# default is 1).
%global samba_release %autorelease
%global pre_release rc1
%global pre_release %nil
%if "x%{?pre_release}" != "x"
%global samba_release %autorelease -p -e %pre_release
%endif
@ -185,9 +182,9 @@
%global libsmbclient_so_version 0
%global libwbclient_so_version 0
%global talloc_version 2.5.0
%global talloc_version 2.4.4
%global tdb_version 1.4.15
%global tevent_version 0.17.2
%global tevent_version 0.17.1
%global required_mit_krb5 1.20.1
@ -368,10 +365,6 @@ BuildRequires: glusterfs-devel >= 3.4.0.16
BuildRequires: libcephfs-devel
%endif
%if %{with vfs_ceph_rgw}
BuildRequires: librgw-devel
%endif
%if %{with vfs_io_uring}
BuildRequires: liburing-devel >= 0.4
%endif
@ -753,22 +746,6 @@ Samba VFS module for Ceph distributed storage system integration.
#endif with vfs_cephfs
%endif
%if %{with vfs_ceph_rgw}
%package vfs-ceph-rgw
Summary: Samba VFS module for exporting Ceph-RGW buckets
Requires: %{name} = %{samba_depver}
Requires: %{name}-client-libs = %{samba_depver}
Requires: %{name}-libs = %{samba_depver}
Requires: libldb = %{samba_depver}
Requires: libwbclient = %{samba_depver}
Provides: bundled(libreplace) = %{samba_depver}
%description vfs-ceph-rgw
Samba VFS module for exporting Ceph-RGW buckets.
#endif with vfs_ceph_rgw
%endif
### IOURING
%if %{with vfs_io_uring}
%package vfs-iouring
@ -1102,6 +1079,9 @@ Requires: %{name}-dcerpc = %{samba_depver}
Provides: samba4-winbind = %{samba_depver}
Obsoletes: samba4-winbind < %{samba_depver}
# Old NetworkManager expects the dispatcher scripts in a different place
Conflicts: NetworkManager < 1.20
Provides: bundled(libreplace) = %{samba_depver}
%description winbind
@ -1490,14 +1470,10 @@ export PYTHONARCHDIR=%{python3_sitearch}
%endif
%if %{with varlink}
--with-systemd-userdb \
%endif
%if %{with vfs_ceph_rgw}
--enable-cephrgw \
%endif
--with-profiling-data \
--with-systemd \
--with-quotas \
--with-ratelimitd \
--systemd-install-services \
--with-systemddir=/usr/lib/systemd/system \
--systemd-smb-extra=%{_systemd_extra} \
@ -1623,10 +1599,6 @@ rm -f %{buildroot}%{_mandir}/man8/vfs_ceph.8*
rm -f %{buildroot}%{_mandir}/man8/vfs_ceph_snapshots.8*
%endif
%if %{without vfs_ceph_rgw}
rm -f %{buildroot}%{_mandir}/man8/vfs_ceph_rgw.8*
%endif
# This makes the right links, as rpmlint requires that
# the ldconfig-created links be recorded in the RPM.
/sbin/ldconfig -N -n %{buildroot}%{_libdir}
@ -1662,9 +1634,6 @@ rm -f %{buildroot}%{_mandir}/man3/PyLdb*
# CTDB
%if %{with clustering}
touch %{buildroot}%{_libexecdir}/ctdb/statd_callout
# Remove symlinks that are marked as %ghost (CTDB will create them at runtime)
rm -f %{buildroot}%{_sysconfdir}/ctdb/statd-callout
#endif with clustering
%endif
@ -2572,13 +2541,6 @@ fi
%{_mandir}/man8/vfs_ceph_snapshots.8*
%endif
### VFS-CEPH-RGW
%if %{with vfs_ceph_rgw}
%files vfs-ceph-rgw
%{_libdir}/samba/vfs/ceph_rgw.so
%{_mandir}/man8/vfs_ceph_rgw.8*
%endif
### VFS-IOURING
%if %{with vfs_io_uring}
%files vfs-iouring
@ -2798,12 +2760,10 @@ fi
%{python3_sitearch}/samba/dcerpc/drsuapi.*.so
%{python3_sitearch}/samba/dcerpc/echo.*.so
%{python3_sitearch}/samba/dcerpc/epmapper.*.so
%{python3_sitearch}/samba/dcerpc/file_id.*.so
%{python3_sitearch}/samba/dcerpc/gkdi.*.so
%{python3_sitearch}/samba/dcerpc/gmsa.*.so
%{python3_sitearch}/samba/dcerpc/idmap.*.so
%{python3_sitearch}/samba/dcerpc/initshutdown.*.so
%{python3_sitearch}/samba/dcerpc/ioctl.*.so
%{python3_sitearch}/samba/dcerpc/irpc.*.so
%{python3_sitearch}/samba/dcerpc/keycredlink.*.so
%{python3_sitearch}/samba/dcerpc/krb5ccache.*.so
@ -3403,10 +3363,8 @@ fi
%{python3_sitearch}/samba/tests/__pycache__/net_join_no_spnego.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/net_join.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/netlogonsvc.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/nps_echo_test.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/ntacl_resource_attr_ace.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/ntacls_backup.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/ntacls.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/ntacls_backup.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/ntlmdisabled.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/ntlm_auth.*.pyc
%{python3_sitearch}/samba/tests/__pycache__/ntlm_auth_base.*.pyc
@ -3768,14 +3726,12 @@ fi
%{python3_sitearch}/samba/tests/net_join_no_spnego.py
%{python3_sitearch}/samba/tests/net_join.py
%{python3_sitearch}/samba/tests/netlogonsvc.py
%{python3_sitearch}/samba/tests/nps_echo_test.py
%dir %{python3_sitearch}/samba/tests/nss
%dir %{python3_sitearch}/samba/tests/nss/__pycache__
%{python3_sitearch}/samba/tests/nss/__pycache__/base.*.pyc
%{python3_sitearch}/samba/tests/nss/__pycache__/group.*.pyc
%{python3_sitearch}/samba/tests/nss/base.py
%{python3_sitearch}/samba/tests/nss/group.py
%{python3_sitearch}/samba/tests/ntacl_resource_attr_ace.py
%{python3_sitearch}/samba/tests/ntacls.py
%{python3_sitearch}/samba/tests/ntacls_backup.py
%{python3_sitearch}/samba/tests/ntlmdisabled.py
@ -4121,7 +4077,6 @@ fi
%{_datadir}/ctdb/events/legacy/11.natgw.script
%{_datadir}/ctdb/events/legacy/11.routing.script
%{_datadir}/ctdb/events/legacy/13.per_ip_routing.script
%{_datadir}/ctdb/events/legacy/15.network.script
%{_datadir}/ctdb/events/legacy/20.multipathd.script
%{_datadir}/ctdb/events/legacy/31.clamd.script
%{_datadir}/ctdb/events/legacy/40.vsftpd.script

View file

@ -1,2 +1,2 @@
SHA512 (samba-4.25.0rc1.tar.xz) = 34b1a2ebf9b391fa9f03cfc6bb95cfb47237e1c0a677144b6e699420fe27fe22a113783e6bc17244948156091bf1d24debe3b996ff026724f0c2aaf06e2ed736
SHA512 (samba-4.25.0rc1.tar.asc) = f8ed4617e56f9925c2591ffdf3c0aa010750a08ea216f05414e50c8e90817da49fc4bbf799e64459ea36b57341b566961e7f3434505ce656be39ee9b56ee4709
SHA512 (samba-4.24.7.tar.xz) = dc76aae77de0231894de6a5fa09e0caeb3825affa726784da0da6cf72463986c1761ea0e399897bbd09fecc26fb7839b4b37b8fea7f8c227194471b293e1f85b
SHA512 (samba-4.24.7.tar.asc) = d623f9b549f60c8f93705c4875db4b66f914bba0ce5b0e9f718d623ec206d9c738ad51da012b48cec55281ec180e9fae44dc3eda16455933141767e5309fcc32