It fixes OCPS(Online Certificate Status Protocol) verify method wasn't always
return false when verify was failed in OpenSSL's correspondence library.
(It might be possible security risk for using OCPS.
Fix small PLIST improvement, too.
Bump PKGREVISION.
* Add USE_RUBY_SETUP_PKG which use devel/ruby-setup as setup script
instead of a script bundled with original distfiles since it is
useful to support DESTDIR.
Pkgsrc changes:
o Add a patch so that our PowerPC-based ports are properly detected
by the dtoa configuration logic, by also recognizing __powerpc__
to indicate big-endian float format.
This should fix PR#40624.
Notable changes in version 9.4.3:
The system-specific Icon configurations have been reorganized and renamed.
The several BSD configurations have been merged into one.
The macintosh configuration now supports the loadfunc function.
A new porting guide has been written, and a new posix configuration
has been added as a starting point in constructing new ports.
The core library files remain stable. Notable changes include:
- procs/dijkstra new procedures implement Dijkstra's control structures
- procs/html add procedure for canonicalization of paths
- procs/matrix2 new procedures for matrix manipulation
- procs/nestlist new procedures for representing nested lists as strings
- procs/printf add %e format and fix a rounding problem
- progs/noise new program for producing a random bitstream
- progs/unclog improve logic for combining adjacent entries
- gprogs/dlgvu improve coverage map; allow altitude in GPS data
- gprogs/gallery faster thumbnail loading for JPEG images
- gprogs/img many new features
- gprogs/sier better color choices
- gprogs/trkvu accept GPS track logs with altitude as the last field
The undocumented save function, which only worked on a few platforms, has been removed.
Approved by <tnn>.
OpenSSL install is split between /lib and /usr/include/openssl with plays
havoc with the php ./configure as it assumes both have the same base
directory (e.g. /usr). This patch uses a modified inbuilt check for
OpenSSL instead of explicitly specifying a base using --with-openssl.
$PYTHON -c "from distutils import sysconfig; print sysconfig.get_config_var('SHLIBS');"
... where bdb.buildlink.mk has been used and it satisfied the requirement from
Pkgsrc (E.g. via databases/db4) would fail to build because the required -ldb4
library was not itself buildlinked.
To rectify this, pull in bdb.buildlink.mk in python??/buildlink3.mk under the
same conditions as it is pulled in in the package's own makefile.
No revision bump required, this almost certainly only affects packages and
environments that simply wouldn't build at all prior to the fix.
Fixes the build of py-ORBit on Linux (Python 2.4 or 2.5), and PR39377.
Changes since 1.2:
- Fixes for recent versions of libbfd.
- Miscellaneous bug fixes.
- Updated support for libdc
- Updated support for opencv
Changes since 1.1:
- Minor evolution.
- Compiles better with gcc-4.x
Changes since 1.1 release
=========================
Support for new platforms:
add "universal" (PPC and x86) configure option for MacOS X
report CPU model name on "MacIntel"
report "CPU CHIP TYPE" on HP-UX
detect Windows on Windows64
detect amd64 architecture on Windows
detect Windows Server 2008
Use $(MAKE) for all recursive make invocations
Add --force-sdbm configure option
Fix UTFLEN() to handle zero
fix timing script to deal with AFS
Approved by <obache>.