aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2005-12-21 14:21:49 +0800
committeraz <az@FreeBSD.org>2005-12-21 14:21:49 +0800
commit7a1e78b20967d781f33a69ea7a9e2b5067d309f9 (patch)
tree4e33bcdda5ce02af62128f0cfe320050fb4a06b9 /security
parent087eabcbad28dd9d7b606741f3377693b272ab28 (diff)
downloadfreebsd-ports-gnome-7a1e78b20967d781f33a69ea7a9e2b5067d309f9.tar.gz
freebsd-ports-gnome-7a1e78b20967d781f33a69ea7a9e2b5067d309f9.tar.zst
freebsd-ports-gnome-7a1e78b20967d781f33a69ea7a9e2b5067d309f9.zip
- Update to version 2.1.1
- Pass maintainership to submitter PR: ports/90724 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Diffstat (limited to 'security')
-rw-r--r--security/srp/Makefile8
-rw-r--r--security/srp/distinfo6
2 files changed, 7 insertions, 7 deletions
diff --git a/security/srp/Makefile b/security/srp/Makefile
index b37531b47a6d..fe1628d13724 100644
--- a/security/srp/Makefile
+++ b/security/srp/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= srp
-PORTVERSION= 2.0.0
+PORTVERSION= 2.1.1
CATEGORIES= security net
MASTER_SITES= http://srp.stanford.edu/source/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= laszlof@vonostingroup.com
COMMENT= Secure Remote Password protocol library, TELNET, and FTP
USE_REINPLACE= yes
@@ -21,8 +21,8 @@ CONFIGURE_ARGS= --with-openssl=/usr \
--enable-loginf
post-patch:
- @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
- 's|malloc\.h|stdlib.h|g'
+ @${GREP} -slR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|malloc\.h|stdlib\.h|g'
post-install:
.if !defined(NOPORTDOCS)
diff --git a/security/srp/distinfo b/security/srp/distinfo
index 3ccc50790c15..af78aaf011c2 100644
--- a/security/srp/distinfo
+++ b/security/srp/distinfo
@@ -1,3 +1,3 @@
-MD5 (srp-2.0.0.tar.gz) = d8f6d0bbb8e2214580d2ab25b53529fe
-SHA256 (srp-2.0.0.tar.gz) = a3c72ab642f236d622eeaa55909b909883648eacfeff91820168bd9fd6e676db
-SIZE (srp-2.0.0.tar.gz) = 1448813
+MD5 (srp-2.1.1.tar.gz) = 23e843f3e35927fa8613edd7e4265c71
+SHA256 (srp-2.1.1.tar.gz) = 49d9242dc9f4c2c9c54078334dbff81a4850239d455953882bc79a0bf1a9cdaa
+SIZE (srp-2.1.1.tar.gz) = 1451683