[Touch-packages] [Bug 1815187] Re: Fix crash when opening DepCache before Cache

2019-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 1.0.1ubuntu2.20 --- apt (1.0.1ubuntu2.20) trusty; urgency=medium [ Julian Andres Klode ] * Fix crashes in apt search, cache file (LP: #1815187) * Clean up some build artifacts and regenerate the po files [ Heitor R. Alves de Siqueira ]

[Touch-packages] [Bug 1815187] Re: Fix crash when opening DepCache before Cache

2019-02-13 Thread Julian Andres Klode
Broken in security (ubuntu2.19), fixed in proposed (ubuntu2.20). root@tt:~# apt search -o RootDir=/dev/null foobar Segmentation fault (core dumped) root@tt:~# apt install apt libapt-pkg4.12 [...] Unpacking libapt-pkg4.12:amd64 (1.0.1ubuntu2.20) over (1.0.1ubuntu2.19) ... Unpacking apt (1.0.1ubuntu

[Touch-packages] [Bug 1815187] Re: Fix crash when opening DepCache before Cache

2019-02-12 Thread Ɓukasz Zemczak
Hello Julian, or anyone else affected, Accepted apt into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apt/1.0.1ubuntu2.20 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubu

[Touch-packages] [Bug 1815187] Re: Fix crash when opening DepCache before Cache

2019-02-12 Thread Julian Andres Klode
** Description changed: [Impact] apt search and probably other code crashes some time, as GetDepCache() in trusty does not call BuildCaches() first. [Test case] - TODO, some apt search -o RootDir= foobar + Run apt search -o RootDir=/dev/null foobar, make sure it does not crash. [Reg