sysutils/p5-Sys-Hostname-Long to 1.4
net/p5-Net-CIDR-Lite to 0.18
mail/p5-razor-agents to 2.77
security/p5-IO-Socket-SSL to 0.97
mail/p5-Mail-SPF-Query to 1.997
This fixes PR pkg/29993.
No pkgsrc changes:
Changes since version 1.996:
============================
At least a patch for hanging spfd connections (DNS_RESOLVER_TIMEOUT) was added.
The rest is unknown, "Changes" does not tell us much...
No pkgsrc changes.
Changes since version 0.96:
===========================
v0.97
- Writes now correctly return errors. (Problem noted by
Dominique Quatravaux <dom at idealx.com>).
- CA paths now work without passing an empty SSL_ca_file
argument. (Problem found by Phil Pennock, <phil.pennock
at globnix.org>).
- IO::Socket::SSL now automatically passes Proto => tcp (if
not already specified) to IO::Socket::INET to work around
/etc/services files with udp entries listed first. (Fix
suggested by Phil Pennock).
- $socket->accept() now returns the peer address in array
context for better conformance with IO::Socket::INET.
However, if you were doing "map { $_->accept } (@sockets)",
or similar tricks, you will need to use "scalar" to get the
old behavior back. (Problem noted by Nils Sowen, <n.sowen
at kon.de>).
- IO::Socket::SSL should now properly block on reads larger
than the buffer size of Net::SSLeay. (Problem found by Eric
Jergensen, <eric at dvns.com>).
- IO::Socket::SSL should now send CA Certs (if necessary)
along with certificates. (Problem found by <roy at
momentous.ca>).
- Timeouts should now work, but be aware that if multiple
reads/writes are necessary to complete a connection, then
each one may have a separate timeout. (Request from
Dominique Quatravaux <dom at idealx.com>).
- In certain cases, start_SSL() would misplace a socket's
fileno, causing problems with starting SSL. This should now
be fixed. (Problem found by <russ at zerotech.net>).
- IO::Socket::SSL now requires a minimum of Net::SSLeay 1.21.
Pkgsrc changes:
- Archive is only available as .tar.bz2.
Changes since version 2.72:
===========================
2.77 (Aug 15, 2005)
* Fix to a broken bunzip archive.
2.76 (Aug 15, 2005)
* When no reporter identity is found, attempt to register
automatically.
* When -home is specified on the command line, default
"global_razorhome" to the provided value. [Gentoo #101070]
2.75 (July 6, 2005)
* Removed two debugging statements accidentally checked into 2.74.
* Applied syslog patch from Debian bug #295727 to reintroduce support
for 'sys-syslog' and 'syslog' log targets. [Feature #1229433]
* Modified Makefile.PL to honor DESTDIR when installing section 5 man
pages. [Bug #1227167]
* Fixed failure for razor-agents to exit with error when unknown
parameters were specified. [Bug #1229450]
* Fixed bug for when razor-agents was invoked without ``-f'' but
reading from STDIN, causing the shell to be unusable until the
forked background process was killed off. [Bug #1229887]
2.74 (June 28, 2005)
* Fixed handling of configuration options; under certain
circumstances, neither the defaults nor the configuration file would
set necessary variables such as "listfile_discovery".
* Fixed handling of -home option; when provided, it will be accepted
without further checks.
* Fixed installation of man(5) pages by non-root users to local man
directories. [Patch #1227162]
* Reverted a patch that was intended to add support for overriding
razorhome under certain circumstances. The patch introduced new
issues with external program integration (eg. Amavis). [Bug
#1074391]
* Corrected a spelling error in a debug message.
* Added several defined checks to avoid unnecessary warnings when
manipulating server lists.
* Corrected the preprocessing fix shipped with 2.70 and updated the
test suite to match. [Bug #1001417]
* Updated preproc implementation (deHTMLxs) to match other clients.
No pkgsrc changes.
Changes since version 0.15:
=====================================
0.18 Sat May 20 01:00:00 2005
- Documented bin_find().
- Added pod tests. Watch my kwalitee go up! Woohoo!
0.17 Wed May 18 12:00:00 2005
- Fixed last fix and corresponding test.
0.16 Wed May 18 10:00:00 2005
- Fixed divide by zero on find with empty spanner.
Reported by jgmyers via rt.cpan.org.
- Fixed pod errors.
Pkgsrc changes:
- Removed patch-aa (in Long.pm) and the pre-configure target because our
workaround for the problem on Solaris ("hostname --fqdn" changing the
name of the machine) is no longer necessary.
- Added SVR4_PKGNAME.
Relevant changes since version 1.0:
==========================
New version to fix major Solaris problem
Thanks to patch from Piotr Klaban
and many others for reporting the problem.
improved by hiramatsu@.
This is a fairly low level interface to the Gnome project's libghttp,
which allows you to process HTTP requests to HTTP servers. There also
exists a slightly higher level interface - a simple get() function which
takes a URI as a parameter.
It allows you to make very simple HTTP requests, without the weight of
something like LWP. This makes it very useful in situations where
memory and speed are at a premium, such as mod_perl.
It has full support for proxy requests and authenticated requests.
-add BrokenUIDLPOP3SSLRetriever as SSL version of BrokenUIDLPOP3Retriever,
based on an idea by a user of the Debian package. Thanks: Daniel Burrows,
Fredrik Steen.
-remove deprecated "strict" argument from message/header parsing calls.
While it was possible to suppress the warning that resulted when using
Python 2.4, it appears many getmail users couldn't bother to do that
and complained to me instead.
Update HOMEPAGE and MASTER_SITES
3.99.* use autoconf/automake and libtool. It should work on alpha and other 64
platforms
Convert to use the option framework. Options xaw and motif enable xaw and motif
widget support. Both imply x11 support.
The update should fix PR 31750
Changes in FIGlet 2.2.2
-----------------------
License changed from "Artistic License" to "Academic Free
License" as agreed by FIGlet authors. 05 July 2005
Also, updated the patch to use BSD_INSTALL_*
Thise release includes some bug and documentation fixes, but no new
encoder modes. However, oggenc from this release now properly supports
the new CBR engine introduced in libvorbis 1.1.0 but the 1.1.1 release
of both libraries is required for things to work properly. Not that
there was never a 1.1.0 release of vorbis-tools because of this issue.
The ogginfo tool also now recognizes and reports information from Ogg
Theora files.
Pkgsrc changes:
- Require version 1.01 of p5-IO-Zlib, as Makefile.PL suggests.
- New prerequisite p5-Text-Diff, due to new program 'ptardiff'
Changes since version 1.22:
===========================
* important changes in version 1.26 22/8/2005:
- the 'ptardiff' was not included in the exe_files section
of the makefile.pl, meaning it didn't get installed by default.
* important changes in version 1.25 20/8/2005:
- Move the changes into it's own file
- Add patch from abeltje to make tests pass on VMS. This is *just*
the tests -- code may need some extra work to be reliable (#12678)
- Add faq about accessing 'tar.Z' files, as provided by Paul Marquess
- Add a warning if the read() call from new() fails to return data
- Address #13636, where heuristics were 'upgrading' a file to a
directory if the file had an @LongLink entry, and the shortened
filename ended in a '/'.
- Add ptardiff program as suggested by KWILLIAMS (#13658)
* important changes in version 1.24 3/5/2005:
- Fix a bug where alternate absolute extract paths would add an
extra directory upon extract (bug #11342)
- Added support for 'perlio' (available for perl5.8 and up).
See the Archive::Tar documentation for details
* important changes in version 1.23 3/12/2004:
- 03_file.t wasn't present in the MANIFEST
This release contains preview-latex
(which install could be disabled by an option, but is it useful ?)
Many bugfixes, and support for different languages
Pkgsrc changes:
- Added HOMEPAGE.
Relevant changes since version 1.01:
===========================
* fixes for various tests
* Added support for external gzip.
No pkgsrc changes.
Changes since version 1.35
==========================
1.41 - 4 October 2005
* added hints/mpeix.pl file supplied by Ken Hirsch
1.40 - 23 September 2005
* Fixed failure of 03examples.t for some windows systems.
1.39 - 15 September 2005
* Fixed dTHX macro for 5.00503 on FreeBSD
1.38 - 6 September 2005
* Integrate core change 25304 -- Symbian Update
* Added libscan to Makefile.PL
1.37 - 12 August 2005
* Change to t/03examples.t for VMS from Abe Timmerman
1.36 - 3 August 2005
* Renamed zlib-src-1.2.3 to zlib-src to help VMS
* Fixed Makefile.PL for VMS
* Fixed t/03examples.t for VMS
* Added a couple of notes about incompatibility with Unix compress.
Terminal is a modern terminal emulator for the Unix/Linux desktop -
primarly for the Xfce desktop environment. It was developed because
of the need for a lightweight and easy to use terminal emulator in the
Xfce desktop environment, that doesn't require the user to install the
GNOME plattform, but still provides a worthy alternative to the GNOME
terminal emulator.
MAJOR CHANGES:
* Fixed important bug in custom tags handling code..
------------------------------------------------
CHANGES IN THE SOFTWARE CONFIGURATION:
* Applied patch from Patrick Welche (all scripts moved in the 'config'
and 'm4' directories).
* SConstruct, libtiff/SConstruct: Added the first very preliminary
support for SCons software building tool (http://www.scons.org/). This
is experimental infrastructure and it will exist along with the
autotools stuff.
* port/lfind.c: Added lfind() replacement module.
------------------------------------------------
CHANGES IN LIBTIFF:
* tif_dir.c: When prefreeing tv->value in TIFFSetFieldV also set it to
NULL to avoid double free when re-setting custom string fields as per:
http://bugzilla.remotesensing.org/show_bug.cgi?id=922
* tif_dir.c: Fixed up support for swapping "double complex" values (128
bits as 2 64 bits doubles). GDAL gcore tests now pass on bigendian
(macosx) system.
* libtiff/{tif_dirread.c, tif_dirinfo.c}: Do not upcast BYTEs to SHORTs
in the TIFFFetchByteArray(). Remove TIFFFetchExtraSamples() function,
use TIFFFetchNormalTag() instead as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=831 Remove
TIFFFetchExtraSamples() function, use TIFFFetchNormalTag() instead.
* tif_print.c: Fixed printing of the BYTE and SBYTE arrays.
* tif_write.c: Do not check the PlanarConfiguration field in the
TIFFWriteCheck() function in case of single band images (as per TIFF
spec).
* libtiff/{tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_print.c}: Make
FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,
ImageFullWidth, ImageFullLength and PrimaryChromaticities tags custom.
------------------------------------------------
CHANGES IN THE TOOLS:
* tiffcp.c: Fixed WhitePoint tag copying.
------------------------------------------------
CHANGES IN THE CONTRIB AREA:
* tiffdump.c: Added support for TIFF_IFD datatype.
* addtiffo/{tif_overview.c, tif_ovrcache.c, tif_ovrcache.h}: Make
overviews working for contiguous images.