aboutsummaryrefslogtreecommitdiff
path: root/archivers/rubygem-minitar0
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-30 13:00:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-30 13:36:22 +0000
commitea9b4b0ada3744a043d8e091b45163f483b2cd1b (patch)
tree678bf579dab97dbda021c137128fbf636a20eb93 /archivers/rubygem-minitar0
parentcc1080363e18d25b80b9e80de2e4f7c25025f2dc (diff)
Diffstat (limited to 'archivers/rubygem-minitar0')
-rw-r--r--archivers/rubygem-minitar0/Makefile22
-rw-r--r--archivers/rubygem-minitar0/distinfo3
-rw-r--r--archivers/rubygem-minitar0/pkg-descr10
3 files changed, 35 insertions, 0 deletions
diff --git a/archivers/rubygem-minitar0/Makefile b/archivers/rubygem-minitar0/Makefile
new file mode 100644
index 000000000000..d9852750414c
--- /dev/null
+++ b/archivers/rubygem-minitar0/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= minitar
+PORTVERSION= 0.12
+CATEGORIES= archivers rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 0
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Library and command-line utility for tar archives
+WWW= https://github.com/halostatue/minitar
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/docs/bsdl.txt
+LICENSE_FILE_RUBY= ${WRKSRC}/docs/ruby.txt
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.
+
+.include <bsd.port.mk>
diff --git a/archivers/rubygem-minitar0/distinfo b/archivers/rubygem-minitar0/distinfo
new file mode 100644
index 000000000000..98c67d154397
--- /dev/null
+++ b/archivers/rubygem-minitar0/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1724084670
+SHA256 (rubygem/minitar-0.12.gem) = 626a6c91373d3800be6ee18a6e2d422a9b5a66bdf1ee08aa60f32ac1d0cde239
+SIZE (rubygem/minitar-0.12.gem) = 34304
diff --git a/archivers/rubygem-minitar0/pkg-descr b/archivers/rubygem-minitar0/pkg-descr
new file mode 100644
index 000000000000..62d782c3d85c
--- /dev/null
+++ b/archivers/rubygem-minitar0/pkg-descr
@@ -0,0 +1,10 @@
+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.