Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sergi
Tor
Commits
b17aa28e
Commit
b17aa28e
authored
12 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Actually distribute the geoip6 file.
Fixes a bug (with no ticket) on 0.2.4.6-alpha.
parent
83b1a50c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/dist-geoip6
+3
-0
3 additions, 0 deletions
changes/dist-geoip6
src/config/include.am
+2
-2
2 additions, 2 deletions
src/config/include.am
with
5 additions
and
2 deletions
changes/dist-geoip6
0 → 100644
+
3
−
0
View file @
b17aa28e
o Minor bugfixes:
- Distribute and install the geoip6 IPv6 GeoIP database. Bugfix
on 0.2.4.6-alpha.
This diff is collapsed.
Click to expand it.
src/config/include.am
+
2
−
2
View file @
b17aa28e
...
...
@@ -2,12 +2,12 @@ confdir = $(sysconfdir)/tor
tordatadir = $(datadir)/tor
EXTRA_DIST+= src/config/geoip
EXTRA_DIST+= src/config/geoip
src/config/geoip6
# fallback-consensus
conf_DATA = src/config/torrc.sample
tordata_DATA = src/config/geoip
tordata_DATA = src/config/geoip
src/config/geoip6
# fallback_consensus
# If we don't have it, fake it.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment