summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-09-17 09:25:18 +0000
committercube <cube@pkgsrc.org>2004-09-17 09:25:18 +0000
commit875ccd93565d5c2031984d67416410932e557a70 (patch)
tree5051874e58e1aeb3f854f5187d81b3bc27fb04a9 /security
parentc89eeede417315a055f64224aaf4d9d520eb9cee (diff)
downloadpkgsrc-875ccd93565d5c2031984d67416410932e557a70.tar.gz
Update to version 1.6.8p1. This is a security update, see advisory
at: http://www.sudo.ws/sudo/alerts/sudoedit.html Major changes since Sudo 1.6.8: o Sudoedit now re-opens the temp file as the invoking user and will only open regular files. o Better detection of unchanged files in sudoedit. o The path to ldap.conf is now configurable. o Added SSL tls_* certificate checking options when using LDAP. o The sample pam config file has been updated.
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile4
-rw-r--r--security/sudo/distinfo8
-rw-r--r--security/sudo/patches/patch-af14
3 files changed, 13 insertions, 13 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 44ec04f3217..8ce48d7a554 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2004/08/24 17:31:48 cube Exp $
+# $NetBSD: Makefile,v 1.69 2004/09/17 09:25:18 cube Exp $
#
-DISTNAME= sudo-1.6.8
+DISTNAME= sudo-1.6.8p1
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index 8b6d0d0968c..fa701b2a49f 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2004/08/24 17:31:48 cube Exp $
+$NetBSD: distinfo,v 1.23 2004/09/17 09:25:18 cube Exp $
-SHA1 (sudo-1.6.8.tar.gz) = 3f761fd7457ad0efb3f8efa68495ac95c825ca81
-Size (sudo-1.6.8.tar.gz) = 577564 bytes
+SHA1 (sudo-1.6.8p1.tar.gz) = a093e6ec91ecd964a4901184ae19a3096fb98eed
+Size (sudo-1.6.8p1.tar.gz) = 583464 bytes
SHA1 (patch-aa) = a4f29f2c228eb3b4af0872cf04a00ffdf41c603c
-SHA1 (patch-af) = a28c974dc854ca21cf2da8addbe98eac13c612a2
+SHA1 (patch-af) = 870a0f0504449dbb839c8b8c2dfe6505a9c9ec68
SHA1 (patch-ag) = 3703932e134ae90281179d0a4ae4760fa420264b
diff --git a/security/sudo/patches/patch-af b/security/sudo/patches/patch-af
index b545cbc3104..2988d323ca7 100644
--- a/security/sudo/patches/patch-af
+++ b/security/sudo/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.12 2004/05/19 19:26:38 kim Exp $
+$NetBSD: patch-af,v 1.13 2004/09/17 09:25:18 cube Exp $
---- configure.in.orig 2003-05-06 11:22:36.000000000 -0400
-+++ configure.in 2004-05-19 15:22:23.000000000 -0400
-@@ -110,7 +110,6 @@
+--- configure.in.orig 2004-09-08 17:49:25.000000000 +0200
++++ configure.in
+@@ -118,7 +118,6 @@ dnl
test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man'
test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin'
test "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/sbin'
@@ -10,7 +10,7 @@ $NetBSD: patch-af,v 1.12 2004/05/19 19:26:38 kim Exp $
dnl
dnl Deprecated --with options (these all warn or generate an error)
-@@ -236,6 +235,19 @@
+@@ -244,6 +243,19 @@ AC_ARG_WITH(csops, [ --with-csops
;;
esac])
@@ -30,9 +30,9 @@ $NetBSD: patch-af,v 1.12 2004/05/19 19:26:38 kim Exp $
AC_ARG_WITH(passwd, [ --without-passwd don't use passwd/shadow file for authentication],
[case $with_passwd in
yes) ;;
-@@ -1813,6 +1825,7 @@
+@@ -1882,6 +1894,7 @@ if test -n "$with_kerb5" -a -z "$KRB5CON
AC_MSG_RESULT(yes)
- AC_DEFINE(HAVE_HEIMDAL, 1, [Define if your Kerberos is Heimdal.])
+ AC_DEFINE(HAVE_HEIMDAL)
SUDO_LIBS="${SUDO_LIBS} -lkrb5 -ldes -lcom_err -lasn1"
+ AC_CHECK_LIB(crypto, main, [SUDO_LIBS="${SUDO_LIBS} -lcrypto"])
AC_CHECK_LIB(roken, main, [SUDO_LIBS="${SUDO_LIBS} -lroken"])