[ubuntu/trusty-updates] ceph 0.80.11-0ubuntu1.14.04.2 (Accepted)

2017-05-25 Thread Brian Murray
ceph (0.80.11-0ubuntu1.14.04.2) trusty; urgency=medium

  * Start ceph-all after static-network-up (LP: #1636322).
- d/p/start-ceph-all-after-network.patch: add dependency on
  the static-network-up event before starting ceph-all.

Date: 2017-04-20 08:55:16.074003+00:00
Changed-By: Billy Olsen 
Signed-By: Brian Murray 
https://launchpad.net/ubuntu/+source/ceph/0.80.11-0ubuntu1.14.04.2
Sorry, changesfile not available.-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-updates] firefox 53.0.3+build1-0ubuntu0.14.04.2 (Accepted)

2017-05-25 Thread Ubuntu Archive Robot
firefox (53.0.3+build1-0ubuntu0.14.04.2) trusty-security; urgency=medium

  * New upstream stable release (53.0.3build1)
- see USN-3299-1

Date: 2017-05-24 17:43:46.537474+00:00
Changed-By: Chris Coulson 
Signed-By: Ubuntu Archive Robot 

https://launchpad.net/ubuntu/+source/firefox/53.0.3+build1-0ubuntu0.14.04.2
Sorry, changesfile not available.-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] isc-dhcp 4.2.4-7ubuntu12.10 (Accepted)

2017-05-25 Thread Eric Desrochers
isc-dhcp (4.2.4-7ubuntu12.10) trusty; urgency=medium

  * Introduction of a new binary package "isc-dhcp-client-noddns" (LP: #1176046)
- isc-dhcp-client : no behavioural change from previous version.
- isc-dhcp-client-noddns : dhclient with DDNS functionality disabled.

The current functionality in Trusty is to provide DDNS to dhclient by
default. Note that, this is the opposite in Xenial where dhclient,
by default, offers no DDNS functionality.

  * Disable tracing and failover.

The tracing and failover are stricly disabled for the new package
"isc-dhcp-client-noddns" and doesn't apply to package "isc-dhcp-client".

In order to successfully build "isc-dhcp-client-noddns" without
-DNSUPDATE and stay align with upstream Debian git commit [0bbf7c7]
(closes: #712503) which implies the following:

- debian/rules : Disable support for failover
  (DHCP Failover is a mechanism whereby two DHCP servers are both configured
  to manage the same pool of addresses so that they can share the load of
  assigning leases for that pool, and provide back-up for each other in case
  of network outages.
  (Define to include Failover Protocol support)

- debian/rules : Disable support for server activity tracing
  (Server tracing support)

  * CFLAGS configuration change
- debian/rules : Add backslash '\' characters for CLAGS options :
  "-D_PATH_DHCLIENT_CONF" , "-D_PATH_DHCPD_CONF" , "-D_PATH_DHCLIENT_SCRIPT"
  to avoid compilation errors expression before '/' token is expected at
  compile time.
- debian/rules : Remove "export CLAGS" line, since it is now passing during
  ./configure in order to control when compiling with or without DDNS
  functionality.

Date: Wed, 24 May 2017 08:41:07 -0400
Changed-By: Eric Desrochers 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/isc-dhcp/4.2.4-7ubuntu12.10
Format: 1.8
Date: Wed, 24 May 2017 08:41:07 -0400
Source: isc-dhcp
Binary: isc-dhcp-server isc-dhcp-server-dbg isc-dhcp-server-ldap 
isc-dhcp-common isc-dhcp-dev isc-dhcp-client isc-dhcp-client-noddns 
isc-dhcp-client-dbg isc-dhcp-client-udeb isc-dhcp-relay isc-dhcp-relay-dbg
Architecture: source
Version: 4.2.4-7ubuntu12.10
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Eric Desrochers 
Description:
 isc-dhcp-client - ISC DHCP client
 isc-dhcp-client-dbg - ISC DHCP client (debugging symbols)
 isc-dhcp-client-noddns - Dynamic DNS (DDNS) disabled DHCP client
 isc-dhcp-client-udeb - ISC DHCP Client for debian-installer (udeb)
 isc-dhcp-common - common files used by all the isc-dhcp* packages
 isc-dhcp-dev - API for accessing and modifying the DHCP server and client state
 isc-dhcp-relay - ISC DHCP relay daemon
 isc-dhcp-relay-dbg - DHCP relay daemon (debugging symbols)
 isc-dhcp-server - ISC DHCP server for automatic IP address assignment
 isc-dhcp-server-dbg - ISC DHCP server for automatic IP address assignment 
(debug)
 isc-dhcp-server-ldap - DHCP server able to use LDAP as backend
Closes: 712503
Launchpad-Bugs-Fixed: 1176046
Changes:
 isc-dhcp (4.2.4-7ubuntu12.10) trusty; urgency=medium
 .
   * Introduction of a new binary package "isc-dhcp-client-noddns" (LP: 
#1176046)
 - isc-dhcp-client : no behavioural change from previous version.
 - isc-dhcp-client-noddns : dhclient with DDNS functionality disabled.
 .
 The current functionality in Trusty is to provide DDNS to dhclient by
 default. Note that, this is the opposite in Xenial where dhclient,
 by default, offers no DDNS functionality.
 .
   * Disable tracing and failover.
 .
 The tracing and failover are stricly disabled for the new package
 "isc-dhcp-client-noddns" and doesn't apply to package "isc-dhcp-client".
 .
 In order to successfully build "isc-dhcp-client-noddns" without
 -DNSUPDATE and stay align with upstream Debian git commit [0bbf7c7]
 (closes: #712503) which implies the following:
 .
 - debian/rules : Disable support for failover
   (DHCP Failover is a mechanism whereby two DHCP servers are both 
configured
   to manage the same pool of addresses so that they can share the load of
   assigning leases for that pool, and provide back-up for each other in 
case
   of network outages.
   (Define to include Failover Protocol support)
 .
 - debian/rules : Disable support for server activity tracing
   (Server tracing support)
 .
   * CFLAGS configuration change
 - debian/rules : Add backslash '\' characters for CLAGS options :
   "-D_PATH_DHCLIENT_CONF" , "-D_PATH_DHCPD_CONF" , 
"-D_PATH_DHCLIENT_SCRIPT"
   to avoid compilation errors expression before '/' token is expected at
   compile time.
 - debian/rules : Remove "export CLAGS" line, since it is now passing during
   ./configure in 

[ubuntu/trusty-security] firefox 53.0.3+build1-0ubuntu0.14.04.2 (Accepted)

2017-05-25 Thread Chris Coulson
firefox (53.0.3+build1-0ubuntu0.14.04.2) trusty-security; urgency=medium

  * New upstream stable release (53.0.3build1)
- see USN-3299-1

Date: 2017-05-24 17:43:46.537474+00:00
Changed-By: Chris Coulson 
https://launchpad.net/ubuntu/+source/firefox/53.0.3+build1-0ubuntu0.14.04.2
Sorry, changesfile not available.-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes