diff options
author | jlam <jlam@pkgsrc.org> | 2002-06-30 03:47:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-06-30 03:47:53 +0000 |
commit | d895983c631450f2f88778a5a797ac4eee3b4752 (patch) | |
tree | 5438bf970982ed835f329f099aebe3a51589a751 /net/ipa/patches/patch-ab | |
parent | 34c33b1c1d14b80a1949c173555f26416a446d57 (diff) | |
download | pkgsrc-d895983c631450f2f88778a5a797ac4eee3b4752.tar.gz |
Update net/ipa to 1.2.7. Changes from version 1.2.5 include a
- Honor PKG_SYSCONFDIR and use bsd.pkg.install.mk to handle config files
and rc.d scripts.
- Memory access fixes.
- Now '{', '}', '#' and ';' characters are not allowed for naming
rules and limits.
*** SECURITY UPDATE ***
Removed SUID bit from ipastat(8) due to security problems (and don't
even try to set it back). Admins who use the "db_owner" parameter
*and* use some safe user/group, *and* didn't forget to set the same
safe user/group for the ipastat(8) program, as it was said in the
SECURITY NOTE on the ipastat(8) manual page, should not worry a lot.
Admins who ignored that SECURITY NOTE should double check the security
of their systems and change all passwords, secrets keys, etc. if you
think that somebody cracked your systems by ipastat(8).
Diffstat (limited to 'net/ipa/patches/patch-ab')
-rw-r--r-- | net/ipa/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ipa/patches/patch-ab b/net/ipa/patches/patch-ab new file mode 100644 index 00000000000..0023983f20f --- /dev/null +++ b/net/ipa/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.3 2002/06/30 03:47:55 jlam Exp $ + +--- path.h.orig Tue Oct 16 18:44:37 2001 ++++ path.h +@@ -29,7 +29,9 @@ + #ifndef IPA_PATH_H + #define IPA_PATH_H + ++#ifndef CFGFILE + #define CFGFILE "/usr/local/etc/ipa.conf" ++#endif + #define DBDIR "/var/ipa" + #define PIDFILE "/var/run/ipa.pid" + |