pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mairix



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar 18 17:03:53 UTC 2026

Modified Files:
        pkgsrc/mail/mairix: distinfo
Added Files:
        pkgsrc/mail/mairix/patches: patch-db.c

Log Message:
mairix: Fix implicit decl of bzero(3)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/mairix/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mairix/patches/patch-db.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mairix/distinfo
diff -u pkgsrc/mail/mairix/distinfo:1.10 pkgsrc/mail/mairix/distinfo:1.11
--- pkgsrc/mail/mairix/distinfo:1.10    Tue Oct 26 10:54:07 2021
+++ pkgsrc/mail/mairix/distinfo Wed Mar 18 17:03:53 2026
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:54:07 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/03/18 17:03:53 nia Exp $
 
 BLAKE2s (mairix-0.21.tar.gz) = e1ecc5bc8137ff23354f52561ab1b827fc0b898e3ad4366611cebb3123eebaaa
 SHA512 (mairix-0.21.tar.gz) = 82a7f5bc92efb7d6960922e8c05b075619b7072e90a0f3c0d3477ff5fb3cf9607e81748e1394f599e5049033207fbe72a373aaf872ac8db0f5e88ef17a5de1bc
 Size (mairix-0.21.tar.gz) = 159089 bytes
 SHA1 (patch-aa) = bc87571018a2470b09dd7f096794439ba8244025
+SHA1 (patch-db.c) = 53f0539f76ccb8d9b4285bccd2219bec6b53d888
 SHA1 (patch-dfasyn_Makefile) = 303257019b16e5c715e4fad0e9e45e1c9e4d8cf9

Added files:

Index: pkgsrc/mail/mairix/patches/patch-db.c
diff -u /dev/null pkgsrc/mail/mairix/patches/patch-db.c:1.1
--- /dev/null   Wed Mar 18 17:03:53 2026
+++ pkgsrc/mail/mairix/patches/patch-db.c       Wed Mar 18 17:03:53 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-db.c,v 1.1 2026/03/18 17:03:53 nia Exp $
+
+Fix implicit declaration of bzero(3).
+
+--- db.c.orig  2026-03-18 16:40:13.452142870 +0000
++++ db.c
+@@ -28,6 +28,7 @@
+ #include <assert.h>
+ #include <sys/time.h>
+ #include <unistd.h>
++#include <strings.h>
+ 
+ struct sortable_token {/*{{{*/
+   char *text;



Home | Main Index | Thread Index | Old Index