Bug 166968 - archivers/unrar: speed up decryption
Summary: archivers/unrar: speed up decryption
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-15 17:30 UTC by Christian Weisgerber
Modified: 2012-04-24 17:40 UTC (History)
0 users

See Also:


Attachments
file.diff (4.93 KB, patch)
2012-04-15 17:30 UTC, Christian Weisgerber
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Weisgerber freebsd_committer freebsd_triage 2012-04-15 17:30:11 UTC
Use OpenSSL instead of the included AES code to speed up extraction
of encrypted archives.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-15 17:30:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-24 17:31:28 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-04-24 17:31:37 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!