Hi, Thanks for the update.
Builds and tests fine. OK Ian McWilliam > On 20 Jun 2024, at 4:55 am, Björn Ketelaars <bjorn.ketela...@hydroxide.nl> > wrote: > > Update to the latest stable release of the Samba 4.20 release series for > current. Release notes: > https://www.samba.org/samba/history/samba-4.20.2.html > > libdcerpc and libsamba-credentials require a minor bump because of the > addition of a couple of symbols. > > Run tested on amd64. > > Tests and OKs welcome. > > > diff --git Makefile Makefile > index 61777a12f00..311e62490ab 100644 > --- Makefile > +++ Makefile > @@ -1,4 +1,4 @@ > -VERSION = 4.20.1 > +VERSION = 4.20.2 > DISTNAME = samba-${VERSION} > EPOCH = 0 > > @@ -10,7 +10,7 @@ PKGNAME-docs = samba-docs-${VERSION} > > PKG_ARCH-docs = * > > -SHARED_LIBS = dcerpc 1.1 \ > +SHARED_LIBS = dcerpc 1.2 \ > dcerpc-binding 5.0 \ > dcerpc-samr 1.0 \ > dcerpc-server-core 3.1 \ > @@ -20,7 +20,7 @@ SHARED_LIBS = dcerpc 1.1 \ > ndr-nbt 2.1 \ > ndr-standard 6.0 \ > netapi 3.3 \ > - samba-credentials 1.5 \ > + samba-credentials 1.6 \ > samba-errors 2.1 \ > samba-hostconfig 14.0 \ > samba-passdb 3.0 \ > diff --git distinfo distinfo > index f75d0ea042a..d47334ad9a5 100644 > --- distinfo > +++ distinfo > @@ -1,2 +1,2 @@ > -SHA256 (samba-4.20.1.tar.gz) = +Tw69SlTQNCBBsfA3PuF5PhQV9/RRYeqiBe+sxr/iPc= > -SIZE (samba-4.20.1.tar.gz) = 42441898 > +SHA256 (samba-4.20.2.tar.gz) = +Wn/7VjM8+hcu8wOM6FybQJcK0D0KmU7ESW4K5LS4OU= > +SIZE (samba-4.20.2.tar.gz) = 42458953 > diff --git pkg/PLIST-main pkg/PLIST-main > index b826066f469..65400a77f88 100644 > --- pkg/PLIST-main > +++ pkg/PLIST-main > @@ -1169,6 +1169,8 @@ > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/${MODPY_PYCACHE}ht > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/${MODPY_PYCACHE}http_content.${MODPY_PYC_MAGIC_TAG}pyc > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/${MODPY_PYCACHE}mdsearch.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/${MODPY_PYCACHE}mdsearch.${MODPY_PYC_MAGIC_TAG}pyc > +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/${MODPY_PYCACHE}misc_dfs_widelink.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/${MODPY_PYCACHE}misc_dfs_widelink.${MODPY_PYC_MAGIC_TAG}pyc > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/${MODPY_PYCACHE}ndrdump.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/${MODPY_PYCACHE}ndrdump.${MODPY_PYC_MAGIC_TAG}pyc > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/${MODPY_PYCACHE}netads_dns.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > @@ -1206,6 +1208,7 @@ > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/downgradedatabase. > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/http_chunk.py > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/http_content.py > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/mdsearch.py > +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/misc_dfs_widelink.py > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/ndrdump.py > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/netads_dns.py > lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/netads_json.py