OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Jul-2005 08:41:57
Branch: HEAD Handle: 2005072707415700
Modified files:
openpkg-src/openssl openssl.spec
Log:
automatically find the socket of our PRNGD package
Summary:
Revision Changes Path
1.67 +4 -1 openpkg-src/openssl/openssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.spec
============================================================================
$ cvs diff -u -r1.66 -r1.67 openssl.spec
--- openpkg-src/openssl/openssl.spec 7 Jul 2005 08:33:49 -0000 1.66
+++ openpkg-src/openssl/openssl.spec 27 Jul 2005 06:41:57 -0000 1.67
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD-style
Version: 0.9.8
-Release: 20050707
+Release: 20050727
# package options
%option with_zlib no
@@ -87,6 +87,9 @@
%{l_shtool} subst \
-e 's;test "$OSTYPE" = msdosdjgpp;true;' \
util/point.sh
+ %{l_shtool} subst \
+ -e 's;^\(#define DEVRANDOM_EGD\);\1
"%{l_prefix}/var/prngd/prngd.socket",;' \
+ e_os.h
%build
%{l_prefix}/bin/perl util/perlpath.pl %{l_prefix}/bin/perl
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]