Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
samba
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Samba Team
samba
Compare revisions
47ad83c01ded7b9530524935786d0c2c8ac9f0a6 to 7c183619f7e2d2b3fb280da605ea944874791fa2
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
samba-team/samba
Select target project
No results found
7c183619f7e2d2b3fb280da605ea944874791fa2
Select Git revision
Swap
Target
samba-team/samba
Select target project
lts-team/packages/samba
thctlo/samba-lintianfix
arnaudr/samba
jrwren/samba
paride/samba
athos/samba
henrich/samba
cnotin/samba
mimi89999/samba
samba-team/samba
ahasenack/samba
jrtc27/samba
noel/samba
13 results
47ad83c01ded7b9530524935786d0c2c8ac9f0a6
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Fix typo in previous release: s/usefull/useful/
· f5705fad
Mathieu Parent
authored
6 years ago
f5705fad
Prepend 1.4.0+really to ldb version to allow samba-dsdb-modules install (Closes: #906562, #906568)
· f262fc54
Mathieu Parent
authored
6 years ago
f262fc54
Release 2:4.8.4+dfsg-2
· 7c183619
Mathieu Parent
authored
6 years ago
7c183619
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+10
-1
10 additions, 1 deletion
debian/changelog
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
11 additions
and
2 deletions
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)
...
...
This diff is collapsed.
Click to expand it.
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"
...
...
This diff is collapsed.
Click to expand it.