pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update to 1.20.1. From the changelog:
Module Name: pkgsrc-wip
Committed By: Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By: schmonz
Date: Fri Mar 24 17:18:56 2023 -0400
Changeset: dc64037b069729adcb89d4bd251da2654a44c835
Modified Files:
openfortivpn/Makefile
openfortivpn/PLIST
openfortivpn/distinfo
Log Message:
Update to 1.20.1. From the changelog:
* [-] fix version string in configure.ac
* [-] fix incorrect empty HDLC frame detection causing connection drops
* [+] increase the inbound HTTP buffer capacity
* [-] fix a few log messages
* [-] fix innocuous memory leaks when parsing options
* [+] prepend "SVPNCOOKIE=" to the cookie if missing
* [~] drop support for openssl < 1.0.2
* [-] fix "Peer refused to agree to our IP address" message
* [+] avoid setting duplicate routes
* [~] remove obsolete code that reads non-XML config from FortiOS 4
* [-] improve warning message when reading options from config file
* [+] add new options to delegate the authentication to external programs
* [-] minor fixes in documentation
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dc64037b069729adcb89d4bd251da2654a44c835
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
openfortivpn/Makefile | 8 ++++----
openfortivpn/PLIST | 2 +-
openfortivpn/distinfo | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs:
diff --git a/openfortivpn/Makefile b/openfortivpn/Makefile
index bb4331ddae..7ee8187cdc 100644
--- a/openfortivpn/Makefile
+++ b/openfortivpn/Makefile
@@ -1,5 +1,5 @@
# $NetBSD$
-DISTNAME= openfortivpn-1.17.3
+DISTNAME= openfortivpn-1.20.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=adrienverge/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -13,7 +13,7 @@ USE_TOOLS+= aclocal autoconf automake gmake pkg-config awk gsed
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
BUILD_DEFS+= PKG_SYSCONFBASE
-CONF_FILES+= ${PREFIX}/share/examples/${PKGNAME}/config ${PKG_SYSCONFDIR}/openfortivpn/config
+CONF_FILES+= ${PREFIX}/share/examples/${PKGBASE}/config ${PKG_SYSCONFDIR}/openfortivpn/config
MAKE_DIRS_PERMS+= ${PKG_SYSCONFDIR}/openfortivpn \
${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700
@@ -24,7 +24,7 @@ MAKE_DIRS_PERMS+= ${PKG_SYSCONFDIR}/openfortivpn \
pre-configure:
set -e && cd ${WRKSRC} && ./autogen.sh
post-install:
- set -e && mkdir -p ${DESTDIR}${PREFIX}/share/examples/${PKGNAME} && \
- mv ${DESTDIR}${PKG_SYSCONFBASE}/openfortivpn/config ${DESTDIR}${PREFIX}/share/examples/${PKGNAME}/config
+ set -e && mkdir -p ${DESTDIR}${PREFIX}/share/examples/${PKGBASE} && \
+ mv ${DESTDIR}${PKG_SYSCONFBASE}/openfortivpn/config ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/config
.include "../../mk/bsd.pkg.mk"
diff --git a/openfortivpn/PLIST b/openfortivpn/PLIST
index 85d5b8266b..1d2ff7881e 100644
--- a/openfortivpn/PLIST
+++ b/openfortivpn/PLIST
@@ -1,6 +1,6 @@
@comment $NetBSD$
bin/openfortivpn
-share/examples/${PKGNAME}/config
+share/examples/${PKGBASE}/config
man/man1/openfortivpn.1
share/openfortivpn/config.template
@pkgdir etc/openfortivpn
diff --git a/openfortivpn/distinfo b/openfortivpn/distinfo
index 3a7b4fe4f1..d188d27067 100644
--- a/openfortivpn/distinfo
+++ b/openfortivpn/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (openfortivpn-1.17.3.tar.gz) = d4a64d248b64ef5385341cf31f4819072c90ad474b1abff77c4a76d60f6c67bc
-SHA512 (openfortivpn-1.17.3.tar.gz) = 19fd9bdc7c3f75892b4b62bade59512be702c11a7d97c4273aa40b3bef9a884f9647b49f1615ba5d37e1987fb3a4625b37eb2cb1cc22277566d2b9a4a54d24e5
-Size (openfortivpn-1.17.3.tar.gz) = 167399 bytes
+BLAKE2s (openfortivpn-1.20.1.tar.gz) = 243b3780a232a223c71b2db130882a4cf8c5a194ee9f090dd7031f4ec4c5c87b
+SHA512 (openfortivpn-1.20.1.tar.gz) = d0298d7ff61a1374edb3da34d08766a40259f4140ed3c8954f559e8f8fb6c062c6cfe307f4b98d6093a96379808cc2b5f35ba400628b616184b87fa0670365d6
+Size (openfortivpn-1.20.1.tar.gz) = 167700 bytes
Home |
Main Index |
Thread Index |
Old Index