Commit Graph

1116 Commits

Author SHA1 Message Date
Günther Deschner
cd3cf3831b Fix typo
Guenther
2024-02-01 07:59:36 +01:00
Günther Deschner
fc5ba48178 Update to version 4.20.0rc1
resolves: #2260895

Guenther
2024-01-30 10:41:47 +01:00
Fedora Release Engineering
a0149239aa Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 02:03:30 +00:00
Andreas Schneider
cbf258a115 Fix samba-gpupdate on Fedora/RHEL 2024-01-16 12:22:50 +01:00
Andreas Schneider
2c97dc253a Remove unused globals libwbc_alternatives_* 2024-01-10 13:16:55 +01:00
Andreas Schneider
368799d573 Bump release number 2024-01-09 13:07:37 +01:00
Andreas Schneider
f245ed7ba2 Create winbind groups using systemd
Also drop creating groups with groupadd entirely.

resolves: rhbz#2256326
2024-01-09 10:52:00 +01:00
Günther Deschner
95272cbe76 Update to version 4.19.4
resolves: #2257287

Guenther
2024-01-08 17:43:06 +01:00
Andreas Schneider
6a716d5e7e Add missing dependencies for samba-gpupdate 2024-01-08 17:30:42 +01:00
Andreas Schneider
448b9a1661 Add missing BuildRequires for cepces
We should install for building what we require during runtime.
2023-12-13 10:01:58 +01:00
Günther Deschner
93059a0a6a Disable ctdb-pcp build for i686 for Fedora
performance-co-pilot is no longer supported on i686 in Fedora Rawhide/40

Guenther
2023-11-28 13:37:54 +01:00
Günther Deschner
9e2c1829db Update to Samba 4.19.3
resolves: #2251766

Guenther
2023-11-27 15:36:02 +01:00
Pavel Filipenský
601c5e7cbb Fix the 'without gpupdate' uninstalled file removal 2023-11-19 12:47:18 +01:00
Andreas Schneider
c92b2eb22b Do not use mold on i686, support for it has been dropped 2023-11-15 14:38:09 +01:00
Andreas Schneider
4f9b479032 Package samba-gpupdate also for RHEL9 2023-11-15 10:37:35 +01:00
Günther Deschner
9996023e42 Update to version 4.19.2
resolves: #2244496

Guenther
2023-10-16 18:00:00 +02:00
Günther Deschner
00b32c4172 When built with testsuite rpcd_echo is built as well
Guenther
2023-10-16 17:34:43 +02:00
Günther Deschner
a1a3c76fb5 Update to version 4.19.1
resolves: #2243073
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

Guenther
2023-10-11 13:00:49 +02:00
Günther Deschner
43d90c9175 Update to version 4.19.0
resolves: #2237259

Guenther
2023-09-04 15:55:11 +02:00
Günther Deschner
38db681558 Update to version 4.19.0rc4
resolves: #2232744

Guenther
2023-08-28 18:49:34 +02:00
Günther Deschner
7837b083f2 Update to version 4.19.0rc3
resolves: #2232744

Guenther
2023-08-18 15:27:59 +02:00
Yaakov Selkowitz
070d655da4 Move ad-claims and authn-policy-util to dc-libs
These libraries depend on libdsdb-module and are only built if DC is
enabled (and therefore not for RHEL).
2023-08-16 01:48:58 -04:00
Adam Williamson
dc22ad5bd2 python3-samba-dc requires python3-markdown now 2023-08-15 13:08:22 -07:00
Günther Deschner
9602a07a36 Update to version 4.19.0rc2
resolves: #2227246

Guenther
2023-08-08 12:05:31 +02:00
Günther Deschner
ef6e3a1cfe Update to version 4.19.0rc1
resolves: #2227246

Guenther
2023-08-07 14:00:21 +02:00
Günther Deschner
9ae16cc49b Update to version 4.18.5
resolves: #2224040

Security fix for CVE-2022-2127
resolves: #2222791, #2224254

Security fix for CVE-2023-3347
resolves: #2222792, #2224255

Security fix for CVE-2023-34966
resolves: #2222793, #2224253

