Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cabextract: Add at v1.11 #675

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added c/cabextract/manifest.x86_64.bin
Binary file not shown.
23 changes: 23 additions & 0 deletions c/cabextract/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/** Human readable report. This is not consumed by boulder */
{
"manifest-version": "0.2",
"packages": {
"cabextract": {
"depends": [
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))",
"soname(libc.so.6(x86_64))"
],
"files": [
"/usr/bin/cabextract",
"/usr/share/man/man1/cabextract.1"
],
"name": "cabextract",
"provides": [
"binary(cabextract)"
]
}
},
"source-name": "cabextract",
"source-release": "1",
"source-version": "1.11"
}
11 changes: 11 additions & 0 deletions c/cabextract/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
releases:
id: 245
rss: ~
security:
cpe:
- vendor: cabextract_project
product: cabextract
- vendor: cabextract
product: cabextract
- vendor: cabextract
product: libmspack
26 changes: 26 additions & 0 deletions c/cabextract/stone.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# SPDX-FileCopyrightText: © 2020-2025 Serpent OS Developers
#
# SPDX-License-Identifier: MPL-2.0
#
name : cabextract
version : "1.11"
release : 1
homepage : https://www.cabextract.org.uk
upstreams :
- https://www.cabextract.org.uk/cabextract-1.11.tar.gz : b5546db1155e4c718ff3d4b278573604f30dd64c3c5bfd4657cd089b823a3ac6
summary : cabextract is Free Software for extracting Microsoft cabinet files
description : |
cabextract is Free Software for extracting Microsoft cabinet files, also called .CAB files.
It is distributed under the GNU GPL license and is based on the portable LGPL libmspack library.

cabextract supports all features and formats of Microsoft cabinet files and Windows CE
installation files. It can also look inside other files for embedded cabinets.
license : LGPL-2.1-only
setup : |
%configure
build : |
%make
install : |
%make_install