debain/changelog:
tor (0.2.0.31-1) unstable; urgency=low
* New upstream version.
* Tweak a few error messages in the init script to use the proper variables
(not that it should matter, the Right One has the same value, but still)
and to list more possible error reasons.
-- Peter Palfrader <[EMAIL PROTECTED]> Tue, 09 Sep 2008 09:56:54 +0200
tor (0.2.0.30-2) unstable; urgency=low
* Stop requiring that the binary in /usr/sbin/tor is still the same as the
one that actually is the running tor when we try to stop or reload the
daemon using the init script. If the process is called tor, running as
debian-tor, and the pid file agrees too then it probably is the Tor you
want to stop (closes: #491246).
-- Peter Palfrader <[EMAIL PROTECTED]> Fri, 18 Jul 2008 01:50:37 +0200
tor (0.2.0.30-1) unstable; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Wed, 16 Jul 2008 02:19:08 +0200
tor (0.2.0.29-rc-2) unstable; urgency=low
* Upload to unstable.
-- Peter Palfrader <[EMAIL PROTECTED]> Tue, 15 Jul 2008 22:16:08 +0200
tor (0.2.0.29-rc-1) experimental; urgency=low
* New upstream version.
* Warn the admin if the number of file descriptors on his system is
tiny.
-- Peter Palfrader <[EMAIL PROTECTED]> Wed, 09 Jul 2008 14:02:06 +0200
tor (0.2.0.28-rc-1) experimental; urgency=low
* New upstream version.
* Remove debian/patches/11_tor_as_root_more_helpful.dpatch as
it is no longer needed: We now setuid() to the Tor user
when run as root and it all just works.
* Add comments to the dpatch headers so lintian shuts up.
* Add patches/14_fix_geoip_warning: Change geoipdb open failed message.
* Require unit tests to pass again.
-- Peter Palfrader <[EMAIL PROTECTED]> Fri, 13 Jun 2008 10:28:36 +0200
tor (0.2.0.27-rc-1) experimental; urgency=low
* New upstream version.
* Add tor-geoipdb arch: all package for the geoip database.
* Update debian/rules so that there now is a binary-common target
and the binary-indep and binary-arch targets call make with
proper DH_OPTIONS options. This is taken from the template
that dh_make nowadays uses for multi-binary packages.
* Unit tests are broken, yay.
* Use ${binary:Version} to depend on the right tor binary package from
the tor-dbg package instead of ${Source-Version}. Some guy on the
internet said the latter was deprecated.
* Add Homepage: https://www.torproject.org/ field to control file.
* And mention www.tp.o instead of the old tor.eff.org in the long
description.
* No longer ignore failure of make clean in the clean target.
* Support passing of parallel=<n> in build options.
* Change declared Standards-Version to 3.8.0.
-- Peter Palfrader <[EMAIL PROTECTED]> Fri, 06 Jun 2008 01:11:33 +0200
tor (0.2.0.26-rc-1) experimental; urgency=critical
* New upstream version.
* Conflict with old libssls.
* On upgrading from versions prior to, including, 0.1.2.19-2, or
from versions later than 0.2.0 and prior to 0.2.0.26-rc do the
following, and if we are a server (we have a /var/lib/tor/keys
directory)
- move /var/lib/tor/keys/secret_onion_key out of the way.
- move /var/lib/tor/keys/secret_onion_key.old out of the way.
- move /var/lib/tor/keys/secret_id_key out of the way if it was
created on or after 2006-09-17, which is the day the bad
libssl was uploaded to Debian unstable.
* Add a NEWS file explaining this change.
-- Peter Palfrader <[EMAIL PROTECTED]> Tue, 13 May 2008 16:11:21 +0200
tor (0.2.0.24-rc-1) experimental; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Wed, 23 Apr 2008 02:25:22 +0200
tor (0.2.0.23-rc-1) experimental; urgency=low
* New upstream version.
* Mention OpenBSD_malloc_Linux.c in debian/copyright.
* Add a recommends on logrotate.
-- Peter Palfrader <[EMAIL PROTECTED]> Tue, 25 Mar 2008 09:34:37 +0100
tor (0.2.0.22-rc-1) experimental; urgency=low
* New upstream version.
* Work around fig2dev failing to build the images on all archs
(re #457568).
* Build with --enable-openbsd-malloc, unless no-enable-openbsd-malloc is
found in DEB_BUILD_OPTIONS. Hopefully this deals with some of the
horrible memory fragmentation that glibc's malloc causes.
-- Peter Palfrader <[EMAIL PROTECTED]> Wed, 19 Mar 2008 08:03:47 +0100
tor (0.2.0.21-rc-1) experimental; urgency=low
* New upstream version.
* 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).
-- Peter Palfrader <[EMAIL PROTECTED]> Mon, 3 Mar 2008 13:36:59 +0100
tor (0.2.0.20-rc-1) experimental; urgency=low
* New upstream version.
* 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 80k, set ulimit -n to 32k, if it's
greater than 40k set the limit to 16k, and when greater than 10k our limit
shall be 8k descriptors. If there are less than 20k FDs in the entire
system default to a limit of only 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.
* If we run as root also apply debian defaults.
* Add User=debian-tor and Group=debian-tor to debian defaults. That allows
us to start Tor as root and have it setuid/setgid to the target user.
* Change the init script to start Tor as root. Now we should be able to
bind to low port.
-- Peter Palfrader <[EMAIL PROTECTED]> Mon, 25 Feb 2008 13:54:58 +0100
tor (0.2.0.19-alpha-1) experimental; urgency=low
* New upstream version.
* It's 2008. Now is the time to add copyright statements for 2007.
* Forward port 03_tor_manpage_in_section_8.dpatch.
-- Peter Palfrader <[EMAIL PROTECTED]> Sun, 10 Feb 2008 01:12:04 +0100
tor (0.2.0.18-alpha-2) experimental; urgency=low
* Work around fig2dev failing to build the images on mipsel like we do on
sparc and s390 (re #457568)
* Fix postinst find command that chowns stuff to the right user. Find
does weird things in the presence of !.
-- Peter Palfrader <[EMAIL PROTECTED]> Sun, 3 Feb 2008 18:17:16 +0100
tor (0.2.0.18-alpha-1) experimental; urgency=low
* New upstream version.
* 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.
* postinst: change wording if debian-tor's homedir is wrong, do not
print anything if it is ok.
* 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.
* 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.
* Create logfiles in logrotate so that they come into the world with the
correct mode (o-r).
-- Peter Palfrader <[EMAIL PROTECTED]> Thu, 24 Jan 2008 15:15:32 +0100
tor (0.2.0.17-alpha-1) experimental; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Thu, 17 Jan 2008 21:42:25 +0100
tor (0.2.0.15-alpha-1) experimental; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Tue, 25 Dec 2007 08:53:25 +0100
tor (0.2.0.14-alpha-1) experimental; urgency=low
* New upstream version.
* Remove 13_r12907-fix-unit-tests.dpatch (Fix unit tests from HEAD) again -
it's included upstream.
* Work around fig2dev failing to build the images on sparc like we do on
s390.
-- Peter Palfrader <[EMAIL PROTECTED]> Sun, 23 Dec 2007 13:45:41 +0100
tor (0.2.0.13-alpha-1) experimental; urgency=low
* New upstream version.
* Fix unit tests from HEAD (13_r12907-fix-unit-tests.dpatch).
-- Peter Palfrader <[EMAIL PROTECTED]> Fri, 21 Dec 2007 11:52:43 +0100
tor (0.2.0.12-alpha-1) experimental; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Sun, 18 Nov 2007 11:49:06 +0100
tor (0.2.0.11-alpha-1) experimental; urgency=low
* New upstream version.
* remove 12_r12235_do_not_crash_when_myfamily_is_set again, it's
now part of upstream.
-- Peter Palfrader <[EMAIL PROTECTED]> Thu, 15 Nov 2007 11:07:06 +0100
tor (0.2.0.9-alpha-2) experimental; urgency=low
* Do not separate required lsb facilities with commas in the
init script (closes: #448001).
* Add 12_r12235_do_not_crash_when_myfamily_is_set.dpatch,
from trunk/head.
-- Peter Palfrader <[EMAIL PROTECTED]> Sun, 28 Oct 2007 00:03:21 +0200
tor (0.2.0.9-alpha-1) experimental; urgency=low
* New upstream version.
* Only create pid dir if we are about to start Tor (Luca Capello,
closes: #447508).
-- Peter Palfrader <[EMAIL PROTECTED]> Fri, 26 Oct 2007 14:29:56 +0200
tor (0.2.0.8-alpha-1) experimental; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Sat, 13 Oct 2007 16:27:04 +0200
tor (0.2.0.7-alpha-1) experimental; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Mon, 24 Sep 2007 23:50:14 +0200
tor (0.2.0.6-alpha-1) experimental; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Mon, 27 Aug 2007 15:41:31 +0200
tor (0.2.0.5-alpha-1) experimental; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Sun, 19 Aug 2007 15:10:49 +0200
tor (0.2.0.4-alpha-1) experimental; urgency=high
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Thu, 2 Aug 2007 07:09:36 +0200
tor (0.2.0.3-alpha-1) experimental; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Tue, 31 Jul 2007 07:03:00 +0200
tor (0.2.0.2-alpha-1) experimental; urgency=low
* New upstream version.
-- Peter Palfrader <[EMAIL PROTECTED]> Sun, 3 Jun 2007 02:31:29 +0200
tor (0.2.0.1-alpha-1) experimental; urgency=low
* New upstream version.
* Forward port 06_add_compile_time_defaults.
* teTeX is no more, long live TeX Live:
- remove build depends on tetex-bin, tetex-extra,
- add build depends on texlive-base-bin for dvips and bibtex,
texlive-latex-base for latex, and texlive-fonts-recommended for fonts
like ptmr7t.
-- Peter Palfrader <[EMAIL PROTECTED]> Sat, 2 Jun 2007 14:31:15 +0200
--
[FFe] tor version bump to 0.2.X
https://bugs.launchpad.net/bugs/261693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs