On Tue, 06 Aug 2024 06:08:59 +0000 wuruilong wrote:
> Source: prads
> Followup-For: Bug #1068165
> X-Debbugs-Cc: wuruil...@loongson.cn
>
> Dear Maintainer,
>
> Upstream has merged patches, can anyone merge this patch please?
>
> wuruilong
>
> -- System Information:
> Debian Release: trixie/sid
> APT prefers unreleased
> APT policy: (500, 'unreleased'), (500, 'unstable')
> Architecture: loong64 (loongarch64)
>
> Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
> Shell: /bin/sh linked to /usr/bin/dash
> Init: unable to detect
>
>


The loongarch platform has upgraded the version of gcc and now updates the attached patch.

and the new patch has been verified on the loongarch platform, please merge the attached patch.

wuruilong

The Debian packaging of prads is maintained in git, using the merging
workflow described in dgit-maint-merge(7). There isn't a patch queue
that can be represented as a quilt series.

A detailed breakdown of the changes is available from their canonical
representation - git commits in the packaging repository. For example,
to see the changes made by the Debian maintainer in the first upload
of upstream version 0.3.3, you could use:

    % git clone https://git.dgit.debian.org/prads
    % cd prads
    % git log --oneline 0.3.3..debian/0.3.3-1 -- . ':!debian'

(If you have dgit, use `dgit clone prads`, rather than plain `git clone`.)

A single combined diff, containing all the changes, follows.
--- prads-0.3.3.orig/src/dump_dns.c
+++ prads-0.3.3/src/dump_dns.c
@@ -98,7 +98,7 @@ void printchars(char buf[NS_MAXDNAME], u
 	(cp) += INT32SZ; \
 } while (0)
 
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__loongarch__)
 const char *_res_opcodes[] = {
         "QUERY",
         "IQUERY",
--- prads-0.3.3.orig/src/mac.c
+++ prads-0.3.3/src/mac.c
@@ -332,7 +332,7 @@ int load_mac(const char *file, mac_entry
 }
 
 /* eats an ARP packet and adds/enters the asset */
-void arp_check(eth_hdr, tstamp)
+void arp_check(char *eth_hdr, time_t tstamp)
 {
     return;
 }

Reply via email to