Use OpenSSL instead of the included AES code to speed up extraction of encrypted archives.
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer (via the GNATS Auto Assign Tool)
sunpoet 2012-04-24 16:31:16 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile Added files: archivers/unrar/files patch-os.hpp patch-rijndael.cpp patch-rijndael.hpp Log: - Add OPTIONS OPENSSL_AES: use OpenSSL implementation of AES instead of bundled one to speed up extraction of encrypted archives - Bump PORTREVISION for package change PR: ports/166968 (based on) Submitted by: naddy Revision Changes Path 1.75 +11 -1 ports/archivers/unrar/Makefile 1.1 +13 -0 ports/archivers/unrar/files/patch-os.hpp (new) 1.1 +79 -0 ports/archivers/unrar/files/patch-rijndael.cpp (new) 1.1 +24 -0 ports/archivers/unrar/files/patch-rijndael.hpp (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!