pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/sslproxy
Module Name: pkgsrc
Committed By: nia
Date: Sat Jun 20 09:53:16 UTC 2026
Modified Files:
pkgsrc/security/sslproxy: Makefile distinfo
Added Files:
pkgsrc/security/sslproxy/patches: patch-ssl__proxy.c
Log Message:
sslproxy: Need to include <strings.h> for bcopy(3), bzero(3).
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/sslproxy/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/sslproxy/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/sslproxy/patches/patch-ssl__proxy.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/sslproxy/Makefile
diff -u pkgsrc/security/sslproxy/Makefile:1.11 pkgsrc/security/sslproxy/Makefile:1.12
--- pkgsrc/security/sslproxy/Makefile:1.11 Tue Oct 24 22:11:00 2023
+++ pkgsrc/security/sslproxy/Makefile Sat Jun 20 09:53:16 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2023/10/24 22:11:00 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/06/20 09:53:16 nia Exp $
DISTNAME= sslproxy-1.1.2
PKGREVISION= 4
-CATEGORIES= net
+CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sslproxy/1.1.2/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/security/sslproxy/distinfo
diff -u pkgsrc/security/sslproxy/distinfo:1.5 pkgsrc/security/sslproxy/distinfo:1.6
--- pkgsrc/security/sslproxy/distinfo:1.5 Tue Oct 26 11:18:03 2021
+++ pkgsrc/security/sslproxy/distinfo Sat Jun 20 09:53:16 2026
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:18:03 nia Exp $
+$NetBSD: distinfo,v 1.6 2026/06/20 09:53:16 nia Exp $
BLAKE2s (sslproxy-1.1.2.tar.gz) = a1ae53c07710d7ac1d19a09c2628eeb69e5cf634dcd2801aba5c5318f1229f58
SHA512 (sslproxy-1.1.2.tar.gz) = a9a52a979bea12ecea3369f734269ddd775f9a6536ce2bb72d9a3d928406c5c3b2342bf2bc8f2676204e137e925ac09482d08ad9f9c0a2aa84bef953a5b03823
Size (sslproxy-1.1.2.tar.gz) = 25203 bytes
SHA1 (patch-Makefile.global) = d1ab92900f52f6b10ae674862774d281d2dc82d7
+SHA1 (patch-ssl__proxy.c) = 8542d98bd5cf2b5b2144232e4c2344b3ba3e68fa
Added files:
Index: pkgsrc/security/sslproxy/patches/patch-ssl__proxy.c
diff -u /dev/null pkgsrc/security/sslproxy/patches/patch-ssl__proxy.c:1.1
--- /dev/null Sat Jun 20 09:53:16 2026
+++ pkgsrc/security/sslproxy/patches/patch-ssl__proxy.c Sat Jun 20 09:53:16 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-ssl__proxy.c,v 1.1 2026/06/20 09:53:16 nia Exp $
+
+Need to include <strings.h> for bcopy(3), bzero(3).
+
+--- ssl_proxy.c.orig 2026-06-20 09:51:07.617451911 +0000
++++ ssl_proxy.c
+@@ -39,6 +39,7 @@
+ #include <netdb.h>
+ #include <fcntl.h>
+ #include <string.h>
++#include <strings.h>
+ #include <pwd.h>
+ #include <arpa/inet.h>
+
Home |
Main Index |
Thread Index |
Old Index