Control: tags 869357 + pending

Dear maintainer,

I've prepared an NMU for libdigest-whirlpool-perl (versioned as 1.09-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  https://info.comodo.priv.at/ - Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   
diff -u libdigest-whirlpool-perl-1.09/debian/changelog libdigest-whirlpool-perl-1.09/debian/changelog
--- libdigest-whirlpool-perl-1.09/debian/changelog
+++ libdigest-whirlpool-perl-1.09/debian/changelog
@@ -1,3 +1,13 @@
+libdigest-whirlpool-perl (1.09-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "libdigest-whirlpool-perl FTBFS on s390x: test failure":
+    cherry-pick 66405ec from upstream git:
+    https://github.com/avar/digest-whirlpool/commit/66405ec9ca44492a38a82c2d7fa98c291d46eef1
+    (Closes: #869357)
+
+ -- gregor herrmann <[email protected]>  Mon, 31 Jul 2017 16:32:36 -0400
+
 libdigest-whirlpool-perl (1.09-1) unstable; urgency=low
 
   * New upstream release. Closes: #626628.
only in patch2:
unchanged:
--- libdigest-whirlpool-perl-1.09.orig/Whirlpool.xs
+++ libdigest-whirlpool-perl-1.09/Whirlpool.xs
@@ -15,7 +15,6 @@
 new(SV * class)
 CODE:
     Digest__Whirlpool self;
-    SV * self_ref;
     const char * pkg;
 
     /* Figure out what class we're supposed to bless into, handle
@@ -34,7 +33,6 @@
        containing its memory location */
     Newz(0, self, 1, struct whirlpool);
     NESSIEinit(&self->state);
-    self_ref = newRV_noinc((SV *) self);
 
     RETVAL = newSV(0); /* This gets mortalized automagically */
     sv_setref_pv(RETVAL, pkg, (void*)self);

Attachment: signature.asc
Description: Digital Signature

Reply via email to