Package: mercurial / 1.6.4-1+deb6u1
Metadata
Package | Version | Patches format |
---|---|---|
mercurial | 1.6.4-1+deb6u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
deb_specific__mergetools | (download) |
contrib/mergetools.hgrc |
3 3 + 0 - 0 ! |
--- |
deb_specific__install templates separately | (download) |
mercurial/templater.py |
2 1 + 1 - 0 ! |
--- |
deb_specific__install help separately | (download) |
mercurial/help.py |
6 4 + 2 - 0 ! |
--- |
deb_specific__python module not script.patch | (download) |
mercurial/lsprof.py |
2 0 + 2 - 0 ! |
--- |
deb_specific__use_sensible editor.patch | (download) |
doc/hgrc.5.txt |
3 2 + 1 - 0 ! |
--- |
deb_specific__hgk.py.patch | (download) |
hgext/hgk.py |
2 1 + 1 - 0 ! |
--- |
deb_specific__optional dependencies | (download) |
hgext/bugzilla.py |
3 2 + 1 - 0 ! |
--- |
proposed_upstream__correct zeroconf doc | (download) |
hgext/zeroconf/__init__.py |
6 3 + 3 - 0 ! |
--- |
deb_specific__install mo fhs.patch | (download) |
mercurial/i18n.py |
2 1 + 1 - 0 ! |
--- |
from_upstream__sshpeer_more_thorough_shell_quoting.patch | (download) |
mercurial/sshrepo.py |
13 12 + 1 - 0 ! |
sshpeer: more thorough shell quoting This fixes CVE-2014-9462. Adapted to 1.6.4 by Javi Merino <vicho@debian.org> |
from_upstream__sshpeer_even_more_thorough_shell_quoting.patch | (download) |
mercurial/sshrepo.py |
10 6 + 4 - 0 ! |
from_upstream__sshpeer_even_more_thorough_shell_quoting |
from_upstream__encoding_add_hfsignoreclean_to_clean_out_HFS ignored_characters.patch | (download) |
mercurial/encoding.py |
22 22 + 0 - 0 ! |
encoding: add hfsignoreclean to clean out hfs-ignored characters According to Apple Technote 1150 (unavailable from Apple as far as I can tell, but archived in several places online), HFS+ ignores sixteen specific unicode runes when doing path normalization. We need to handle those cases, so this function lets us efficiently strip the offending characters from a UTF-8 encoded string (which is the only way it seems to matter on OS X.) . This is a fix for CVE-2014-9390 |
from_upstream__pathauditor_check_for_codepoints_ignored_on_OS_X.patch | (download) |
mercurial/util.py |
9 6 + 3 - 0 ! |
pathauditor: check for codepoints ignored on os x This is a fix for CVE-2014-9390 |
from_upstream__pathauditor_check_for_Windows_shortname_aliases.patch | (download) |
mercurial/util.py |
7 7 + 0 - 0 ! |
pathauditor: check for windows shortname aliases This is a fix for CVE-2014-9390 |
from_upstream__test_CVE 2014 930.patch | (download) |
tests/test-CVE-2014-9390 |
65 65 + 0 - 0 ! |
from_upstream__test_cve-2014-930 |