+tor (0.0.8+0.0.9rc6-1) unstable; urgency=medium
+
+ * New upstream release (candidate).
+ - cleans up more integer underflows that don't look exploitable.
+ But one never knows (-> medium).
+ * Remove those 'date' calls in debian/rules again that were
+ added in rc5-1.
+
+ -- Peter Palfrader <weasel@debian.org> Mon, 6 Dec 2004 11:11:23 +0100
+
tor (0.0.8+0.0.9rc5-1) unstable; urgency=medium
* New upstream release (candidate).
@echo
@echo
# Running unit tests
- date
if [ "$(RUN_TEST)" != "no" ]; then \
src/or/test; \
else \
@echo
# make design paper
- date
if [ "$(BUILD_DOC)" != "no" ]; then \
make -C doc/design-paper tor-design.ps tor-design.pdf || \
( echo -e "*\n*\n*\n*"; \
echo -e "\n\nSkipping tor-design.{ps,pdf}\n\n"; \
fi
- date
touch build-stamp
clean: unpatch