pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/sshguard
Module Name: pkgsrc
Committed By: sekiya
Date: Mon Jan 9 01:36:10 UTC 2023
Modified Files:
pkgsrc/security/sshguard: Makefile PLIST distinfo
Added Files:
pkgsrc/security/sshguard/patches: patch-configure
Removed Files:
pkgsrc/security/sshguard/patches: patch-man_sshguard.8
Log Message:
Update to 2.4.2
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/sshguard/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/sshguard/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/sshguard/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/sshguard/patches/patch-configure
cvs rdiff -u -r1.1 -r0 pkgsrc/security/sshguard/patches/patch-man_sshguard.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/sshguard/Makefile
diff -u pkgsrc/security/sshguard/Makefile:1.5 pkgsrc/security/sshguard/Makefile:1.6
--- pkgsrc/security/sshguard/Makefile:1.5 Mon Sep 4 18:08:27 2017
+++ pkgsrc/security/sshguard/Makefile Mon Jan 9 01:36:10 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:27 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/09 01:36:10 sekiya Exp $
-DISTNAME= sshguard-1.5
-PKGREVISION= 1
+DISTNAME= sshguard-2.4.2
+#PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshguard/}
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.sshguard.net/
Index: pkgsrc/security/sshguard/PLIST
diff -u pkgsrc/security/sshguard/PLIST:1.1 pkgsrc/security/sshguard/PLIST:1.2
--- pkgsrc/security/sshguard/PLIST:1.1 Sat Jul 26 19:57:44 2014
+++ pkgsrc/security/sshguard/PLIST Mon Jan 9 01:36:10 2023
@@ -1,3 +1,17 @@
-@comment $NetBSD: PLIST,v 1.1 2014/07/26 19:57:44 tron Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/01/09 01:36:10 sekiya Exp $
+libexec/sshg-blocker
+libexec/sshg-fw-firewalld
+libexec/sshg-fw-hosts
+libexec/sshg-fw-ipfilter
+libexec/sshg-fw-ipfw
+libexec/sshg-fw-ipset
+libexec/sshg-fw-iptables
+libexec/sshg-fw-nft-sets
+libexec/sshg-fw-null
+libexec/sshg-fw-pf
+libexec/sshg-logtail
+libexec/sshg-parser
+man/man7/sshguard-setup.7
man/man8/sshguard.8
sbin/sshguard
+share/examples/rc.d/sshguard
Index: pkgsrc/security/sshguard/distinfo
diff -u pkgsrc/security/sshguard/distinfo:1.4 pkgsrc/security/sshguard/distinfo:1.5
--- pkgsrc/security/sshguard/distinfo:1.4 Tue Oct 26 11:18:03 2021
+++ pkgsrc/security/sshguard/distinfo Mon Jan 9 01:36:10 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:18:03 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/01/09 01:36:10 sekiya Exp $
-BLAKE2s (sshguard-1.5.tar.bz2) = 0deafa240b4ae53a5b1a7613e399264bfe2c0de9d89f175044d5720342103687
-SHA512 (sshguard-1.5.tar.bz2) = 6d17abccd94af9e7fb04a54477ff5686caa64dc36e2f2cbc4a8cd7bc293923daf2fee87fa7f2e247eba1b310abe68549e652ab3224c2d19822d2e8a0306e49e6
-Size (sshguard-1.5.tar.bz2) = 303767 bytes
-SHA1 (patch-man_sshguard.8) = f907d23f5fe3db16dd44128c821f2fe6f94fcb03
+BLAKE2s (sshguard-2.4.2.tar.gz) = de1d10f8d9f44d9844f171d4063aecc21067747709918e1e31b0da183380728d
+SHA512 (sshguard-2.4.2.tar.gz) = f2fe35180af8698d4b2053e9ffbf17df9f033b0c2fcc045caa085467d14174e17aa266d2ef3ce9536037e54f7d3ea42de9e32e7faee65612894294793082862a
+Size (sshguard-2.4.2.tar.gz) = 835431 bytes
+SHA1 (patch-configure) = d2cd0be8143c205089045825b82e496eb35dc511
Added files:
Index: pkgsrc/security/sshguard/patches/patch-configure
diff -u /dev/null pkgsrc/security/sshguard/patches/patch-configure:1.1
--- /dev/null Mon Jan 9 01:36:10 2023
+++ pkgsrc/security/sshguard/patches/patch-configure Mon Jan 9 01:36:10 2023
@@ -0,0 +1,33 @@
+$NetBSD: patch-configure,v 1.1 2023/01/09 01:36:10 sekiya Exp $
+
+Fix portability.
+
+--- configure.orig 2021-03-16 02:38:07.000000000 +0000
++++ configure
+@@ -4947,7 +4947,7 @@ fi
+
+ done
+
+-if test "$capsicum_found" == "candidate"; then :
++if test "$capsicum_found" = "candidate"; then :
+ for ac_func in cap_enter cap_rights_limit
+ do :
+
+@@ -5031,7 +5031,7 @@ fi
+ done
+
+ fi
+-if test "$capsicum_found" == "yes"; then :
++if test "$capsicum_found" = "yes"; then :
+
+ $as_echo "#define CAPSICUM 1" >>confdefs.h
+
+@@ -5088,7 +5088,7 @@ else
+ BUILD_MAN_FALSE=
+ fi
+
+-if test "$RST2MAN_PROG" == "no"; then :
++if test "$RST2MAN_PROG" = "no"; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: rst2man not found; using pre-built man pages" >&5
+ $as_echo "$as_me: WARNING: rst2man not found; using pre-built man pages" >&2;}
+ fi
Home |
Main Index |
Thread Index |
Old Index