-
0d95bde...
by
Marc Deslauriers
on 2018-01-18
-
Import patches-unapplied version 3.168.7 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: bfdcb0c1882495b7ccc5d9d6356021ad062747fc
New changelog entries:
* Rebuild in -security pocket.
-
bfdcb0c...
by
Sebastien Bacher
on 2018-01-16
-
Import patches-unapplied version 3.168.6 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: a604a299f5fc6005312958583fd873a04a766bbc
New changelog entries:
* src/update.c: don't look at the dpkg/apt logs timestamps to decide
to auto-open update-manager but simply do it after the number of days
configured, it's a more predictable behaviour so less confusing to
users and the logs timestamps trick isn't working great since
unattended-upgrade is used to install the security updates (logs are
updated then which resets the counter) (lp: #1702724)
-
a604a29...
by
Brian Murray
on 2017-08-11
-
Import patches-unapplied version 3.168.5 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: d4465b1bc454d2c072931ece4dadbedfb5c3df1c
New changelog entries:
* data/apt_check.py: use pkg.get_fullname() instead of pkg.name so that
architectures appear in package names, thanks to Bill Scales for the
patch. (LP: #1597537)
-
d4465b1...
by
Brian Murray
on 2017-03-20
-
Import patches-unapplied version 3.168.4 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: f1a937796ea302d627881845be1ae1b4f1511859
New changelog entries:
* Switch to using a 64 bit integer for launch-time as update-manager also
did. (LP: #1654008)
-
f1a9377...
by
Brian Murray
on 2016-11-16
-
Import patches-unapplied version 3.168.3 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: ab891ef2ed7e629dbd3435f4bb927a2542dd679c
New changelog entries:
* data/package-data-downloader: Be resilient and do not crash when we can
not print information about what is happening. (LP: #1640318)
-
ab891ef...
by
Brian Murray
on 2016-10-06
-
Import patches-unapplied version 3.168.2 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: 396a9b7b758ebd2d02a0fad50685f3ce244d7424
New changelog entries:
* data/package-data-downloader:
- handle different failure modes better thanks to Launchpad user AtesComp
for the detective work and patch. (LP: #1621629)
* tests/test_package-data-downloader.py:
- add tests for process_download_requests function
- add test for a hook file aging out
- resolve test failure with test_wrong_template_translation
-
396a9b7...
by
Sebastien Bacher
on 2016-06-29
-
Import patches-unapplied version 3.168.1 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: 5e699317327dcf4e6d893c01e70e2529e385a2ca
New changelog entries:
* src/update.c:
don't use the logs ctime information to decide if update-manager needs
to be started, the log rotation updates that one which means it's
never getting older than a week and the updater not started
(lp: #356152)
-
5e69931...
by
Dimitri John Ledkov
on 2016-04-11
-
Import patches-unapplied version 3.168 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: 3eee60616a6331c3152badaf8fcd28c98cc8f730
New changelog entries:
* Also update motd, at the end of Dpkg-Post run, properly counting how
many things are left to update, rather than assuming that all updates
were applied, as was done in previous release series. LP: #1558270
-
3eee606...
by
Adam Conrad
on 2016-04-04
-
Import patches-unapplied version 3.167 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: fcfab1fe1b3b97cf3005e42a9c3da5b004bb5ec3
New changelog entries:
* Use mktemp -p in the target directory to avoid a cross-filesystem move.
* Also update motd if the dpkg status database has changed (LP: #1563854)
-
fcfab1f...
by
Brian Murray
on 2016-02-10
-
Import patches-unapplied version 3.166 to ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: 7fa97d7ec0c85a59bb98206d8d6d153f3108e8f7
New changelog entries:
* data/apt_check.py: resolve crash when running apt-check with
--package-names, thanks to Launchpad user Woody for the fix.
(LP: #1512326)