pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/fwknop



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 25 07:08:24 UTC 2024

Modified Files:
        pkgsrc/net/fwknop: Makefile distinfo

Log Message:
fwknop: updated to 2.6.11

2.6.11

Seed random() at least a bit before using random()
Fix two erroneous calls to strlcat()
Use execvp() instead of execvpe()
Use HTTP/1.1 when communicating over HTTP
khorben/coverity/1355235 TOCTOU
Fix AppArmor profile for Debian unstable
Include systemd unit files in tarballs
Remove obsolete @setcontentsaftertitlepage command
Update apparmor profile to make it work on recent versions of Debian/Ubuntu
Fixes for macOS build
Fix snprintf buffer length
Soften the message when the stanza is not the correct one
Add missing /etc/gai.conf to AppArmor profile
win32: Fix paths to common sources
Fix build with Win32 VC14
Add missing "Wants" directive in systemd unit file
Restart fwknop-server on failure
Fix compile warnings


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/fwknop/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/fwknop/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/fwknop/Makefile
diff -u pkgsrc/net/fwknop/Makefile:1.5 pkgsrc/net/fwknop/Makefile:1.6
--- pkgsrc/net/fwknop/Makefile:1.5      Sun Nov  7 18:37:02 2021
+++ pkgsrc/net/fwknop/Makefile  Tue Jun 25 07:08:23 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/11/07 18:37:02 khorben Exp $
+# $NetBSD: Makefile,v 1.6 2024/06/25 07:08:23 adam Exp $
 
-DISTNAME=      fwknop-2.6.10
-PKGREVISION=   1
+DISTNAME=      fwknop-2.6.11
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mrash/}
 
@@ -17,7 +16,6 @@ USE_TOOLS+=   aclocal autoconf automake au
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --infodir=${PREFIX}/${PKGINFODIR}
 
 RCD_SCRIPTS=           fwknopd
 EGDIR=                 ${PREFIX}/share/examples/fwknop
@@ -32,7 +30,7 @@ INSTALLATION_DIRS+=   ${EGDIR}
 INFO_FILES=    yes
 
 pre-configure:
-       cd ${WRKSRC} && sh autogen.sh
+       cd ${WRKSRC} && ${SH} autogen.sh
 
 post-install:
        ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/fwknop/access.conf ${DESTDIR}${EGDIR}/

Index: pkgsrc/net/fwknop/distinfo
diff -u pkgsrc/net/fwknop/distinfo:1.4 pkgsrc/net/fwknop/distinfo:1.5
--- pkgsrc/net/fwknop/distinfo:1.4      Tue Oct 26 11:05:37 2021
+++ pkgsrc/net/fwknop/distinfo  Tue Jun 25 07:08:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:05:37 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/06/25 07:08:23 adam Exp $
 
-BLAKE2s (fwknop-2.6.10.tar.gz) = 90f0e81b2d247144c649384a695a67f46c37f41c68d327752363efa8ea1b540c
-SHA512 (fwknop-2.6.10.tar.gz) = e6c34dad012921fc0773826c769df322f06fd9310e8f263d8b786d2acda0310763db566324a436ea539b5e0bd6a08ce22e9499f6566d61d6309d84927faa4cf4
-Size (fwknop-2.6.10.tar.gz) = 3030310 bytes
+BLAKE2s (fwknop-2.6.11.tar.gz) = fcbb47906fa8539ad9df099d7baa288e42bbc29f699ebf3262e65bf44d2d67e4
+SHA512 (fwknop-2.6.11.tar.gz) = 3f8f1d70ae929ab92608e97adb91bc4e14d7b7eb1946b5158f834679e36d6a8a032744a70c42d734239c724329efbabe16ba74ffbabbc2150d5f9fc6840bfc6f
+Size (fwknop-2.6.11.tar.gz) = 3039069 bytes



Home | Main Index | Thread Index | Old Index