rdfind: update to 1.8.0

This commit is contained in:
elbachir-one
2026-05-04 17:59:51 +02:00
committed by Leah Neukirchen
parent ed3a9232d7
commit 3f7c22535b
3 changed files with 7 additions and 39 deletions
@@ -1,21 +1,10 @@
From 61877de88d782b63b17458a61fcc078391499b29 Mon Sep 17 00:00:00 2001
From: Paul Dreik <rdfind@pauldreik.se>
Date: Sun, 15 Aug 2021 20:31:31 +0200
Subject: [PATCH] include <limits> (thanks to tastytea)
---
rdfind.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/rdfind.cc b/rdfind.cc
index fbd6cb8..64dd8f6 100644
--- a/rdfind.cc
+++ b/rdfind.cc
@@ -9,6 +9,7 @@
--- a/rdfind.cc 2026-02-22 09:17:22.000000000 +0000
+++ b/rdfind.cc 2026-05-03 12:42:52.056472941 +0100
@@ -11,6 +11,7 @@
// std
#include <algorithm>
#include <iostream>
+#include <limits>
#include <sstream>
#include <string>
#include <vector>
@@ -1,21 +0,0 @@
From f6c3f698dd680931b5c2f05688319290bdf0d930 Mon Sep 17 00:00:00 2001
From: Paul Dreik <rdfind@pauldreik.se>
Date: Fri, 16 Jun 2023 08:19:29 +0200
Subject: [PATCH] add missing include <cstdint>
---
Fileinfo.hh | 1 +
1 file changed, 1 insertion(+)
diff --git a/Fileinfo.hh b/Fileinfo.hh
index 3ffb837..23ed54e 100644
--- a/Fileinfo.hh
+++ b/Fileinfo.hh
@@ -8,6 +8,7 @@
#define Fileinfo_hh
#include <array>
+#include <cstdint>
#include <string>
// os specific headers
+2 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'rdfind'
pkgname=rdfind
version=1.5.0
version=1.8.0
revision=1
build_style=gnu-configure
makedepends="nettle-devel"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
homepage="https://rdfind.pauldreik.se"
changelog="https://raw.githubusercontent.com/pauldreik/rdfind/main/ChangeLog"
distfiles="https://rdfind.pauldreik.se/rdfind-${version}.tar.gz"
checksum=4150ed1256f7b12b928c65113c485761552b9496c433778aac3f9afc3e767080
checksum=0a2d0d32002cc2dc0134ee7b649bcc811ecfb2f8d9f672aa476a851152e7af35
pre_configure() {
# skip tests that don't work as expected in the chroot