[ubuntu/trusty-updates] commons-httpclient 3.1-10.2ubuntu0.14.04.1 (Accepted)

2015-10-14 Thread Ubuntu Archive Robot
commons-httpclient (3.1-10.2ubuntu0.14.04.1) trusty-security; urgency=medium

  * SECURITY UPDATE: improper certificate hostname verification
- debian/patches/CVE-2014-3577.patch: fix Common Name logic in
  
src/java/org/apache/commons/httpclient/protocol/SSLProtocolSocketFactory.java.
- CVE-2014-3577
  * SECURITY UPDATE: denial of service via failure to set socket timeout
- debian/patches/CVE-2015-5262.patch: respect configured timeout in
  
src/java/org/apache/commons/httpclient/protocol/SSLProtocolSocketFactory.java.
- CVE-2015-5262
  * debian/ant.properties: bump version to 1.5 to handle security fixes.

Date: 2015-10-01 13:35:12.635821+00:00
Changed-By: Marc Deslauriers 
Signed-By: Ubuntu Archive Robot 

https://launchpad.net/ubuntu/+source/commons-httpclient/3.1-10.2ubuntu0.14.04.1
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] debian-installer 20101020ubuntu318.30 (Accepted)

2015-10-14 Thread Chris J Arges
debian-installer (20101020ubuntu318.30) trusty; urgency=medium

  * Move keystone kernels to 3.13.0-37.
  * Move lts-utopic kernels to 3.16.0-50.
  * Move lts-vivid kernels to 3.19.0-30 (LP: #1481490)

debian-installer (20101020ubuntu318.29) trusty; urgency=medium

  * Move master kernels to 3.13.0-65 (LP: #1481490)

Date: 2015-10-01 20:35:10.806727+00:00
Changed-By: Adam Conrad 
Signed-By: Chris J Arges 
https://launchpad.net/ubuntu/+source/debian-installer/20101020ubuntu318.30
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-security] commons-httpclient 3.1-10.2ubuntu0.14.04.1 (Accepted)

2015-10-14 Thread Tyler Hicks
commons-httpclient (3.1-10.2ubuntu0.14.04.1) trusty-security; urgency=medium

  * SECURITY UPDATE: improper certificate hostname verification
- debian/patches/CVE-2014-3577.patch: fix Common Name logic in
  
src/java/org/apache/commons/httpclient/protocol/SSLProtocolSocketFactory.java.
- CVE-2014-3577
  * SECURITY UPDATE: denial of service via failure to set socket timeout
- debian/patches/CVE-2015-5262.patch: respect configured timeout in
  
src/java/org/apache/commons/httpclient/protocol/SSLProtocolSocketFactory.java.
- CVE-2015-5262
  * debian/ant.properties: bump version to 1.5 to handle security fixes.

Date: 2015-10-01 13:35:12.635821+00:00
Changed-By: Marc Deslauriers 
Signed-By: Tyler Hicks 
https://launchpad.net/ubuntu/+source/commons-httpclient/3.1-10.2ubuntu0.14.04.1
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] python3.4 3.4.3-1ubuntu1~14.04.2 (Accepted)

2015-10-14 Thread Matthias Klose
python3.4 (3.4.3-1ubuntu1~14.04.2) trusty-proposed; urgency=medium

  * SRU: LP: #1348954.
  * Disable PEP 476 certificate verification, restoring the behaviour to
the same as found in the 3.4.0 release included in 14.04 LTS.
Make the default HTTPS certificate verification setting configurable
using a config file /etc/python3.4/cert-verification.conf.
The config file and the possibility to configure the default behaviour
are removed on upgrades to Ubuntu 15.04 or newer releases.
  * Provide some user-friendly advice when `python3 -m venv` fails because the
python3-venv package is not installed (Barry Warsaw).

python3.4 (3.4.3-1ubuntu1~14.04.1) trusty-proposed; urgency=medium

  * Backport issue #23844 from the 3.4 branch, replacing the 512 bit dh key
with a 1024 bit one. Triggered by OpenSSL security update in
trusty-security. LP: #1264554.
  * Fix expansion of makefile macros for _sysconfigdata. Issue #24705.

python3.4 (3.4.3-1ubuntu1~14.04) trusty-proposed; urgency=medium

  * SRU: Update Python3 for trusty. LP: #1348954.

python3.4 (3.4.3-1ubuntu1) vivid; urgency=medium

  * debian/tests: Use init system agnostic "service" command instead of
upstart specific "stop". Also drop unnecessary "status" call right after
stopping apport.

python3.4 (3.4.3-1) experimental; urgency=medium

  * Python 3.4.3 release.
  * Changes since 20141202 (3.4.2-4):
- Issue #22896: Avoid using PyObject_AsCharBuffer(),
  PyObject_AsReadBuffer(), and PyObject_AsWriteBuffer().
- Issue #21295: Revert some changes (issue #16795) to AST line numbers and
  column offsets that constituted a regression.
- Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
  returned NotImplemented.
- Issue #23321: Fixed a crash in str.decode() when error handler returned
  replacment string longer than mailformed input data.
- Issue #23048: Fix jumping out of an infinite while loop in the pdb.
- Issue #23165: Perform overflow checks before allocating memory in the
  _Py_char2wchar function.
- Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
  prevent corrupting exported buffer.
- Issue #23363: Fix possible overflow in itertools.permutations.
- Issue #23364: Fix possible overflow in itertools.product.
- Issue #23366: Fixed possible integer overflow in itertools.combinations.
- Issue #23369: Fixed possible integer overflow in
  _json.encode_basestring_ascii.
- Issue #23353: Fix the exception handling of generators in
  PyEval_EvalFrameEx(). At entry, save or swap the exception state even if
  PyEval_EvalFrameEx() is called with throwflag=0. At exit, the exception
  state is now always restored or swapped, not only if why is WHY_YIELD or
  WHY_RETURN.
- Issue #18518: timeit now rejects statements which can't be compiled
  outside a function or a loop (e.g. "return" or "break").
- Issue #23094: Fixed readline with frames in Python implementation of
  pickle.
- Issue #23268: Fixed bugs in the comparison of ipaddress classes.
- Issue #21408: Removed incorrect implementations of __ne__() which didn't
  returned NotImplemented if __eq__() returned NotImplemented.  The default
  __ne__() now works correctly.
- Issue #19996: :class:`email.feedparser.FeedParser` now handles
  (malformed) headers with no key rather than amusing the body has started.
