[Pkg-samba-maint] [Git][samba-team/samba][master] 3 commits: Fix typo in previous release: s/usefull/useful/
Mathieu Parent
gitlab at salsa.debian.org
Sun Aug 19 11:05:42 BST 2018
Mathieu Parent pushed to branch master at Debian Samba Team / samba
Commits:
f5705fad by Mathieu Parent at 2018-08-17T23:47:30Z
Fix typo in previous release: s/usefull/useful/
- - - - -
f262fc54 by Mathieu Parent at 2018-08-19T08:07:53Z
Prepend 1.4.0+really to ldb version to allow samba-dsdb-modules install (Closes: #906562, #906568)
- - - - -
7c183619 by Mathieu Parent at 2018-08-19T08:09:13Z
Release 2:4.8.4+dfsg-2
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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 at 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 usefull 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
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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"
View it on GitLab: https://salsa.debian.org/samba-team/samba/compare/47ad83c01ded7b9530524935786d0c2c8ac9f0a6...7c183619f7e2d2b3fb280da605ea944874791fa2
--
View it on GitLab: https://salsa.debian.org/samba-team/samba/compare/47ad83c01ded7b9530524935786d0c2c8ac9f0a6...7c183619f7e2d2b3fb280da605ea944874791fa2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20180819/98211b8b/attachment-0001.html>
More information about the Pkg-samba-maint
mailing list