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: 13-Oct-2003 14:04:21
Branch: OPENPKG_1_3_SOLID HEAD Handle: 2003101313041902
Modified files:
openpkg-web news.txt
Modified files: (Branch: OPENPKG_1_3_SOLID)
openpkg-src/sudo sudo.spec
Log:
MFC: remove MTA requirement, "mailerpath" in sudoers can (must for
1.3.0 compatiblity) be set at runtime
Summary:
Revision Changes Path
1.34.2.2.2.2+5 -4 openpkg-src/sudo/sudo.spec
1.6984 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sudo/sudo.spec
============================================================================
$ cvs diff -u -r1.34.2.2.2.1 -r1.34.2.2.2.2 sudo.spec
--- openpkg-src/sudo/sudo.spec 29 Jul 2003 15:01:50 -0000 1.34.2.2.2.1
+++ openpkg-src/sudo/sudo.spec 13 Oct 2003 12:04:21 -0000 1.34.2.2.2.2
@@ -33,7 +33,7 @@
Group: System
License: BSD
Version: 1.6.7p5
-Release: 1.3.0
+Release: 1.3.1
# package options
%option with_fsl yes
@@ -47,8 +47,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 1.3.0, MTA
-PreReq: OpenPKG, openpkg >= 1.3.0, MTA
+BuildPreReq: OpenPKG, openpkg >= 1.3.0
+PreReq: OpenPKG, openpkg >= 1.3.0
%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.6983 -r1.6984 news.txt
--- openpkg-web/news.txt 13 Oct 2003 09:57:12 -0000 1.6983
+++ openpkg-web/news.txt 13 Oct 2003 12:04:19 -0000 1.6984
@@ -1,3 +1,4 @@
+13-Oct-2003: Upgraded package: P<sudo-1.6.7p5-1.3.1>
13-Oct-2003: Upgraded package: P<zoem-03.285-20031013>
13-Oct-2003: Upgraded package: P<xterm-1.80-20031013>
13-Oct-2003: Upgraded package: P<vim-6.2.117-20031013>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]