Wed Feb 4 04:52:46 2009 UTC ()
Note upstream tracker url (thanks to obache for filing it!)


(dholland)
diff -r1.25 -r1.26 pkgsrc/sysutils/gentoo/distinfo
diff -r1.5 -r1.6 pkgsrc/sysutils/gentoo/patches/patch-ae

cvs diff -r1.25 -r1.26 pkgsrc/sysutils/gentoo/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/gentoo/distinfo 2009/01/26 04:54:50 1.25
+++ pkgsrc/sysutils/gentoo/distinfo 2009/02/04 04:52:46 1.26
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: distinfo,v 1.25 2009/01/26 04:54:50 dholland Exp $ 1$NetBSD: distinfo,v 1.26 2009/02/04 04:52:46 dholland Exp $
2 2
3SHA1 (gentoo-0.11.57.tar.gz) = ac5859b489a6b88161d5b0f2ddd06490ce9915eb 3SHA1 (gentoo-0.11.57.tar.gz) = ac5859b489a6b88161d5b0f2ddd06490ce9915eb
4RMD160 (gentoo-0.11.57.tar.gz) = 675333aa740f297a0d41d5795689b8e4280d2bdf 4RMD160 (gentoo-0.11.57.tar.gz) = 675333aa740f297a0d41d5795689b8e4280d2bdf
5Size (gentoo-0.11.57.tar.gz) = 1479376 bytes 5Size (gentoo-0.11.57.tar.gz) = 1479376 bytes
6SHA1 (patch-aa) = 5d8f1fcd4110b09e02f44584e2ccd921a7175929 6SHA1 (patch-aa) = 5d8f1fcd4110b09e02f44584e2ccd921a7175929
7SHA1 (patch-ab) = e84931dbc57434881f8071e389ebe8df061ee0b6 7SHA1 (patch-ab) = e84931dbc57434881f8071e389ebe8df061ee0b6
8SHA1 (patch-ac) = 4e5d52849887b816eb4388fb2c75aefb3443f5c8 8SHA1 (patch-ac) = 4e5d52849887b816eb4388fb2c75aefb3443f5c8
9SHA1 (patch-ad) = 7e41b435aff7af5e57bfb82902a6bb88af37ad97 9SHA1 (patch-ad) = 7e41b435aff7af5e57bfb82902a6bb88af37ad97
10SHA1 (patch-ae) = 92ddda6d990f7670e0b79cc642981948fdcce348 10SHA1 (patch-ae) = 6009cce4f1c6aac47881f98de08417626d803ddf
11SHA1 (patch-af) = 2b80f24bd545177b0d089696e7b3ed7f0d72a3b0 11SHA1 (patch-af) = 2b80f24bd545177b0d089696e7b3ed7f0d72a3b0
12SHA1 (patch-ag) = 3045a4eb72f8c50d147fe09256ec791359053418 12SHA1 (patch-ag) = 3045a4eb72f8c50d147fe09256ec791359053418
13SHA1 (patch-ah) = c14c80a7c821f69b98cb23156ec5b30ac40ed2ec 13SHA1 (patch-ah) = c14c80a7c821f69b98cb23156ec5b30ac40ed2ec

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/gentoo/patches/Attic/patch-ae (expand / switch to unified diff)

--- pkgsrc/sysutils/gentoo/patches/Attic/patch-ae 2009/01/26 04:54:50 1.5
+++ pkgsrc/sysutils/gentoo/patches/Attic/patch-ae 2009/02/04 04:52:46 1.6
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-ae,v 1.5 2009/01/26 04:54:50 dholland Exp $ 1$NetBSD: patch-ae,v 1.6 2009/02/04 04:52:46 dholland Exp $
2 2
3Fix insecure-temp-files. Replaces older nonworking patch with similar 3Fix insecure-temp-files. Replaces older nonworking patch with similar
4intent. XXX inadequately tested, lack of time. 4intent. XXX inadequately tested, lack of time.
5 5
6Upstream: not sent upstream; inadequately tested, lack of time. 6Upstream: sent upstream by obache@: http://sourceforge.net/tracker/?func=detail&atid=406763&aid=2537314&group_id=32880
7 7
8--- src/types.c.orig 2008-07-09 15:51:26.000000000 -0400 8--- src/types.c.orig 2008-07-09 15:51:26.000000000 -0400
9+++ src/types.c 2009-01-25 23:36:47.000000000 -0500 9+++ src/types.c 2009-01-25 23:36:47.000000000 -0500
10@@ -27,6 +27,7 @@ 10@@ -27,6 +27,7 @@
11 #include <signal.h> 11 #include <signal.h>
12 #include <sys/wait.h> 12 #include <sys/wait.h>
13 #include <unistd.h> 13 #include <unistd.h>
14+#include <paths.h> 14+#include <paths.h>
15  15
16 #include <stddef.h> 16 #include <stddef.h>
17  17
18@@ -345,14 +346,18 @@ static FType * match_file(GList *list, D 18@@ -345,14 +346,18 @@ static FType * match_file(GList *list, D
19 void typ_identify_end(MainInfo *min, const gchar *path) 19 void typ_identify_end(MainInfo *min, const gchar *path)