diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2022-01-18 23:13:50 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-07-23 15:50:18 +0300 |
commit | ba215a5ebd92c50245b7d4ec78575ce63bada1fe (patch) | |
tree | 95651c831a66310666bf59ff548ce6df4948aafe /app-forensics/scalpel/metadata.xml | |
parent | dev-php/pecl-mcrypt: add missing dependency to 1.0.5 (diff) | |
download | gentoo-ba215a5ebd92c50245b7d4ec78575ce63bada1fe.tar.gz gentoo-ba215a5ebd92c50245b7d4ec78575ce63bada1fe.tar.bz2 gentoo-ba215a5ebd92c50245b7d4ec78575ce63bada1fe.zip |
app-forensics/scalpel: bump to github snapshot 2.1_pre20210326 version
new HOMEPAGE and SRC_URI
update LICENSE
add gcc-11 and clang fixes
add fix for use with musl libc
adopt proxy maintainership
Closes: https://bugs.gentoo.org/520252
Closes: https://bugs.gentoo.org/716104
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/26190
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-forensics/scalpel/metadata.xml')
-rw-r--r-- | app-forensics/scalpel/metadata.xml | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/app-forensics/scalpel/metadata.xml b/app-forensics/scalpel/metadata.xml index 578929e27035..8eb003b19ca6 100644 --- a/app-forensics/scalpel/metadata.xml +++ b/app-forensics/scalpel/metadata.xml @@ -1,15 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - Scalpel is a fast file carver that reads a database of header and footer - definitions and extracts matching files or data fragments from a set of image - files or raw device files. Scalpel is filesystem-independent and will carve - files from FATx, NTFS, ext2/3, HFS+, or raw partitions. It is useful for both - digital forensics investigation and file recovery. - </longdescription> - <upstream> - <remote-id type="github">sleuthkit/scalpel</remote-id> - </upstream> + <maintainer type="person" proxied="yes"> + <email>martin.dummer@gmx.net</email> + <name>Martin Dummer</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + Scalpel is a fast file carver that reads a database of header and footer + definitions and extracts matching files or data fragments from a set of image + files or raw device files. Scalpel is filesystem-independent and will carve + files from FATx, NTFS, ext2/3, HFS+, or raw partitions. It is useful for both + digital forensics investigation and file recovery. + </longdescription> + <upstream> + <remote-id type="github">sleuthkit/scalpel</remote-id> + </upstream> </pkgmetadata> |