diff -Nru update-manager-0.156.14.15/AutoUpgradeTester/DistUpgrade/DistUpgradeVersion.py update-manager-0.156.14.16/AutoUpgradeTester/DistUpgrade/DistUpgradeVersion.py --- update-manager-0.156.14.15/AutoUpgradeTester/DistUpgrade/DistUpgradeVersion.py 2014-06-24 14:48:21.000000000 +0000 +++ update-manager-0.156.14.16/AutoUpgradeTester/DistUpgrade/DistUpgradeVersion.py 2014-07-16 09:09:15.000000000 +0000 @@ -1 +1 @@ -VERSION='0.156.14.15' +VERSION='0.156.14.16' diff -Nru update-manager-0.156.14.15/AutoUpgradeTester/DistUpgrade/mirrors.cfg update-manager-0.156.14.16/AutoUpgradeTester/DistUpgrade/mirrors.cfg --- update-manager-0.156.14.15/AutoUpgradeTester/DistUpgrade/mirrors.cfg 2014-06-24 14:48:21.000000000 +0000 +++ update-manager-0.156.14.16/AutoUpgradeTester/DistUpgrade/mirrors.cfg 2014-07-16 09:09:15.000000000 +0000 @@ -836,13 +836,20 @@ http://ftp.uni-stuttgart.de/ubuntu/ http://mirror.1000mbps.com/ubuntu/ http://mirror.as43289.net/ubuntu/ +http://mirror.cov.ukservers.com/ubuntu/ +http://mirror.one.com/ubuntu/ http://mirrors.centarra.com/ubuntu/ +http://ubuntu.ethz.ch/ubuntu/ http://ubuntu.volia.net/ubuntu-archive/ http://ubuntu-archive.mirrors.free.org/ubuntu/ http://ftp.nluug.nl/os/Linux/distr/ubuntu/ http://ftp.ubuntu-tw.net/mirror/ubuntu/ http://ftp.fau.de/ubuntu/ +http://mirror.23media.de/ubuntu/ +http://mirror.transip.net/ubuntu/ubuntu/ http://ftp.uni-kassel.de/ubuntu/ubuntu/ +http://mirror.amsiohosting.net/archive.ubuntu.com/ +http://mirror.internetone.it/ubuntu/ http://mirror.tocici.com/ubuntu/ http://mirrors.advancedhosters.com/ubuntu/ http://mirrors.aliyun.com/ubuntu/ @@ -856,16 +863,20 @@ http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ http://ftp.hawo.stw.uni-erlangen.de/ubuntu/ http://ftp.neowiz.com/ubuntu/ -http://ftp.psu.ac.th/pub/ubuntu/ http://ftp.stust.edu.tw/pub/Linux/ubuntu/ http://ftp.tc.edu.tw/Linux/ubuntu/ http://ftp.uni-bayreuth.de/linux/ubuntu/ubuntu/ http://ftp.uni-mainz.de/ubuntu/ +http://kebo.pens.ac.id/ubuntu/ +http://linux.cse.yzu.edu.tw/ubuntu/ +http://mirror.0x2a.com.ua/ubuntu/ +http://mirror.1steasy.com/ubuntu/ http://mirror.as24220.net/pub/ubuntu-archive/ http://mirror.as24220.net/pub/ubuntu/ http://mirror.blizoo.mk/ubuntu/ http://mirror.cc.vt.edu/pub2/ubuntu/ http://mirror.cogentco.com/pub/linux/ubuntu/ +http://mirror.cs.pitt.edu/ubuntu/archive/ http://mirror.dhakacom.com/ubuntu/ http://mirror.easyspeedy.com/ubuntu/ http://mirror.edatel.net.co/ubuntu/ @@ -878,7 +889,7 @@ http://mirror.nexcess.net/ubuntu/ http://mirror.os6.org/ubuntu/ http://mirror.overthewire.com.au/ubuntu/ -http://mirror.tcpdiag.net/ubuntu/ +http://mirror.serverbeheren.nl/ubuntu/ http://mirror.thelinuxfix.com/ubuntu/ http://mirror.ubuntu.ikoula.com/ubuntu/ http://mirror.unej.ac.id/ubuntu/ @@ -887,17 +898,22 @@ http://mirror.zol.co.zw/ubuntu/ http://mirrordenver.fdcservers.net/ubuntu/ http://mirrors.arpnetworks.com/Ubuntu/ +http://mirrors.compuscene.org/ubuntu/ http://mirrors.liquidweb.com/ubuntu/ http://mirrors.m247.ro/ubuntu/ http://mirrors.manchester.m247.com/ubuntu/ +http://mirrors.pidginhost.com/ubuntu/ http://mirrors.psu.ac.th/ubuntu/ http://mirrors.sfo1.digitalocean.com/ubuntu/ +http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ http://mirrors.usinternet.com/ubuntu/archive/ +http://mirrors.yun-idc.com/ubuntu/ http://mirrors.zju.edu.cn/ubuntu/ http://repo.undip.ac.id/ubuntu/ http://ftp.ntou.edu.tw/ubuntu/ http://mirror.siamdata.co.th/ubuntu/ http://stingray.cyber.net.pk/pub/ubuntu/ +http://ubuntu-archive.mirror.liquidtelecom.com/ http://ubuntu-archive.mirror.nucleus.be/ http://ubuntu-archive.mirror.serveriai.lt/ http://ubuntu-mirror.neocom.org.ua/ubuntu/ @@ -927,11 +943,15 @@ http://mirror.logol.ru/ubuntu/ http://mirror.nhanhoa.com/Ubuntu/archive/ http://mirror.premi.st/ubuntu/ +http://mirror01.idc.hinet.net/ubuntu/ http://mirror2.tuxinator.org/ubuntu/ +http://mirrors.cug.edu.cn/ubuntu/ http://mirrors.digipower.vn/ubuntu/archive/ http://mirrors.hust.edu.cn/ubuntu/ http://mirrors.hustunique.com/ubuntu/ +http://mirrors.nayatel.com/ubuntu-archive/ http://mirrors.oss.org.cn/ubuntu/ +http://mirrors.securehost.com/ubuntu/ http://pandawa.ipb.ac.id/ubuntu/ http://releases.ubuntu.spd.co.il/ http://suro.ubaya.ac.id/ubuntu/ diff -Nru update-manager-0.156.14.15/debian/changelog update-manager-0.156.14.16/debian/changelog --- update-manager-0.156.14.15/debian/changelog 2014-06-24 14:34:21.000000000 +0000 +++ update-manager-0.156.14.16/debian/changelog 2014-07-16 08:38:59.000000000 +0000 @@ -1,3 +1,14 @@ +update-manager (1:0.156.14.16) precise-proposed; urgency=low + + * HweSupportStatus/consts.py: + - use ISO date format instead of the locales date format because + pam_motd does not set the LANG environment (LP: #1342424) + * hwe-support-status: + - fix crash with hwe-support-status --show-all-unsupported, + thanks to "frankster" (LP: #1341324) + + -- Michael Vogt Wed, 16 Jul 2014 10:38:59 +0200 + update-manager (1:0.156.14.15) precise-proposed; urgency=low * support HardwareEnablement End-of-Life transition diff -Nru update-manager-0.156.14.15/DistUpgrade/DistUpgradeVersion.py update-manager-0.156.14.16/DistUpgrade/DistUpgradeVersion.py --- update-manager-0.156.14.15/DistUpgrade/DistUpgradeVersion.py 2014-06-24 14:48:21.000000000 +0000 +++ update-manager-0.156.14.16/DistUpgrade/DistUpgradeVersion.py 2014-07-16 09:09:15.000000000 +0000 @@ -1 +1 @@ -VERSION='0.156.14.15' +VERSION='0.156.14.16' diff -Nru update-manager-0.156.14.15/DistUpgrade/mirrors.cfg update-manager-0.156.14.16/DistUpgrade/mirrors.cfg --- update-manager-0.156.14.15/DistUpgrade/mirrors.cfg 2014-06-24 14:48:21.000000000 +0000 +++ update-manager-0.156.14.16/DistUpgrade/mirrors.cfg 2014-07-16 09:09:15.000000000 +0000 @@ -836,13 +836,20 @@ http://ftp.uni-stuttgart.de/ubuntu/ http://mirror.1000mbps.com/ubuntu/ http://mirror.as43289.net/ubuntu/ +http://mirror.cov.ukservers.com/ubuntu/ +http://mirror.one.com/ubuntu/ http://mirrors.centarra.com/ubuntu/ +http://ubuntu.ethz.ch/ubuntu/ http://ubuntu.volia.net/ubuntu-archive/ http://ubuntu-archive.mirrors.free.org/ubuntu/ http://ftp.nluug.nl/os/Linux/distr/ubuntu/ http://ftp.ubuntu-tw.net/mirror/ubuntu/ http://ftp.fau.de/ubuntu/ +http://mirror.23media.de/ubuntu/ +http://mirror.transip.net/ubuntu/ubuntu/ http://ftp.uni-kassel.de/ubuntu/ubuntu/ +http://mirror.amsiohosting.net/archive.ubuntu.com/ +http://mirror.internetone.it/ubuntu/ http://mirror.tocici.com/ubuntu/ http://mirrors.advancedhosters.com/ubuntu/ http://mirrors.aliyun.com/ubuntu/ @@ -856,16 +863,20 @@ http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ http://ftp.hawo.stw.uni-erlangen.de/ubuntu/ http://ftp.neowiz.com/ubuntu/ -http://ftp.psu.ac.th/pub/ubuntu/ http://ftp.stust.edu.tw/pub/Linux/ubuntu/ http://ftp.tc.edu.tw/Linux/ubuntu/ http://ftp.uni-bayreuth.de/linux/ubuntu/ubuntu/ http://ftp.uni-mainz.de/ubuntu/ +http://kebo.pens.ac.id/ubuntu/ +http://linux.cse.yzu.edu.tw/ubuntu/ +http://mirror.0x2a.com.ua/ubuntu/ +http://mirror.1steasy.com/ubuntu/ http://mirror.as24220.net/pub/ubuntu-archive/ http://mirror.as24220.net/pub/ubuntu/ http://mirror.blizoo.mk/ubuntu/ http://mirror.cc.vt.edu/pub2/ubuntu/ http://mirror.cogentco.com/pub/linux/ubuntu/ +http://mirror.cs.pitt.edu/ubuntu/archive/ http://mirror.dhakacom.com/ubuntu/ http://mirror.easyspeedy.com/ubuntu/ http://mirror.edatel.net.co/ubuntu/ @@ -878,7 +889,7 @@ http://mirror.nexcess.net/ubuntu/ http://mirror.os6.org/ubuntu/ http://mirror.overthewire.com.au/ubuntu/ -http://mirror.tcpdiag.net/ubuntu/ +http://mirror.serverbeheren.nl/ubuntu/ http://mirror.thelinuxfix.com/ubuntu/ http://mirror.ubuntu.ikoula.com/ubuntu/ http://mirror.unej.ac.id/ubuntu/ @@ -887,17 +898,22 @@ http://mirror.zol.co.zw/ubuntu/ http://mirrordenver.fdcservers.net/ubuntu/ http://mirrors.arpnetworks.com/Ubuntu/ +http://mirrors.compuscene.org/ubuntu/ http://mirrors.liquidweb.com/ubuntu/ http://mirrors.m247.ro/ubuntu/ http://mirrors.manchester.m247.com/ubuntu/ +http://mirrors.pidginhost.com/ubuntu/ http://mirrors.psu.ac.th/ubuntu/ http://mirrors.sfo1.digitalocean.com/ubuntu/ +http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ http://mirrors.usinternet.com/ubuntu/archive/ +http://mirrors.yun-idc.com/ubuntu/ http://mirrors.zju.edu.cn/ubuntu/ http://repo.undip.ac.id/ubuntu/ http://ftp.ntou.edu.tw/ubuntu/ http://mirror.siamdata.co.th/ubuntu/ http://stingray.cyber.net.pk/pub/ubuntu/ +http://ubuntu-archive.mirror.liquidtelecom.com/ http://ubuntu-archive.mirror.nucleus.be/ http://ubuntu-archive.mirror.serveriai.lt/ http://ubuntu-mirror.neocom.org.ua/ubuntu/ @@ -927,11 +943,15 @@ http://mirror.logol.ru/ubuntu/ http://mirror.nhanhoa.com/Ubuntu/archive/ http://mirror.premi.st/ubuntu/ +http://mirror01.idc.hinet.net/ubuntu/ http://mirror2.tuxinator.org/ubuntu/ +http://mirrors.cug.edu.cn/ubuntu/ http://mirrors.digipower.vn/ubuntu/archive/ http://mirrors.hust.edu.cn/ubuntu/ http://mirrors.hustunique.com/ubuntu/ +http://mirrors.nayatel.com/ubuntu-archive/ http://mirrors.oss.org.cn/ubuntu/ +http://mirrors.securehost.com/ubuntu/ http://pandawa.ipb.ac.id/ubuntu/ http://releases.ubuntu.spd.co.il/ http://suro.ubaya.ac.id/ubuntu/ diff -Nru update-manager-0.156.14.15/hwe-support-status update-manager-0.156.14.16/hwe-support-status --- update-manager-0.156.14.15/hwe-support-status 2014-06-19 09:44:26.000000000 +0000 +++ update-manager-0.156.14.16/hwe-support-status 2014-07-16 08:36:56.000000000 +0000 @@ -232,7 +232,7 @@ unsupported_hwe_packages, supported_hwe_packages = find_hwe_packages( installed_packages) if options.show_all_unsupported: - print(twrap(" ".join(unsupported_hwe_packages))) + print(twrap(" ".join([pkg.name for pkg in unsupported_hwe_packages]))) if options.show_replacements: unsupported, replacements = find_supported_replacement_hwe_packages( unsupported_hwe_packages) diff -Nru update-manager-0.156.14.15/HweSupportStatus/consts.py update-manager-0.156.14.16/HweSupportStatus/consts.py --- update-manager-0.156.14.15/HweSupportStatus/consts.py 2014-06-19 09:20:51.000000000 +0000 +++ update-manager-0.156.14.16/HweSupportStatus/consts.py 2014-07-16 08:36:56.000000000 +0000 @@ -22,7 +22,7 @@ supported (or longer supported) configuration will become available on %(date)s and can be invoked by running 'update-manager' in the Dash. - """) % {'date': TRUSTY_DOT1_DATE.strftime("%x"), + """) % {'date': TRUSTY_DOT1_DATE.isoformat() } APT_UPGRADE = _(""" @@ -51,7 +51,7 @@ For more information, please see: http://wiki.ubuntu.com/1204_HWE_EOL -""") % PRECISE_HWE_EOL_DATE.strftime("%x") +""") % PRECISE_HWE_EOL_DATE.isoformat() HWE_SUPPORT_HAS_ENDED = _(""" Your current Hardware Enablement Stack (HWE) is no longer supported @@ -60,4 +60,4 @@ For more information, please see: http://wiki.ubuntu.com/1204_HWE_EOL -""") % PRECISE_HWE_EOL_DATE.strftime("%x") +""") % PRECISE_HWE_EOL_DATE.isoformat() diff -Nru update-manager-0.156.14.15/tests/hwe_support_status.py update-manager-0.156.14.16/tests/hwe_support_status.py --- update-manager-0.156.14.15/tests/hwe_support_status.py 2014-06-19 09:44:26.000000000 +0000 +++ update-manager-0.156.14.16/tests/hwe_support_status.py 2014-07-16 08:36:56.000000000 +0000 @@ -232,7 +232,7 @@ unsupported_hwe_packages, supported_hwe_packages = find_hwe_packages( installed_packages) if options.show_all_unsupported: - print(twrap(" ".join(unsupported_hwe_packages))) + print(twrap(" ".join([pkg.name for pkg in unsupported_hwe_packages]))) if options.show_replacements: unsupported, replacements = find_supported_replacement_hwe_packages( unsupported_hwe_packages)