pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mosquitto/patches



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Dec 31 16:02:09 UTC 2021

Modified Files:
        pkgsrc/net/mosquitto/patches: patch-lib_net__mosq.c

Log Message:
mosquitto: Restore comment accidentally deleted during the last commit


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/mosquitto/patches/patch-lib_net__mosq.c

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

Modified files:

Index: pkgsrc/net/mosquitto/patches/patch-lib_net__mosq.c
diff -u pkgsrc/net/mosquitto/patches/patch-lib_net__mosq.c:1.2 pkgsrc/net/mosquitto/patches/patch-lib_net__mosq.c:1.3
--- pkgsrc/net/mosquitto/patches/patch-lib_net__mosq.c:1.2      Fri Dec 31 09:57:36 2021
+++ pkgsrc/net/mosquitto/patches/patch-lib_net__mosq.c  Fri Dec 31 16:02:09 2021
@@ -1,4 +1,8 @@
-$NetBSD: patch-lib_net__mosq.c,v 1.2 2021/12/31 09:57:36 triaxx Exp $
+$NetBSD: patch-lib_net__mosq.c,v 1.3 2021/12/31 16:02:09 triaxx Exp $
+
+Work around lack of strnlen on older NetBSD.
+
+Not sent upstream becaus POSIX requires strnlen.
 
 --- lib/net_mosq.c.orig        2021-11-17 00:28:35.000000000 +0000
 +++ lib/net_mosq.c



Home | Main Index | Thread Index | Old Index