[Bug 1283663] [NEW] when using openvpn the vpn's dns is never used (DNSLEAK)

2014-02-23 Thread fdwsgds
Public bug reported:

please see information on this here:
http://askubuntu.com/questions/424569/ive-tried-all-solutions-on-
internet-i-found-but-none-of-them-fix-my-dns-leak-iss

also possibly this is related: always when i connect i get a Man in the
Middle Attack warning

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: openvpn 2.3.2-7ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
Uname: Linux 3.13.0-12-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: LXDE
Date: Sun Feb 23 09:02:49 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-02-08 (14 days ago)
InstallationMedia: Lubuntu 14.04 "Trusty Tahr" - Alpha amd64 (20140110)
SourcePackage: openvpn
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openvpn
 Importance: Undecided
 Status: New

** Affects: openvpn (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

** Information type changed from Private Security to Public

** Also affects: openvpn
   Importance: Undecided
   Status: New

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

Title:
  when using openvpn the vpn's dns is never used (DNSLEAK)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/1283663/+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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2014-02-23 Thread Nobuto MURATA
** Also affects: easy-rsa (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: easy-rsa (Ubuntu)
   Status: New => Fix Released

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

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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 1282923] Re: Sync tomcat6 6.0.39-1 (universe) from Debian unstable (main)

2014-02-23 Thread LocutusOfBorg
I'm sorry I have missed the Freeze for a couple of days (the package has
been pushed in debian in time however).

The rationale is:
-For an LTS something "fresh" should be better indeed.

In the new 2 releases mostly (if not all of them) commits are BUG fix only.
I don't see any new feature in the changelog, while I see one (possibly more) 
CVE fixed.
For me is better to push, there is many NPE,CVE and other kind of fixes.

Tomcat 6.0.39 (markt)
Catalina
fix 55166: Fix regression that broke XML validation when running on 
some Java 5 JVMs. (kkolinko)
Coyote
fix Make the HTTP NIO connector tolerant of whitespace in the 
individual values used for the ciphers attribute. (markt)
fix Remove dependency introduced on the jsp-api.jar as part of the 
XML validation changes introduced in 6.0.38. (markt)
Jasper
fix Correct several errors in jspxml Schema and DTD. (kkolinko)
Cluster
codeRemove an empty TestTwoPhaseCommit test from Tribes. (kkolinko)
Web applications
fix Fix broken link in Jasper How-To documentation. (markt)
fix Align index.html and index.jsp in ROOT web application. Correct 
links to specifications and to the Tomcat mailing lists. (kkolinko)
fix Remove second copy of RUNNING.txt from the full-docs 
distribution. Some unpacking utilities can't handle multiple copies of a file 
with the same name in a directory. (kkolinko)
Other
update  Update sample Eclipse IDE project: use JUnit 4 library and 
prefer a Java 5 JDK when several JDKs are configured. Cleanup the Ant build 
files. (kkolinko)
fix Correct Maven dependencies for individual JAR files. (markt)
Tomcat 6.0.38 (markt)   not released
Catalina
fix Ensure that when Tomcat's anti-resource locking features are 
used that the temporary copy of the web application and not the original is 
removed when the web application stops. (markt/kkolinko)
fix 55019: Fix a potential exception when accessing JSPs while 
running under a SecurityManager. (jfclere)
fix 55052: Make JULI's LogManager to additionally look for logging 
properties without prefixes if the property cannot be found with a prefix. 
(kkolinko)
fix 55266: Ensure that the session ID is parsed from the request 
before any redirect as the session ID may need to be encoded as part of the 
redirect URL. (markt)
fix 55404: Log warnings about using security roles in web.xml as 
warnings. (markt)
fix 55268: Added optional --service-start-wait-time command-line 
option to change service start wait time from default of 10 seconds. (schultz)
fix Correctly associate the default resource bundle with the 
English locale so that requests that specify an Accept-Language of English 
ahead of French, Spanish or Japanese get the English messages they asked for. 
(markt)
fix Add missing JavaEE 5 XML schema definitions. (markt)
fix When Catalina parses TLD files, always use a namespace aware 
parser to be consistent with how Jasper parses TLD files. The tldNamespaceAware 
attribute of the Context is now ignored. (markt)
fix As per section SRV.14.4.3 of the Servlet 2.5 specification, a 
namespace aware, validating parser will be used when processing *.tld and 
web.xml files if the system property 
org.apache.catalina.STRICT_SERVLET_COMPLIANCE is set to true. (markt)
fix Ensure that sessions IDs are not parsed from URLs for Contexts 
where disableURLRewriting is true. (markt)
add Add an option to the Context to control the blocking of XML 
external entities when parsing XML configuration files and enable this blocking 
by default when a security manager is used. The block is implemented via a 
custom resolver to enable the logging of any blocked entities. (markt)
fix 56016: When loading resources for XML schema validation, take 
account of the possibility that servlet-api.jar and jsp-api.jar may not be 
loaded by the same class loader. Patch by Juan Carlos Estibariz. (markt)
Coyote
fix 52811: Fix parsing of Content-Type header in 
HttpServletResponse.setContentType(). Introduces a new HTTP header parser that 
follows RFC2616. (markt)
fix 54691: Add configuration attribute "sslEnabledProtocols" to 
HTTP connector and document it. (Internally this attribute has been already 
implemented but not documented, under names "protocols" and "sslProtocols". 
Those names of this attribute are now deprecated). (schultz)
fix 54947: Fix the HTTP NIO connector that incorrectly rejected a 
request if the CRLF terminating the request line was split across multiple 
packets. Patch by Konstantin Preißer. (markt)
fix 55228: Allow web applications to set a HTTP Date header. (markt)
fix Better adherence to RFC2616 for content-length headers. (markt)
fix Add support for l

