ports/90724: [UPDATE]: security/srp: Update to version 2.1.1.
Frank Laszlo
laszlof at vonostingroup.com
Wed Dec 21 01:00:21 UTC 2005
>Number: 90724
>Category: ports
>Synopsis: [UPDATE]: security/srp: Update to version 2.1.1.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Dec 21 01:00:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Frank Laszlo
>Release: FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386
>Description:
This patch will update security/srp to version 2.1.1. 2.1.2-beta2 exists on the site, but would like to track a
more stable branch, I will submit an update for it when it becomes stable. This version adds variable bug fixes
in the telnet program. Take maintainership.
>How-To-Repeat:
>Fix:
--- srp-2.1.1.diff begins here ---
diff -NrU3 srp.orig/Makefile srp/Makefile
--- srp.orig/Makefile Tue Dec 20 19:38:46 2005
+++ srp/Makefile Tue Dec 20 19:46:56 2005
@@ -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 at FreeBSD.org
+MAINTAINER= laszlof at vonostingroup.com
COMMENT= Secure Remote Password protocol library, TELNET, and FTP
USE_REINPLACE= yes
@@ -21,8 +21,8 @@
--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 -NrU3 srp.orig/distinfo srp/distinfo
--- srp.orig/distinfo Tue Dec 20 19:38:46 2005
+++ srp/distinfo Tue Dec 20 19:39:59 2005
@@ -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
--- srp-2.1.1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list