[SRU] no ufw profile or apport hook is included in the 12.04 packages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
samba (Ubuntu) |
Fix Released
|
High
|
James Page | ||
Precise |
Fix Released
|
High
|
James Page | ||
Quantal |
Fix Released
|
High
|
James Page |
Bug Description
Impact:
Bugs reported in Ubuntu have limited apport information compared to previous releases.
UFW profile is missing - regression from previous release.
Development Fix:
Restore missing lines from install files in packaging.
Stable Fix:
Restore missing lines from install files in packaging.
Test Case:
sudo apt-get install samba
/etc/ufw/
Regression Potential:
Minimal - these files are missing from the release version in 12.04 and don't really impact outside of ufw or apport.
Original Bug Report:
The samba packages in 11.10 ship both a ufw profile and an apport hook:
samba: /etc/ufw/
samba-
Neither of these is included in the 12.04 packages - looks like they got dropped from the .install files during merging.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.3-2ubuntu2.1
ProcVersionSign
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Tue May 15 16:47:40 2012
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in samba (Ubuntu Precise): | |
assignee: | nobody → James Page (james-page) |
status: | New → In Progress |
summary: |
- no ufw profile or apport hook is included in the 12.04 packages + [SRU] no ufw profile or apport hook is included in the 12.04 packages |
description: | updated |
Changed in samba (Ubuntu Precise): | |
milestone: | none → ubuntu-12.04.1 |
This bug was fixed in the package samba - 2:3.6.5-2ubuntu1
---------------
samba (2:3.6.5-2ubuntu1) quantal; urgency=low
* Merge from Debian unstable, remaining changes: patches/ VERSION. patch: SUFFIX to Ubuntu.
\\server\ username to only username. samba-common. config: samba.ufw. profile samba.install: install profile. source_ samba.py. samba-common- bin.install: install hook. samba.{ nmbd,smbd} .upstart. samba.logrotate , debian/ samba-common. dhcp, debian/samba.if-up: common- bin.install: Restore apport hook and ufw patches/ CVE-2012- 1182-*. patch: fixed in upstream release 3.6.4. patches/ CVE-2012- 2111.patch: fixed in upstream release 3.6.5. patches/ fix-debuglevel- name-conflict. patch: fixed upstream - patches/ error-trans. fix-276472: fixed upstream.
+ debian/
- set SAMBA_VERSION_
+ debian/smb.conf:
- add "(Samba, Ubuntu)" to server string.
- comment out the default [homes] share, and add a comment about
"valid users = %S" to show users how to restrict access to
- Other changes now in Debian packaging.
+ debian/
- Do not change priority to high if dhclient3 is installed.
- Use priority medium instead of high for the workgroup question.
+ debian/control:
- Don't build against or suggest ctdb.
- Add dependency on samba-common-bin to samba.
+ Add ufw integration:
- Created debian/
- debian/rules, debian/
- debian/control: have samba suggest ufw.
+ Add apport hook:
- Created debian/
- debian/rules, debian/
+ Switch to upstart:
- Added debian/
- debian/
Make upstart compatible.
* d/samba.install, d/samba-
profile (LP: #999764).
* Dropped:
+ debian/
+ debian/
+ debian/
debug_level is no longer used as a global variable name.
+ debian/
samba (2:3.6.5-2) unstable; urgency=low
* The yearly "SambaXP bug cleaning party" release. 11 years filespaths. patch as the latter does indeed hardcode the
SambaXP, 20 years Samba and counting...
* Make samba-common "Multi-Arch: foreign"
* Adapt patch in upstream #7499 and stop nss_wins clobbering other
daemon's logfiles. Closes: #598313
* Add some mention about some use for the user information in Kerberos
environments in the smbspool manpage. Closes: #387266
* Drop link to no longer provided "Using Samba" documentation in
HTML documentation summary file. Closes: #604768
* Provide WHATSNEW.txt in samba-doc too as it is linked from the
documentation summary file. Do not compress that file.
* Fix link to WHATSNEW.txt in HTML documentation summary file. This
is the second part of the fix for #604768
* Use lp_state_dir() instead of get_dyn_STATEDIR() in
fhs-
location for passdb.tdb and secrets.tdb to /var/lib/samba
(the compile-time option for state directory and NOT the configurable
value). This is left to "state directory" instead of "private dir"
at least as of now, because if doesn't change anything to the
current behaviour, but allows the files' location to be configurable
through "state directory" (and not "private dir").
Closes: #249873
* Disable useless smbtorture4 build. Thanks to Ivo De Deck...