OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 02-Oct-2003 16:24:05
Branch: HEAD Handle: 2003100215240302
Modified files:
openpkg-src/sudo sudo.spec
openpkg-web news.txt
Log:
remove MTA requirement, "mailerpath" in sudoers can be set at runtime
Summary:
Revision Changes Path
1.52 +5 -4 openpkg-src/sudo/sudo.spec
1.6818 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sudo/sudo.spec
============================================================================
$ cvs diff -u -r1.51 -r1.52 sudo.spec
--- openpkg-src/sudo/sudo.spec 21 Jul 2003 08:40:54 -0000 1.51
+++ openpkg-src/sudo/sudo.spec 2 Oct 2003 14:24:05 -0000 1.52
@@ -33,7 +33,7 @@
Group: System
License: BSD
Version: 1.6.7p5
-Release: 20030721
+Release: 20031002
# package options
%option with_fsl yes
@@ -47,8 +47,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, MTA
-PreReq: OpenPKG, openpkg >= 20030718, MTA
+BuildPreReq: OpenPKG, openpkg >= 20030718
+PreReq: OpenPKG, openpkg >= 20030718
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.2.0
PreReq: fsl >= 1.2.0
@@ -77,6 +77,7 @@
CPPFLAGS="-I`%{l_prefix}/etc/rc --query pam_incdir`" \
LDFLAGS="-L`%{l_prefix}/etc/rc --query pam_libdir` ${LDFLAGS}" \
%endif
+ true=`%{l_shtool} path true`
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/sudo \
@@ -89,7 +90,7 @@
--with-sudoers-mode=0400 \
--with-sudoers-uid=0 \
--with-sudoers-gid=%{l_muid} \
- --with-sendmail=%{l_prefix}/sbin/sendmail \
+ --with-sendmail=$true \
--with-ignore-dot \
%if "%{with_pam}" == "yes"
--with-pam \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6817 -r1.6818 news.txt
--- openpkg-web/news.txt 2 Oct 2003 13:24:56 -0000 1.6817
+++ openpkg-web/news.txt 2 Oct 2003 14:24:03 -0000 1.6818
@@ -1,3 +1,4 @@
+02-Oct-2003: Upgraded package: P<sudo-1.6.7p5-20031002>
02-Oct-2003: Upgraded package: P<perl56-5.6.1-20031002>
02-Oct-2003: Upgraded package: P<qpopper-4.0.5-1.3.1>
02-Oct-2003: Upgraded package: P<netpbm-10.11.14-20031002>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]