pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/sudo Update to version 1.6.8p1. This is a se...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f5276e67ac41
branches: trunk
changeset: 480629:f5276e67ac41
user: cube <cube%pkgsrc.org@localhost>
date: Fri Sep 17 09:25:18 2004 +0000
description:
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:
security/sudo/Makefile | 4 ++--
security/sudo/distinfo | 8 ++++----
security/sudo/patches/patch-af | 14 +++++++-------
3 files changed, 13 insertions(+), 13 deletions(-)
diffs (65 lines):
diff -r 2a268e5dba3e -r f5276e67ac41 security/sudo/Makefile
--- a/security/sudo/Makefile Fri Sep 17 08:08:20 2004 +0000
+++ b/security/sudo/Makefile Fri Sep 17 09:25:18 2004 +0000
@@ -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 -r 2a268e5dba3e -r f5276e67ac41 security/sudo/distinfo
--- a/security/sudo/distinfo Fri Sep 17 08:08:20 2004 +0000
+++ b/security/sudo/distinfo Fri Sep 17 09:25:18 2004 +0000
@@ -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 -r 2a268e5dba3e -r f5276e67ac41 security/sudo/patches/patch-af
--- a/security/sudo/patches/patch-af Fri Sep 17 08:08:20 2004 +0000
+++ b/security/sudo/patches/patch-af Fri Sep 17 09:25:18 2004 +0000
@@ -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 @@
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 @@
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"])
Home |
Main Index |
Thread Index |
Old Index