- Issue #23248: Update ssl error codes from latest OpenSSL git master.
- Issue #23098: 64-bit dev_t is now supported in the os module.
- Issue #23250: In the http.cookies module, capitalize "HttpOnly" and
  "Secure" as they are written in the standard.
- Issue #23063: In the disutils' check command, fix parsing of reST with
  code or code-block directives.
- Issue #23209, #23225: selectors.BaseSelector.close() now clears its
  internal reference to the selector mapping to break a reference cycle.
- Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
  availability of the function is checked during the compilation.
- Issue #20896, #22935: The :func:`ssl.get_server_certificate` function
  now uses the :data:`~ssl.PROTOCOL_SSLv23` protocol by default, not
  :data:`~ssl.PROTOCOL_SSLv3`, for maximum compatibility and support
  platforms where :data:`~ssl.PROTOCOL_SSLv3` support is disabled.
- Issue #23111: In the ftplib, make ssl.PROTOCOL_SSLv23 the default
  protocol version.
- Issue #23132: Mitigate regression in speed and clarity in
  functools.total_ordering.
- Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls
  getentropy(), instead of reading /dev/urandom, to get pseudo-random
  bytes.
- Issue #23112: Fix SimpleHTTPServer to correctly carry the query string
  and fragment when it redirects to add a trailing slash.
- Issue #23093: In the io, module allow more operations to work 

[ubuntu/trusty-proposed] libguestfs 1:1.24.5-1ubuntu0.1 (Accepted)

