pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net
Module Name: pkgsrc
Committed By: adam
Date: Wed Apr 1 05:53:59 UTC 2026
Modified Files:
pkgsrc/net/openvpn: Makefile.common distinfo
pkgsrc/net/openvpn-acct-wtmpx: distinfo
pkgsrc/net/openvpn-nagios: distinfo
Log Message:
openvpn: updated to 2.7.1
2.7.1
Antonio Quartulli (1):
options: drop useless init_gc param for init_options()
Arne Schwabe (12):
Change stream_buf_read_setup_dowork parameter to struct steam_buf
DCO Linux: Fix setting DCO ifmode failing on big endian archs
Merge stream_buf_get_next and stream_buf_set_next
AWS-LC: Add missing return and cast in ssl_tls1_PRF
GHA: Install aws-lc under /opt/aws-lc
Show version and double check we use the right TLS library in Github Actions
Remove unnecessary OpenSSL init and cleanup commands in unit tests
GHA: Cache built crypto libraries
Use openssl_err_t typedef to deal with difference between TLS libraries
Do not support tls_ctx_set_cert_profile on AWS-LC
Use const specifices in extract_x509_field_ssl
Increase default size of internal hash maps to 4 * --max-clients
Frank Lichtenheld (7):
clang-format: Add missing InsertBraces: true
auth-pam: fix discards 'const' qualifier from pointer target type
GHA: Maintenance update February 2026
buffer: Add checked_snprintf function and use it in the code
vcpkg-ports: Review pkcs11-helper port
systemd: Change LimitNPROC to TasksMax and increase limit
ssl_verify_openssl: Clean up extract_x509_extension
Gert Doering (4):
port-share: log incoming connections at verb 3 only
rework all occurrences of 'M_ERR | M_ERRNO'
configure.ac: adjust to native inotify support for FreeBSD 15+
dco_freebsd: use AF_LOCAL sockets for ioctl() communication with DCO driver
Gianmarco De Gregori (1):
socket: restore per-connection lport override over global default
Haixiao Yan (1):
tests: skip test execution when cross-compiling
Heiko Hund (2):
doc: improve Windows-specific options section
doc: fix typo with --ingore-unknown-option
Max Fillinger (1):
Avoid unbounded allocations in pkcs11_mbedtls.c
Ralf Lici (1):
doc: fix client-nat syntax and examples
Rudi Heitbaum (3):
dns: fix discards 'const' qualifier from pointer target type
ntlm: fix discards 'const' qualifier from pointer target type
ssl_verify_openssl: use official ASN1_STRING_ API
Selva Nair (4):
Fixup version command on management interface
Document management client versions
Use USER_PASS_LEN for private key password buffer size
Add an optional username-only flag for auth-user-pass
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/openvpn/Makefile.common
cvs rdiff -u -r1.76 -r1.77 pkgsrc/net/openvpn/distinfo
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/openvpn-acct-wtmpx/distinfo
cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/openvpn-nagios/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/openvpn/Makefile.common
diff -u pkgsrc/net/openvpn/Makefile.common:1.45 pkgsrc/net/openvpn/Makefile.common:1.46
--- pkgsrc/net/openvpn/Makefile.common:1.45 Sun Feb 15 12:50:42 2026
+++ pkgsrc/net/openvpn/Makefile.common Wed Apr 1 05:53:59 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.45 2026/02/15 12:50:42 adam Exp $
+# $NetBSD: Makefile.common,v 1.46 2026/04/01 05:53:59 adam Exp $
# used by net/openvpn/Makefile
# used by net/openvpn-acct-wtmpx/Makefile
# used by net/openvpn-nagios/Makefile
-OPENVPN_DISTNAME= openvpn-2.7.0
+OPENVPN_DISTNAME= openvpn-2.7.1
OPENVPN_DISTFILE= ${OPENVPN_DISTNAME}.tar.gz
OPENVPN_MASTER_SITES= https://swupdate.openvpn.org/community/releases/
SITES.${OPENVPN_DISTFILE}= ${OPENVPN_MASTER_SITES}
Index: pkgsrc/net/openvpn/distinfo
diff -u pkgsrc/net/openvpn/distinfo:1.76 pkgsrc/net/openvpn/distinfo:1.77
--- pkgsrc/net/openvpn/distinfo:1.76 Sun Feb 15 12:50:42 2026
+++ pkgsrc/net/openvpn/distinfo Wed Apr 1 05:53:59 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2026/02/15 12:50:42 adam Exp $
+$NetBSD: distinfo,v 1.77 2026/04/01 05:53:59 adam Exp $
-BLAKE2s (openvpn-2.7.0.tar.gz) = c17145b1979e5b1b69da4d9d6eee67298b90acd13567ba9e735c6662f31a9c7a
-SHA512 (openvpn-2.7.0.tar.gz) = 44ad35a1f3520487892ec87acbceaf1b6c99816d797837337ea9d6cd7e407ce7405381baac0db10da8fe7fbb41a6fe8bf95d4255ce51446975a5fd44e6c7a9f7
-Size (openvpn-2.7.0.tar.gz) = 2083303 bytes
+BLAKE2s (openvpn-2.7.1.tar.gz) = 655f5a3762f8d0c8e9382d117ed2f02fabe844ad5a059fc758e9598c221d74e6
+SHA512 (openvpn-2.7.1.tar.gz) = 75f205484ff274fd706ba36c2e124e73ac30863755486bd0f350384de3b544feb48132276ccdb481f10c80d4cfc00f1d256d4c859a0fca8cd33adeeb9a600d58
+Size (openvpn-2.7.1.tar.gz) = 2088230 bytes
SHA1 (patch-src_compat_compat-basename.c) = c5cd48db40279a956ada044a81e6dfab015d70b6
Index: pkgsrc/net/openvpn-acct-wtmpx/distinfo
diff -u pkgsrc/net/openvpn-acct-wtmpx/distinfo:1.51 pkgsrc/net/openvpn-acct-wtmpx/distinfo:1.52
--- pkgsrc/net/openvpn-acct-wtmpx/distinfo:1.51 Sun Feb 15 12:50:42 2026
+++ pkgsrc/net/openvpn-acct-wtmpx/distinfo Wed Apr 1 05:53:59 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.51 2026/02/15 12:50:42 adam Exp $
+$NetBSD: distinfo,v 1.52 2026/04/01 05:53:59 adam Exp $
-BLAKE2s (openvpn-2.7.0.tar.gz) = c17145b1979e5b1b69da4d9d6eee67298b90acd13567ba9e735c6662f31a9c7a
-SHA512 (openvpn-2.7.0.tar.gz) = 44ad35a1f3520487892ec87acbceaf1b6c99816d797837337ea9d6cd7e407ce7405381baac0db10da8fe7fbb41a6fe8bf95d4255ce51446975a5fd44e6c7a9f7
-Size (openvpn-2.7.0.tar.gz) = 2083303 bytes
+BLAKE2s (openvpn-2.7.1.tar.gz) = 655f5a3762f8d0c8e9382d117ed2f02fabe844ad5a059fc758e9598c221d74e6
+SHA512 (openvpn-2.7.1.tar.gz) = 75f205484ff274fd706ba36c2e124e73ac30863755486bd0f350384de3b544feb48132276ccdb481f10c80d4cfc00f1d256d4c859a0fca8cd33adeeb9a600d58
+Size (openvpn-2.7.1.tar.gz) = 2088230 bytes
BLAKE2s (openvpn-acct-wtmpx-20130210.tgz) = 2bb02a4e6adb7ce1d189271a6fbb6cbffd6a37d7b5e75cccebfc8dfac6dbaddd
SHA512 (openvpn-acct-wtmpx-20130210.tgz) = 7b8fd4929e65d8d84158f62e5a17ff3adb3b4a6cff63b29038acfb368750719f2f593786ed9b02402824c19d872b188d2a46740a5c5f853e8873a71481b13aaf
Size (openvpn-acct-wtmpx-20130210.tgz) = 2778 bytes
Index: pkgsrc/net/openvpn-nagios/distinfo
diff -u pkgsrc/net/openvpn-nagios/distinfo:1.48 pkgsrc/net/openvpn-nagios/distinfo:1.49
--- pkgsrc/net/openvpn-nagios/distinfo:1.48 Sun Feb 15 12:50:42 2026
+++ pkgsrc/net/openvpn-nagios/distinfo Wed Apr 1 05:53:59 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2026/02/15 12:50:42 adam Exp $
+$NetBSD: distinfo,v 1.49 2026/04/01 05:53:59 adam Exp $
-BLAKE2s (openvpn-2.7.0.tar.gz) = c17145b1979e5b1b69da4d9d6eee67298b90acd13567ba9e735c6662f31a9c7a
-SHA512 (openvpn-2.7.0.tar.gz) = 44ad35a1f3520487892ec87acbceaf1b6c99816d797837337ea9d6cd7e407ce7405381baac0db10da8fe7fbb41a6fe8bf95d4255ce51446975a5fd44e6c7a9f7
-Size (openvpn-2.7.0.tar.gz) = 2083303 bytes
+BLAKE2s (openvpn-2.7.1.tar.gz) = 655f5a3762f8d0c8e9382d117ed2f02fabe844ad5a059fc758e9598c221d74e6
+SHA512 (openvpn-2.7.1.tar.gz) = 75f205484ff274fd706ba36c2e124e73ac30863755486bd0f350384de3b544feb48132276ccdb481f10c80d4cfc00f1d256d4c859a0fca8cd33adeeb9a600d58
+Size (openvpn-2.7.1.tar.gz) = 2088230 bytes
BLAKE2s (openvpn-nagios-20130210.tgz) = 713b55e865350c44a314aa3b48694695f4d82b50883d1fae919f01e9545c7c34
SHA512 (openvpn-nagios-20130210.tgz) = 80e565f32379c39eb6c7f3b4744af221ae882ff07dce9dae5bd7feb73b0edcfc7c7ac7f70d23fdcd4f492b66f095f09833deb122449840b36ea606ce91900358
Size (openvpn-nagios-20130210.tgz) = 3034 bytes
Home |
Main Index |
Thread Index |
Old Index