Commit Graph

273 Commits

Author SHA1 Message Date
Peter Palfrader
24ff823b0e Forward port 03_tor_manpage_in_section_8.dpatch
svn:r18074
2009-01-11 11:12:04 +00:00
Peter Palfrader
169055078c New alpha release
svn:r18073
2009-01-11 11:11:47 +00:00
Peter Palfrader
b5429e64c4 Commit changelog from last year (0.2.1.9-alpha-1)
svn:r17884
2009-01-04 19:30:04 +00:00
Peter Palfrader
514f99034f New alpha release
svn:r17630
2008-12-15 22:42:38 +00:00
Peter Palfrader
90e832a5db No longer set now obsolete Group setting in built-in debian config
svn:r17237
2008-11-10 15:52:53 +00:00
Peter Palfrader
fea2bd4ac1 New upstream version
svn:r17234
2008-11-10 09:17:44 +00:00
Peter Palfrader
ce5d2bc5fb Forward port 14_fix_geoip_warning.dpatch
svn:r17016
2008-09-30 13:11:36 +00:00
Peter Palfrader
dde2dbde1e New alpha release
svn:r17015
2008-09-30 13:11:25 +00:00
Peter Palfrader
3c5c7994b0 New alpha release: 0.2.1.5-alpha
svn:r16731
2008-09-01 22:50:31 +00:00
Peter Palfrader
bd1c8f526e New alpha release
svn:r16420
2008-08-05 14:14:34 +00:00
Peter Palfrader
67c6728729 Do not build with openbsd's malloc unless enable-openbsd-malloc is in DEB_BUILD_OPTIONS
svn:r16028
2008-07-17 19:37:52 +00:00
Peter Palfrader
301367525a New alpha release
svn:r15980
2008-07-16 11:45:22 +00:00
Peter Palfrader
fd639b990e Forward port 0.2.0.29-rc-2 and 0.2.0.30-1 changelogs to trunk
svn:r15974
2008-07-16 11:05:04 +00:00
Peter Palfrader
4a16d044fc 0.2.0.29-rc-1 changelog
svn:r15791
2008-07-09 12:35:25 +00:00
Peter Palfrader
57de86bae7 merge from 0.2.0.x: r15718: Warn the admin if the number of file descriptors on his system is tiny
svn:r15719
2008-07-07 11:27:59 +00:00
Peter Palfrader
8f5afe4937 Merge rest of 0.1.2.28-rc-1 into trunk.
svn:r15200
2008-06-13 09:57:04 +00:00
Peter Palfrader
b2fcc417d4 Merge 0.1.2.x branch changes since 0.1.2.27-rc-1 into trunk. I wonder when we will stop developing in two branches at the same time
svn:r15131
2008-06-11 11:12:40 +00:00
Peter Palfrader
6e3a7e1024 Forward port debian 0.2.0.27-rc-1 into trunk
svn:r15089
2008-06-09 16:56:26 +00:00
Peter Palfrader
81429fdc34 Forward port debian 0.2.0.26-rc-1 to trunk
svn:r14933
2008-06-04 08:39:02 +00:00
Peter Palfrader
0e86cd06fe copy changelog to trunk
svn:r14177
2008-03-25 10:05:20 +00:00
Peter Palfrader
c578aa0005 Add a recommends on logrotate.
svn:r14132
2008-03-19 19:09:51 +00:00
Peter Palfrader
ec1e66ac51 Update trunk debian changelog to make it clear it is trunk
svn:r14126
2008-03-19 07:52:18 +00:00
Peter Palfrader
fb1e1453d3 Mention OpenBSD_malloc_Linux.c in debian/copyright
svn:r13996
2008-03-12 23:18:50 +00:00
Peter Palfrader
2cb7f63c9c Forward port patch 06_add_compile_time_defaults.
svn:r13972
2008-03-11 14:38:24 +00:00
Peter Palfrader
09a9edad41 Merge r13970: Build the debian package with openbsd malloc
svn:r13971
2008-03-11 14:18:48 +00:00
Peter Palfrader
d3589553bc Work around fig2dev failing to build the images on all archs
svn:r13870
2008-03-05 08:48:51 +00:00
Peter Palfrader
9d19e55390 Merge r13822: New upstream version
svn:r13824
2008-03-03 13:39:53 +00:00
Peter Palfrader
9b582af28a Run --verify-config before start/reload/restart as root. No longer su - to
debian-tor tor run it.  Given that we now even start Tor as root (it setuids
later on) this should be fine (closes: #468566).


svn:r13788
2008-03-01 00:51:37 +00:00
Peter Palfrader
36edb85ebd New upstream version
svn:r13726
2008-02-25 13:27:46 +00:00
Peter Palfrader
e25683fe3d Start Tor as root.
Change the init script to start Tor as root so we can bind to low ports.


svn:r13686
2008-02-23 12:59:59 +00:00
Peter Palfrader
c6a7ab729c Update debian defaults in preparation for starting as root.
Previously the debian defaults were only loaded when we started Tor as
the debian-tor user.  Now they are also loaded when started as root.
In addition to logging, pidfile, datadir and runasdaemon we also change
the User and Group options from their NULL default to "debian-tor" so that
Tor correctly setuids/setgids to the role user the package created.

This will allow us to start the daemon as root.


svn:r13685
2008-02-23 12:59:52 +00:00
Peter Palfrader
ba977ed4f1 I wonder what color it will be
svn:r13628
2008-02-20 22:39:06 +00:00
Peter Palfrader
c92c5733d6 if you have more than 40k FDs on your system let Tor use up to 16k of them by default
svn:r13627
2008-02-20 22:34:44 +00:00
Peter Palfrader
644452a62f Change the default for MAX_FILEDESCRIPTORS in our init script to depend on the
number of system-wide available file descriptors: /proc/sys/fs/file-max is
bigger than 100k, set ulimit -n to 32k, if it's smaller than 20k set it to
1024.  Big servers at the moment regularly use more than 10k FDs, so our old
default of 8k no longer is sufficient.  On the other hand we don't want lower
end systems to run out of FDs on Tor's account.


svn:r13625
2008-02-20 22:28:09 +00:00
Peter Palfrader
8a7c4e6b62 New upstream version
svn:r13455
2008-02-10 00:13:41 +00:00
Peter Palfrader
4327263f83 Forward port patches/03_tor_manpage_in_section_8.dpatch
svn:r13454
2008-02-10 00:13:22 +00:00
Peter Palfrader
66292f279c Copyright file update
svn:r13366
2008-02-03 20:51:14 +00:00
Peter Palfrader
a06b6c7a61 Fix postinst find command that chowns stuff to the right user. Find does weird things in the presence of !.
svn:r13364
2008-02-03 17:18:35 +00:00
Peter Palfrader
583bb548b0 Update pointer for gs bug from #321435 to #457568
svn:r13358
2008-02-02 14:13:51 +00:00
Peter Palfrader
b1f9c87db3 Work around fig2dev failing to build the images on mipsel like we do on sparc
and s390.


svn:r13357
2008-02-02 14:11:25 +00:00
Peter Palfrader
7875218194 New upstream version
svn:r13308
2008-01-27 13:13:13 +00:00
Peter Palfrader
a4a802d31f Create logfiles in logrotate so that they come into the world with the correct
mode (o-r).


svn:r13209
2008-01-21 15:03:33 +00:00
Peter Palfrader
17d711e258 postinst: if we reboot between unpacking and configuring on some smart systems
this will mean that we just lost /var/run/tor - creating it in the maintainer
script if it doesn't exist.


svn:r13208
2008-01-21 15:00:34 +00:00
Peter Palfrader
d98d1ea0d9 postinst: We were only fixing the permissions of /var/{lib,run,log}/tor when we
were not upgrading.  Unfortunately the check doesn't work all that well usually
in cases where the package was removed (not purged) and then later re-installed
again.  Now we ensure proper ownership and modes for all the directories and
files below /var/{lib,run,log}/tor (the dirs themselves included) every time we
run postinst.


svn:r13207
2008-01-21 14:58:20 +00:00
Peter Palfrader
3d3dbe90ab Change wording if debian-tor's homedir is wrong, do not print anything if it is ok.
Whitespace nazi found out about debian/tor.postinst.

svn:r13206
2008-01-21 14:46:49 +00:00
Peter Palfrader
aa4f86dafa postinst: Remove the check that requires the debian-tor user to have a uid
between 100 and 999.  There is no good reason to require this.  If the local
admin moves the system users/uid-space to some other range then they probably
have a good reason for that.


svn:r13205
2008-01-21 14:44:56 +00:00
Peter Palfrader
272428727e New upstream version
svn:r13168
2008-01-17 21:15:07 +00:00
Peter Palfrader
92e4cfdeb4 Merge in 0.1.2.1[89]-1 changelog
svn:r13166
2008-01-17 20:36:29 +00:00
Peter Palfrader
f6072c36c8 New upstream version
svn:r12965
2007-12-25 08:39:53 +00:00
Peter Palfrader
e08582118c * New upstream version.
* Work around fig2dev failing to build the images on sparc like we do on s390.


svn:r12942
2007-12-23 14:04:38 +00:00