Date: Tue, 20 Dec 2005 19:52:53 -0500 From: Frank Laszlo <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90724: [UPDATE]: security/srp: Update to version 2.1.1. Message-ID: <E1EosDt-0001qI-GD@ritamari.vonostingroup.com> Resent-Message-ID: <200512210100.jBL10Jdx047316@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@FreeBSD.org +MAINTAINER= laszlof@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EosDt-0001qI-GD>