Fix parsing web commits from ipv6 addresses.
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 10 Sep 2009 17:32:13 +0000 (13:32 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 10 Sep 2009 17:32:13 +0000 (13:32 -0400)
commit98ed7cb1d7f99790821b99b3779d6685114fa662
tree2a0f61842bb198c2cf2a775c6f8e49bae5e433cc
parent22f02603246f67117471f020a882dfa822849d18
Fix parsing web commits from ipv6 addresses.

I weakended the regexp, so this matches ipv6 addresses too. It does not
ensure that the address is valid, but that should not matter here.

Note that addresses ending in "::" are not matched, so eg, the unspecified
address will not match -- but should never appear here anyway.
IkiWiki.pm
debian/changelog