[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#891566: stretch-pu: package fastforward/1:0.51-3.1~deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

   * Add patch from Harry Sintonen to fix segfaults on 64bit.
     (Closes: #859327)
diff -u fastforward-0.51/debian/changelog fastforward-0.51/debian/changelog
--- fastforward-0.51/debian/changelog
+++ fastforward-0.51/debian/changelog
@@ -1,3 +1,18 @@
+fastforward (1:0.51-3.1~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for stretch.
+
+ -- Adrian Bunk <bunk@debian.org>  Mon, 26 Feb 2018 20:04:28 +0200
+
+fastforward (1:0.51-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch from Harry Sintonen to fix segfaults on 64bit.
+    (Closes: #859327)
+
+ -- Adrian Bunk <bunk@debian.org>  Wed, 26 Jul 2017 18:15:43 +0300
+
 fastforward (1:0.51-3) unstable; urgency=low
 
   * debian/rules: install the fastforward's newaliases program as
only in patch2:
unchanged:
--- fastforward-0.51.orig/debian/diff/0002-64bit-ptr-fix.diff
+++ fastforward-0.51/debian/diff/0002-64bit-ptr-fix.diff
@@ -0,0 +1,20 @@
+diff -r -u fastforward-0.51/cdbmake_add.c fastforward-0.51-fixed/cdbmake_add.c
+--- fastforward-0.51/cdbmake_add.c	1998-05-19 19:25:42.000000000 +0300
++++ fastforward-0.51-fixed/cdbmake_add.c	2017-06-20 15:03:15.916043326 +0300
+@@ -1,4 +1,5 @@
+ #include "cdbmake.h"
++#include "alloc.h"
+ 
+ void cdbmake_init(cdbm)
+ struct cdbmake *cdbm;
+diff -r -u fastforward-0.51/strset.c fastforward-0.51-fixed/strset.c
+--- fastforward-0.51/strset.c	1998-05-19 19:25:42.000000000 +0300
++++ fastforward-0.51-fixed/strset.c	2017-06-20 15:01:59.604447413 +0300
+@@ -1,6 +1,7 @@
+ #include "strset.h"
+ #include "str.h"
+ #include "byte.h"
++#include "alloc.h"
+ 
+ uint32 strset_hash(s)
+ char *s;

Reply to: