Commit Graph

354 Commits

Author SHA1 Message Date
Nick Mathewson da220157a9 Update copyright dates for files not in maint-0.2.1 2010-02-27 17:19:00 -05:00
Peter Palfrader 50feca0dcb Drop debian/patches/0a58567c-work-with-reneg-ssl.dpatch (part of upstream) 2009-11-23 18:59:05 +01:00
Peter Palfrader c9935358b0 New upstream version 2009-11-23 18:58:42 +01:00
Peter Palfrader 327e4dfe2b Change the dependency on tsocks to torsocks | tsocks (see: #554717) 2009-11-15 11:04:15 +01:00
Peter Palfrader fbe455fec3 Allegedly echo -e is a bashism. Remove it from debian/rules, we don't need it anyways (closes: #478631) 2009-11-15 11:03:04 +01:00
Peter Palfrader b0430672ea Change order of recommends from privoxy | polipo to polipo | privoxy. 2009-11-15 10:56:06 +01:00
Peter Palfrader a19140828d Build-Depend on libssl-dev >= 0.9.8k-6.
libssl 0.9.8k-6 disabled autorenegotation, and the -dev package
introduced the SSL3_FLAGS_ALLOW_UNSAFE_LEGACY_RENEGOTIATION flag.

Since we now set that flag if available we want to make sure that it
*is* available when building.

Therefore build-depend on libssl-dev >= 0.9.8k-6.

If we build against earlier versions we will not work once libssl gets
upgraded to a version that disabled renegotiations.
2009-11-15 10:51:08 +01:00
Peter Palfrader a28b5628c2 Pick 0a58567ce3 from master git tree
work with libssl that has renegotiation disabled by default.
(debian/patches/0a58567c-work-with-reneg-ssl.dpatch)
2009-11-15 10:41:33 +01:00
Peter Palfrader 0165f2765f New upstream version 2009-11-15 10:37:39 +01:00
Peter Palfrader 4cb31d27b5 Ship debian source with src/test/test.h
Upstream failed to ship src/test/test.h.  Ship it in debian/ and
manually copy it in place during configure and clean up in clean.  Let's
not use the patch system as this will most likely be rectified by next
release.
2009-10-11 10:39:49 +02:00
Peter Palfrader 51a3afd6ac New testsuite location
The testsuite moved from src/or/test to src/test/test, but let's call it
using "make check" now.
2009-10-11 10:19:45 +02:00
Peter Palfrader f58b39075c New upstream version 2009-10-11 10:19:19 +02:00
Peter Palfrader 3573b36dfc New upstream version 2009-09-23 10:27:56 +02:00
Peter Palfrader 6332c51f73 Build debian's micro-revision into the binary
If we have a debian/micro-revision.i, replace the one in src/or
with our copy so that this will be the revision that ends up in
the binary.  This is an informational only version string, but
it'd be kinda nice if it was (more) accurate nonetheless.

Of course this won't help if people manually patch around but
it's still preferable to claiming we are exactly upstream's source.

If we are building directly out of a git tree, update
debian/micro-revision.i in the clean target.
2009-09-21 14:51:26 +02:00
Peter Palfrader 06211f2b90 Remove common_sha1.i and or_sha1.i in clean
The files src/common/common_sha1.i src/or/or_sha1.i get changed during
the build - they contain the checksums of the individual files that end
up in the binary.  Of couse changes only end up in the debian diff.gz
after building a second time in the same directory.  So, remove those
files in clean to get both a cleaner diff.gz and idempotent builds.
2009-09-21 13:39:40 +02:00
Peter Palfrader 20225895a3 New upstream version: 0.2.2.2-alpha 2009-09-21 13:16:05 +02:00
Peter Palfrader 2bf59689a2 Forward port patches/06_add_compile_time_defaults.dpatch 2009-09-03 15:10:47 +02:00
Peter Palfrader 7dba7dcf71 Forward port patches/03_tor_manpage_in_section_8.dpatch 2009-09-03 15:07:08 +02:00
Peter Palfrader 928182dd9b New upstream version 2009-09-03 14:53:51 +02:00
Peter Palfrader 58ccdfccef Mention that this closes #538960 in the changelog 2009-07-29 12:49:52 +02:00
Peter Palfrader 3d99723411 New upstream version 2009-07-29 12:18:25 +02:00
Peter Palfrader 805b19e4f1 New upstream version 2009-07-25 11:15:34 +02:00
Peter Palfrader 95a6623645 Release 0.2.1.17-rc-1 2009-07-13 23:38:13 +02:00
Peter Palfrader ca446bd693 Update upstream URL in debian/copyright 2009-06-26 01:59:34 +02:00
Peter Palfrader f3f36fafc3 Release 0.2.1.16-rc-1 2009-06-20 13:16:19 +02:00
Peter Palfrader 6be66447e7 Forward port 06_add_compile_time_defaults 2009-06-20 13:00:41 +02:00
Peter Palfrader ee2cdd1ddf New upstream version 2009-06-20 13:00:10 +02:00
Peter Palfrader 6190c81454 Update versioned build time dependency on debhelper 2009-05-31 13:18:53 +02:00
Peter Palfrader 83c5650178 Change debhelper compatibility version from 4 to 5 2009-05-31 11:15:04 +00:00
Peter Palfrader 38447cd4de Update Standards-Version 3.8.1
Update Standards-Version from 3.8.0 to 3.8.1.  No real changes required, we
already support nocheck in DEB_BUILD_OPTIONS since August 2004, and we already
create our var/run directory in the init script (tho we now no longer ship it
either - see above).
2009-05-31 10:43:38 +00:00
Peter Palfrader aa278d3181 Remove /var/run/tor from package.
Stop shipping /var/run/tor in the package.  Only clean up permissions of
/var/run/tor in postinst if the directory actually exists.
2009-05-31 10:41:08 +00:00
Peter Palfrader 77bc85f047 Be quiet when creating /var/run/tor.
No longer inform the user if/when we re-create the /var/run/tor directory in
the init script.  With /var/run on tmpfs this is completely normal now so our
message was just noise.
2009-05-31 10:38:24 +00:00
Peter Palfrader db05c8bc43 Change build time dependency on gs to ghostscript. 2009-05-30 21:10:21 +02:00
Peter Palfrader 161a67eea5 New upstream version 2009-05-30 20:52:02 +02:00
Peter Palfrader 657f6bba03 New upstream version
svn:r19340
2009-04-16 18:39:03 +00:00
Peter Palfrader a331f451d0 The override file is always correct
svn:r19053
2009-03-16 17:08:45 +00:00
Peter Palfrader 086f98ba8f New upstream version
svn:r18999
2009-03-15 00:21:53 +00:00
Peter Palfrader 32aaa16100 New upstream version
svn:r18457
2009-02-09 23:51:31 +00:00
Peter Palfrader 6a11cded87 patches/06_add_compile_time_defaults: Only set the User option in the config if
we run as root.  Do not set it when run as debian-tor as Tor then always
insists on changing users which will fail.  (If we run as any other user we
don't set our debian defaults anyway.)


svn:r18397
2009-02-04 23:42:39 +00:00
Peter Palfrader df5a94fc67 And forward port patches
svn:r18195
2009-01-21 00:01:07 +00:00
Peter Palfrader 8304026b1a New upstream version
svn:r18194
2009-01-20 23:56:20 +00:00
Peter Palfrader 0d77226a19 Debian changelog for upcoming upstream version fixing #495829
svn:r18161
2009-01-18 01:08:45 +00:00
Peter Palfrader 5811005442 README.Debian: No longer claim we change the default 'Group' setting when run
as debian-user.  That setting no longer exists.


svn:r18159
2009-01-18 00:50:31 +00:00
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