Commit Graph

9 Commits

Author SHA1 Message Date
anthony cantor
091f4b149e http-tar, http-zip methods: verify checksum before handling archive
Both the http-tar and http-zip methods are modified to manually
verify the checksum before handling the archive. This is a
security precaution and also prevents unexpected consequences from
attempting to work with a corrupted archive file.

The checksum verification code is factored out of el-get-post-install
so that the tar and zip methods can verify using the same code as
other methods.
2015-03-08 19:27:06 -07:00
anthony cantor
4866c13964 Add support for checksums to http-tar and http-zip methods.
The compute-checksum function is the same for these methods as
the plain http method.
2015-03-08 18:11:03 -07:00
Noam Postavsky
bc9fea670e satisfy newer 24.4 byte compiler
It knows argument to eval-after-load is code, and that #' implies
existence of a function.

Some of the package.el functions have changed, but that will be dealt
with separately.
2014-04-04 19:13:27 -04:00
Ryan C. Thompson
fdaaf51570 Cleanup indentation with custom indent rules 2014-03-01 16:19:46 -08:00
Ryan C. Thompson
cf34f9aa0a Clean up whitespace
This commit is the result of running cleanup-whitespace.sh.

Fixes #549.
2014-02-21 10:52:48 -08:00
Victor Deryagin
0a202ea35d changed mentions of 'README.asciidoc' to 'README.md' in source files 2013-04-01 15:46:34 +03:00
Ryan C. Thompson
57a70fef23 Propogate http-tar fix to http-zip 2012-06-18 16:57:29 -07:00
Ryan C. Thompson
5c89a93684 Register http-zip with keyword arguments 2012-02-12 02:33:04 -08:00
Matthew L. Fidler
eecd93c97b HTTP-Zip method 2012-02-04 13:48:01 -06:00