summaryrefslogtreecommitdiff
path: root/sys-fs/duperemove
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/duperemove')
-rw-r--r--sys-fs/duperemove/Manifest1
-rw-r--r--sys-fs/duperemove/files/duperemove-0.13-musl.patch23
2 files changed, 0 insertions, 24 deletions
diff --git a/sys-fs/duperemove/Manifest b/sys-fs/duperemove/Manifest
index a9100980f64c..0bf5415ce7e7 100644
--- a/sys-fs/duperemove/Manifest
+++ b/sys-fs/duperemove/Manifest
@@ -1,4 +1,3 @@
-AUX duperemove-0.13-musl.patch 579 BLAKE2B 342bf0ab6a060f66553883043c7534f3615e9381a48411858161790f41896225c953a637b9423a6b1ef2e95dcb4b796733cbb091f2c84429c1348d0d1510c17e SHA512 e43b599d8722e11dc2e7b87234e189bb84fad0d614232ba4ac2d45a2b087fa517c2a6603385d9fbbbd622948d8f2c3971fce3049a83bc41617db80dd6c4b415f
AUX duperemove-0.14-wformat-security.patch 914 BLAKE2B 8f22ed762c1c9e0b1c6b3cead9c682dc19afa361057e08ea526b852ea6e87686560ff064365f7098c25baf881491db577a204d2805b19c1d19ff47e4e79b4751 SHA512 5cc50d539850b656a63fd10d057bb5cd05d264648864f5463c86ec81c4fef6acf53e90c33ac3dfcc0422560d0cca5d4184436db32f33d2b9a60c1c732c7f425c
DIST duperemove-0.12.gh.tar.gz 162458 BLAKE2B 53dae9df2b45cb9ede8041e8a7a827c22c725da51d6df74acc96b464d4bfcc3a14b8adcd4b9ada68e2cf1411a5f015be27476e088a655998b0cc9d1f19acfae8 SHA512 7b5f464615f4ba850733657239dd4d68120d592424b6be56687b7ad4f6fd2dee67fd7729a1cd47c803dd77864dee033d8eef2f7f6774dc0f657b0d52aeb5559c
DIST duperemove-0.14.gh.new.tar.gz 167912 BLAKE2B 819a86d8846106b701164425080f33e69e6239b7c7fe5df560fdb700b7d1275491d4a53c9f8e91fb29dc5c6381ba8a3f0a202f4cde5dadb4ebce328edd5d3764 SHA512 e193af84e729eb1bfb1cd1c5b965243bbefb93e0cba192ef5389916093dc84ad9e793031ecca06dc1173a673282aa16beb4d956b1a9acfc68d15d89798067d22
diff --git a/sys-fs/duperemove/files/duperemove-0.13-musl.patch b/sys-fs/duperemove/files/duperemove-0.13-musl.patch
deleted file mode 100644
index 2fbf6782579f..000000000000
--- a/sys-fs/duperemove/files/duperemove-0.13-musl.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-https://bugs.gentoo.org/916078
-https://github.com/markfasheh/duperemove/issues/310
-https://github.com/markfasheh/duperemove/commit/b275a365545a45f317280153a43bf02a55f89de6
-
-From b275a365545a45f317280153a43bf02a55f89de6 Mon Sep 17 00:00:00 2001
-From: psykose <alice@ayaya.dev>
-Date: Thu, 12 Oct 2023 08:37:47 +0000
-Subject: [PATCH] dbfile: include <sys/types.h> for dev_t
-
-fixes build on musl
-
-closes #310
---- a/dbfile.h
-+++ b/dbfile.h
-@@ -5,6 +5,7 @@
- #include <stdint.h>
- #include <sqlite3.h>
- #include <stdbool.h>
-+#include <sys/types.h>
- #include "util.h"
-
- struct filerec;
-