pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/tmda Fix authfile thinko in tmda-ofmipd. From TMD...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce0826530961
branches: trunk
changeset: 522751:ce0826530961
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Dec 20 03:22:39 2006 +0000
description:
Fix authfile thinko in tmda-ofmipd. From TMDA SVN revision 2133,
via bug report and patch from Nathan Arthur. Bump PKGREVISION.
diffstat:
mail/tmda/Makefile | 3 ++-
mail/tmda/distinfo | 3 ++-
mail/tmda/patches/patch-aa | 13 +++++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
diffs (41 lines):
diff -r cb8a539b482e -r ce0826530961 mail/tmda/Makefile
--- a/mail/tmda/Makefile Wed Dec 20 02:04:52 2006 +0000
+++ b/mail/tmda/Makefile Wed Dec 20 03:22:39 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2006/11/07 07:42:09 schmonz Exp $
+# $NetBSD: Makefile,v 1.32 2006/12/20 03:22:39 schmonz Exp $
#
DISTNAME= tmda-1.1.9
+PKGREVISION= 1
CATEGORIES= mail python
MASTER_SITES= http://tmda.net/releases/
MASTER_SITES+= ftp://tmda.net/pub/tmda/releases/
diff -r cb8a539b482e -r ce0826530961 mail/tmda/distinfo
--- a/mail/tmda/distinfo Wed Dec 20 02:04:52 2006 +0000
+++ b/mail/tmda/distinfo Wed Dec 20 03:22:39 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.16 2006/11/07 07:42:09 schmonz Exp $
+$NetBSD: distinfo,v 1.17 2006/12/20 03:22:39 schmonz Exp $
SHA1 (tmda-1.1.9.tgz) = 5c5a0d5e6679dcccfc7e781f859a01054e37d9fe
RMD160 (tmda-1.1.9.tgz) = 63cd03cfec6bd644311c2b258f3f4f8fdb3b25f5
Size (tmda-1.1.9.tgz) = 331721 bytes
+SHA1 (patch-aa) = 579bd9685d0736dccf332e69246a5a5463746791
diff -r cb8a539b482e -r ce0826530961 mail/tmda/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/tmda/patches/patch-aa Wed Dec 20 03:22:39 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/12/20 03:22:39 schmonz Exp $
+
+--- bin/tmda-ofmipd.orig 2006-10-30 00:58:42.000000000 -0500
++++ bin/tmda-ofmipd
+@@ -288,7 +288,7 @@ if running_as_root:
+ if not opts.username:
+ opts.username = 'tofmipd'
+ if not opts.authfile:
+- authfile = '/etc/tofmipd'
++ opts.authfile = '/etc/tofmipd'
+ ipauthmapfile = '/etc/ipauthmap'
+ else:
+ tmda_path = os.path.join(os.path.expanduser('~'), '.tmda')
Home |
Main Index |
Thread Index |
Old Index