Re: tightvnc vulnerabilities
On Mon, 17 Dec 2018, Pavel Cheremushkin wrote: > Hello, > > I found this e-mail as a maintainer of xtightvncviewer package in Ubuntu > 18.04 release. > > I wanted to warn you that recently I have reported 4 vulnerabilities in > tightvnc 1.3.X, that is used in Ubuntu and developers refused to patch these > vulnerabilities. More information including overview of the vulnerabilities: > https://www.openwall.com/lists/oss-security/2018/12/10/5 > FYI, This is better handled via our bug tracker and I filed this bug on your behalf: https://bugs.launchpad.net/ubuntu/+source/tightvnc/+bug/1808989 -- Jamie Strandboge | http://www.canonical.com signature.asc Description: PGP signature -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: g++-multilib omissions
On 17/12/2018 00:25, Dimitri John Ledkov wrote: Those are non-multilib arches I think you want to use g++-aarch64-linux-gnu and g++-powerpc64le-linux-gnu without any switches (ie. without -m64 or anything like that), which is available on "developy" amd64/i386/ppc64le architectures. Would that be enough for your use cases? Thanks for your insight, Dimitri; it prompted me to rethink things, and instead I have managed to fix the project I was attempting to compile to not attempt to install the g++-multilib package on those architectures. This fixes my build on the launchpad buildd - I'm building snap packages which were failing to build for those architectures because of trying to install g++-multilib. Specifically it's the "snapcraft-preload" [1] project by Sergio (sergiusens) that was breaking things for me :-) I've filed a PR to the snapcraft-preload project now on github [2] Thanks, Dan. [1] https://github.com/sergiusens/snapcraft-preload [2] https://github.com/sergiusens/snapcraft-preload/pull/30 -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss