Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix typo in previous release: s/usefull/useful/
· f5705fad
Mathieu Parent
authored
Aug 18, 2018
f5705fad
Prepend 1.4.0+really to ldb version to allow samba-dsdb-modules install (Closes: #906562, #906568)
· f262fc54
Mathieu Parent
authored
Aug 19, 2018
f262fc54
Release 2:4.8.4+dfsg-2
· 7c183619
Mathieu Parent
authored
Aug 19, 2018
7c183619
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7c183619
samba (2:4.8.4+dfsg-2) unstable; urgency=high
* Fix typo in previous release: s/usefull/useful/
* Prepend 1.4.0+really to ldb version to allow samba-dsdb-modules install
(Closes: #906562, #906568)
* Urgency still set to high
-- Mathieu Parent <sathieu@debian.org> Sun, 19 Aug 2018 10:08:22 +0200
samba (2:4.8.4+dfsg-1) unstable; urgency=high
[ Andreas Hasenack ]
...
...
@@ -18,7 +27,7 @@ samba (2:4.8.4+dfsg-1) unstable; urgency=high
CVE-2018-1140
* smb.conf: Remove "wins support" and "wins server" comments
* smb.conf: Improve "logging" comments
* smb.conf: Remove "dns proxy = no", only useful
l
as a WINS server
* smb.conf: Remove "dns proxy = no", only useful as a WINS server
* smb.conf: Propose better idmap config
* smb.conf: Remove "passdb backend = tdbsam" as this is the default
* smb.conf: Fix "usershare max shares" default (patched to 100 instead of 0)
...
...
debian/rules
View file @
7c183619
...
...
@@ -20,7 +20,7 @@ LDB_NEXT_VERSION = $(shell python -c "x = '$(LDB_VERSION)'.split('.'); x[-1] = s
# samba ships ldb modules, which are specific to the ldb version, so we need a
# strict dependency on the upstream ldb version
# this also mean samba needs a rebuild when the upstream ldb version changes
LDB_DEPENDS = "libldb1 (<< $(LDB_EPOCH):$(LDB_NEXT_VERSION)~), libldb1 (>> $(LDB_EPOCH):$(LDB_VERSION)~)"
LDB_DEPENDS = "libldb1 (<< $(LDB_EPOCH):
1.4.0+really
$(LDB_NEXT_VERSION)~), libldb1 (>> $(LDB_EPOCH):
1.4.0+really
$(LDB_VERSION)~)"
export PYSHORT=$(shell pyversions -d)
export PYTHON=$(shell which $(PYSHORT))
export PYTHON_CONFIG="$(PYTHON)-config"
...
...