Bug 425879
Summary: | [RFE] allow IPv6 addresses without http:// prefix | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | shrek-m <shrek-m> | ||||||
Component: | lynx | Assignee: | Kamil Dudka <kdudka> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | rawhide | CC: | kdudka | ||||||
Target Milestone: | --- | Keywords: | FutureFeature | ||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | lynx-2.8.7-4.fc14 | Doc Type: | Enhancement | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-04-07 23:05:36 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
shrek-m
2007-12-17 03:32:37 UTC
Adding FutureFeature keyword to RFE's. Created attachment 311568 [details]
patch which adds desired feature
This patch should add possibility to specify the ipv6 address as cmdline
argument.
e.g:
$ ./lynx [::1]
$ ./lynx [::1]:80
Thomas, can you please take a look at this patch and if it's ok, would you commit it to upstream? Created attachment 405011 [details]
proposed patch
will check, this evening (2.8.7 supposedly fixes this problem). Thanks in advance! The patch applies on top of 2.8.7. I was recalling a related but different issue: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180654 Thank you for the link. I can confirm it works with 2.8.7. On top of that, the proposed patch makes it working without the http:// prefix. works for me (thanks) built as lynx-2.8.7-4.fc14 It would be great to see the patch in next release of lynx. I have it in my ongoing changes, see ftp://invisible-island.net/temp/lynx2.8.8dev.2f.patch.gz I've been slow on dev.3 since I've been setting up a new development machine, working on ports for lynx, ncurses, vile, ded and xterm, which seem stable now... (In reply to comment #11) > ftp://invisible-island.net/temp/lynx2.8.8dev.2f.patch.gz It seems good. Looking forward for the next snapshot and wishing good luck! Comment on attachment 405011 [details]
proposed patch
OBE
(In reply to Thomas E. Dickey from comment #13) > Comment on attachment 405011 [details] > proposed patch I believe this patch was already included in lynx2.8.8dev.15. |