diff options
author | acm <acm@FreeBSD.org> | 2006-08-14 12:14:06 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-08-14 12:14:06 +0800 |
commit | d1ea9a316fdb9e8d87d095efdba4fd114b8c1b83 (patch) | |
tree | ba6ebfb33e6e8db86e48139483dfbf8f6e72122a /security/dazuko | |
parent | 1c72cceb65d57112cf270648e553433930cc363f (diff) | |
download | freebsd-ports-gnome-d1ea9a316fdb9e8d87d095efdba4fd114b8c1b83.tar.gz freebsd-ports-gnome-d1ea9a316fdb9e8d87d095efdba4fd114b8c1b83.tar.zst freebsd-ports-gnome-d1ea9a316fdb9e8d87d095efdba4fd114b8c1b83.zip |
- Update to 2.2.2
Approved by: garga (mentor)
Diffstat (limited to 'security/dazuko')
-rw-r--r-- | security/dazuko/Makefile | 2 | ||||
-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, 4 insertions, 26 deletions
diff --git a/security/dazuko/Makefile b/security/dazuko/Makefile index 9688f549751e..3dfec0b9c75a 100644 --- a/security/dazuko/Makefile +++ b/security/dazuko/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= dazuko -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= security MASTER_SITES= http://dazuko.org/files/ diff --git a/security/dazuko/distinfo b/security/dazuko/distinfo index f6695c7156a1..dd8787b8f9b4 100644 --- a/security/dazuko/distinfo +++ b/security/dazuko/distinfo @@ -1,3 +1,3 @@ -MD5 (dazuko-2.2.1.tar.gz) = f4124b5c8873507864ab94ee14646bd3 -SHA256 (dazuko-2.2.1.tar.gz) = b0df685a35a9d784d20ea791bbf3108ed1ca020e77810f600faf479c99e1d61a -SIZE (dazuko-2.2.1.tar.gz) = 163927 +MD5 (dazuko-2.2.2.tar.gz) = 47c903a19b079802f575c8f9f0d88fbd +SHA256 (dazuko-2.2.2.tar.gz) = 2b09916120f822772a38596c40b56644dfa285fb0ecf2ba5e5b6ab7fc5f468d2 +SIZE (dazuko-2.2.2.tar.gz) = 170433 diff --git a/security/dazuko/files/patch-dazuko_freebsd.c b/security/dazuko/files/patch-dazuko_freebsd.c deleted file mode 100644 index 540678d7aad8..000000000000 --- a/security/dazuko/files/patch-dazuko_freebsd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index e3ea52cb1078..000000000000 --- a/security/dazuko/files/patch-dazuko_freebsd5.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |