pkgsrc-Bugs archive

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

PR/59839 CVS commit: src/crypto/external/bsd/libsaslc/dist/src



The following reply was made to PR pkg/59839; it has been noted by GNATS.

From: "Nia Alarie" <nia%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59839 CVS commit: src/crypto/external/bsd/libsaslc/dist/src
Date: Wed, 17 Dec 2025 15:58:36 +0000

 Module Name:	src
 Committed By:	nia
 Date:		Wed Dec 17 15:58:36 UTC 2025
 
 Modified Files:
 	src/crypto/external/bsd/libsaslc/dist/src: buffer.c mech_digestmd5.c
 	    mech_gssapi.c
 
 Log Message:
 libsaslc: Do not assume that <endian.h> is transcluded via <sys/types.h>
 or <sys/param.h>.
 
 We're upstream for this code, and it hasn't been ported to non-NetBSD
 systems. I'm not sure why it lives in external/.
 
 Prompted by PR pkg/59839
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/libsaslc/dist/src/buffer.c
 cvs rdiff -u -r1.14 -r1.15 \
     src/crypto/external/bsd/libsaslc/dist/src/mech_digestmd5.c
 cvs rdiff -u -r1.8 -r1.9 \
     src/crypto/external/bsd/libsaslc/dist/src/mech_gssapi.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index