2015-10-14 Thread dann frazier
libguestfs (1:1.24.5-1ubuntu0.1) trusty; urgency=medium

  * d/p/configure-Make-sure-grep-matches-qemu-2.x-version-st.patch:
  Fix FTBFS caused by QEMU 1.x->2.x update during trusty devel
  (LP: #1498618)
  * d/rules: Fix FTBFS by no longer force-overriding CFLAGS during
dh_auto_test (LP: #1501075)
  * libguestfs-tools: Add missing dependency on curl (LP: #1368819)
  * Enable building on additional architectures:
- d/{control,rules}: Enable builds on non-x86 architectures.
  This is sufficient for building on powerpc.
- d/p/configure-Fix-tests-of-qemu-on-ARM.patch: Teach configure
  how to properly test qemu on ARM. This adds armhf support.
- d/p/Fix-building-on-architectures-where-ocamlopt-is-not-.patch,
  d/p/More-fixes-for-situations-where-ocamlopt-is-not-avai.patch:
  Use ocamlc on architectures where ocamlopt is not available. This
  will unblock building on arm64 and ppc64el should systemtap-sdt-dev
  become installable there.

Date: Wed, 23 Sep 2015 16:48:41 -0600
Changed-By: dann frazier 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/libguestfs/1:1.24.5-1ubuntu0.1
Format: 1.8
Date: Wed, 23 Sep 2015 16:48:41 -0600
Source: libguestfs
Binary: guestfsd libguestfs-dev libguestfs0 libguestfs-tools libguestfs0-dbg 
python-guestfs python3-guestfs libguestfs-perl libguestfs-ocaml 
libguestfs-ocaml-dev erlang-guestfs libguestfs-java ruby-guestfs 
libguestfs-gobject-1.0-0 libguestfs-gobject-dev gir1.2-guestfs-1.0 lua-guestfs 
golang-guestfs-dev
Architecture: source
Version: 1:1.24.5-1ubuntu0.1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: dann frazier 
Description:
 erlang-guestfs - guest disk image management system - Erlang bindings
 gir1.2-guestfs-1.0 - guest disk image management system - GObject 
introspection files
 golang-guestfs-dev - guest disk image management system - Golang bindings
 guestfsd   - Daemon to access to guest virtual machine through virtio serial
 libguestfs-dev - guest disk image management system - development headers
 libguestfs-gobject-1.0-0 - guest disk image management system - GObject 
bindings
 libguestfs-gobject-dev - guest disk image management system - GObject 
development headers
 libguestfs-java - guest disk image management system - Java bindings
 libguestfs-ocaml - guest disk image management system - OCaml bindings
 libguestfs-ocaml-dev - guest disk image management system - OCaml development 
files
 libguestfs-perl - guest disk image management system - Perl bindings
 libguestfs-tools - guest disk image management system - tools
 libguestfs0 - guest disk image management system - shared library
 libguestfs0-dbg - guest disk image management system - debug symbols
 lua-guestfs - guest disk image management system - Lua bindings
 python-guestfs - guest disk image management system - Python bindings
 python3-guestfs - guest disk image management system - Python 3 bindings
 ruby-guestfs - guest disk image management system - Ruby bindings
Launchpad-Bugs-Fixed: 1368819 1498618 1501075
Changes:
 libguestfs (1:1.24.5-1ubuntu0.1) trusty; urgency=medium
 .
   * d/p/configure-Make-sure-grep-matches-qemu-2.x-version-st.patch:
   Fix FTBFS caused by QEMU 1.x->2.x update during trusty devel
   (LP: #1498618)
   * d/rules: Fix FTBFS by no longer force-overriding CFLAGS during
 dh_auto_test (LP: #1501075)
   * libguestfs-tools: Add missing dependency on curl (LP: #1368819)
   * Enable building on additional architectures:
 - d/{control,rules}: Enable builds on non-x86 architectures.
   This is sufficient for building on powerpc.
 - d/p/configure-Fix-tests-of-qemu-on-ARM.patch: Teach configure
   how to properly test qemu on ARM. This adds armhf support.
 - d/p/Fix-building-on-architectures-where-ocamlopt-is-not-.patch,
   d/p/More-fixes-for-situations-where-ocamlopt-is-not-avai.patch:
   Use ocamlc on architectures where ocamlopt is not available. This
   will unblock building on arm64 and ppc64el should systemtap-sdt-dev
   become installable there.
Checksums-Sha1:
 099b2656f66e01921bfecc7c8ebb9b7dcd8b225c 4352 libguestfs_1.24.5-1ubuntu0.1.dsc
 2a21eae07e715aec7ceb339e52b6dc882f06351d 29192 
libguestfs_1.24.5-1ubuntu0.1.debian.tar.xz
Checksums-Sha256:
 5fbba505f0e1c61000761801eebdf580b73b30b28bae3c38cba4c515f596b0dc 4352 
libguestfs_1.24.5-1ubuntu0.1.dsc
 2478807089ec2cd22f459f5919bf464e667943e844073256a9f1440b4a50fac1 29192 
libguestfs_1.24.5-1ubuntu0.1.debian.tar.xz
Files:
 3cbe0488ad507628836f06c2e04d142a 4352 libs extra 
libguestfs_1.24.5-1ubuntu0.1.dsc
 8330a311832a87751bc5485d0cf3d493 29192 libs extra 
libguestfs_1.24.5-1ubuntu0.1.debian.tar.xz
Original-Maintainer: Debian Libvirt Maintainers 

-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify 

[ubuntu/trusty-proposed] lxc 1.0.7-0ubuntu0.8 (Accepted)

2015-10-14 Thread Stéphane Graber
lxc (1.0.7-0ubuntu0.8) trusty; urgency=medium

  * Update AppArmor profile from stable-1.0 branch which should fix the
current test failures with the proposed 3.13 kernel. (LP: #1504781)

Date: Wed, 14 Oct 2015 09:04:17 -0700
Changed-By: Stéphane Graber 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/lxc/1.0.7-0ubuntu0.8
Format: 1.8
Date: Wed, 14 Oct 2015 09:04:17 -0700
Source: lxc
Binary: lxc lxc-dbg lxc-dev lxc-templates lxc-tests liblxc1 python3-lxc
Architecture: source
Version: 1.0.7-0ubuntu0.8
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Stéphane Graber 
Description:
 liblxc1- Linux Containers userspace tools (library)
 lxc- Linux Containers userspace tools
 lxc-dbg- Linux Containers userspace tools (debug)
 lxc-dev- Linux Containers userspace tools (development)
 lxc-templates - Linux Containers userspace tools (templates)
 lxc-tests  - Linux Containers userspace tools (test binaries)
 python3-lxc - Linux Containers userspace tools (Python 3.x bindings)
Launchpad-Bugs-Fixed: 1504781
Changes:
 lxc (1.0.7-0ubuntu0.8) trusty; urgency=medium
 .
   * Update AppArmor profile from stable-1.0 branch which should fix the
 current test failures with the proposed 3.13 kernel. (LP: #1504781)
Checksums-Sha1:
 68cfb206ec5218be02f9e7b36af6b6d0392a7edb 2318 lxc_1.0.7-0ubuntu0.8.dsc
 aeb101a6f18a5a40be96f960178d6c06dd188e88 797696 lxc_1.0.7.orig.tar.gz
 8e5d8bcb4b2584f397d29bd68dd3ca818f3bc536 49736 
lxc_1.0.7-0ubuntu0.8.debian.tar.xz
Checksums-Sha256:
 ed2cee329a2c99cb0a517d2c4124d83bfa3b8a6f283beda04b3fa48f1cf15215 2318 
lxc_1.0.7-0ubuntu0.8.dsc
 3c0cb2d95d9d8a8d59c7189d237a45cde77f38ea180fbff2c148d59e176e9dab 797696 
lxc_1.0.7.orig.tar.gz
 484a1e73e21e9918ceb5e9befbc0d231a11470b0a0adf753340595a7339f5bd5 49736 
lxc_1.0.7-0ubuntu0.8.debian.tar.xz
Files:
 12af2e9a2eb04b9d6749fab2915a78c5 2318 admin optional lxc_1.0.7-0ubuntu0.8.dsc
 b48f468a9bef0e4e140dd723f0a65ad0 797696 admin optional lxc_1.0.7.orig.tar.gz
 1a32398ecb0337aa35b5ff8c44e5dc04 49736 admin optional 
lxc_1.0.7-0ubuntu0.8.debian.tar.xz
-- 
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] python-greenlet 0.4.2-1ubuntu0.1 (Accepted)

2015-10-14 Thread Chris J Arges
python-greenlet (0.4.2-1ubuntu0.1) trusty-proposed; urgency=medium

  * SRU: LP: #1451537.
  * Backport the test_leaks changes from 0.4.9.

Date: 2015-10-02 13:39:17.212437+00:00
Changed-By: Matthias Klose 
Signed-By: Chris J Arges 
https://launchpad.net/ubuntu/+source/python-greenlet/0.4.2-1ubuntu0.1
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] python3.4 3.4.3-1ubuntu1~14.04.3 (Accepted)

2015-10-14 Thread Steve Langasek
python3.4 (3.4.3-1ubuntu1~14.04.3) trusty; urgency=medium

  * Remove the config file from the package, as there is no handling in
place to deal with this config file on upgrade and it is not appropriate
for inclusion in an urgent SRU.

Date: Wed, 14 Oct 2015 12:52:19 -0700
Changed-By: Steve Langasek 
Maintainer: Ubuntu Core Developers 
https://launchpad.net/ubuntu/+source/python3.4/3.4.3-1ubuntu1~14.04.3
Format: 1.8
Date: Wed, 14 Oct 2015 12:52:19 -0700
Source: python3.4
Binary: python3.4 python3.4-venv libpython3.4-stdlib python3.4-minimal 
libpython3.4-minimal libpython3.4 python3.4-examples python3.4-dev 
libpython3.4-dev libpython3.4-testsuite idle-python3.4 python3.4-doc 
python3.4-dbg libpython3.4-dbg
Architecture: source
Version: 3.4.3-1ubuntu1~14.04.3
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Core Developers 
Changed-By: Steve Langasek 
Description:
 idle-python3.4 - IDE for Python (v3.4) using Tkinter
 libpython3.4 - Shared Python runtime library (version 3.4)
 libpython3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 libpython3.4-dev - Header files and a static library for Python (v3.4)
 libpython3.4-minimal - Minimal subset of the Python language (version 3.4)
 libpython3.4-stdlib - Interactive high-level object-oriented language 
(standard library
 libpython3.4-testsuite - Testsuite for the Python standard library (v3.4)
 python3.4  - Interactive high-level object-oriented language (version 3.4)
 python3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 python3.4-dev - Header files and a static library for Python (v3.4)
 python3.4-doc - Documentation for the high-level object-oriented language 
Python
 python3.4-examples - Examples for the Python language (v3.4)
 python3.4-minimal - Minimal subset of the Python language (version 3.4)
 python3.4-venv - Interactive high-level object-oriented language (pyvenv 
binary, v
Changes:
 python3.4 (3.4.3-1ubuntu1~14.04.3) trusty; urgency=medium
 .
   * Remove the config file from the package, as there is no handling in
 place to deal with this config file on upgrade and it is not appropriate
 for inclusion in an urgent SRU.
Checksums-Sha1:
 144409b4fa5885cfc0270751b72ce7fecaa607a5 3351 
python3.4_3.4.3-1ubuntu1~14.04.3.dsc
 180ac24b512545a3e56b687ac07a19984572a725 202424 
python3.4_3.4.3-1ubuntu1~14.04.3.debian.tar.xz
Checksums-Sha256:
 1b1bd9f18726d0ce05527517fc06785debbd2fdf46565d0d9597dfe7b5766294 3351 
python3.4_3.4.3-1ubuntu1~14.04.3.dsc
 45c8332a1e5a357e34b127d571595d9c130f1877286a8434282156260fb7ee24 202424 
python3.4_3.4.3-1ubuntu1~14.04.3.debian.tar.xz
Files:
 3c5532cf3b1a2a84e5d3ee2296c9fc0b 3351 python optional 
python3.4_3.4.3-1ubuntu1~14.04.3.dsc
 95a7677502925113617a81d2a072f536 202424 python optional 
python3.4_3.4.3-1ubuntu1~14.04.3.debian.tar.xz
Original-Maintainer: Matthias Klose 
-- 
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] freeipmi 1.1.5-3ubuntu3.3 (Accepted)

2015-10-14 Thread dann frazier
freeipmi (1.1.5-3ubuntu3.3) trusty; urgency=medium

  * Don't probe the legacy SMBIOS address in /dev/mem on ARM platforms.
(LP: #1499838)

Date: Wed, 14 Oct 2015 11:49:49 -0600
Changed-By: dann frazier 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/freeipmi/1.1.5-3ubuntu3.3
Format: 1.8
Date: Wed, 14 Oct 2015 11:49:49 -0600
Source: freeipmi
Binary: freeipmi-common freeipmi-tools freeipmi-bmc-watchdog 
freeipmi-ipmidetect libfreeipmi12 libfreeipmi-dev libipmidetect0 
libipmidetect-dev libipmimonitoring5 libipmimonitoring-dev libipmiconsole2 
libipmiconsole-dev freeipmi
Architecture: source
Version: 1.1.5-3ubuntu3.3
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: dann frazier 
Description:
 freeipmi   - GNU implementation of the IPMI protocol
 freeipmi-bmc-watchdog - GNU implementation of the IPMI protocol - BMC watchdog
 freeipmi-common - GNU implementation of the IPMI protocol - common files
 freeipmi-ipmidetect - GNU IPMI - IPMI node detection tool
 freeipmi-tools - GNU implementation of the IPMI protocol - tools
 libfreeipmi-dev - GNU IPMI - development package
 libfreeipmi12 - GNU IPMI - libraries
 libipmiconsole-dev - GNU IPMI - ipmiconsole development package
 libipmiconsole2 - GNU IPMI - Serial-over-Lan library
 libipmidetect-dev - GNU IPMI - ipmidetect development package
 libipmidetect0 - GNU IPMI - IPMI node detection library
 libipmimonitoring-dev - GNU IPMI - ipmimonitoring development package
 libipmimonitoring5 - GNU IPMI - Sensor monitoring library
Launchpad-Bugs-Fixed: 1499838
Changes:
 freeipmi (1.1.5-3ubuntu3.3) trusty; urgency=medium
 .
   * Don't probe the legacy SMBIOS address in /dev/mem on ARM platforms.
 (LP: #1499838)
Checksums-Sha1:
 7e145956cff5a100da617b30321e11d57bef07ce 2808 freeipmi_1.1.5-3ubuntu3.3.dsc
 21eef8d8768d258e07561f39a1d08b49cc3a434a 26464 
freeipmi_1.1.5-3ubuntu3.3.debian.tar.xz
Checksums-Sha256:
 e398275cf2458e6641458cd4b847b71d32a50c08f781de921a21a39a6c53f793 2808 
freeipmi_1.1.5-3ubuntu3.3.dsc
 b6d76db99b1661fae012659d4198286e1a2bec2de2e3f4c5075f526ef6f878f0 26464 
freeipmi_1.1.5-3ubuntu3.3.debian.tar.xz
Files:
 80d5269347d68b6977628ec64afe83c4 2808 admin extra freeipmi_1.1.5-3ubuntu3.3.dsc
 82d5c56b0867d707ec097f5d84348221 26464 admin extra 
freeipmi_1.1.5-3ubuntu3.3.debian.tar.xz
Original-Maintainer: Yaroslav Halchenko 
-- 
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] gst-plugins-base1.0 1.2.4-1~ubuntu2 (Accepted)

2015-10-14 Thread Michael Terry
gst-plugins-base1.0 (1.2.4-1~ubuntu2) trusty; urgency=medium

  [ Johannes Dewender ]
  * Cherry pick fix for MusicBrainz Audio CD ID calculation, to avoid
an error message when submitting to the MB database (LP: #1489816)

Date: Wed, 14 Oct 2015 14:49:29 -0400
Changed-By: Michael Terry 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/gst-plugins-base1.0/1.2.4-1~ubuntu2
Format: 1.8
Date: Wed, 14 Oct 2015 14:49:29 -0400
Source: gst-plugins-base1.0
Binary: gstreamer1.0-plugins-base-apps gstreamer1.0-plugins-base-doc 
libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev 
gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-base-dbg 
gstreamer1.0-x gir1.2-gst-plugins-base-1.0
Architecture: source
Version: 1.2.4-1~ubuntu2
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Michael Terry 
Description:
 gir1.2-gst-plugins-base-1.0 - Description: GObject introspection data for the 
GStreamer Plugins
 gstreamer1.0-alsa - GStreamer plugin for ALSA
 gstreamer1.0-plugins-base - GStreamer plugins from the "base" set
 gstreamer1.0-plugins-base-apps - GStreamer helper programs from the "base" set
 gstreamer1.0-plugins-base-dbg - GStreamer plugins from the "base" set
 gstreamer1.0-plugins-base-doc - GStreamer documentation for plugins from the 
"base" set
 gstreamer1.0-x - GStreamer plugins for X11 and Pango
 libgstreamer-plugins-base1.0-0 - GStreamer libraries from the "base" set
 libgstreamer-plugins-base1.0-dev - GStreamer development files for libraries 
from the "base" set
Launchpad-Bugs-Fixed: 1489816
Changes:
 gst-plugins-base1.0 (1.2.4-1~ubuntu2) trusty; urgency=medium
 .
   [ Johannes Dewender ]
   * Cherry pick fix for MusicBrainz Audio CD ID calculation, to avoid
 an error message when submitting to the MB database (LP: #1489816)
Checksums-Sha1:
 0c653efada136b95d9c3e5d1fb2ec782e083541a 3836 
gst-plugins-base1.0_1.2.4-1~ubuntu2.dsc
 21d205182abdaa8380aa1fe3fc2c782d0c7bec73 40084 
gst-plugins-base1.0_1.2.4-1~ubuntu2.debian.tar.xz
Checksums-Sha256:
 1446accd3f2df69c06ca212d1cb5cedd3ff65342cc5a3bd9af56b5896feb4269 3836 
gst-plugins-base1.0_1.2.4-1~ubuntu2.dsc
 98e38d37a55b4f43c089f8fad32a75b2bb1b259e5c5e18dcbd48ae24121b403a 40084 
gst-plugins-base1.0_1.2.4-1~ubuntu2.debian.tar.xz
Files:
 390c9bf2a211754fb827c687fe4b4ace 3836 libs optional 
gst-plugins-base1.0_1.2.4-1~ubuntu2.dsc
 3233aaf9e06a1a2795e2fe312da4e7bc 40084 libs optional 
gst-plugins-base1.0_1.2.4-1~ubuntu2.debian.tar.xz
Original-Maintainer: Maintainers of GStreamer packages 

-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-security] pollinate 4.7-0ubuntu1.4 (Accepted)

2015-10-14 Thread Seth Arnold
pollinate (4.7-0ubuntu1.4) trusty-security; urgency=medium

  * Add "DigiCert Global Root CA" certificate from ca-certificates
package to entropy.ubuntu.com.pem. This is required to correctly
verify against the new entropy.ubuntu.com SSL certificate.

Date: 2015-10-13 18:32:16.719651+00:00
Changed-By: Robie Basak 
Maintainer: Dustin Kirkland  
Signed-By: Seth Arnold 
https://launchpad.net/ubuntu/+source/pollinate/4.7-0ubuntu1.4
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] pollinate 4.7-0ubuntu1.4 (Accepted)

2015-10-14 Thread Ubuntu Archive Robot
pollinate (4.7-0ubuntu1.4) trusty-security; urgency=medium

  * Add "DigiCert Global Root CA" certificate from ca-certificates
package to entropy.ubuntu.com.pem. This is required to correctly
verify against the new entropy.ubuntu.com SSL certificate.

Date: 2015-10-13 18:32:16.719651+00:00
Changed-By: Robie Basak 
Maintainer: Dustin Kirkland  
Signed-By: Ubuntu Archive Robot 

https://launchpad.net/ubuntu/+source/pollinate/4.7-0ubuntu1.4
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] lxc 1.0.7-0ubuntu0.9 (Accepted)

2015-10-14 Thread Stéphane Graber
lxc (1.0.7-0ubuntu0.9) trusty; urgency=medium

  * Update previous patch to include some extra apparmor rules.
(LP: #1504781)

Date: Wed, 14 Oct 2015 13:59:48 -0700
Changed-By: Stéphane Graber 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/lxc/1.0.7-0ubuntu0.9
Format: 1.8
Date: Wed, 14 Oct 2015 13:59:48 -0700
Source: lxc
Binary: lxc lxc-dbg lxc-dev lxc-templates lxc-tests liblxc1 python3-lxc
Architecture: source
Version: 1.0.7-0ubuntu0.9
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Stéphane Graber 
Description:
 liblxc1- Linux Containers userspace tools (library)
 lxc- Linux Containers userspace tools
 lxc-dbg- Linux Containers userspace tools (debug)
 lxc-dev- Linux Containers userspace tools (development)
 lxc-templates - Linux Containers userspace tools (templates)
 lxc-tests  - Linux Containers userspace tools (test binaries)
 python3-lxc - Linux Containers userspace tools (Python 3.x bindings)
Launchpad-Bugs-Fixed: 1504781
Changes:
 lxc (1.0.7-0ubuntu0.9) trusty; urgency=medium
 .
   * Update previous patch to include some extra apparmor rules.
 (LP: #1504781)
Checksums-Sha1:
 11e8ea2a2accdeee765edc92fd3929c973c94dcb 2318 lxc_1.0.7-0ubuntu0.9.dsc
 aeb101a6f18a5a40be96f960178d6c06dd188e88 797696 lxc_1.0.7.orig.tar.gz
 931fafe9e91af181fd6a13344289ddf6670506b7 49816 
lxc_1.0.7-0ubuntu0.9.debian.tar.xz
Checksums-Sha256:
 a3b7a40600310812468deeafbbf0f4ad392a0705709f6a35418b8286abf66d75 2318 
lxc_1.0.7-0ubuntu0.9.dsc
 3c0cb2d95d9d8a8d59c7189d237a45cde77f38ea180fbff2c148d59e176e9dab 797696 
lxc_1.0.7.orig.tar.gz
 dcbcac682de2f387ecac94010d7eeb64af65ae41e403a00bc4162b31eaa14a67 49816 
lxc_1.0.7-0ubuntu0.9.debian.tar.xz
Files:
 935598fc231bb2941db774ac2af80d14 2318 admin optional lxc_1.0.7-0ubuntu0.9.dsc
 b48f468a9bef0e4e140dd723f0a65ad0 797696 admin optional lxc_1.0.7.orig.tar.gz
 557ceb82b16733129a7e3eb56e45e62e 49816 admin optional 
lxc_1.0.7-0ubuntu0.9.debian.tar.xz
-- 
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] dahdi-linux 1:2.5.0.1+dfsg-1ubuntu4~14.04.4 (Accepted)

2015-10-14 Thread Chris J Arges
dahdi-linux (1:2.5.0.1+dfsg-1ubuntu4~14.04.4) trusty; urgency=low

  * d/p/kernel-v3-17-compat.patch, d/p/kernel-v3-18-compat.patch, and
d/p/kernel-v3-19-compat.patch:
Backport compat code to allow compilation of latest HWE (3.19) kernel
in Trusty/14.04 (LP: #1499436).

Date: 2015-09-29 14:57:40.840004+00:00
Changed-By: Stefan Bader 
Signed-By: Chris J Arges 
https://launchpad.net/ubuntu/+source/dahdi-linux/1:2.5.0.1+dfsg-1ubuntu4~14.04.4
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] apache2 2.4.7-1ubuntu4.7 (Accepted)

2015-10-14 Thread Chris J Arges
apache2 (2.4.7-1ubuntu4.7) trusty; urgency=medium

  * d/p/wstunnel-ssl.patch: mod_proxy_wstunnel: Fix the use of SSL
connections with the "wss:" scheme.  PR55320.  LP: #1445914
Submitted by: Alex Liu 

Date: 2015-09-18 05:32:10.610937+00:00
Signed-By: Chris J Arges 
https://launchpad.net/ubuntu/+source/apache2/2.4.7-1ubuntu4.7
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] tgt 1:1.0.43-0ubuntu4.1~14.04.2 (Accepted)

2015-10-14 Thread Chris J Arges
tgt (1:1.0.43-0ubuntu4.1~14.04.2) trusty; urgency=high

  * debian/patches/fix-read-response-buffer.patch : Fix bug to read 
the response buffer (LP: #1498697)

Date: 2015-09-30 17:05:14.447658+00:00
Changed-By: Eric Desrochers 
Signed-By: Chris J Arges 
https://launchpad.net/ubuntu/+source/tgt/1:1.0.43-0ubuntu4.1~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] systemd 204-5ubuntu20.15 (Accepted)

2015-10-14 Thread Chris J Arges
systemd (204-5ubuntu20.15) trusty; urgency=medium

  * Avoid writing duplicate entries in 70-persistent-net.rules by double
checking if the new udev rule has already been written for the given
interface. This happens if multiple add events are generated before
the write_net_rules script returns and udevd renames the interface.
  * write_net_rules: Escape '{' and '}' characters as well, to make this work
with busybox grep.  (LP: #1470399)

Date: 2015-10-05 12:29:09.409637+00:00
Changed-By: Louis Bouchard 
Signed-By: Chris J Arges 
https://launchpad.net/ubuntu/+source/systemd/204-5ubuntu20.15
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] qemu 2.0.0+dfsg-2ubuntu1.20 (Accepted)

2015-10-14 Thread Stefan Bader
qemu (2.0.0+dfsg-2ubuntu1.20) trusty; urgency=low

  * debian/patches/upstream-fix-irq-route-entries.patch
Fix "kvm_irqchip_commit_routes: Assertion 'ret == 0' failed"
(LP: #1465935)

Date: Fri, 09 Oct 2015 17:16:30 +0200
Changed-By: Stefan Bader 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/qemu/2.0.0+dfsg-2ubuntu1.20
Format: 1.8
Date: Fri, 09 Oct 2015 17:16:30 +0200
Source: qemu
Binary: qemu qemu-keymaps qemu-system qemu-system-common qemu-system-misc 
qemu-system-arm qemu-system-mips qemu-system-ppc qemu-system-sparc 
qemu-system-x86 qemu-user qemu-user-static qemu-utils qemu-guest-agent qemu-kvm 
qemu-common qemu-system-aarch64
Architecture: source
Version: 2.0.0+dfsg-2ubuntu1.20
Distribution: trusty
Urgency: low
Maintainer: Ubuntu Developers 
Changed-By: Stefan Bader 
Description: 
 qemu   - fast processor emulator
 qemu-common - dummy transitional package from qemu-common to qemu-keymaps
 qemu-guest-agent - Guest-side qemu-system agent
 qemu-keymaps - QEMU keyboard maps
 qemu-kvm   - QEMU Full virtualization
 qemu-system - QEMU full system emulation binaries
 qemu-system-aarch64 - QEMU full system emulation binaries (aarch64)
 qemu-system-arm - QEMU full system emulation binaries (arm)
 qemu-system-common - QEMU full system emulation binaries (common files)
 qemu-system-mips - QEMU full system emulation binaries (mips)
 qemu-system-misc - QEMU full system emulation binaries (miscelaneous)
 qemu-system-ppc - QEMU full system emulation binaries (ppc)
 qemu-system-sparc - QEMU full system emulation binaries (sparc)
 qemu-system-x86 - QEMU full system emulation binaries (x86)
 qemu-user  - QEMU user mode emulation binaries
 qemu-user-static - QEMU user mode emulation binaries (static version)
 qemu-utils - QEMU utilities
Launchpad-Bugs-Fixed: 1465935
Changes: 
 qemu (2.0.0+dfsg-2ubuntu1.20) trusty; urgency=low
 .
   * debian/patches/upstream-fix-irq-route-entries.patch
 Fix "kvm_irqchip_commit_routes: Assertion 'ret == 0' failed"
 (LP: #1465935)
Checksums-Sha1: 
 3822ad41f125c4b9893f38485f59ed1c3166f4ae 4002 qemu_2.0.0+dfsg-2ubuntu1.20.dsc
 a066e4a58450a8b01ee8ca562063a31cb4b31863 147923 
qemu_2.0.0+dfsg-2ubuntu1.20.debian.tar.gz
Checksums-Sha256: 
 5d892c5ec5dd6676e0f44bbeafd390e03503993e50a6a8b1ce48e3d882b06dfb 4002 
qemu_2.0.0+dfsg-2ubuntu1.20.dsc
 12ea9c9dba4e2c92aa0b38d02510693488a6449706f20546ca9bd237b18e82a0 147923 
qemu_2.0.0+dfsg-2ubuntu1.20.debian.tar.gz
Files: 
 52b7a0c1e3a05412a9cfa6b9f3ca7c2e 4002 otherosfs optional 
qemu_2.0.0+dfsg-2ubuntu1.20.dsc
 f7ceee3b1110912933804add613ecc67 147923 otherosfs optional 
qemu_2.0.0+dfsg-2ubuntu1.20.debian.tar.gz
Original-Maintainer: Debian QEMU Team 
-- 
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] indicator-session 12.10.5+14.04.20151008-0ubuntu1 (Accepted)

2015-10-14 Thread Sebastien Bacher
indicator-session (12.10.5+14.04.20151008-0ubuntu1) trusty; urgency=medium

  * Backport fix for segfault in get_user_label() (lp: #1501244) (LP:
#1501244)
  * chmod +x debian/rules

Date: 2015-10-08 16:35:13.601154+00:00
Changed-By: Sebastien Bacher 
Signed-By: Ubuntu Archive Robot 

https://launchpad.net/ubuntu/+source/indicator-session/12.10.5+14.04.20151008-0ubuntu1
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] samba 2:4.1.6+dfsg-1ubuntu2.14.04.10 (Accepted)

2015-10-14 Thread Sebastien Bacher
samba (2:4.1.6+dfsg-1ubuntu2.14.04.10) trusty; urgency=medium

  * debian/patches/git_netbios_empty_name.patch:
- s3-nmbd: Fix netbios name truncation, should fix machines having
  an empty name on smb if their netbios name is long (lp: #1505590)

Date: Tue, 13 Oct 2015 10:56:29 +0100
Changed-By: Sebastien Bacher 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/samba/2:4.1.6+dfsg-1ubuntu2.14.04.10
Format: 1.8
Date: Tue, 13 Oct 2015 10:56:29 +0100
Source: samba
Binary: samba samba-libs samba-common samba-common-bin smbclient 
samba-testsuite registry-tools libparse-pidl-perl samba-dev samba-doc 
python-samba samba-dsdb-modules samba-vfs-modules libpam-smbpass libsmbclient 
libsmbclient-dev libsmbsharemodes0 libsmbsharemodes-dev winbind libpam-winbind 
libnss-winbind samba-dbg libwbclient0 libwbclient-dev
Architecture: source
Version: 2:4.1.6+dfsg-1ubuntu2.14.04.10
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Sebastien Bacher 
Description:
 libnss-winbind - Samba nameservice integration plugins
 libpam-smbpass - pluggable authentication module for Samba
 libpam-winbind - Windows domain authentication integration plugin
 libparse-pidl-perl - IDL compiler written in Perl
 libsmbclient - shared library for communication with SMB/CIFS servers
 libsmbclient-dev - development files for libsmbclient
 libsmbsharemodes-dev - development files for libsmbsharemodes
 libsmbsharemodes0 - shared library for non-samba access to the samba 'share 
modes' da
 libwbclient-dev - Samba winbind client library - development files
 libwbclient0 - Samba winbind client library
 python-samba - Python bindings for Samba
 registry-tools - tools for viewing and manipulating the Windows registry
 samba  - SMB/CIFS file, print, and login server for Unix
 samba-common - common files used by both the Samba server and client
 samba-common-bin - Samba common files used by both the server and the client
 samba-dbg  - Samba debugging symbols
 samba-dev  - tools for extending Samba
 samba-doc  - Samba documentation
 samba-dsdb-modules - Samba Directory Services Database
 samba-libs - Samba core libraries
 samba-testsuite - test suite from Samba
 samba-vfs-modules - Samba Virtual FileSystem plugins
 smbclient  - command-line SMB/CIFS clients for Unix
 winbind- service to resolve user and group information from Windows NT ser
Launchpad-Bugs-Fixed: 1505590
Changes:
 samba (2:4.1.6+dfsg-1ubuntu2.14.04.10) trusty; urgency=medium
 .
   * debian/patches/git_netbios_empty_name.patch:
 - s3-nmbd: Fix netbios name truncation, should fix machines having
   an empty name on smb if their netbios name is long (lp: #1505590)
Checksums-Sha1:
 535cd319154563f0369f43d4cd2a0cc381e3c370 3639 
samba_4.1.6+dfsg-1ubuntu2.14.04.10.dsc
 36637ecc117885ea8a7dae1638d7f05913ae7f1b 233752 
samba_4.1.6+dfsg-1ubuntu2.14.04.10.debian.tar.xz
Checksums-Sha256:
 6f9df03534ad764cae10a1641b08f1b33e8bcbc94a72900beb4331274b91c376 3639 
samba_4.1.6+dfsg-1ubuntu2.14.04.10.dsc
 af9ca54bef53d7c34535b657f504ef2ede2c3ce0e12bba4270bf23214237526e 233752 
samba_4.1.6+dfsg-1ubuntu2.14.04.10.debian.tar.xz
Files:
 f69eb5f70fd176ed70ad63e4ede7ccda 3639 net optional 
samba_4.1.6+dfsg-1ubuntu2.14.04.10.dsc
 3a42ae438fba858389490d2a0ab4569f 233752 net optional 
samba_4.1.6+dfsg-1ubuntu2.14.04.10.debian.tar.xz
Original-Maintainer: Debian Samba Maintainers 

-- 
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] shotwell 0.18.0-0ubuntu4.4 (Accepted)

2015-10-14 Thread Sebastien Bacher
shotwell (0.18.0-0ubuntu4.4) trusty; urgency=medium

  * debian/patches/06_uoa.patch:
- use new facebook key, thanks Alberto Mardegan (lp: #1453549)

Date: Tue, 13 Oct 2015 16:02:33 +0100
Changed-By: Sebastien Bacher 
Maintainer: Ubuntu Desktop Team 
https://launchpad.net/ubuntu/+source/shotwell/0.18.0-0ubuntu4.4
Format: 1.8
Date: Tue, 13 Oct 2015 16:02:33 +0100
Source: shotwell
Binary: shotwell shotwell-common shotwell-dbg
Architecture: source
Version: 0.18.0-0ubuntu4.4
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Desktop Team 
Changed-By: Sebastien Bacher 
Description:
 shotwell   - digital photo organizer
 shotwell-common - digital photo organizer - common files
 shotwell-dbg - digital photo organizer - debugging symbols
Launchpad-Bugs-Fixed: 1453549
Changes:
 shotwell (0.18.0-0ubuntu4.4) trusty; urgency=medium
 .
   * debian/patches/06_uoa.patch:
 - use new facebook key, thanks Alberto Mardegan (lp: #1453549)
Checksums-Sha1:
 c5e8b97e35d524d247ec91f1c34e8ec1fe79453f 2058 shotwell_0.18.0-0ubuntu4.4.dsc
 d7055c3c6cef63693cc846c5df2cab9587f9598a 188716 
shotwell_0.18.0-0ubuntu4.4.debian.tar.xz
Checksums-Sha256:
 3dd873a4760eede1a16de9ce7d5634efcf56c88c6db02232b8cbe4f9cefd57a8 2058 
shotwell_0.18.0-0ubuntu4.4.dsc
 9713f5b93d6bae79a20e11da3bfcda35a535f77ea695ee59c002024a2ba6cdc4 188716 
shotwell_0.18.0-0ubuntu4.4.debian.tar.xz
Files:
 67d413c51dc89a9836c982a21851afa7 2058 gnome optional 
shotwell_0.18.0-0ubuntu4.4.dsc
 9907d7abee3ab0bed2642abdcd059870 188716 gnome optional 
shotwell_0.18.0-0ubuntu4.4.debian.tar.xz
Original-Maintainer: Debian Shotwell Maintainers 

-- 
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] apache2 2.4.7-1ubuntu4.8 (Accepted)

2015-10-14 Thread Jeffrey Hutzelman
apache2 (2.4.7-1ubuntu4.8) trusty; urgency=medium

  * Fix -D[efined] or [d] variables lifetime across restarts.
This fixes incorrect processing of configuration files on reload
(LP: #1504354).

Date: Thu, 08 Oct 2015 19:30:10 -0400
Changed-By: Jeffrey Hutzelman 
Maintainer: Ubuntu Developers 
Signed-By: Robie Basak 
https://launchpad.net/ubuntu/+source/apache2/2.4.7-1ubuntu4.8
Format: 1.8
Date: Thu, 08 Oct 2015 19:30:10 -0400
Source: apache2
Binary: apache2 apache2-data apache2-bin apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-mpm-itk apache2.2-bin libapache2-mod-proxy-html 
libapache2-mod-macro apache2-utils apache2-suexec apache2-suexec-pristine 
apache2-suexec-custom apache2-doc apache2-dev apache2-dbg
Architecture: source
Version: 2.4.7-1ubuntu4.8
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Jeffrey Hutzelman 
Description:
 apache2- Apache HTTP Server
 apache2-bin - Apache HTTP Server (binary files and modules)
 apache2-data - Apache HTTP Server (common files)
 apache2-dbg - Apache debugging symbols
 apache2-dev - Apache HTTP Server (development headers)
 apache2-doc - Apache HTTP Server (on-site documentation)
 apache2-mpm-event - transitional event MPM package for apache2
 apache2-mpm-itk - transitional itk MPM package for apache2
 apache2-mpm-prefork - transitional prefork MPM package for apache2
 apache2-mpm-worker - transitional worker MPM package for apache2
 apache2-suexec - transitional package for apache2-suexec-pristine
 apache2-suexec-custom - Apache HTTP Server configurable suexec program for 
mod_suexec
 apache2-suexec-pristine - Apache HTTP Server standard suexec program for 
mod_suexec
 apache2-utils - Apache HTTP Server (utility programs for web servers)
 apache2.2-bin - Transitional package for apache2-bin
 libapache2-mod-macro - Transitional package for apache2-bin
 libapache2-mod-proxy-html - Transitional package for apache2-bin
Launchpad-Bugs-Fixed: 1504354
Changes:
 apache2 (2.4.7-1ubuntu4.8) trusty; urgency=medium
 .
   * Fix -D[efined] or [d] variables lifetime across restarts.
 This fixes incorrect processing of configuration files on reload
 (LP: #1504354).
Checksums-Sha1:
 c33847c25edf259769360e7b68db3838bddbf2fd 3316 apache2_2.4.7-1ubuntu4.8.dsc
 56ad784a15339124365b3490a2a4fe4188e69ff0 471044 
apache2_2.4.7-1ubuntu4.8.debian.tar.xz
Checksums-Sha256:
 26daa509eb197e42759358767ab93806a90547034cc71763ec8b5fc693cee55c 3316 
apache2_2.4.7-1ubuntu4.8.dsc
 62b3a9482faedb1d071ed74d9e6dc0d9cb6883045d75f90e5f43537956b78972 471044 
apache2_2.4.7-1ubuntu4.8.debian.tar.xz
Files:
 4410c755c08dd31a1f2b7c5992231010 3316 httpd optional 
apache2_2.4.7-1ubuntu4.8.dsc
 acfea9ae59ad612dddce550d9edb0f58 471044 httpd optional 
apache2_2.4.7-1ubuntu4.8.debian.tar.xz
Original-Maintainer: Debian Apache Maintainers 
-- 
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] poppler 0.24.5-2ubuntu4.3 (Accepted)

2015-10-14 Thread Sebastien Bacher
poppler (0.24.5-2ubuntu4.3) trusty; urgency=medium

  * debian/patches/git_matrix_not_invertable.patch:
- cairo: don't render text when text matrix is not invertable
  (lp: #1412916)

Date: Tue, 13 Oct 2015 16:10:18 +0100
Changed-By: Sebastien Bacher 
Maintainer: Ubuntu Developers 
https://launchpad.net/ubuntu/+source/poppler/0.24.5-2ubuntu4.3
Format: 1.8
Date: Tue, 13 Oct 2015 16:10:18 +0100
Source: poppler
Binary: libpoppler44 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt4-4 
libpoppler-qt4-dev libpoppler-qt5-1 libpoppler-qt5-dev libpoppler-cpp0 
libpoppler-cpp-dev poppler-utils poppler-dbg
Architecture: source
Version: 0.24.5-2ubuntu4.3
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers 
Changed-By: Sebastien Bacher 
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt4-4 - PDF rendering library (Qt 4 based shared library)
 libpoppler-qt4-dev - PDF rendering library -- development files (Qt 4 
interface)
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler44 - PDF rendering library
 poppler-dbg - PDF rendering library -- debugging symbols
 poppler-utils - PDF utilities (based on Poppler)
Launchpad-Bugs-Fixed: 1412916
Changes:
 poppler (0.24.5-2ubuntu4.3) trusty; urgency=medium
 .
   * debian/patches/git_matrix_not_invertable.patch:
 - cairo: don't render text when text matrix is not invertable
   (lp: #1412916)
Checksums-Sha1:
 a05366d061122cefdfb7400f4e1ac486e7aebc30 2821 poppler_0.24.5-2ubuntu4.3.dsc
 2d72e6d6fcbf82b9ae34f6785f432055f7bc973e 34388 
poppler_0.24.5-2ubuntu4.3.debian.tar.xz
Checksums-Sha256:
 f7a7cd87704add295199cddd3c22cb3c5df55733b729a5a70ea39c9762d4b82c 2821 
poppler_0.24.5-2ubuntu4.3.dsc
 76ed75871fa6d1badae92df1325037e52204239cec2c1e300b22f33e06a675ff 34388 
poppler_0.24.5-2ubuntu4.3.debian.tar.xz
Files:
 fb573bfd076e3e19b9be4b787054f436 2821 devel optional 
poppler_0.24.5-2ubuntu4.3.dsc
 4377730ed1cae80f21b929edccbe0573 34388 devel optional 
poppler_0.24.5-2ubuntu4.3.debian.tar.xz
Original-Maintainer: Loic Minier 
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes