- Update to 0.93
This commit is contained in:
parent
d62797a408
commit
f45777776d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426680
4 changed files with 4 additions and 26 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-RHash
|
||||
PORTVERSION= 0.91
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.93
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Crypt-RHash-0.91.tar.gz) = ce615fb0214c83c3ee7484937c7c64410d33882f0c9287baafee43b8755e55bc
|
||||
SIZE (Crypt-RHash-0.91.tar.gz) = 153862
|
||||
TIMESTAMP = 1479642954
|
||||
SHA256 (Crypt-RHash-0.93.tar.gz) = a37ec248f2ed1923b8f452d9a069f939509effcca687b45aa22f1e821d59bb12
|
||||
SIZE (Crypt-RHash-0.93.tar.gz) = 155783
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- librhash/byte_order.h.orig 2014-01-29 13:28:04 UTC
|
||||
+++ librhash/byte_order.h
|
||||
@@ -40,7 +40,7 @@ extern "C" {
|
||||
__BYTE_ORDER == __LITTLE_ENDIAN) || \
|
||||
defined(CPU_IA32) || defined(CPU_X64) || \
|
||||
defined(__ia64) || defined(__ia64__) || defined(__alpha__) || defined(_M_ALPHA) || \
|
||||
- defined(vax) || defined(MIPSEL) || defined(_ARM_)
|
||||
+ defined(vax) || defined(MIPSEL) || defined(_ARM_) || defined(__arm__)
|
||||
# define CPU_LITTLE_ENDIAN
|
||||
# define IS_BIG_ENDIAN 0
|
||||
# define IS_LITTLE_ENDIAN 1
|
|
@ -1,11 +0,0 @@
|
|||
--- ./librhash/rhash_torrent.h.orig 2014-08-22 08:37:39.000000000 -0400
|
||||
+++ ./librhash/rhash_torrent.h 2014-08-22 08:37:46.000000000 -0400
|
||||
@@ -11,8 +11,6 @@
|
||||
# define RHASH_API
|
||||
#endif
|
||||
|
||||
-typedef struct rhash_context* rhash;
|
||||
-
|
||||
/* a binary string with length */
|
||||
typedef struct rhash_str
|
||||
{
|
Loading…
Reference in a new issue