pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/rhash (pkgsrc)
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0ea4fed5e5f
branches: trunk
changeset: 650901:f0ea4fed5e5f
user: mef <mef%pkgsrc.org@localhost>
date: Tue Apr 28 01:17:11 2015 +0000
description:
(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
diffstat:
misc/rhash/Makefile | 8 +++++---
misc/rhash/distinfo | 10 +++++-----
misc/rhash/patches/patch-librhash_byte__order.h | 5 ++++-
3 files changed, 14 insertions(+), 9 deletions(-)
diffs (44 lines):
diff -r 732055e4c2a6 -r f0ea4fed5e5f misc/rhash/Makefile
--- a/misc/rhash/Makefile Tue Apr 28 01:08:39 2015 +0000
+++ b/misc/rhash/Makefile Tue Apr 28 01:17:11 2015 +0000
@@ -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@localhost
HOMEPAGE= https://github.com/rhash/RHash
diff -r 732055e4c2a6 -r f0ea4fed5e5f misc/rhash/distinfo
--- a/misc/rhash/distinfo Tue Apr 28 01:08:39 2015 +0000
+++ b/misc/rhash/distinfo Tue Apr 28 01:17:11 2015 +0000
@@ -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 -r 732055e4c2a6 -r f0ea4fed5e5f misc/rhash/patches/patch-librhash_byte__order.h
--- a/misc/rhash/patches/patch-librhash_byte__order.h Tue Apr 28 01:08:39 2015 +0000
+++ b/misc/rhash/patches/patch-librhash_byte__order.h Tue Apr 28 01:17:11 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index