aboutsummaryrefslogtreecommitdiff
path: root/archivers/rubygem-minitar-cli/pkg-descr
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-05 14:55:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-05 14:55:47 +0000
commit82fd40af95482a1c410b1be22f372b4c0e027849 (patch)
tree9adf6dd71ffd6e11e96a9fe535120c747fb4200b /archivers/rubygem-minitar-cli/pkg-descr
parentc54814691dbf3eeea5ba34d22f847fafe7914393 (diff)
Notes
Diffstat (limited to 'archivers/rubygem-minitar-cli/pkg-descr')
-rw-r--r--archivers/rubygem-minitar-cli/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/rubygem-minitar-cli/pkg-descr b/archivers/rubygem-minitar-cli/pkg-descr
new file mode 100644
index 000000000000..78e9ce004b45
--- /dev/null
+++ b/archivers/rubygem-minitar-cli/pkg-descr
@@ -0,0 +1,12 @@
+The minitar (previously called Archive::Tar::Minitar) library is a pure-Ruby
+library that provides the ability to deal with POSIX tar(1) archive files.
+
+This is release 0.6+, providing a number of bug fixes including a directory
+traversal vulnerability, CVE-2016-10173. This release starts the migration and
+modernization of the code:
+- the minitar command-line program has been separated into the minitar-cli gem;
+ and
+- the archive-tar-minitar gem now points to the minitar and minitar-cli gems and
+ discourages its installation.
+
+WWW: https://github.com/halostatue/minitar