OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 31-Dec-2002 10:56:24
Branch: HEAD Handle: 2002123109562301
Modified files:
openpkg-src/openssl openssl.spec
openpkg-web news.txt
Removed files:
openpkg-src/openssl openssl.patch
Log:
Upgrade to OpenSSL 0.9.7!
This is not a small upgrade as with the 0.9.6<x> versions, hence I
performed a full rebuild-test of all packages which depend on "openssl".
The result is promising:
1. packages which failed (I'll investigate):
- w3m/w3m.spec (https://www.openssl.org/ -> Segmentation fault (core dumped))
- curl/curl.spec (conflicting types for `ENGINE')
- imapd/imapd.spec ( Cannot continue without libsasl2. because of DES API
changes in OpenSSL and hence sasl)
- rdesktop/rdesktop.spec (/cw/include/openssl/bn.h:234: parse error before
"BN_ULONG")
2. packages which failed, but not because of OpenSSL:
. cadaver/cadaver.spec (multiple definition of `optarg')
. cpu/cpu.spec (undefined reference to `ldap_init')
. dsniff/dsniff.spec (`ETH_H' undeclared (first use in this function)
3. packages which compiles correctly:
+ apache/apache.spec
+ bind/bind.spec
+ c-client/c-client.spec
+ cfengine/cfengine.spec
+ easysoap/easysoap.spec
+ ethereal/ethereal.spec
+ exim/exim.spec (but: tls-openssl.c:343: warning: assignment from incompatible
pointer type)
+ fetchmail/fetchmail.spec
+ inn/inn.spec
+ linc/linc.spec
+ links/links.spec
+ lynx/lynx.spec
+ mozilla/mozilla.spec
+ mutt/mutt.spec
+ neon/neon.spec
+ openldap/openldap.spec
+ openssh/openssh.spec
+ openvpn/openvpn.spec
+ perl-ssl/perl-ssl.spec
+ postfix/postfix.spec
+ postgresql/postgresql.spec
+ qpopper/qpopper.spec
+ samba/samba.spec
+ sasl/sasl.spec
+ scanssh/scanssh.spec
+ sendmail/sendmail.spec
+ siege/siege.spec
+ sitecopy/sitecopy.spec
+ snmp/snmp.spec
+ socat/socat.spec
+ stunnel/stunnel.spec
+ subversion/subversion.spec
+ sysmon/sysmon.spec
+ tcpdump/tcpdump.spec
+ wget/wget.spec
Summary:
Revision Changes Path
1.7 +0 -31 openpkg-src/openssl/openssl.patch
1.35 +7 -7 openpkg-src/openssl/openssl.spec
1.2475 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
rm -f openpkg-src/openssl/openssl.patch <<'@@ .'
Index: openpkg-src/openssl/openssl.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 openssl.spec
--- openpkg-src/openssl/openssl.spec 30 Dec 2002 22:05:39 -0000 1.34
+++ openpkg-src/openssl/openssl.spec 31 Dec 2002 09:56:24 -0000 1.35
@@ -32,18 +32,17 @@
Distribution: OpenPKG [CORE]
Group: Cryptography
License: BSD-style
-Version: 0.9.6h
-Release: 20021209
+Version: 0.9.7
+Release: 20021231
# list of sources
Source0: ftp://ftp.openssl.org/source/openssl-%{version}.tar.gz
-Patch0: openssl.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, perl, make, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021230, perl, make, gcc
+PreReq: OpenPKG, openpkg >= 20021230
AutoReq: no
AutoReqProv: no
@@ -60,8 +59,8 @@
%prep
%setup -q
- %patch0 -p0
%{l_shtool} subst -e 's;-m486;-march=i486;g' Configure
+ %{l_shtool} subst -e 's;test "$OSTYPE" = msdosdjgpp;true;' util/point.sh
%build
%{l_prefix}/bin/perl util/perlpath.pl %{l_prefix}/bin/perl
@@ -91,7 +90,8 @@
done )
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
- '%config %{l_prefix}/etc/openssl/openssl.cnf'
+ '%config %{l_prefix}/etc/openssl/openssl.cnf' \
+ '%not %dir %{l_prefix}/lib/pkgconfig'
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2474 -r1.2475 news.txt
--- openpkg-web/news.txt 31 Dec 2002 09:52:11 -0000 1.2474
+++ openpkg-web/news.txt 31 Dec 2002 09:56:23 -0000 1.2475
@@ -1,3 +1,4 @@
+31-Dec-2002: Upgraded package: P<openssl-0.9.7-20021231>
31-Dec-2002: Upgraded package: P<perl-5.8.0-20021231>
31-Dec-2002: Upgraded package: P<postfix-2.0.0.1-20021231>
31-Dec-2002: Upgraded package: P<openssh-3.5p1-20021231>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]