Andrius Merkys pushed to branch master at Debian Med / emboss
Commits: 35ab89ff by Andrius Merkys at 2025-09-25T05:30:43-04:00 Fix segfault on s390x (Closes: #1069098). Thanks Pranav P! - - - - - e3d60a91 by Andrius Merkys at 2025-09-25T05:33:02-04:00 Update changelog for 6.6.0+dfsg-18 release - - - - - 3 changed files: - debian/changelog - + debian/patches/fix-ajulong-nkeys-s390x.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +emboss (6.6.0+dfsg-18) unstable; urgency=medium + + * Team upload. + + [ Alexandre Detiste ] + * xz is the default compression + + [ Andrius Merkys ] + * Fix segfault on s390x (Closes: #1069098). Thanks Pranav P! + + -- Andrius Merkys <[email protected]> Thu, 25 Sep 2025 05:31:45 -0400 + emboss (6.6.0+dfsg-17) unstable; urgency=medium * Team upload. ===================================== debian/patches/fix-ajulong-nkeys-s390x.patch ===================================== @@ -0,0 +1,14 @@ +Author: Pranav P <[email protected]> +Description: Fix segfault on s390x +Bug-Debian: https://bugs.debian.org/1069098 +--- a/ajax/core/ajindex.c ++++ b/ajax/core/ajindex.c +@@ -12742,7 +12742,7 @@ + ajulong blockno = 0UL; + ajulong shift = 0UL; + +- ajulong nkeys = 0U; ++ ajuint nkeys = 0U; + + ajuint nodetype = 0U; + ajulong right = 0UL; ===================================== debian/patches/series ===================================== @@ -10,3 +10,4 @@ no_makejar.patch com_sun_net_deprecation.patch rename-bool-variable.patch fix-va-define-s390x.patch +fix-ajulong-nkeys-s390x.patch View it on GitLab: https://salsa.debian.org/med-team/emboss/-/compare/f80cc5bba524c2803f3f70d60aeb4e5f02fba0be...e3d60a9190e298d6a70a61910e06285ac19c2c90 -- View it on GitLab: https://salsa.debian.org/med-team/emboss/-/compare/f80cc5bba524c2803f3f70d60aeb4e5f02fba0be...e3d60a9190e298d6a70a61910e06285ac19c2c90 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
