Sorry to bother you again on this, but with the sources of the last release
and default compile options, IPV6 seems not to be active:

beowulf:~/Projekte$ fossil version
This is fossil version 1.32 [6c40678e91] 2015-03-14 13:20:34 UTC
beowulf:~/Projekte$ fossil server -P 8889 ./ &
[1] 2205
beowulf:~/Projekte$ Listening for HTTP requests on TCP port 8889

beowulf:~/Projekte$ nmap -p 8889 127.0.0.1

Starting Nmap 6.46 ( http://nmap.org ) at 2015-04-02 14:27 CEST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000029s latency).
PORT     STATE SERVICE
8889/tcp open  ddi-tcp-2

Nmap done: 1 IP address (1 host up) scanned in 0.08 seconds
beowulf:~/Projekte$ nmap -6 -p 8889 ::1

Starting Nmap 6.46 ( http://nmap.org ) at 2015-04-02 14:28 CEST
Nmap scan report for ip6-localhost (::1)
Host is up (0.000037s latency).
PORT     STATE  SERVICE
8889/tcp closed ddi-tcp-2

Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds

Did I miss an option at compiletime?

At least a brunch named ipv6 is not merged into trunk till now:
https://www.fossil-scm.org/index.html/timeline?n=100&r=ipv6

Richard Hipp <d...@sqlite.org> schrieb am Mo., 30. März 2015 um 12:57 Uhr:

>
>
> On Mon, Mar 30, 2015 at 6:47 AM, Oliver Friedrich <
> redtalonof+mailingl...@gmail.com> wrote:
>
>> Does fossil support ipv6?
>> If it does, does it need extra compile-settings or is it supportet by
>> default?
>>
>>
> Fossil supports IPv6 in its default configuration.
>
> I have IPv6 at my office.  So most of the commits that I make to the
> Fossil repo happen over IPv6.
> --
> D. Richard Hipp
> d...@sqlite.org
>
>  _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to