CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/08/10 13:36:59
Modified files:
devel/mercurial: Tag: OPENBSD_6_1 Makefile distinfo
devel/mercurial/pkg: Tag: OPENBSD_6_1 DESCR-main PLIST-main
Added files:
devel/mercurial/patches: Tag: OPENBSD_6_1
patch-tests_test-clonebundles_t
Removed files:
devel/mercurial/patches: Tag: OPENBSD_6_1 patch-contrib_hg-ssh
patch-mercurial_dispatch_py
patch-tests_test-ssh_t
Log message:
Update to mercurial 4.2.3.
https://www.mercurial-scm.org/pipermail/mercurial/2017-August/050522.html
CVE-2017-1000115:
Mercurial's symlink auditing was incomplete prior to 4.3, and could be abused
to write to files outside the repository.
CVE-2017-1000116:
Mercurial was not sanitizing hostnames passed to ssh, allowing shell injection
attacks by specifying a hostname starting with -oProxyCommand.