pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/51107: Update mail/cue to 20151214
>Number: 51107
>Category: pkg
>Synopsis: Update mail/cue to 20151214
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Apr 30 21:40:00 +0000 2016
>Originator: ISIHARA Takanori
>Release: pkgsrc -currest 2016/4/29
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
NetBSD ishitPc14.home 7.0_STABLE NetBSD 7.0_STABLE (ISHITPC14) #11: Sun Apr 17 11:40:55 JST 2016 sysbuild%ishitPc14.home@localhost:/opt/sysbuild/netbsd-7/obj/amd64/sys/arch/amd64/compile/ISHITPC14 amd64
>Description:
Update mail/cue to cue-20151214.
>How-To-Repeat:
>Fix:
cd /usr/pkgsrc/mail/cue
rm patches/patch-message.c
and
apply this patch.
Index: Makefile
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/mail/cue/Makefile,v
retrieving revision 1.69
diff -u -u -r1.69 Makefile
--- Makefile 5 Mar 2016 11:28:46 -0000 1.69
+++ Makefile 30 Apr 2016 21:30:08 -0000
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.69 2016/03/05 11:28:46 jperkin Exp $
-DISTNAME= cue-snap-20140217
+DISTNAME= cue-snap-20151214
PKGNAME= ${DISTNAME:S/snap-//}
-PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/
Index: distinfo
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/mail/cue/distinfo,v
retrieving revision 1.36
diff -u -u -r1.36 distinfo
--- distinfo 3 Nov 2015 23:27:02 -0000 1.36
+++ distinfo 30 Apr 2016 21:30:08 -0000
@@ -1,10 +1,9 @@
$NetBSD: distinfo,v 1.36 2015/11/03 23:27:02 agc Exp $
-SHA1 (cue-snap-20140217.tar.gz) = 44d49f978074cd605b76f2bfd2271912926d3447
-RMD160 (cue-snap-20140217.tar.gz) = 0f7dad95b319e8c5cc19c6b656076ee6f2c3e22a
-SHA512 (cue-snap-20140217.tar.gz) = 3e868d93b358c3e6c9fa978100a2ea148af33a4c50cfdaadc50abf3673e0328c08c3428ee4eee2340242580b1c2ce6daea2c4d550ff66f4cd95970a73fd9da81
-Size (cue-snap-20140217.tar.gz) = 258218 bytes
+SHA1 (cue-snap-20151214.tar.gz) = a176eeda20f4f8ee41182d6ad3e45f8bd0c3ebe8
+RMD160 (cue-snap-20151214.tar.gz) = 16657cac021f398d51359f096b738327ac848ad1
+SHA512 (cue-snap-20151214.tar.gz) = 74d7050755d34cd4092298f481df6d9288f262be7d6c403511798f147e18b63a3e2792b98dabbe4412396ca6d8de80b7219a1096d99853f4471be33c8ecca0e0
+Size (cue-snap-20151214.tar.gz) = 259848 bytes
SHA1 (patch-aa) = c83665ce01f9a56652a3ad650910f9b810cae4b4
SHA1 (patch-configure.in) = 3f7c2fe9ce3ab851d06cc6d4e31e8c3bdde6d709
-SHA1 (patch-message.c) = bd58dfbdb560ec231a6505c021a8e7a33d4c8503
-SHA1 (patch-pgp.c) = 88f370cf04d8806c2df02653f7857460151c93f6
+SHA1 (patch-pgp.c) = d23f3e12609b3ea4b7bdc048cd70ab3a6b4499ad
Index: patches/patch-pgp.c
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/mail/cue/patches/patch-pgp.c,v
retrieving revision 1.1
diff -u -u -r1.1 patch-pgp.c
--- patches/patch-pgp.c 18 Dec 2011 11:33:42 -0000 1.1
+++ patches/patch-pgp.c 30 Apr 2016 21:30:08 -0000
@@ -2,9 +2,9 @@
* for OpenSSL without MD2 support.
---- pgp.c.orig 2009-12-16 05:51:12.000000000 +0000
+--- pgp.c.orig 2015-09-29 13:17:42.000000000 +0000
+++ pgp.c
-@@ -763,7 +763,9 @@ pgp_hashalg_md(int alg)
+@@ -768,7 +768,9 @@ pgp_hashalg_md(int alg)
case PGP_HASH_SHA1: return EVP_sha1();
case PGP_HASH_RIPEMD160: return EVP_ripemd160();
case PGP_HASH_DWSHA: return NULL;
@@ -14,9 +14,9 @@
case PGP_HASH_TIGER192: return NULL;
case PGP_HASH_HAVAL_5_160: return NULL;
}
-@@ -1418,11 +1420,13 @@ pgp_comp_data(struct pgp_pkt *pkt)
+@@ -1426,11 +1428,13 @@ pgp_comp_data(struct pgp_pkt *pkt)
static const EVP_MD *
- pgp_asn1_md(u_char **pp, int len)
+ pgp_asn1_md(const u_char **pp, int len)
{
+#ifndef OPENSSL_NO_MD2
static const u_char asn1_md2[] = {
@@ -28,7 +28,7 @@
static const u_char asn1_md5[] = {
0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86,
0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00,
-@@ -1437,11 +1441,13 @@ pgp_asn1_md(u_char **pp, int len)
+@@ -1445,11 +1449,13 @@ pgp_asn1_md(const u_char **pp, int len)
0x03, 0x02, 0x1A, 0x05, 0x00, 0x04, 0x14
};
@@ -42,7 +42,7 @@
if (len > sizeof(asn1_md5)
&& memcmp(*pp, asn1_md5, sizeof(asn1_md5)) == 0) {
*pp += sizeof(asn1_md5);
-@@ -1969,7 +1975,9 @@ pgp_show_hashalg(int alg)
+@@ -1977,7 +1983,9 @@ pgp_show_hashalg(int alg)
case PGP_HASH_SHA1: return "SHA1";
case PGP_HASH_RIPEMD160: return "RIPEMD160";
case PGP_HASH_DWSHA: return "DWSHA";
Home |
Main Index |
Thread Index |
Old Index