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

Bug#1057090: rspamd: please enable libunwind support on riscv64



Source: rspamd
Version: 3.4-1
Severity: wishlist
Tags: patch
User: debian-riscv@lists.debian.org
Usertags: riscv64
X-Debbugs-Cc: debian-riscv@lists.debian.org

Dear Maintainer,

I noticed the rspamd package do not enable libunwind support for riscv64
maybe libunwind didn't exist on riscv64 at the time(unofficial port).
Now the rspamd can be built with enabling UNWIND support on riscv64.
Maybe we can enable the support on next upload, thanks.
Inspired by #1057048.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057048

-- 
Regards,
--
  Bo YU

diff -Nru rspamd-3.7.3/debian/changelog rspamd-3.7.3/debian/changelog
--- rspamd-3.7.3/debian/changelog	2023-10-28 06:14:48.000000000 +0800
+++ rspamd-3.7.3/debian/changelog	2023-11-29 16:18:19.000000000 +0800
@@ -1,3 +1,10 @@
+rspamd (3.7.3-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Enable libunwind support for riscv64
+
+ -- Bo YU <tsu.yubo@gmail.com>  Wed, 29 Nov 2023 16:18:19 +0800
+
 rspamd (3.7.3-1) unstable; urgency=medium
 
   * New upstream version 3.7.3
diff -Nru rspamd-3.7.3/debian/control rspamd-3.7.3/debian/control
--- rspamd-3.7.3/debian/control	2023-10-08 19:16:19.000000000 +0800
+++ rspamd-3.7.3/debian/control	2023-11-29 16:18:14.000000000 +0800
@@ -16,7 +16,7 @@
                libsodium-dev,
                libsqlite3-dev,
                libssl-dev,
-               libunwind-dev [amd64 arm64 armel armhf hppa i386 mips64el mipsel powerpcspe ppc64 ppc64el sh4],
+               libunwind-dev [amd64 arm64 armel armhf hppa i386 mips64el mipsel powerpcspe ppc64 ppc64el riscv64 sh4],
                ragel,
                zlib1g-dev
 Standards-Version: 4.6.2
diff -Nru rspamd-3.7.3/debian/rules rspamd-3.7.3/debian/rules
--- rspamd-3.7.3/debian/rules	2023-03-21 21:16:45.000000000 +0800
+++ rspamd-3.7.3/debian/rules	2023-11-29 16:17:52.000000000 +0800
@@ -20,7 +20,7 @@
   HYPERSCAN=OFF
 endif
 
-ifneq ($(filter amd64 arm64 armel armhf hppa i386 mips64el mipsel powerpcspe ppc64 ppc64el sh4, $(DEB_HOST_ARCH)),)
+ifneq ($(filter amd64 arm64 armel armhf hppa i386 mips64el mipsel powerpcspe ppc64 ppc64el riscv64 sh4, $(DEB_HOST_ARCH)),)
   UNWIND=ON
 else
   UNWIND=OFF

Attachment: signature.asc
Description: PGP signature


Reply to: