mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
security/sshguard: Update version 2.4.3=>2.5.0
- While I am here pet portclippy - Cleanup GNU_CONFIGURE_MANPREFIX Changelog: https://bitbucket.org/sshguard/sshguard/src/master/CHANGELOG.rst PR: 286371 Approved by: kevinz5000@gmail.com (maintainer) security/sshguard:
This commit is contained in:
parent
719a68ea59
commit
3db5d4a55e
4 changed files with 6 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= sshguard
|
PORTNAME= sshguard
|
||||||
PORTVERSION= 2.4.3
|
PORTVERSION= 2.5.0
|
||||||
PORTREVISION= 3
|
PORTREVISION= 0
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION}
|
MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION}
|
||||||
|
@ -12,11 +12,10 @@ WWW= https://www.sshguard.net/
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
USES= autoreconf
|
USES= autoreconf
|
||||||
|
|
||||||
USE_RC_SUBR= sshguard
|
USE_RC_SUBR= sshguard
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1698823793
|
TIMESTAMP = 1745699776
|
||||||
SHA256 (sshguard-2.4.3.tar.gz) = 64029deff6de90fdeefb1f497d414f0e4045076693a91da1a70eb7595e97efeb
|
SHA256 (sshguard-2.5.0.tar.gz) = 0dbbae38ff5045530bb4e2e388155d2d8ef6b20e443f74f91dc329b7b70f3e9f
|
||||||
SIZE (sshguard-2.4.3.tar.gz) = 1118756
|
SIZE (sshguard-2.5.0.tar.gz) = 759154
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- configure.ac.orig 2023-06-28 19:03:42 UTC
|
|
||||||
+++ configure.ac
|
|
||||||
@@ -21,7 +21,7 @@ AM_PROG_LEX
|
|
||||||
AS_BOX([Headers, Types, and Compiler Checks])
|
|
||||||
AC_CHECK_HEADERS([getopt.h])
|
|
||||||
|
|
||||||
-AC_CHECK_HEADERS([capsicum_helpers.h libcasper.h], capsicum_found=candidate)
|
|
||||||
+AC_CHECK_HEADERS([casper/cap_net.h], capsicum_found=candidate)
|
|
||||||
AS_IF([test "$capsicum_found" == "candidate"],
|
|
||||||
[AC_SEARCH_LIBS([cap_init], [casper], [capsicum_found=yes])]
|
|
||||||
[AC_SEARCH_LIBS([cap_getaddrinfo], [cap_net], [capsicum_found=yes])])
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/parser/attack_scanner.l.orig 2021-03-01 01:01:21 UTC
|
|
||||||
+++ src/parser/attack_scanner.l
|
|
||||||
@@ -247,7 +247,7 @@ HTTP_LOGIN_200OK_BAD .*({WORDPRESS_LOGIN}|{TYPO3
|
|
||||||
|
|
||||||
/* cyrus-imap login error */
|
|
||||||
"badlogin: "[^\[]*"[" { BEGIN(cyrusimap_loginerr); return CYRUSIMAP_SASL_LOGINERR_PREF; }
|
|
||||||
-<cyrusimap_loginerr>"] ".*"SASL".*"failed".?$ { BEGIN(INITIAL); return CYRUSIMAP_SASL_LOGINERR_SUFF; }
|
|
||||||
+<cyrusimap_loginerr>"] ".*"SASL".*"fail".*$ { BEGIN(INITIAL); return CYRUSIMAP_SASL_LOGINERR_SUFF; }
|
|
||||||
|
|
||||||
/* postfix */
|
|
||||||
"warning: "({WORD}|{HOSTADDR})"[" { BEGIN(postfix_loginerr); return POSTFIX_SASL_LOGINERR_PREF; }
|
|
Loading…
Add table
Reference in a new issue