summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormef <mef>2013-01-18 00:34:30 +0000
committermef <mef>2013-01-18 00:34:30 +0000
commit667fa1f692f582e6ba3d4984a80cf8fb2e31cfb6 (patch)
treedc861784577efda283c8c408297322776d38893c /sysutils
parent94238fa74982106039e59ec8771ad435226cf9b3 (diff)
downloadpkgsrc-667fa1f692f582e6ba3d4984a80cf8fb2e31cfb6.tar.gz
Add comments on patches (from cvs log etc).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mtools/distinfo6
-rw-r--r--sysutils/mtools/patches/patch-ae11
-rw-r--r--sysutils/mtools/patches/patch-mainloop.c4
3 files changed, 16 insertions, 5 deletions
diff --git a/sysutils/mtools/distinfo b/sysutils/mtools/distinfo
index e0eb0e14662..c8fd4f3605a 100644
--- a/sysutils/mtools/distinfo
+++ b/sysutils/mtools/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2013/01/17 16:03:45 joerg Exp $
+$NetBSD: distinfo,v 1.21 2013/01/18 00:34:30 mef Exp $
SHA1 (mtools-4.0.18.tar.bz2) = cd45031441ac944eacebdc8d4b82b20cd9cc8461
RMD160 (mtools-4.0.18.tar.bz2) = 31bd7af355f609e072daa173d44771eac85e9473
Size (mtools-4.0.18.tar.bz2) = 420190 bytes
SHA1 (patch-aa) = 493b06455ee3169e6db916a9d535dad5a124edbc
-SHA1 (patch-ae) = 5281829c8c79f95ff4672fabb53acd22685c17bb
+SHA1 (patch-ae) = 0142fa2fccfc81da0daab2a3caee2dbcb107f895
SHA1 (patch-af) = fcf66c887f9513d812c01ff314669959f94ed7b3
-SHA1 (patch-mainloop.c) = c380c68f0d85e1892f3fd6a7cbfc628ca628f300
+SHA1 (patch-mainloop.c) = 3754c5be44f2fb9671bc14dc3cad59b520c04976
diff --git a/sysutils/mtools/patches/patch-ae b/sysutils/mtools/patches/patch-ae
index 7b70b0a5fdf..b85872847a0 100644
--- a/sysutils/mtools/patches/patch-ae
+++ b/sysutils/mtools/patches/patch-ae
@@ -1,4 +1,13 @@
-$NetBSD: patch-ae,v 1.3 2003/12/11 17:14:22 adam Exp $
+$NetBSD: patch-ae,v 1.4 2013/01/18 00:34:30 mef Exp $
+
+See
+http://gnats.netbsd.org/18771
+
+mtools drops its privileges so thoroughly that it can't regain its
+original effective group id for opening the device file. This
+defeats the "setgid mtools" setup that is mentioned in the
+documentation and described in the comment above Setuid() in
+privileges.c.
--- privileges.c.orig 2003-12-11 18:07:44.000000000 +0000
+++ privileges.c
diff --git a/sysutils/mtools/patches/patch-mainloop.c b/sysutils/mtools/patches/patch-mainloop.c
index ab36e5ff026..921cac902bb 100644
--- a/sysutils/mtools/patches/patch-mainloop.c
+++ b/sysutils/mtools/patches/patch-mainloop.c
@@ -1,4 +1,6 @@
-$NetBSD: patch-mainloop.c,v 1.1 2013/01/17 16:03:46 joerg Exp $
+$NetBSD: patch-mainloop.c,v 1.2 2013/01/18 00:34:30 mef Exp $
+
+Fix unused attribute usage.
--- mainloop.c.orig 2013-01-15 16:21:14.000000000 +0000
+++ mainloop.c