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: 15-May-2006 08:26:51 Branch: HEAD Handle: 2006051507264901 Modified files: openpkg-src/openpkg HISTORY openpkg.spec openssl.patch Log: fix building of OpenSSL by reducing used Perl features (integer.pm) Summary: Revision Changes Path 1.330 +1 -0 openpkg-src/openpkg/HISTORY 1.483 +1 -1 openpkg-src/openpkg/openpkg.spec 1.3 +13 -0 openpkg-src/openpkg/openssl.patch ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openpkg/HISTORY ============================================================================ $ cvs diff -u -r1.329 -r1.330 HISTORY --- openpkg-src/openpkg/HISTORY 14 May 2006 21:29:56 -0000 1.329 +++ openpkg-src/openpkg/HISTORY 15 May 2006 06:26:49 -0000 1.330 @@ -2,6 +2,7 @@ 2006 ==== +20060515 fix building of OpenSSL by reducing used Perl features (integer.pm) 20060514 fix building of OpenSSL by reducing used Perl features (find.pl, strict.pm) 20060513 build cURL with SSL support to allow it to fetch from HTTPS URLs 20060513 major change: build and install OpenSSL 0.9.8b (for adding SSL support to cURL) @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openpkg.spec ============================================================================ $ cvs diff -u -r1.482 -r1.483 openpkg.spec --- openpkg-src/openpkg/openpkg.spec 14 May 2006 21:29:56 -0000 1.482 +++ openpkg-src/openpkg/openpkg.spec 15 May 2006 06:26:50 -0000 1.483 @@ -38,7 +38,7 @@ # o any cc(1) # the package version/release -%define V_openpkg 20060514 +%define V_openpkg 20060515 # the used software versions %define V_rpm 4.2.1 @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openssl.patch ============================================================================ $ cvs diff -u -r1.2 -r1.3 openssl.patch --- openpkg-src/openpkg/openssl.patch 14 May 2006 21:29:57 -0000 1.2 +++ openpkg-src/openpkg/openssl.patch 15 May 2006 06:26:50 -0000 1.3 @@ -29,3 +29,16 @@ # see INSTALL for instructions. +Index: crypto/objects/obj_dat.pl +--- crypto/objects/obj_dat.pl.orig 2005-08-29 01:20:47 +0200 ++++ crypto/objects/obj_dat.pl 2006-05-15 08:03:44 +0200 +@@ -1,9 +1,5 @@ + #!/usr/local/bin/perl + +-# fixes bug in floating point emulation on sparc64 when +-# this script produces off-by-one output on sparc64 +-use integer; +- + sub obj_cmp + { + local(@a,@b,$_,$r); @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org