[Bug 1277205] Re: bind9: Missing dns/rrl.h

2014-02-23 Thread Bug Watch Updater
** Changed in: bind9 (Debian)
   Status: Fix Committed => Fix Released

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

Title:
  bind9: Missing dns/rrl.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1277205/+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 1283750] [NEW] test failures with python3.4

2014-02-23 Thread Matthias Klose
Public bug reported:

see
https://launchpad.net/ubuntu/+source/python-repoze.lru/0.6-3build1/+build/5629973/+files/buildlog_ubuntu-trusty-i386.python-repoze.lru_0.6-3build1_FAILEDTOBUILD.txt.gz

make[1]: Entering directory `/build/buildd/python-repoze.lru-0.6'
set -e;  python2.7  setup.py test;  python3.3  setup.py test;  python3.4  
setup.py test;
running test
running egg_info
writing requirements to repoze.lru.egg-info/requires.txt
writing repoze.lru.egg-info/PKG-INFO
writing namespace_packages to repoze.lru.egg-info/namespace_packages.txt
writing top-level names to repoze.lru.egg-info/top_level.txt
writing dependency_links to repoze.lru.egg-info/dependency_links.txt
writing entry points to repoze.lru.egg-info/entry_points.txt
reading manifest file 'repoze.lru.egg-info/SOURCES.txt'
writing manifest file 'repoze.lru.egg-info/SOURCES.txt'
running build_ext
test_clear_with_multiple_names (repoze.lru.tests.CacherMaker) ... ok
test_clear_with_single_name (repoze.lru.tests.CacherMaker) ... ok
test_defaultvalue_and_clear (repoze.lru.tests.CacherMaker) ... ok
test_exception (repoze.lru.tests.CacherMaker) ... ok
test_expiring (repoze.lru.tests.CacherMaker) ... ok
test_named_cache (repoze.lru.tests.CacherMaker) ... ok
test_ctor_nocache (repoze.lru.tests.DecoratorTests) ... ok
test_expiry (repoze.lru.tests.DecoratorTests)
When timeout is given, decorator must eventually forget entries ... unexpected 
success
test_multiargs (repoze.lru.tests.DecoratorTests) ... ok
test_singlearg (repoze.lru.tests.DecoratorTests) ... ok
test_default_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Default timeout provided at init time must be applied ... unexpected success
test_different_timeouts (repoze.lru.tests.ExpiringLRUCacheTests)
Timeouts must be per entry, default applied when none provided ... unexpected 
success
test_equal_but_not_identical (repoze.lru.tests.ExpiringLRUCacheTests)
equal but not identical keys must be treated the same ... ok
test_eviction_counter (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_get (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_imperfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests)
If cache size == half the number of items -> hit rate ~50% ... ok
test_invalidate (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_it (repoze.lru.tests.ExpiringLRUCacheTests)
Test a sequence of operations ... ok
test_perfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests)
If cache size equals number of items, expect 100% cache hits ... ok
test_put (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_renew_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Re-putting an entry must update timeout ... unexpected success
test_size_lessthan_1 (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_small_cache (repoze.lru.tests.ExpiringLRUCacheTests)
Cache of size 1 must work ... ok
test_equal_but_not_identical (repoze.lru.tests.LRUCacheTests)
equal but not identical keys must be treated the same ... ok
test_eviction_counter (repoze.lru.tests.LRUCacheTests) ... ok
test_get (repoze.lru.tests.LRUCacheTests) ... ok
test_imperfect_hitrate (repoze.lru.tests.LRUCacheTests)
If cache size == half the number of items -> hit rate ~50% ... ok
test_invalidate (repoze.lru.tests.LRUCacheTests) ... ok
test_it (repoze.lru.tests.LRUCacheTests) ... ok
test_perfect_hitrate (repoze.lru.tests.LRUCacheTests)
If cache size equals number of items, expect 100% cache hits ... ok
test_put (repoze.lru.tests.LRUCacheTests) ... ok
test_size_lessthan_1 (repoze.lru.tests.LRUCacheTests) ... ok
test_small_cache (repoze.lru.tests.LRUCacheTests)
Cache of size 1 must work ... ok

--
Ran 33 tests in 1.240s

OK (unexpected successes=4)
running test
running egg_info
writing top-level names to repoze.lru.egg-info/top_level.txt
writing repoze.lru.egg-info/PKG-INFO
writing entry points to repoze.lru.egg-info/entry_points.txt
writing namespace_packages to repoze.lru.egg-info/namespace_packages.txt
writing requirements to repoze.lru.egg-info/requires.txt
writing dependency_links to repoze.lru.egg-info/dependency_links.txt
reading manifest file 'repoze.lru.egg-info/SOURCES.txt'
writing manifest file 'repoze.lru.egg-info/SOURCES.txt'
running build_ext
test_clear_with_multiple_names (repoze.lru.tests.CacherMaker) ... ok
test_clear_with_single_name (repoze.lru.tests.CacherMaker) ... ok
test_defaultvalue_and_clear (repoze.lru.tests.CacherMaker) ... ok
test_exception (repoze.lru.tests.CacherMaker) ... ok
test_expiring (repoze.lru.tests.CacherMaker) ... ok
test_named_cache (repoze.lru.tests.CacherMaker) ... ok
test_ctor_nocache (repoze.lru.tests.DecoratorTests) ... ok
test_expiry (repoze.lru.tests.DecoratorTests)
When timeout is given, decorator must eventually forget entries ... unexpected 
success
test_multiargs (repoze.lru.tests.DecoratorTests) ... ok
test_singlearg (repoze.lru.tests.DecoratorTests) ... ok
test_default_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Default timeout prov

[Bug 1256546] Re: qemu-s390x-static: segmentation fault entering chroot

2014-02-23 Thread Bug Watch Updater
** Changed in: qemu (Debian)
   Status: New => Fix Committed

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

Title:
  qemu-s390x-static: segmentation fault entering chroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1256546/+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 1279805] Re: regression in CVE-2013-6393 patch

2014-02-23 Thread Bug Watch Updater
** Changed in: libyaml (Debian)
   Status: Fix Committed => Fix Released

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

Title:
  regression in CVE-2013-6393 patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libyaml/+bug/1279805/+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 1283850] [NEW] Spamassassin update broke Ubuntu GNOME daily builds

2014-02-23 Thread Tim
Public bug reported:

The recent update of spamassassin has broken the Ubuntu GNOME daily
builds.

Setting up sa-compile (3.4.0-1) ...
Running sa-compile (may take a long time)
In file included from /usr/lib/perl/5.18/CORE/perl.h:650:0,
 from body_0.xs:2:
/usr/include/x86_64-linux-gnu/sys/types.h:146:20: fatal error: stddef.h: No 
such file or directory
 #include 
^
compilation terminated.
make: *** [body_0.o] Error 1
command 'make >>/tmp/.spamassassin25191JqnsNXtmp/log' failed: exit 2
dpkg: error processing package sa-compile (--configure):
 subprocess installed post-installation script returned error exit status 25

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: spamassassin 3.4.0-1
ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Feb 24 10:24:47 2014
InstallationDate: Installed on 2012-09-23 (518 days ago)
InstallationMedia: Ubuntu GNOME Remix 12.10 "Quantal Quetzal" - Alpha 
amd64(20120922)
PackageArchitecture: all
SourcePackage: spamassassin
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: spamassassin (Ubuntu)
 Importance: Critical
 Status: New


** Tags: amd64 apport-bug trusty

** Changed in: spamassassin (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Spamassassin update broke Ubuntu GNOME daily builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1283850/+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 1261872] Re: P_ALL behavior inconsistent in eglibc vs. kernel headers (enum vs. #define)

2014-02-23 Thread Adam Conrad
This was worked around in eglibc with some ifdef magic, but we still
need to sync the headers upstream in one way or another.

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

Title:
  P_ALL behavior inconsistent in eglibc vs. kernel headers (enum vs.
  #define)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1261872/+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 1283850] Re: Spamassassin update broke Ubuntu GNOME daily builds

2014-02-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: spamassassin (Ubuntu)
   Status: New => Confirmed

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

Title:
  Spamassassin update broke Ubuntu GNOME daily builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1283850/+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 1260428] Re: iso8601 is not properly ported to Python3

2014-02-23 Thread Jackson Doak
It's fairly likely this was fixed in the version in trusty. Could you please 
check that?
I tried this and it works fine, but i also had lp:1283857 appear

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

Title:
  iso8601 is not properly ported to Python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260428/+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 1283857] [NEW] python3-iso8601 install error

2014-02-23 Thread Jackson Doak
Public bug reported:

installing python3-iso8601 leaves the log below. Re-running the install
say it's already installed successfully

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  python3-iso8601
0 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
Need to get 8,986 B of archives.
After this operation, 63.5 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main python3-iso8601 all 
0.1.8-0ubuntu1 [8,986 B]
Fetched 8,986 B in 0s (14.5 kB/s)
Selecting previously unselected package python3-iso8601.
(Reading database ... 337202 files and directories currently installed.)
Preparing to unpack .../python3-iso8601_0.1.8-0ubuntu1_all.deb ...
Unpacking python3-iso8601 (0.1.8-0ubuntu1) ...
Setting up python3-iso8601 (0.1.8-0ubuntu1) ...
Exception ignored in: >
Traceback (most recent call last):
  File "/usr/lib/python3.4/subprocess.py", line 897, in __del__
TypeError: 'NoneType' object is not callable
Exception ignored in: >
Traceback (most recent call last):
  File "/usr/lib/python3.4/subprocess.py", line 897, in __del__
TypeError: 'NoneType' object is not callable

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python3-iso8601 0.1.8-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Feb 24 11:03:19 2014
Dependencies:
 
InstallationDate: Installed on 2013-12-17 (68 days ago)
InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20131217)
PackageArchitecture: all
SourcePackage: python-iso8601
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-iso8601 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  python3-iso8601 install error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1283857/+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 1244921] Re: cherryd installed in /usr/bin instead of /usr/sbin/

2014-02-23 Thread Jackson Doak
** Changed in: cherrypy3 (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  cherryd installed in /usr/bin instead of /usr/sbin/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cherrypy3/+bug/1244921/+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 1275649] Re: MAAS packaging doesn't include maas-generated named.conf.options.inside.maas file

2014-02-23 Thread MaaS Lander
** Changed in: maas
   Status: In Progress => Fix Committed

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

Title:
  MAAS packaging doesn't include maas-generated
  named.conf.options.inside.maas file

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1275649/+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 1283850] Re: Spamassassin update broke Ubuntu GNOME daily builds

2014-02-23 Thread Scott Kitterman
Is this only on 64 bit builds?  On my 32 bit workstation sa-compile
works fine:

...
Selecting previously unselected package sa-compile.
Preparing to unpack .../sa-compile_3.4.0-1_all.deb ...
Unpacking sa-compile (3.4.0-1) ...
Setting up re2c (0.13.5-1build2) ...
Setting up sa-compile (3.4.0-1) ...
Running sa-compile (may take a long time)
$

** Changed in: spamassassin (Ubuntu)
   Importance: Critical => High

** Changed in: spamassassin (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Spamassassin update broke Ubuntu GNOME daily builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1283850/+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 1283850] Re: Spamassassin update broke Ubuntu GNOME daily builds

2014-02-23 Thread Adam Conrad
18:53  Right, so that looks like a doko bug.  g++ transitively pulls 
that header in, via libstdc++-dev -> libgcc-dev, but gcc doesn't pull in 
libgcc-dev at all.
18:54  Adding libgcc-4.8-dev or g++ to the dependencies works around 
the issue.
18:57  A bit more heavyweight, but I'd suggest a dep on g++ to just 
pull in the lot.  Of course, it should be a temporary hack until doko sorts out 
his deps, so I suppose either works.
18:57  (Or just ignore it and reassign the bug to gcc-4.8)
18:57  It's a recent issue, saucy's gcc-4.8 depends on libgcc-4.8-dev

Taking my own advice, and reassigning the bug to gcc-4.8.

** Package changed: spamassassin (Ubuntu) => gcc-4.8 (Ubuntu)

** Changed in: gcc-4.8 (Ubuntu)
 Assignee: (unassigned) => Matthias Klose (doko)

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

Title:
  Spamassassin update broke Ubuntu GNOME daily builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1283850/+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 1283279] Re: numactl binaries not built on arm64

2014-02-23 Thread Bug Watch Updater
** Changed in: numactl (Debian)
   Status: Unknown => New

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

Title:
  numactl binaries not built on arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/numactl/+bug/1283279/+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 1282923] Re: Sync tomcat6 6.0.39-1 (universe) from Debian unstable (main)

2014-02-23 Thread Dmitry Shachnev
I agree that this is a bugfix release, so freeze exception is not
needed.

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

Title:
  Sync tomcat6 6.0.39-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/1282923/+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 1282923] Re: Sync tomcat6 6.0.39-1 (universe) from Debian unstable (main)

2014-02-23 Thread Dmitry Shachnev
This bug was fixed in the package tomcat6 - 6.0.39-1
Sponsored for LocutusOfBorg (costamagnagianfranco)

---
tomcat6 (6.0.39-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
- Refreshed the patches
  * Standards-Version updated to 3.9.5 (no changes)
  * Switch to debhelper level 9
  * Use XZ compression for the upstream tarball
  * Use canonical URL for the Vcs-Git field

 -- Emmanuel Bourg   Mon, 17 Feb 2014 00:02:00 +0100

** Changed in: tomcat6 (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync tomcat6 6.0.39-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/1282923/+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