]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Commit changelog and rules for my almost 0.0.9rc6 debian-version-0.0.8+0.0.9rc6-1
authorPeter Palfrader <peter@palfrader.org>
Wed, 8 Dec 2004 14:21:59 +0000 (14:21 +0000)
committerPeter Palfrader <peter@palfrader.org>
Wed, 8 Dec 2004 14:21:59 +0000 (14:21 +0000)
svn:r3125

debian/changelog
debian/rules

index da0fbb249fa06d3c61935cc0eb6c3033b3fc3bb2..8a394b4859cb0bfa6203b0063fe14f407a8dc8f5 100644 (file)
@@ -1,3 +1,13 @@
+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).
index 05f938d5619570b1c9af0185023e46b99e6dc810..c248290929781b9b02e0a4c98d68279125009eea 100755 (executable)
@@ -63,7 +63,6 @@ build-stamp:  config.status
        @echo
        @echo
        # Running unit tests
-       date
        if [ "$(RUN_TEST)" != "no" ]; then \
                src/or/test; \
        else \
@@ -72,7 +71,6 @@ build-stamp:  config.status
        @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*"; \
@@ -87,7 +85,6 @@ build-stamp:  config.status
                echo -e "\n\nSkipping tor-design.{ps,pdf}\n\n"; \
        fi
 
-       date
        touch build-stamp
 
 clean: unpatch