View | Details | Raw Unified | Return to bug 98967
Collapse All | Expand All

(-)/usr/ports/security/dazuko-new/Makefile (-2 / +1 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/security/dazuko/Makefile,v 1.5 2006/03/22 20:29:44 ehaupt Exp $
5
# $FreeBSD: ports/security/dazuko/Makefile,v 1.5 2006/03/22 20:29:44 ehaupt Exp $
6
6
7
PORTNAME=	dazuko
7
PORTNAME=	dazuko
8
PORTVERSION=	2.2.0
8
PORTVERSION=	2.2.1
9
PORTREVISION=	1
10
CATEGORIES=	security
9
CATEGORIES=	security
11
MASTER_SITES=	http://dazuko.org/files/
10
MASTER_SITES=	http://dazuko.org/files/
12
11
(-)/usr/ports/security/dazuko-new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (dazuko-2.2.0.tar.gz) = bbe7651888d9904fb6c82fdb02331d82
1
MD5 (dazuko-2.2.1.tar.gz) = f4124b5c8873507864ab94ee14646bd3
2
SHA256 (dazuko-2.2.0.tar.gz) = 7bf51cefb36a1c572ed16bd4c184087a3903afb88fa8faee8bba22b8c4de29df
2
SHA256 (dazuko-2.2.1.tar.gz) = b0df685a35a9d784d20ea791bbf3108ed1ca020e77810f600faf479c99e1d61a
3
SIZE (dazuko-2.2.0.tar.gz) = 162903
3
SIZE (dazuko-2.2.1.tar.gz) = 163927
(-)/usr/ports/security/dazuko-new/files/patch-dazuko_freebsd.c (+11 lines)
Line 0 Link Here
1
--- dazuko_freebsd.c	Wed Jun 14 20:14:51 2006
2
+++ dazuko_freebsd.c	Wed Jun 14 20:15:36 2006
3
@@ -1580,7 +1580,7 @@
4
 	freebsd_setupid(&xp_id, uio->uio_procp);
5
 
6
 	/* return dev_major if process is not registered */
7
-	if (!dazuko_is_our_daemon(&xp_id, NULL))
8
+	if (!dazuko_is_our_daemon(&xp_id, NULL, NULL))
9
 		return read_dev_major(uio);
10
 
11
 	return 0;
(-)/usr/ports/security/dazuko-new/files/patch-dazuko_freebsd5.c (+11 lines)
Line 0 Link Here
1
--- dazuko_freebsd5.c	Wed Jun 14 20:10:08 2006
2
+++ dazuko_freebsd5.c	Wed Jun 14 20:11:55 2006
3
@@ -1643,7 +1643,7 @@
4
 	freebsd5_setupid(&xp_id, uio->uio_td);
5
 
6
 	/* return dev_major if process is not registered */
7
-	if (!dazuko_is_our_daemon(&xp_id, NULL))
8
+	if (!dazuko_is_our_daemon(&xp_id, NULL, NULL))
9
 		return read_dev_major(uio);
10
 
11
 	return 0;

Return to bug 98967