Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
debian
tor
Commits
7a0c0cb9
Commit
7a0c0cb9
authored
14 years ago
by
Peter Palfrader
Browse files
Options
Downloads
Patches
Plain Diff
Forward port 06_add_compile_time_defaults
parent
385d3e4c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+2
-1
2 additions, 1 deletion
debian/changelog
debian/patches/06_add_compile_time_defaults.dpatch
+3
-3
3 additions, 3 deletions
debian/patches/06_add_compile_time_defaults.dpatch
with
5 additions
and
4 deletions
debian/changelog
+
2
−
1
View file @
7a0c0cb9
tor (0.2.2.15-alpha-1) experimental; urgency=low
* New upstream version.
* Forward port 06_add_compile_time_defaults.
-- Peter Palfrader <weasel@debian.org> Sat, 21 Aug 2010 10:3
7:19
+0200
-- Peter Palfrader <weasel@debian.org> Sat, 21 Aug 2010 10:3
9:41
+0200
tor (0.2.2.14-alpha-1) experimental; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/patches/06_add_compile_time_defaults.dpatch
+
3
−
3
View file @
7a0c0cb9
...
...
@@ -31,9 +31,9 @@ diff -urNad tor~/src/or/config.c tor/src/or/config.c
#include "or.h"
+#include <pwd.h>
#i
fdef MS_WINDOWS
#include
<shlobj
.h
>
#
endif
#i
nclude "circuitbuild.h"
#include
"circuitlist
.h
"
#
include "config.h"
@@ -717,6 +718,9 @@
static void init_libevent(void);
static int opt_streq(const char *s1, const char *s2);
...
...
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