Security fix for CVE-2023-34967
resolves: #2222794, #2224252

Security fix for CVE-2023-34968
resolves: #2222795, #2224250

Guenther
2023-07-20 12:19:04 +02:00
Günther Deschner
64ef2ec2d2 Fix netlogon LogonGetCapabilities level 2 error handling
resolves: #2223091

Guenther
2023-07-17 17:22:50 +02:00
František Zatloukal
a38fba0562 Rebuilt for ICU 73.2 2023-07-11 22:21:49 +02:00
Python Maint
3948e24a26 Rebuilt for Python 3.12 2023-07-05 18:27:08 +02:00
Günther Deschner
ac8caa023e Update to version 4.18.4
resolves: #2219799

Guenther
2023-07-05 14:44:37 +02:00
Python Maint
f3b66c42ca Rebuilt for Python 3.12 2023-06-26 12:27:58 +02:00
Adam Williamson
c3a5a6aede Only run libwbclient %pre on upgrade, not fresh install
This seems to be breaking live image build tests because the
script is running before `rm` is installed. I do not know why
it didn't fail the tests run *on the update itself*, but it's
now causing tests of subsequent updates to fail, which is a
problem. Probably an ordering issue.

AFAIK, this script is meant to clean up stuff from earlier
versions of the package, so it's not relevant on fresh installs,
and we can just skip it and avoid any problems in the fresh
install case.
2023-06-26 01:02:08 +02:00
Andreas Schneider
7f3a842050 Fix libwbclient package upgrades
resolves: rhbz#2211577
2023-06-23 10:47:21 +02:00
FeRD (Frank Dana)
efe3dd0ab1 Remove ® symbol from winexe's description 2023-06-17 11:18:44 -04:00
Python Maint
15cfaa7346 Rebuilt for Python 3.12 2023-06-15 13:18:39 +02:00
Andreas Schneider
f5d2701706 Bump baserelease
Forgotten in previous commit.
2023-06-15 12:32:01 +02:00
Andreas Schneider
8210a6cc4c logrotate: Also cover mit_kdc.log
resolves: rhbz#2203539
2023-06-15 10:22:45 +02:00
Günther Deschner
41c4c70006 Update to version 4.18.3
resolves: #2211453

Guenther
2023-06-01 10:45:55 +02:00
Andreas Schneider
a79fd33b58 Fix ccache support 2023-05-05 13:53:47 +02:00
Andreas Schneider
dc949bd3c8 Let samba-winbind just suggest samba-tool 2023-04-20 14:38:04 +02:00
Andreas Schneider
5caa412c6b Add support for mock ccache plugin 2023-04-20 08:12:28 +02:00
Günther Deschner
a6fcf14600 Update to version 4.18.2
resolves: #2187991

Guenther
2023-04-19 14:34:42 +02:00
Günther Deschner
6126e39c51 Update to version 4.18.1
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

Guenther
2023-03-29 23:42:40 +02:00
Andreas Schneider
8d52163b67 Add missing Requires for bind-utils
samba_dnsupdate uses nsupdate from bind-utils
2023-03-28 09:02:23 +02:00
Andreas Schneider
e5cb35effe Fix ctdb file lists when built with test suite enabled 2023-03-21 15:20:25 +01:00
Andreas Schneider
d336264f64 Fix file list 2023-03-21 11:01:43 +01:00
Kalev Lember
7ffc94f1ba Move libstable-sort-samba4.so to samba-client-libs subpackage
libndr-samba-samba4.so that's already in -client-libs subpackage links
with libstable-sort-samba4.so, which means that we need to put both in
-client-libs to avoid -client-libs suddenly starting to depend on -libs.
2023-03-17 21:08:32 +01:00
Andreas Schneider
32b29ac6e9 Add missing Requires for python3-gpg to samba-tools 2023-03-10 13:01:28 +01:00
Günther Deschner
daa7809342 Update to version 4.18.0
resolves: #2176469

Guenther
2023-03-08 14:22:45 +01:00
Günther Deschner
c7734163fa Update to version 4.18.0rc4
resolves: #2174415

Guenther
2023-03-01 15:38:16 +01:00