Explicitly check in show_var that the buffer is non-NULL.
This can stops pkg_info -Q foo from segfaulting for explicitly
installed packages. Reported by Stoned Elipot.
Teach set_ftime about symbolic links, because it has to know: on some
Linux systems, when we build as a tool we think we have lutimes but it
doesn't work on some filesystems at runtime. A bit ugly but effective
and without use of AC_TRY_RUN in the tool build. Tidier (than mine)
set_ftime reorganization from christos.
Bump version to 20080110.
Pkgsrc changes:
- Simplified MASTER_SITES.
- The package supports installation to DESTDIR.
- A compiler is not necessary.
Changes since version 0.14:
===========================
0.15 Sat Dec 1 18:00:00 2007
- Fix for OLE::Storage_Lite performance degradation caused
by Math::BigInt degradation.
http://rt.cpan.org/Public/Bug/Display.html?id=31006
Thanks Jonathan Kamens.
Pkgsrc changes:
- none
Changes since version 2.33:
===========================
2.36 16 September, 2007
-Fixed SVG::DOM POD
2.35 14 September, 2007
-Fixed SVG::DOM POD
2.34 17 May 2005
-SVG::Element - Removed elsep entry for CDATA, cdata, cdata_noxmlesc
fields to get rid of artificial blank spaces that confuse some browsers
-SVG::DOM - added getRootNode method
-Added user-contributed DOM2 methods to SVG::DOM
Pkgsrc changes:
- The package supports installation to DESTDIR.
Changes since version 2.19:
===========================
Revision history for Perl extension Crypt::CBC.
2.24 Fri Sep 28 11:21:07 EDT 2007
- Fixed failure to run under taint checks with Crypt::Rijndael
or Crypt::OpenSSL::AES (and maybe other Crypt modules). See
http://rt.cpan.org/Public/Bug/Display.html?id=29646.
2.23 Fri Apr 13 14:50:21 EDT 2007
- Added checks for other implementations of CBC which add no
standard padding at all when cipher text is an even multiple
of the block size.
2.22 Sun Oct 29 16:50:32 EST 2006
- Fixed bug in which plaintext encrypted with the -literal_key
option could not be decrypted using a new object created with
the same -literal_key.
- Added documentation confirming that -literal_key must be
accompanied by a -header of 'none' and a manually specificied IV.
2.21 Mon Oct 16 19:26:26 EDT 2006
- Fixed bug in which new() failed to work when first option is
-literal_key.
2.20 Sat Aug 12 22:30:53 EDT 2006
- Added ability to pass a preinitialized Crypt::* block cipher
object instead of the class name.
- Fixed a bug when processing -literal_key.
Pkgsrc changes:
- The package supports installation to DESTDIR.
- A C compiler is necessary.
Changes since version 1.27:
=====================================
1.30 December 16th 2007
- Add GEOIP_MMAP_CACHE support ( Peter Shipley )
- Added last_netmask - gets netmask of network block from last lookup
- Merged in Geo::IP::PurePerl code, PurePerl code is mostly
API compatible with XS code, except for charset functions
- Added set_charset - enables UTF8 output of city name
1.28 July 4th 2007
- Added support for region name lookup in GeoIP City API
- Fixed database_info method (Ken Neighbors)
Changes are mainly portability ones, to allow the initiator to build
properly on non-NetBSD platforms. The first such platform is
FreeBSD-6.3:
# ./iscsifs -u agc -D -h sys3
Targets available from host sys3:
iqn.1994-04.org.netbsd.iscsi-target:target0 at 10.4.0.29:3260,1
iqn.1994-04.org.netbsd.iscsi-target:target2 at 10.4.0.29:3260,1
# uname -srm
FreeBSD 6.3-RELEASE i386
#
Just because a package has BSD style Makefile doesn't mean it has manpages.
A sweep of packages with USE_BSD_MAKEFILE=yes is forthcoming;
USE_TOOLS+=groff nroff will be added where appropriate.
Also, change the logic so that the construct:
USE_TOOLS+= groff nroff
means:
"iff groff is to be provided by textproc/groff, then nroff is
also to be provided by textproc/groff".
This provides a sane mechanism to express need for GNU nroff.
This is part one of fixing packages that set USE_BSD_MAKEFILE=yes
on SunOS. (bsd.man.mk needs an nroff that understands -mandoc)