rdfind: 1.7.0 → 1.7.0-1ed3036 (#14643)

* Rdfind fixed for Nettle 4.0

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Mark packages from successful builds as automatically buildable.

* rdfind_nettle: Package File Update Run on linux/386 container.

* rdfind_nettle: Package File Update Run on linux/amd64 container.

* rdfind_nettle: Package File Update Run on linux/arm/v7 container.

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2026-02-12 19:20:32 -05:00
committed by GitHub
parent 0bf6212aba
commit f47b79810e
5 changed files with 14 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
# Total size: 97407
# Total size: 80719
/usr/local/bin/rdfind
/usr/local/share/man/man1/rdfind.1.zst

View File

@@ -1,3 +1,3 @@
# Total size: 126199
# Total size: 127755
/usr/local/bin/rdfind
/usr/local/share/man/man1/rdfind.1.zst

View File

@@ -1,3 +1,3 @@
# Total size: 118339
# Total size: 120459
/usr/local/bin/rdfind
/usr/local/share/man/man1/rdfind.1.zst

View File

@@ -6,25 +6,26 @@ require 'buildsystems/autotools'
class Rdfind < Autotools
description 'Redundant data find - a program that finds duplicate files.'
homepage 'https://rdfind.pauldreik.se/'
version '1.7.0'
version '1.7.0-1ed3036'
license 'GPL2'
compatibility 'all'
source_url 'https://github.com/pauldreik/rdfind.git'
git_hashtag "releases/#{version}"
git_hashtag '1ed3036a133037c4a32b99f960177f9774495f74'
# git_hashtag "releases/#{version.split('-').first}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'a8c69c6491066c5ec4e4d03d93e8ad0b52f0ed860726fc30c6811a9640eb1ef8',
armv7l: 'a8c69c6491066c5ec4e4d03d93e8ad0b52f0ed860726fc30c6811a9640eb1ef8',
i686: '89b9632df969a15d3cf6004e8ba93ce79219a1b4f0e306c729cfb2e0e537b298',
x86_64: '5fce0767f527c9f1f0af226aad64a21d992f9ed9dcfba497a180bfb18d33a2c7'
aarch64: '0ae9197eb83e4b11cb03fefc8dd8dc4cc8f8ec1186821874b10ddc456416befa',
armv7l: '0ae9197eb83e4b11cb03fefc8dd8dc4cc8f8ec1186821874b10ddc456416befa',
i686: '8906db22f0dcca36ca4938cedcb4374c0e9f3402bad72f46a93082e28fc6ac4d',
x86_64: 'e4782a1446cbf734a3794e0ceb88b842c708e177c1128724576f03611e3b68ce'
})
depends_on 'autoconf_archive' => :build
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'nettle' # R
depends_on 'xxhash' # R
depends_on 'gcc_lib' => :executable_only
depends_on 'glibc' => :executable_only
depends_on 'nettle' => :executable_only
depends_on 'xxhash' => :executable_only
def self.patch
system "sed -i '/<vector>/a #include <limits>' rdfind.cc"