L.P.H. van Belle
2019-Jul-17 09:06 UTC
[Samba] Samba 4.10.6 for Debian Buster ( amd64/i386) Available now.
Hai Guys,
?
The following has been done:?4.10.6?for Debian Buster (10) is ready.
Short version of the changes:
The settings are updated with latest Official Debian Samba packages,
and its more focused on builds with python3.
?
The changes logs of these changes, including the debian changes. ( see below )
Repo Info?: http://apt.van-belle.nl/
Buildlogs?: http://downloads.van-belle.nl/
?
---? The quick install for the repo. ---
1) Choose http or https for you apt, both work, for https you need to :
apt install apt-transport-https
?
2) Import my public key
wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -
?
3) (optional) setup a header line for the repo file.
echo "# AptVanBelle repo for samba." | sudo tee
/etc/apt/sources.list.d/van-belle.list
?
4) In the line below, change the OS and/or samba version to what you want.
## Samba 4.10 Buster
echo "deb http://apt.van-belle.nl/debian buster-samba410 main contrib
non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list
?
The Samba change logs.
https://www.samba.org/samba/history/samba-4.10.6.html
?
My change log of the packaging and restyling from stretch to buster.
samba (2:4.10.6+nmu-1.1deb10~1) buster; urgency=medium
* Non-maintainer upload.
* Builded from samba.org sources for Debian Buster
* Rebuilded from Debian Stretch build.
* d/samba-common.docs change README.md to README
* d/control changes:
- Bump build standards to 4.3.0
- Build Depends.
Bump python(2/3) version to 2.7+ and 3.7+
Bump cmocka to 1.1.3
glusterfs-common to libglusterfs-dev
Tracker 1.0 to 2.0
Updated python build depends.
added build depends: libaio-dev libtasn1-6-dev libtasn1-bin
python-crypto python-gpg python-iso8601 python-pexpect
python3-crypto python3-gpg python3-iso8601 python3-pexpect
- Changes for python3
Package samba: added recommends acl
added/Updates python3 Depends.
change ${python:Depends} to python3
Package samba-common-bin:
change python to python3
Package python-samba: changed to python3-samba
added/Updates python3- Depends.
change ${python:Depends} to python3
Renamed d/python-samba.install and python-samba.lintian-overrides
to d/python3-samba.install and python-samba3.lintian-overrides
- Package samba-dev: Bump libtdb-dev 1.3.18
* d/samba-libs.lintian-overrides updated.
* d/samba-dev.lintian-overrides updated.
-- Louis van Belle <louis at van-belle.nl> Wed, 17 Jul 2019 07:30:44
+0000
samba (2:4.10.6+nmu-1.0deb9~1) stretch; urgency=medium
* Non-maintainer upload.
* Builded from samba.org sources for Debian Stretch
* d/control bump versions :
- talloc 2.1.16
- tdb 1.3.18
- tevent 0.9.39
- ldb 1.5.5
* d/rules change LDB_NEXT_VERSION to python3
* d/control change python-ldb* to python3-ldb*
* d/samba-libs.install: added usr/lib/*/samba/libmscat.so.0
* d/samba.install: usr/bin/dumpmscat
* d/libsmbclient.symbols updated symbols
* d/libwbclient0.symbols updated symbols
-- Louis van Belle <louis at van-belle.nl> Fri, 12 Jul 2019 07:37:01
+0000
samba (2:4.9.11+nmu-1.1deb9~2) stretch; urgency=medium
* Non-maintainer upload.
* Re-sync settings with Debian Sid. (samba 4.9.11+dfsg-1)
* d/control, revert libglusterfs-dev to glusterfs-common
* d/control, revert ldb 1.5.1-really147 back to 1.4.7
* d/rules, revert ldb 1.5.1-really147 back to 1.4.7
* d/control, added tracker for spotlight support.
* d/rules, re-enabled spotlight
-- Louis van Belle <louis at van-belle.nl> Thu, 11 Jul 2019 11:38:38
+0000
samba (2:4.9.11+dfsg-1) unstable; urgency=medium
[ Mathieu Parent ]
* New upstream release
- Bump ldb Build-Depends to 2:1.5.1+really1.4.7
- Fixes printing via smbspool backend with kerberos auth (Closes: #931481)
- Drop security patches, merged upstream
- libsamba-passdb.so bumped to 0.27.2
* Enable vfs_nfs4acl_xattr (Closes: #930540)
[ Rafael David Tinoco ]
* debian/rules: Make DEB_HOST_ARCH_CPU initialized through dpkg-architecture
(Closes: #931138)
* CTDB NFS fixes (Closes: #929931, LP: #722201):
- d/p/fix-nfs-service-name-to-nfs-kernel-server.patch: change nfs service
name from nfs to nfs-kernel-server
- ctdb-config: depend on /etc/ctdb/nodes file
- d/ctdb.install, d/rules: create ctdb run directory into tmpfiles.d to
allow pid file to exist
- added /var/lib/ctdb/* directories
- d/ctdb.postrm: remove leftovers from /var/lib/ctdb/*
- Add examples of NFS HA CTDB config files + helper script
-- Mathieu Parent <sathieu at debian.org> Mon, 08 Jul 2019 09:56:36
+0200
samba (2:4.9.5+dfsg-5) unstable; urgency=high
* This is a security release in order to address the following defect:
- CVE-2019-12435 zone operations can crash rpc server
* Add missing Breaks+Replace found by piuparts (Closes: #929217)
Thanks Andreas Beckmann!
-- Mathieu Parent <sathieu at debian.org> Thu, 20 Jun 2019 07:53:26
+0200
?
?
?
Have fun with these.
?
Greetz,
?
Louis
Ivan Jurišić
2019-Jul-17 11:11 UTC
[Samba] Samba 4.10.6 for Debian Buster ( amd64/i386) Available now.
Great job Belle !!! Thanks lot !!! On 17. 07. 2019. 11:06, L.P.H. van Belle via samba wrote:> Hai Guys, > ? > The following has been done:?4.10.6?for Debian Buster (10) is ready. > > Short version of the changes: > The settings are updated with latest Official Debian Samba packages, > and its more focused on builds with python3. > ? > The changes logs of these changes, including the debian changes. ( see below ) > > Repo Info?: http://apt.van-belle.nl/ > Buildlogs?: http://downloads.van-belle.nl/ > ? > ---? The quick install for the repo. --- > 1) Choose http or https for you apt, both work, for https you need to : > apt install apt-transport-https > ? > 2) Import my public key > wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add - > ? > 3) (optional) setup a header line for the repo file. > echo "# AptVanBelle repo for samba." | sudo tee /etc/apt/sources.list.d/van-belle.list > ? > 4) In the line below, change the OS and/or samba version to what you want. > ## Samba 4.10 Buster > echo "deb http://apt.van-belle.nl/debian buster-samba410 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list > > ? > The Samba change logs. > https://www.samba.org/samba/history/samba-4.10.6.html > > ? > My change log of the packaging and restyling from stretch to buster. > samba (2:4.10.6+nmu-1.1deb10~1) buster; urgency=medium > > * Non-maintainer upload. > * Builded from samba.org sources for Debian Buster > * Rebuilded from Debian Stretch build. > * d/samba-common.docs change README.md to README > * d/control changes: > - Bump build standards to 4.3.0 > - Build Depends. > Bump python(2/3) version to 2.7+ and 3.7+ > Bump cmocka to 1.1.3 > glusterfs-common to libglusterfs-dev > Tracker 1.0 to 2.0 > Updated python build depends. > added build depends: libaio-dev libtasn1-6-dev libtasn1-bin > python-crypto python-gpg python-iso8601 python-pexpect > python3-crypto python3-gpg python3-iso8601 python3-pexpect > - Changes for python3 > Package samba: added recommends acl > added/Updates python3 Depends. > change ${python:Depends} to python3 > Package samba-common-bin: > change python to python3 > Package python-samba: changed to python3-samba > added/Updates python3- Depends. > change ${python:Depends} to python3 > Renamed d/python-samba.install and python-samba.lintian-overrides > to d/python3-samba.install and python-samba3.lintian-overrides > - Package samba-dev: Bump libtdb-dev 1.3.18 > * d/samba-libs.lintian-overrides updated. > * d/samba-dev.lintian-overrides updated. > > -- Louis van Belle <louis at van-belle.nl> Wed, 17 Jul 2019 07:30:44 +0000 > > samba (2:4.10.6+nmu-1.0deb9~1) stretch; urgency=medium > > * Non-maintainer upload. > * Builded from samba.org sources for Debian Stretch > * d/control bump versions : > - talloc 2.1.16 > - tdb 1.3.18 > - tevent 0.9.39 > - ldb 1.5.5 > * d/rules change LDB_NEXT_VERSION to python3 > * d/control change python-ldb* to python3-ldb* > * d/samba-libs.install: added usr/lib/*/samba/libmscat.so.0 > * d/samba.install: usr/bin/dumpmscat > * d/libsmbclient.symbols updated symbols > * d/libwbclient0.symbols updated symbols > > -- Louis van Belle <louis at van-belle.nl> Fri, 12 Jul 2019 07:37:01 +0000 > > samba (2:4.9.11+nmu-1.1deb9~2) stretch; urgency=medium > > * Non-maintainer upload. > * Re-sync settings with Debian Sid. (samba 4.9.11+dfsg-1) > * d/control, revert libglusterfs-dev to glusterfs-common > * d/control, revert ldb 1.5.1-really147 back to 1.4.7 > * d/rules, revert ldb 1.5.1-really147 back to 1.4.7 > * d/control, added tracker for spotlight support. > * d/rules, re-enabled spotlight > > -- Louis van Belle <louis at van-belle.nl> Thu, 11 Jul 2019 11:38:38 +0000 > > samba (2:4.9.11+dfsg-1) unstable; urgency=medium > > [ Mathieu Parent ] > * New upstream release > - Bump ldb Build-Depends to 2:1.5.1+really1.4.7 > - Fixes printing via smbspool backend with kerberos auth (Closes: #931481) > - Drop security patches, merged upstream > - libsamba-passdb.so bumped to 0.27.2 > * Enable vfs_nfs4acl_xattr (Closes: #930540) > > [ Rafael David Tinoco ] > * debian/rules: Make DEB_HOST_ARCH_CPU initialized through dpkg-architecture > (Closes: #931138) > * CTDB NFS fixes (Closes: #929931, LP: #722201): > - d/p/fix-nfs-service-name-to-nfs-kernel-server.patch: change nfs service > name from nfs to nfs-kernel-server > - ctdb-config: depend on /etc/ctdb/nodes file > - d/ctdb.install, d/rules: create ctdb run directory into tmpfiles.d to > allow pid file to exist > - added /var/lib/ctdb/* directories > - d/ctdb.postrm: remove leftovers from /var/lib/ctdb/* > - Add examples of NFS HA CTDB config files + helper script > > -- Mathieu Parent <sathieu at debian.org> Mon, 08 Jul 2019 09:56:36 +0200 > > samba (2:4.9.5+dfsg-5) unstable; urgency=high > > * This is a security release in order to address the following defect: > - CVE-2019-12435 zone operations can crash rpc server > * Add missing Breaks+Replace found by piuparts (Closes: #929217) > Thanks Andreas Beckmann! > > -- Mathieu Parent <sathieu at debian.org> Thu, 20 Jun 2019 07:53:26 +0200 > ? > ? > ? > Have fun with these. > ? > > Greetz, > ? > Louis > >
Seemingly Similar Threads
- Debian Stretch Samba 4.9.11 ( updated) and 4.10.6 (new) amd64/i386 Available now.
- NOTICE: Update Debian samba 4.10.6 (Buster)
- NOTICE: Update Debian samba 4.10.6 (stretch)
- GPO
- Ready to test Samba 4.9.1. for Debian Stretch ( or ubuntu 18.04 or Devuan ASCII ) AMD64 only