From 44f250f673dd2ca0c6980ce38e2f77f43cc4f7c2 Mon Sep 17 00:00:00 2001 From: mef Date: Tue, 28 Apr 2015 01:17:11 +0000 Subject: (pkgsrc) - Githubify (upstream) - Update 1.3.1 to 1.3.3 --------------------- Tue Aug 5 2014 Aleksey * === Version 1.3.3 === Mon Aug 4 2014 And Sch, Aleksey * librhash: small optimization of Whirlpool Sat Aug 2 2014 Aleksey * option --exclude for skipping some files during recursive scanning Fri Aug 1 2014 Aleksey * update the SHA3 algorithm to follow the changes of the FIPS 202 draft Wed Jul 30 2014 Aleksey * support torrents with more than one announce url Tue Jul 29 2014 Aleksey * LibRHash now exports torrent functions Mon Jul 21 2014 Tsukasa Oi * fixed test_rhash.sh script failing on the en_US.UTF-8 locale Wed Jul 16 2014 Aleksey * changed the `-p' format names of sha* families, see manpage * set a boolean in config to true by a string `true', `on' or `yes' Sun Jul 13 2014 Aleksey * Ctrl-C now interrupts benchmarking Wed Jul 2 2014 Aleksey * === Version 1.3.2 === Sat Jun 21 2014 Aleksey * report warnings on files locked by some processes Thu Jun 19 2014 Brad Campbell * ignore non-regular files while scanning directories recursively Wed Jun 18 2014 Aleksey * option --follow for following symlinks to directories Sun Apr 13 2014 ZinnKid * BTIH piece length calculation updated to follow the uTorrent algorithm change --- misc/rhash/Makefile | 8 +++++--- misc/rhash/distinfo | 10 +++++----- misc/rhash/patches/patch-librhash_byte__order.h | 5 ++++- 3 files changed, 14 insertions(+), 9 deletions(-) (limited to 'misc') diff --git a/misc/rhash/Makefile b/misc/rhash/Makefile index fea31db9fc4..f82c820b1d5 100644 --- a/misc/rhash/Makefile +++ b/misc/rhash/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2014/04/18 21:21:30 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/04/28 01:17:11 mef Exp $ -DISTNAME= rhash-1.3.1 +DISTNAME= rhash-1.3.3 CATEGORIES= security -MASTER_SITES= -https://github.com/rhash/RHash/archive/v1.3.1.tar.gz +MASTER_SITES= ${MASTER_SITE_GITHUB:=rhash/} +GITHUB_PROJECT= RHash +GITHUB_TAG= v1.3.3 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/rhash/RHash diff --git a/misc/rhash/distinfo b/misc/rhash/distinfo index 84fbad78767..a01509c0133 100644 --- a/misc/rhash/distinfo +++ b/misc/rhash/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/02/23 18:26:12 joerg Exp $ +$NetBSD: distinfo,v 1.3 2015/04/28 01:17:11 mef Exp $ -SHA1 (rhash-1.3.1.tar.gz) = 2482c9d33b0f7f3d145f5df751d82a81f4a7540e -RMD160 (rhash-1.3.1.tar.gz) = ea2058949e0f45e2a91f6bc69dc4ce9c377217cc -Size (rhash-1.3.1.tar.gz) = 298576 bytes -SHA1 (patch-librhash_byte__order.h) = dd49ede4ad1991a8f717faade521d0d10cf7f504 +SHA1 (rhash-1.3.3.tar.gz) = 46ef088b8e5ee80c3530f18154ac83a75e9a1b9c +RMD160 (rhash-1.3.3.tar.gz) = 63f2e045c7ee883871c85f26c9d9f2b68e7ae3e2 +Size (rhash-1.3.3.tar.gz) = 308872 bytes +SHA1 (patch-librhash_byte__order.h) = 215f88a159d8f78d53e0b7d385eba3afe5507326 diff --git a/misc/rhash/patches/patch-librhash_byte__order.h b/misc/rhash/patches/patch-librhash_byte__order.h index 7b30fa4deab..9be684ecc94 100644 --- a/misc/rhash/patches/patch-librhash_byte__order.h +++ b/misc/rhash/patches/patch-librhash_byte__order.h @@ -1,4 +1,7 @@ -$NetBSD: patch-librhash_byte__order.h,v 1.1 2015/02/23 18:26:12 joerg Exp $ +$NetBSD: patch-librhash_byte__order.h,v 1.2 2015/04/28 01:17:11 mef Exp $ + +Use bswap builtins for clang. Prefer builtin over inline assembler. +Recognize BSDish endian macros. --- librhash/byte_order.h.orig 2015-02-22 21:07:44.000000000 +0000 +++ librhash/byte_order.h -- cgit v1.2.3