-
7fc5455...
by
Marc Deslauriers
on 2013-09-13
-
Import patches-unapplied version 0.92.9.3 to ubuntu/quantal-security
Imported using git-ubuntu import.
Changelog parent: e7668dffd3c1b0bb93de7bcb8413c29913f017f8
New changelog entries:
* SECURITY UPDATE: possible privilege escalation via policykit UID lookup
race.
- softwareproperties/dbus/SoftwarePropertiesDBus.py: pass
system-bus-name as a subject instead of pid so policykit can get the
information from the system bus.
- CVE-2013-1061
* This package does _not_ contain the changes from 0.92.9.1 in -proposed.
-
e7668df...
by
Adam Conrad
on 2012-10-02
-
Import patches-unapplied version 0.92.9 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 6bed53d77ccdc652788c8df74621b5c37fdfdeea
New changelog entries:
* Call GnuPG with an appropriate --homedir argument (LP: #1060335)
-
6bed53d...
by
Michael Vogt
on 2012-10-01
-
Import patches-unapplied version 0.92.8 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 9011f8376bad7f150e5b24a61577a189d6fc6971
New changelog entries:
* lp:~mvo/software-properties/recv-key-lp1016643:
- ensure fingerprint check after recv-key (LP: #1016643)
-
9011f83...
by
Oliver Grawert
on 2012-10-01
-
Import patches-unapplied version 0.92.7 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 2c2bd976c767bb316203da4642e03d71dcb1fd9f
New changelog entries:
[ Oliver Grawert ]
* make sure a capitalized line for "Prompt=" lands in
/etc/update-manager/release-upgrades to prevent ucf questions
(LP: #1045579)
[ Michael Vogt ]
* softwareproperties/ppa.py: remove no longer applying comment (thanks to
Zooko)
-
2c2bd97...
by
Colin Watson
on 2012-09-18
-
Import patches-unapplied version 0.92.6 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: ca2c5090982a41f109439b9c0e837213903183bd
New changelog entries:
* Make DEP-8 tests depend on python-dbus, python-pycurl, and
python3-pycurl.
* Make software-properties-common depend on ca-certificates, for
softwareproperties.ppa.get_ppa_info_from_lp (LP: #1052267).
-
ca2c509...
by
Colin Watson
on 2012-09-17
-
Import patches-unapplied version 0.92.5 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: b13f8ead75805df7a6f8a7e851d5501ab084f18c
New changelog entries:
[ Colin Watson ]
* add-apt-repository:
- Force output encoding to UTF-8 even in non-UTF-8 locales
(LP: #1041431).
[ sampo555 ]
* Construct the path of a PPA source file properly (LP: #972617, #994515,
#1018327, #1037916).
-
b13f8ea...
by
Mathieu Trudel-Lapierre
on 2012-09-11
-
Import patches-unapplied version 0.92.4 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 8aefecfabec6507ad58e21f93ddf71b92e2541c0
New changelog entries:
* softwareproperties/gtk/SoftwarePropertiesGtk.py: also cover the cases where
vendor or model can't be identified; replace those unavailable strings with
"Unknown". (LP: #1028388)
-
8aefecf...
by
Michael Vogt
on 2012-09-10
-
Import patches-unapplied version 0.92.3 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 5f3afb986c6a7bf0e0ff57bcfac79080f1d45f0b
New changelog entries:
* lp:~mvo/software-properties/dep8:
- add dep8 control
-
5f3afb9...
by
Colin Watson
on 2012-09-08
-
Import patches-unapplied version 0.92.2 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 59e97eaf39300567f88620038805d6a0dfe84c6a
New changelog entries:
[ Colin Watson ]
* debian/rules:
- Ensure that scripts end up with #! /usr/bin/python3, not #!
/usr/bin/python3.X.
[ Robert Roth ]
* Import pycurl before using it (LP: #1044674).
* Remove QString as py3 uses native python string (LP: #1036588).
-
59e97ea...
by
Kiwinote
on 2012-08-28
-
Import patches-unapplied version 0.92.1 to ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: d93fa30fbe7243cff88993f443e1a55b2b059fd2
New changelog entries:
* softwareproperties/gtk/SoftwarePropertiesGtk.py:
- add missing import to unblock startup (LP: #1042180)