Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / samba
Commits: dce0c9aa by Christian Hesse at 2025-10-16T17:41:32+02:00 upgpkg: 2:4.23.2-1: new upstream release... ... fixing a critical CVE: https://www.samba.org/samba/security/CVE-2025-10230.html - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,5 +1,5 @@ pkgbase = samba - pkgver = 4.23.1 + pkgver = 4.23.2 pkgrel = 1 epoch = 2 url = https://www.samba.org @@ -37,13 +37,13 @@ pkgbase = samba optdepends = python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup optdepends = python-markdown: for samba-tool domain schemeupgrade optdepends = glusterfs: for vfs_glusterfs support - source = https://download.samba.org/samba/ftp/stable/samba-4.23.1.tar.gz - source = https://download.samba.org/samba/ftp/stable/samba-4.23.1.tar.asc + source = https://download.samba.org/samba/ftp/stable/samba-4.23.2.tar.gz + source = https://download.samba.org/samba/ftp/stable/samba-4.23.2.tar.asc source = samba.logrotate source = samba.pam source = samba.tmpfiles validpgpkeys = 81F5E2832BD2545A1897B713AA99442FB680B620 - b2sums = 27d5c7d24140716692824bd255a757cd93a05f1e8584822614ddd51dbdb1b008e519c98c2de8c6ff5e7d4c92260a655ae84190fe84aa9ac46290ffd60fb613ad + b2sums = 6ea7254f07121e32c6ac0914f45451c0174d68006dbc7836469a9d201d5acadbf6d8ed79d962ba7faa4cd404f52b5c27c02b7025feb37e4a56162bcd0a863401 b2sums = SKIP b2sums = 72ecb413ca3499af984a0bb391f96e678a24a19d8e5c96050ba227878f0770f03466ac7a0ee328416e08204e92e9d16ec22d63ef25b53c20d957a17221cd3a98 b2sums = 3eab84d332d96678fe6e435ee243c8f1a82b838f601d61d3604d11e918aed7a62202edca5e476c4b9031ed284570e6fcd6c659cfdbd9624aa0019d3233755f81 @@ -105,7 +105,7 @@ pkgname = samba depends = libwbclient depends = popt depends = python - depends = smbclient>=4.23.1 + depends = smbclient>=4.23.2 depends = talloc depends = tdb optdepends = python-dnspython: netads_dns.py, dnsresolver.py and traffic_packets.py ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ pkgbase=samba pkgname=('libwbclient' 'ldb' 'smbclient' 'samba') -pkgver=4.23.1 +pkgver=4.23.2 pkgrel=1 arch=(x86_64) url="https://www.samba.org" @@ -58,7 +58,7 @@ source=( samba.tmpfiles ) validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution Verification Key <[email protected]> -b2sums=('27d5c7d24140716692824bd255a757cd93a05f1e8584822614ddd51dbdb1b008e519c98c2de8c6ff5e7d4c92260a655ae84190fe84aa9ac46290ffd60fb613ad' +b2sums=('6ea7254f07121e32c6ac0914f45451c0174d68006dbc7836469a9d201d5acadbf6d8ed79d962ba7faa4cd404f52b5c27c02b7025feb37e4a56162bcd0a863401' 'SKIP' '72ecb413ca3499af984a0bb391f96e678a24a19d8e5c96050ba227878f0770f03466ac7a0ee328416e08204e92e9d16ec22d63ef25b53c20d957a17221cd3a98' '3eab84d332d96678fe6e435ee243c8f1a82b838f601d61d3604d11e918aed7a62202edca5e476c4b9031ed284570e6fcd6c659cfdbd9624aa0019d3233755f81' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/dce0c9aafdb9b10491d3429616f6146849b22448 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/dce0c9aafdb9b10491d3429616f6146849b22448 You're receiving this email because of your account on gitlab.archlinux.org.
