[Bug 1700644] [NEW] Please merge with Debian 2:4.6.5+dfsg-2 or later

2017-06-26 Thread Andreas Hasenack
Public bug reported:

samba 2:4.5.8+dfsg-2ubuntu3 -> 2:4.6.5+dfsg-2

* Last Uploader: Steve Langasek

Debian changes newer than ubuntu version:

samba (2:4.6.5+dfsg-2) unstable; urgency=medium

  * Upload to unstable
  * Move runtime dependencies of vfs_ceph and vfs_snapper to Recommends
  * Fix typo s/DESTIDR/DESTDIR/ in d/rules
  * Enable vfs_glusterfs (Closes: #864862)
  * Add libdbus-1-dev as Build-Depends to allow vfs_snapper to build (Closes:
#804781). Patch by Willy Vanlid.

 -- Mathieu Parent   Mon, 19 Jun 2017 23:56:56 +0200

samba (2:4.6.5+dfsg-1) experimental; urgency=medium

  * New upstream version (Closes: #859390)
- d/gbp.conf, d/watch: Change major version to 4.6
- Bump Build-dependencies of talloc, tdb, tevent and ldb to resp. 2.1.9,
  1.3.12, O.9.31 and 1.1.29
- Remove CVE-2017-7494.patch: applied upstream
- Add Build-Depends: libcmocka-dev (>= 1.0)
- Update d/*.install
- d/samba-common.docs: Roadmap removed upstream
  * Update README.source, about importing major versions
  * d/control cleanup:
- Remove Conflicts and Replaces on pre-wheezy samba4 packages
- Remove Conflicts, Breaks and Replaces on pre-wheezy samba packages
- Remove Conflicts, Breaks and Replaces on pre-jessie samba packages
- Remove Conflicts, Breaks and Replaces on (pre-jessie) samba4 packages
- Remove Conflicts on pre-jessie libldb1 package
- Remove Breaks on pre-jessie qtsmbstatus-server package
- Remove Replaces on pre-wheezy smbget package
- wrap-and-sort
  * Add libcephfs-dev as b-d to build vfs_ceph (Closes: #856998). Patch from
Ubuntu
  * Enable avahi support (Closes: #859875). Patch from Laurent Bigonville.
  * Translations:
- Portuguese translation for debconf messages (Closes: #864172). Patch from
Rui Branco
- Hungarian translation for debconf messages (Closes: #708277)
  * Properly quote subshell invocation in samba-common.preinst (Closes: #771689)
  * Add Build-Depends: xfslibs-dev, for XFS quotas

 -- Mathieu Parent   Mon, 12 Jun 2017 08:09:43 +0200

** Affects: samba (Ubuntu)
 Importance: Low
 Assignee: Andreas Hasenack (ahasenack)
 Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1700644

Title:
  Please merge with Debian 2:4.6.5+dfsg-2 or later

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1700644/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1677329] Re: libpam-winbind: unable to dlopen

2017-06-26 Thread Andreas Hasenack
The attached branch that's "ready for review" fixes it, but it needs
sponsorship since I can't upload samba, and then an SRU review.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1677329

Title:
  libpam-winbind: unable to dlopen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1677329/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1584485] Re: Upgrading samba to latest security fixes together with winbind in nsswitch.conf can harm entire OS

2017-06-26 Thread Andreas Hasenack
The patch was reverted in artful, and will be reverted for the other
affected releases because of the regression it introduced: bug #1677329,
bug #1644428

Feedback from upstream was requested: https://lists.samba.org/archive
/samba-technical/2017-June/121139.html

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1584485

Title:
  Upgrading samba to latest security fixes together with winbind in
  nsswitch.conf can harm entire OS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1584485/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1700527] Re: removal of patch fix-1584485-trusty missed a d/rules change

2017-06-26 Thread Andreas Hasenack
** Description changed:

  The removal of the patch fix-1584485 in artful's 2:4.5.8+dfsg-2ubuntu2 missed 
this debian/rules change:
  diff -Nru samba-4.3.11+dfsg/debian/rules samba-4.3.11+dfsg/debian/rules
  --- samba-4.3.11+dfsg/debian/rules2016-05-24 07:47:31.0 -0400
  +++ samba-4.3.11+dfsg/debian/rules2016-10-17 11:57:04.0 -0300
  @@ -65,6 +65,7 @@
-   --disable-avahi \
-   --disable-rpath \
-   --disable-rpath-install \
+    --disable-avahi \
+    --disable-rpath \
+    --disable-rpath-install \
  + --nonshared-binary=winbindd/winbindd \
-   
--bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile
 \
-   --builtin-libraries=replace,ccan,samba-cluster-support \
-   --minimum-library-version="$(shell ./debian/autodeps.py 
--minimum-library-version)"
+    
--bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile
 \
+    --builtin-libraries=replace,ccan,samba-cluster-support \
+    --minimum-library-version="$(shell ./debian/autodeps.py 
--minimum-library-version)"
  
  This change should be removed as well.
+ 
+ Here is the original full diff of when fix-1584485 was introduced:
+ http://launchpadlibrarian.net/292793525/samba_2%3A4.4.5+dfsg-
+ 2ubuntu5_2%3A4.4.5+dfsg-2ubuntu5.1.diff.gz
+ 
+ The last hunk at the very bottom is what I forgot to drop in my 2:4.5.8
+ +dfsg-2ubuntu2 upload.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1700527

Title:
  removal of patch fix-1584485-trusty missed a d/rules change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1700527/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1700527] [NEW] removal of patch fix-1584485-trusty missed a d/rules change

2017-06-26 Thread Andreas Hasenack
Public bug reported:

The removal of the patch fix-1584485 in artful's 2:4.5.8+dfsg-2ubuntu2 missed 
this debian/rules change:
diff -Nru samba-4.3.11+dfsg/debian/rules samba-4.3.11+dfsg/debian/rules
--- samba-4.3.11+dfsg/debian/rules  2016-05-24 07:47:31.0 -0400
+++ samba-4.3.11+dfsg/debian/rules  2016-10-17 11:57:04.0 -0300
@@ -65,6 +65,7 @@
--disable-avahi \
--disable-rpath \
--disable-rpath-install \
+   --nonshared-binary=winbindd/winbindd \

--bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile
 \
--builtin-libraries=replace,ccan,samba-cluster-support \
--minimum-library-version="$(shell ./debian/autodeps.py 
--minimum-library-version)"

This change should be removed as well.

** Affects: samba (Ubuntu)
 Importance: Low
 Assignee: Andreas Hasenack (ahasenack)
 Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1700527

Title:
  removal of patch fix-1584485-trusty missed a d/rules change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1700527/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs