Commit Graph

15 Commits

Author SHA1 Message Date
anthony cantor
cafbb02077 dont assume tar options
recipes should provide the appropriate options for whatever
they are downloading
2015-03-10 23:35:43 -07:00
anthony cantor
8b31cedd33 fix command line options for tar method
tar needs the x and f options to decompress a tar file.
2015-03-08 19:31:08 -07:00
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
Claudio Bley
b388ac7aa9 Use el-get-executable find in el-get-http-tar-install
This makes the http-tar method fail if no "tar" executable
can be found, see #1545.
2014-01-31 08:30:00 +01:00
Victor Deryagin
0a202ea35d changed mentions of 'README.asciidoc' to 'README.md' in source files 2013-04-01 15:46:34 +03:00
Samuel Bronson
4edc39eea3 el-get-http-tar.el: Fix handling of single-file, no-directory tarballs.
Why anyone would use one is beyond me, but that's how rnc-mode is
packaged, so...
2012-08-16 17:00:05 -04:00
Dimitri Fontaine
d4e568fd26 Attempt to fix #715. 2012-07-23 22:34:54 +02:00
Ryan C. Thompson
57a70fef23 Propogate http-tar fix to http-zip 2012-06-18 16:57:29 -07:00
Ryan C. Thompson
54916dd5c8 Fix silent failures in update http-tar packages
Fixes #777.
2012-06-18 16:40:52 -07:00
Ryan C. Thompson
3a5e6acac2 Update all el-get methods to declare using keywords 2012-02-12 02:29:31 -08:00
Dimitri Fontaine
0433ca0ce9 Refactoring it all: a beginning. No time for testing yet, just showing ideas. 2011-09-20 15:15:52 +02:00