FreeBSD Bugzilla – Attachment 156081 Details for
Bug 199768
[net/GeoIP] Changed MaxMind URLs to the ones that accept queries from TOR-connected host
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
GeoIP-tor-fix.patch (text/plain), 953 bytes, created by
Yuri Victorovich
on 2015-04-28 22:01:29 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2015-04-28 22:01:29 UTC
Size:
953 bytes
patch
obsolete
>Index: net/GeoIP/Makefile >=================================================================== >--- net/GeoIP/Makefile (revision 384892) >+++ net/GeoIP/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= GeoIP > PORTVERSION= 1.6.5 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= net geography > >Index: net/GeoIP/files/geoipupdate.sh.in >=================================================================== >--- net/GeoIP/files/geoipupdate.sh.in (revision 384892) >+++ net/GeoIP/files/geoipupdate.sh.in (working copy) >@@ -27,6 +27,6 @@ > return 0 > } > >-_fetch "http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz" GeoIP.dat >- >-_fetch "http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz" GeoIPv6.dat >+MAXMIND_HOST="geoip.maxmind.com" >+_fetch "http://${MAXMIND_HOST}/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz" GeoIP.dat >+_fetch "http://${MAXMIND_HOST}/download/geoip/database/GeoIPv6.dat.gz" GeoIPv6.dat
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199768
:
156081
|
156085
|
156117