Date: Sun, 6 Jun 2004 12:18:57 -0700 (PDT) From: Linh Pham <question+freebsdpr@closedsrc.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67633: security/libmcrypt: update pkg-descr and comment to reflect all PHP versions Message-ID: <20040606191857.15A3545037@q.closedsrc.org> Resent-Message-ID: <200406061920.i56JKMEA012973@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67633 >Category: ports >Synopsis: security/libmcrypt: update pkg-descr and comment to reflect all PHP versions >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 06 12:20:21 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Linh Pham >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD q.internal.closedsrc.org 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #2: Sat Jun 5 19:22:58 PDT 2004 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386 >Description: The pkg-descr and COMMENT for security/libmcrypt stated that the port was to provide PHP3 encryption support, but the lib is used for PHP3 and PHP4 (and most likely PHP5). Patch removes "3" from "PHP3". >How-To-Repeat: >Fix: --- security-libmcrypt.diff begins here --- --- Makefile.orig Sun Jun 6 12:12:02 2004 +++ Makefile Sun Jun 6 12:12:22 2004 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/lib//} MAINTAINER= ports@FreeBSD.org -COMMENT= Multi-cipher cryptographic library (used in PHP3) +COMMENT= Multi-cipher cryptographic library (used in PHP) GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} --- pkg-descr.orig Sun Jun 6 12:12:11 2004 +++ pkg-descr Sun Jun 6 12:12:37 2004 @@ -1,7 +1,7 @@ libmcrypt is a cryptographic library that conveniently brings together a variety of ciphers for convenient use. -In particular, having libmcrypt allows you to build PHP3 with +In particular, having libmcrypt allows you to build PHP with encryption. WWW: http://mcrypt.sourceforge.net/ --- security-libmcrypt.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?20040606191857.15A3545037>