diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-09 14:00:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-09 14:00:48 -0400 |
commit | 825f81340a823c9626839fbba574e5a3d7c409fa (patch) | |
tree | c010115b80fcb15b576eeb225f03e7ad3e1b9060 /debian/control | |
parent | cb252846903c034feae1921f75236f784793f080 (diff) | |
download | ikiwiki-825f81340a823c9626839fbba574e5a3d7c409fa.tar ikiwiki-825f81340a823c9626839fbba574e5a3d7c409fa.tar.gz |
aggregate, pinger: Use Net::INET6Glue if available to support making ipv6 connections.
Making outgoing ipv6 connections for openid auth is still broken; the glue
module does not seem to solve that, so I did not make openid use it.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 616963216..c7d7e6544 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, libtext-csv-perl, graphviz, libnet-amazon-s3-perl, libsparkline-php, texlive, dvipng, libtext-wikicreole-perl, libsort-naturally-perl, libtext-textile-perl, libhighlight-perl, - po4a (>= 0.35-1), gettext + po4a (>= 0.35-1), gettext, libnet-inet6glue-perl Conflicts: ikiwiki-plugin-table, libyaml-libyaml-perl Replaces: ikiwiki-plugin-table Provides: ikiwiki-plugin-table |