[or-cvs] New upstream release (candidate).
Peter Palfrader
weasel at seul.org
Wed Dec 1 09:22:16 UTC 2004
Update of /home/or/cvsroot/tor/debian
In directory moria.mit.edu:/tmp/cvs-serv16309
Modified Files:
changelog rules
Log Message:
* New upstream release (candidate).
* Add a few 'date' calls in debian/rules, so I can see how long building the docs takes on autobuilders.
Index: changelog
===================================================================
RCS file: /home/or/cvsroot/tor/debian/changelog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- changelog 29 Nov 2004 22:31:23 -0000 1.80
+++ changelog 1 Dec 2004 09:22:14 -0000 1.81
@@ -1,3 +1,13 @@
+tor (0.0.8+0.0.9rc5-1) unstable; urgency=medium
+
+ * New upstream release (candidate).
+ - medium because it fixes an integer overflow that might
+ be exploitable, but doesn't seem to be currently.
+ * Add a few 'date' calls in debian/rules, so I can see how long
+ building the docs take on autobuilders.
+
+ -- Peter Palfrader <weasel at debian.org> Wed, 1 Dec 2004 10:02:08 +0100
+
tor (0.0.8+0.0.9rc3-1) unstable; urgency=low
* New upstream release (candidate).
Index: rules
===================================================================
RCS file: /home/or/cvsroot/tor/debian/rules,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- rules 12 Nov 2004 17:21:16 -0000 1.14
+++ rules 1 Dec 2004 09:22:14 -0000 1.15
@@ -63,6 +63,7 @@
@echo
@echo
# Running unit tests
+ date
if [ "$(RUN_TEST)" != "no" ]; then \
src/or/test; \
else \
@@ -71,6 +72,7 @@
@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*"; \
@@ -85,6 +87,7 @@
echo -e "\n\nSkipping tor-design.{ps,pdf}\n\n"; \
fi
+ date
touch build-stamp
clean: unpatch
More information about the tor-commits
mailing list