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: 20-Oct-2003 14:09:47 Branch: OPENPKG_1_3_SOLID HEAD Handle: 2003102013094502 Modified files: openpkg-web news.txt Modified files: (Branch: OPENPKG_1_3_SOLID) openpkg-src/sendmail rc.sendmail sendmail.spec Log: fix typo in prolog/epilog; force usage of /dev/urandom (issue on Solaris 8) both reported and fix contributed by Steffen Weinreich Summary: Revision Changes Path 1.4.2.1.2.1 +2 -2 openpkg-src/sendmail/rc.sendmail 1.51.2.5.2.4+2 -1 openpkg-src/sendmail/sendmail.spec 1.7082 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sendmail/rc.sendmail ============================================================================ $ cvs diff -u -r1.4.2.1 -r1.4.2.1.2.1 rc.sendmail --- openpkg-src/sendmail/rc.sendmail 24 Jul 2003 20:50:36 -0000 1.4.2.1 +++ openpkg-src/sendmail/rc.sendmail 20 Oct 2003 12:09:47 -0000 1.4.2.1.2.1 @@ -96,7 +96,7 @@ -n ${sendmail_log_numfiles} -s ${sendmail_log_minsize} \ -d -z ${sendmail_log_complevel} \ -o @l_musr@ -g @l_mgrp@ -m 644 \ - -P "$sendmail_log_prologue" \ - -E "$sendmail_log_epilogue && rc sendmail reload" \ + -P "$sendmail_log_prolog" \ + -E "$sendmail_log_epilog && rc sendmail reload" \ @l_prefix@/var/sendmail/sendmail.log @@ . patch -p0 <<'@@ .' Index: openpkg-src/sendmail/sendmail.spec ============================================================================ $ cvs diff -u -r1.51.2.5.2.3 -r1.51.2.5.2.4 sendmail.spec --- openpkg-src/sendmail/sendmail.spec 19 Sep 2003 07:42:59 -0000 1.51.2.5.2.3 +++ openpkg-src/sendmail/sendmail.spec 20 Oct 2003 12:09:47 -0000 1.51.2.5.2.4 @@ -33,7 +33,7 @@ Group: Mail License: BSD Version: 8.12.9 -Release: 1.3.1 +Release: 1.3.2 # package options %option with_fsl yes @@ -178,6 +178,7 @@ echo "APPENDDEF(\`confENVDEF', \`-DDNSMAP')dnl" %if "%{with_tls}" == "yes" echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DSTARTTLS')dnl" + echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DHASURANDOMDEV')dnl" echo "APPENDDEF(\`conf_sendmail_LIBS', \`-lssl -lcrypto')dnl" %endif %if "%{with_sasl}" == "yes" @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.7081 -r1.7082 news.txt --- openpkg-web/news.txt 20 Oct 2003 12:02:47 -0000 1.7081 +++ openpkg-web/news.txt 20 Oct 2003 12:09:45 -0000 1.7082 @@ -1,3 +1,4 @@ +20-Oct-2003: Upgraded package: P<sendmail-8.12.9-1.3.2> 20-Oct-2003: Upgraded package: P<sendmail-8.12.10-20031020> 20-Oct-2003: Upgraded package: P<delegate-8.7.4-20031020> 20-Oct-2003: Upgraded package: P<dia-0.92-20031020> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]