pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/cjose/patches



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Tue Aug 22 10:45:03 UTC 2023

Added Files:
        pkgsrc/textproc/cjose/patches: patch-src_concatkdf.c

Log Message:
Switch from unmaintained github repo cisco/cjose/ to OpenIDC/cjose/ and
update to 0.6.2.2, fixing build on netbsd-10 (and probably HEAD) after
openssl upgrade.
Changes are mostly build and bug fixes; support for newer openssl version
and ciphers.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/cjose/patches/patch-src_concatkdf.c

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

Added files:

Index: pkgsrc/textproc/cjose/patches/patch-src_concatkdf.c
diff -u /dev/null pkgsrc/textproc/cjose/patches/patch-src_concatkdf.c:1.1
--- /dev/null   Tue Aug 22 10:45:03 2023
+++ pkgsrc/textproc/cjose/patches/patch-src_concatkdf.c Tue Aug 22 10:45:03 2023
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_concatkdf.c,v 1.1 2023/08/22 10:45:03 bouyer Exp $
+
+--- src/concatkdf.c.orig       2023-08-22 12:18:03.202602223 +0200
++++ src/concatkdf.c    2023-08-22 12:17:49.008381386 +0200
+@@ -12,8 +12,12 @@
+ #include <malloc.h>
+ #else
+ #include <arpa/inet.h>
++#ifdef __NetBSD__
++#include <stdlib.h>
++#else
+ #include <alloca.h>
+ #endif
++#endif
+ #include <openssl/evp.h>
+ #include <string.h>
+ #include <cjose/base64.h>



Home | Main Index | Thread Index | Old Index