summaryrefslogtreecommitdiffstats
path: root/source/a/tar/tar-1.23-support_txz.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/tar/tar-1.23-support_txz.diff')
-rw-r--r--source/a/tar/tar-1.23-support_txz.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/a/tar/tar-1.23-support_txz.diff b/source/a/tar/tar-1.23-support_txz.diff
new file mode 100644
index 000000000..efd720b55
--- /dev/null
+++ b/source/a/tar/tar-1.23-support_txz.diff
@@ -0,0 +1,11 @@
+diff -Nur tar-1.23.orig/src/suffix.c tar-1.23/src/suffix.c
+--- tar-1.23.orig/src/suffix.c 2010-03-09 06:52:41.000000000 -0600
++++ tar-1.23/src/suffix.c 2010-03-10 15:34:22.417696189 -0600
+@@ -43,6 +43,7 @@
+ { S(tlz, LZMA) },
+ { S(lzo, LZOP) },
+ { S(xz, XZ) },
++ { S(txz, XZ) },
+ #undef S
+ #undef __CAT2__
+ };