Commit Graph

13 Commits (bda46f6642ecd218236e1856bdd3b7e6b3fc88d2)

Author SHA1 Message Date
Berk D. Demir 3b6374878b tarsnap 1.0.32
This version includes a workaround to not trigger an LLVM optimizer bug
which was causing a LLVM to hang.

Closes Homebrew/homebrew#10406.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-22 13:33:49 -06:00
Jack Nagel edfb796e91 tarsnap 1.0.31
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-19 19:03:09 -06:00
Jack Nagel bff2cdf858 tarsnap: use liblzma from the 'xz' package
Rationale: the LZMA toolkit was deprecated by its author, who now
maintains XZUtils. XZ includes liblzma; most other package managers use
this version for Tarsnap (even MacPorts!).

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-27 19:50:58 -05:00
Berk D. Demir 1406f91438 tarsnap 1.30
- Compilation hangs with LLVM.
- Homebrew/homebrew#4693 claims it was due to SSE2 but even w/o it still hangs.

- add 'fails_with_llvm'
- bring back '--enable-sse2'

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-25 09:27:03 -05:00
Matt Stevens 30fc636e37 tarsnap: Read tarsnap.conf from etc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-06 07:36:03 -07:00
Markus Prinz 74aceb2568 Tarsnap: Remove --enable-sse2 and --disable-debug flags
* The --enable-sse2 flag causes the compile to hang when the
  llvm-gcc compiler that comes with Xcode 4 is used.
* The configure script doesn't recognize the --disable-debug option

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-02 09:59:24 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Aaron Suggs 5f518064da tarsnap 1.0.29
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-21 10:39:51 -08:00
Tarrant b489b925d9 tarsnap 1.0.28
This fixes a critical security bug:
http://www.daemonology.net/blog/2011-01-18-tarsnap-critical-security-bug.html

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-18 16:52:52 -08:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Adam Vandenberg a8384250d7 Fix indentation discovered by 'brew audit'. 2010-07-23 21:34:02 -07:00
Berk D. Demir e3483ad74c Update tarsnap to v1.0.27
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-28 08:25:18 -07:00
Berk D. Demir 6679e1115a New Formula tarsnap
Tarsnap is a secure online backup service which offers
cryptographically secure backups with a flexible client
which is easy on the resources.

- strong crypto for encryption and validation on local machine.
- tar like interface direct to remote storage.
- savings on bandwidth and storage by only sending changed chuncks.

Signed-off-by: Berk D. Demir <bdd@mindcast.org>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-26 09:42:06 -07:00