diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-16 16:44:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-16 16:44:18 +0000 |
commit | b2fefcb74818ca3df3646892704ec281c26eeee6 (patch) | |
tree | 64aec4f7f7f8a18122542212ed0a1f9cc190b2fa /security/dazuko | |
parent | f58e0b72fab147686b5208d062391ec683095647 (diff) | |
download | ports-b2fefcb74818ca3df3646892704ec281c26eeee6.tar.gz ports-b2fefcb74818ca3df3646892704ec281c26eeee6.zip |
Notes
Diffstat (limited to 'security/dazuko')
-rw-r--r-- | security/dazuko/Makefile | 3 | ||||
-rw-r--r-- | security/dazuko/distinfo | 6 | ||||
-rw-r--r-- | security/dazuko/files/patch-dazuko_freebsd.c | 11 | ||||
-rw-r--r-- | security/dazuko/files/patch-dazuko_freebsd5.c | 11 |
4 files changed, 26 insertions, 5 deletions
diff --git a/security/dazuko/Makefile b/security/dazuko/Makefile index b1376b6dead0..d683454123e9 100644 --- a/security/dazuko/Makefile +++ b/security/dazuko/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= dazuko -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 2.2.1 CATEGORIES= security MASTER_SITES= http://dazuko.org/files/ diff --git a/security/dazuko/distinfo b/security/dazuko/distinfo index e457e0ebc025..f6695c7156a1 100644 --- a/security/dazuko/distinfo +++ b/security/dazuko/distinfo @@ -1,3 +1,3 @@ -MD5 (dazuko-2.2.0.tar.gz) = bbe7651888d9904fb6c82fdb02331d82 -SHA256 (dazuko-2.2.0.tar.gz) = 7bf51cefb36a1c572ed16bd4c184087a3903afb88fa8faee8bba22b8c4de29df -SIZE (dazuko-2.2.0.tar.gz) = 162903 +MD5 (dazuko-2.2.1.tar.gz) = f4124b5c8873507864ab94ee14646bd3 +SHA256 (dazuko-2.2.1.tar.gz) = b0df685a35a9d784d20ea791bbf3108ed1ca020e77810f600faf479c99e1d61a +SIZE (dazuko-2.2.1.tar.gz) = 163927 diff --git a/security/dazuko/files/patch-dazuko_freebsd.c b/security/dazuko/files/patch-dazuko_freebsd.c new file mode 100644 index 000000000000..540678d7aad8 --- /dev/null +++ b/security/dazuko/files/patch-dazuko_freebsd.c @@ -0,0 +1,11 @@ +--- dazuko_freebsd.c Wed Jun 14 20:14:51 2006 ++++ dazuko_freebsd.c Wed Jun 14 20:15:36 2006 +@@ -1580,7 +1580,7 @@ + freebsd_setupid(&xp_id, uio->uio_procp); + + /* return dev_major if process is not registered */ +- if (!dazuko_is_our_daemon(&xp_id, NULL)) ++ if (!dazuko_is_our_daemon(&xp_id, NULL, NULL)) + return read_dev_major(uio); + + return 0; diff --git a/security/dazuko/files/patch-dazuko_freebsd5.c b/security/dazuko/files/patch-dazuko_freebsd5.c new file mode 100644 index 000000000000..e3ea52cb1078 --- /dev/null +++ b/security/dazuko/files/patch-dazuko_freebsd5.c @@ -0,0 +1,11 @@ +--- dazuko_freebsd5.c Wed Jun 14 20:10:08 2006 ++++ dazuko_freebsd5.c Wed Jun 14 20:11:55 2006 +@@ -1643,7 +1643,7 @@ + freebsd5_setupid(&xp_id, uio->uio_td); + + /* return dev_major if process is not registered */ +- if (!dazuko_is_our_daemon(&xp_id, NULL)) ++ if (!dazuko_is_our_daemon(&xp_id, NULL, NULL)) + return read_dev_major(uio); + + return 0; |