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:02:49
Branch: HEAD Handle: 2003102013024702
Modified files:
openpkg-src/sendmail sendmail.spec
openpkg-web news.txt
Log:
force usage of /dev/urandom (issue on Solaris 8) reported and fix
contributed by Steffen Weinreich
Summary:
Revision Changes Path
1.101 +2 -1 openpkg-src/sendmail/sendmail.spec
1.7081 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sendmail/sendmail.spec
============================================================================
$ cvs diff -u -r1.100 -r1.101 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 20 Sep 2003 19:35:54 -0000 1.100
+++ openpkg-src/sendmail/sendmail.spec 20 Oct 2003 12:02:49 -0000 1.101
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 8.12.10
-Release: 20030920
+Release: 20031020
# package options
%option with_fsl yes
@@ -165,6 +165,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.7080 -r1.7081 news.txt
--- openpkg-web/news.txt 20 Oct 2003 06:44:59 -0000 1.7080
+++ openpkg-web/news.txt 20 Oct 2003 12:02:47 -0000 1.7081
@@ -1,3 +1,4 @@
+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>
20-Oct-2003: Upgraded package: P<socat-1.3.2.2-20031020>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]