[Bug 1623423] Re: gnupg2 autopkgtest regression

2016-09-15 Thread Javi Merino
For reference, this is the fix in Debian:

https://anonscm.debian.org/viewvc/python-
apps/packages/mercurial/trunk/debian/patches/deb_specific__use_gpg_21_keys_for_test.patch?view=markup

** Bug watch added: Debian Bug tracker #835730
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835730

** Also affects: hg via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835730
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1623423

Title:
  gnupg2 autopkgtest regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/hg/+bug/1623423/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1591748] Re: Was Mercurial 3.8.3 accidentally placed in the 3.7.3 package?

2016-06-15 Thread Javi Merino
The hg that you found in /usr/local/bin/ was not installed by apt or
dpkg, you have installed it manually by downloading the sources and
running "make install".  Just by renaming it you are not getting rid of
your local installation of mercurial.  Have a look at
/usr/local/lib/python2.7/dist-packages , you will probably find
mercurial and hgext directories there.  Those are likely to be the ones
your /usr/bin/hg is importing and why it's getting so confused.

Try getting rid of what you installed in /usr/local (specially in
/usr/local/lib/python2.7/dist-packages/mercurial* and hgext*) and use
only the packages provided by the distribution.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591748

Title:
  Was Mercurial 3.8.3 accidentally placed in the 3.7.3 package?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mercurial/+bug/1591748/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1552529] Re: package mercurial 2.8.2-1ubuntu1.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-03-03 Thread Javi Merino
*** This bug is a duplicate of bug 1551699 ***
https://bugs.launchpad.net/bugs/1551699

** This bug has been marked a duplicate of bug 1551699
   package mercurial-common 2.8.2-1ubuntu1.3 failed to install/upgrade: 
subprocess installed pre-removal script returned error exit status 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1552529

Title:
  package mercurial 2.8.2-1ubuntu1.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mercurial/+bug/1552529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404035] Re: Errors in handling case-sensitive directories allow for remote code execution on pull

2014-12-26 Thread Javi Merino
Jamie, the problem you have is that the patch you've backported passes
repo as the first parameter to context.memfilectx() but in the
mercurial version that you have, context.memfilectx() only receives the
path and text.  Just drop the repo argument in the tests as I've done
for Debian Wheezy[0] and they will run.

[0] http://anonscm.debian.org/viewvc/python-
apps/packages/mercurial/branches/wheezy/debian/patches/

This is not the best explanation ever, I'll send a patch later today.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404035

Title:
  Errors in handling case-sensitive directories allow for remote code
  execution on pull

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1404035/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404035] Re: Errors in handling case-sensitive directories allow for remote code execution on pull

2014-12-26 Thread Javi Merino
Find the patch for the failing test-commit.t attached.

** Patch added: fix test-commit.t for mercurial_2.8.2-1ubuntu1.1
   
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1404035/+attachment/4287708/+files/ubuntu_trusty_cve-2014-9390_fix_test_commit.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404035

Title:
  Errors in handling case-sensitive directories allow for remote code
  execution on pull

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1404035/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404035] Re: Errors in handling case-sensitive directories allow for remote code execution on pull

2014-12-21 Thread Javi Merino
Jamie, I see in the changelog that you have applied this patches:

- http://selenic.com/repo/hg-stable/rev/035434b407be
- http://selenic.com/repo/hg-stable/rev/885bd7c5c7e3
- http://selenic.com/repo/hg-stable/rev/c02a05cc6f5e
- http://selenic.com/repo/hg-stable/rev/7a5bcd471f2e
- http://selenic.com/repo/hg-stable/rev/6dad422ecc5a

Have you checked with upstream if those are the only patches needed?
Based on the release notes and the commit log I think you are right, but
it may be worth double-checking with upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404035

Title:
  Errors in handling case-sensitive directories allow for remote code
  execution on pull

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1404035/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 672841] Re: bash completion for mercurial behaves wrongly

2012-04-29 Thread Javi Merino
*** This bug is a duplicate of bug 889344 ***
https://bugs.launchpad.net/bugs/889344

** This bug has been marked a duplicate of bug 889344
   Mercurial tab completion doesn't work with files with spaces

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/672841

Title:
  bash completion for mercurial behaves wrongly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mercurial/+bug/672841/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889344] Re: Mercurial tab completion doesn't work with files with spaces

2012-02-13 Thread Javi Merino
Fixed in mercurial 2.1-1, available in debian.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889344

Title:
  Mercurial tab completion doesn't work with files with spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/hg/+bug/889344/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-01-06 Thread Javi Merino
** Bug watch added: Debian Bug tracker #654925
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654925

** Also affects: mercurial (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654925
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912625

Title:
  #!/usr/bin/env python breaks Python-based Ubuntu packages in the
  presence of virtualenvs, local installations

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/912625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889344] Re: Mercurial tab completion doesn't work with files with spaces

2011-11-14 Thread Javi Merino
** Bug watch added: Mercurial Bug Tracker #3101
   http://mercurial.selenic.com/bts/issue3101

** Also affects: hg via
   http://mercurial.selenic.com/bts/issue3101
   Importance: Unknown
   Status: Unknown

** Changed in: mercurial (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889344

Title:
  Mercurial tab completion doesn't work with files with spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/hg/+bug/889344/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882265] Re: libbotan-1.8.2.so not found

2011-10-26 Thread Javi Merino
mtn is monotone, not mercurial

** Package changed: mercurial (Ubuntu) = monotone (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882265

Title:
  libbotan-1.8.2.so not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monotone/+bug/882265/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669318] Re: mercurial fails to verify ssl validity in https connections

2011-01-26 Thread Javi Merino
This was fixed in mercurial 1.6.4 which will be part of Natty

** Description changed:

** Changed in: mercurial (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/669318

Title:
  mercurial fails to verify ssl validity in https connections

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs