Commit graph

101053 commits

Author SHA1 Message Date
wiz
11df16de6a pkgsrc-users, not tech-pkg. 2006-07-20 06:52:16 +00:00
rillig
2e0a730f64 Fixed the path to the Perl interpreter, but didn't add a runtime
dependency to Perl. Since now, no one has complained that the scripts
cannot be run, so it can be expected that users who want to run them
will be able to install Perl, too.
2006-07-20 05:24:07 +00:00
wiz
c8891027ae Add a comment that kdeartwork3 might need updating. 2006-07-19 23:42:31 +00:00
wiz
d03de7b275 + amavisd-new-2.4.2 [pkg/34041], liferea-1.0.17, sun-jdk14-2.12
[pkg/34035], sun-jre14-2.12 [pkg/34035], wireshark-0.99.2 [was
  ethereal], xchat-2.6.6.
- fceu-0.98.15 (not an official release).
2006-07-19 23:10:22 +00:00
wiz
840801e510 gpgme updated to 1.1.0. 2006-07-19 23:02:30 +00:00
wiz
8e52c97716 Fix a pkglint warning. 2006-07-19 23:02:13 +00:00
wiz
48d9fe2aa7 Remove superfluous bsd.prefs.mk inclusion. 2006-07-19 23:01:49 +00:00
wiz
f00b37853e regen with current createbuildlink. 2006-07-19 23:01:03 +00:00
wiz
82394bce31 Update to 1.1.0, based on patches provided by George Michaelson
in PR 32761.

Noteworthy changes in version 1.1.0 (2005-10-01)
------------------------------------------------

 * You can now configure the backend engine file name and home
   directory to be used, as default and per context.

 * Information about the recipients of an encrypted text is now
   available at decryption time.

 * New status GPGME_STATUS_PLAINTEXT.  This is analyzed by the decrypt
   and verify handlers, the information about the plaintext filename,
   if available is made available in the new field file_name of the
   respective result structure.

 * The code for "automagically detecting the thread library" has been
   removed from libgpgme.  It is deprecated since version 0.4.3.
   Since then, you had to link against libgpgme-pthread for
   applications using pthread and libgpgme-pth for applications using
   GNU Pth.

   The code was removed because it caused compilation problems on
   systems where the pthread.h header from GNU Pth is available in
   addition to the system header (FreeBSD 6 and later for example).

 * There is a new flag for keys and subkeys, is_qualified, which
   indicates if a key can be used for qualified signatures according
   to local government regulations.

 * You can associate a filename with a data object using the new
   function gpgme_data_set_file_name().  This filename will be stored
   in the output when encrypting or signing the data and will be
   returned when decrypting or verifying the output data.

 * You can now set notation data at signature creation with the new
   function gpgme_sig_notation_add().

 * Interface changes relative to the 1.0.3 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_set_engine_info		NEW
gpgme_ctx_get_engine_info	NEW
gpgme_ctx_set_engine_info	NEW
gpgme_recipient_t		NEW
gpgme_decrypt_result_t		EXTENDED: New field recipients.
gpgme_verify_result_t		EXTENDED: New fields pubkey_algo, hash_algo.
gpgme_decrypt_result_t		EXTENDED: New field plaintext_filename.
gpgme_verify_result_t		EXTENDED: New field plaintext_filename.
GPGME_STATUS_PLAINTEXT		NEW
gpgme_key_t			EXTENDED: New field is_qualified.
gpgme_subkey_t			EXTENDED: New field is_qualified.
gpgme_data_get_file_name	NEW
gpgme_data_set_file_name	NEW
gpgme_sig_notation_flags_t	NEW
GPGME_SIG_NOTATION_HUMAN_READABLE NEW
GPGME_SIG_NOTATAION_CRITICAL	NEW
gpgme_sig_notation_clear	NEW
gpgme_sig_notation_add		NEW
gpgme_sig_notation_get		NEW
2006-07-19 22:59:59 +00:00
wiz
bf018bc806 Note some updates. 2006-07-19 22:48:55 +00:00
wiz
207db1c281 Update to 3.54:
2006-04-28   Gisle Aas

     Release 3.54

     Yaakov Belch discovered yet another issue with <script> parsing.
     Enabling of 'empty_element_tags' got the parser confused
     if it found such a tag for elements that are normally parsed
     in literal mode.  Of these <script src="..."/> is the only
     one likely to be found in documents.
     <http://rt.cpan.org//Ticket/Display.html?id=18965>



2006-04-27   Gisle Aas

     Release 3.53

     When ignore_element was enabled it got confused if the
     corresponding tags did not nest properly; the end tag
     was treated it as if it was a start tag.
     Found and fixed by Yaakov Belch
     <http://rt.cpan.org/Ticket/Display.html?id=18936>



2006-04-26   Gisle Aas

     Release 3.52

     Make sure the 'start_document' fires exactly once for
     each document parsed.  For earlier releases it did not
     fire at all for empty documents and could fire multiple
     times if parse was called with empty chunks.

     Documentation tweaks and typo fixes.



2006-03-22   Gisle Aas

     Release 3.51

     Named entities outside the Latin-1 range are now only expanded
     when properly terminated with ";".  This makes HTML::Parser
     compatible with Firefox/Konqueror/MSIE when it comes to how these
     entities are expanded in attribute values.  Firefox does expand
     unterminated non-Latin-1 entities in plain text, so here
     HTML::Parser only stays compatible with Konqueror/MSIE.
     Fixes <http://rt.cpan.org/Ticket/Display.html?id=17962>.

     Fixed some documentation typos spotted by william at knowmad.com.
     <http://rt.cpan.org/Ticket/Display.html?id=18062>
2006-07-19 22:46:24 +00:00
wiz
9adb1e57fd Update to 1.81:
1.81   2006-05-23

  - Don't unconditionally try to require packages in Apache::Session::Flex
    (Dave Rolsky).
2006-07-19 22:45:40 +00:00
wiz
1404131327 Update to 1.3.36:
Changes with Apache 1.3.36

  *) Reverted SVN rev #396294 due to unwanted regression.
     The new feature introduced in 1.3.35 (Allow usage of the
     "Include" configuration directive within previously "Include"d
     files) has been removed in the meantime.
     (http://svn.apache.org/viewcvs?rev=396294&view=rev)

Changes with Apache 1.3.35

  *) SECURITY: CVE-2005-3352 (cve.mitre.org)
     mod_imap: Escape untrusted referer header before outputting in HTML
     to avoid potential cross-site scripting.  Change also made to
     ap_escape_html so we escape quotes.  Reported by JPCERT.
     [Mark Cox]

  *) core: Allow usage of the "Include" configuration directive within
     previously "Include"d files. [Colm MacCarthaigh]

  *) HTML-escape the Expect error message.  Not classed as security as
     an attacker has no way to influence the Expect header a victim will
     send to a target site.  Reported by Thiago Zaninotti [Mark Cox]

  *) mod_cgi: Remove block on OPTIONS method so that scripts can
     respond to OPTIONS directly rather than via server default.
     [Roy Fielding] PR 15242
2006-07-19 22:45:14 +00:00
wiz
0991a161e9 Update to 1.10:
1.10 - March 11, 2006
       - Module (for now) maintained by Ask Bjoern Hansen
       - Fixed category output in RSS 2.0 (RT#17303, Yasuhiro Onishi)
       - Update documentation with new Subversion server and bug tracking
       - Clean up distribution (tests, Makefile.PL, file locations, ...)
2006-07-19 22:44:36 +00:00
wiz
697ecdcac8 Update to 0.78:
0.78
	Thu Mar 30 06:13:42 UTC 2006 ($Rev: 14494 $, $Author: chromatic $)
	- fixed merge_blocks() bug reported by Richard Harman
	- moved developer tests to t/developer and skipped them for everyone else
	- updated copyright notices

0.77
	Sat Oct 29 02:54:02 UTC 2005 (Rev: 9337, Author: chromatic)
	- removed MANIFEST.SKIP (hopefully fixing Test::Signature errors)

0.76
	Mon Jul 25 05:58:24 UTC 2005 (Rev: 6518, Author: chromatic)
	- bumped up version number
	- added documentation to Text::WikiFormat::Blocks
	- checked in t/pod.t

	Thu Jul 14 06:45:57 UTC 2005 (Rev: 6309, Author: chromatic)
	- fixed CAMELCASE linking bug reported by punkish on Perl Monks
	- fixed inadvertent $title reuse in find_link_title()

	Wed Jul 13 03:16:14 UTC 2005 (Rev: 6249, Author: chromatic)
	- fixed a bug in list detection (find paragraphs correctly)
	- removed unnecessary .t files in top-level directory (not distributed)
	- removed unused functions:
		- get_block()
		- get_indentation()
		- find_list()
		- end_list()
		- end_all_lists()
	- added POD and POD coverage tests
	- added stub documentation to Text::WikiFormat::Blocks
	- modified tests to work better with Devel::Cover

0.75
	Sat Jul  2 19:48:00 UTC 2005 (Rev: 5727, Author: chromatic)
	- support absolute_links (Alex Vandiver and Best Practical)
	- edited documentation to use better English
	- added tests for a few undertested functions (t/subs.t)
	- signed distribution
	- added passthrough Makefile
	- bumped up copyright year

	Sun Apr 17 05:10:19 UTC 2005 (Rev: 5727, Author: chromatic)
	- added t/embedded-links.t from Art Henry
	- allowed nested embedded links (MediaWiki support)

	Sun Nov 28 23:58:18 UTC 2004 (Rev: 16, Author: chromatic)
	- re-set properties on Changes
	- bumped up version number (also stringify it)
	- added Text::WikiFormat::Blocks to MANIFEST (oops)

	Sun Nov 28 23:38:20 UTC 2004 (Rev: 15, chromatic)
	- added more nesting tests (Teun van Eijsden)
	- fix multiple levels of nesting (Teun van Eijsden)

	Sun Nov 28 08:39:37 UTC 2004 (Rev: 14, chromatic)
	- moved blocks into their own classes
	- added Text::WikiFormat::Blocks
	- fixed up failing tests from that fallout
	- simplified lots of Text::WikiFormat internals

	Sat Nov 27 16:44:38 UTC 2004
	- mark build_requires in Build.PL
	- use Scalar::Util::reftype() for checking ref
	- added missing t/links.t test (don't know where it came from)
2006-07-19 22:44:11 +00:00
wiz
33fc1831c1 Update to 1.95:
1.95	Mon Apr 28 00:22:04 2003

	- Constrainted _match_quote to only match at word boundaries
	  (so "exemplum(hic)" doesn't match "m(hic)")
	  (thanks Craig)
2006-07-19 22:42:52 +00:00
wiz
48ef5bed07 Update to 0.61:
[Changes for 0.61 - 2006-04-27]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under the permissive "MIT" license.  See the COPYRIGHT
  section in README for the new terms.

* Repair Perl 5.005 compatibility in the build system.
  Reported By: Rong-En Fan

[Changes for 0.60 - 2006-04-13]

* Locale::Maketext::Extract: Bump version to 0.20.
  No functionality changes to Locale::Maketext::Lexicon; all changes
  in this release are to Locale::Maketext::Extract.

* The ->compile call now moves ->entries into ->compiled_entries,
  instead of mutating them in-place.  This allows repeated cycles
  of ->extract/->compile calls before the final ->write_po.

* Consequently, in the ->read_po/->write_po API, the "$verbatim" flag
  is now ignored.

* ->read_po no longer fails on empty PO files.

* The return values of ->msgids/->msgstr are now always in gettext
  style and never in maketext style.

* In xgettext.pl, the -u flag (specifies the style of the source
  programs as gettext instead of the default maketext) now has nothing
  to do with output escaping.  This closes another long-standing
  bug of "vanishing backslashes" when the same .po file is written
  once with -u and once without.

* The --unescaped flag to "xgettext.pl" is deprecated and renamed
  to the more appropriate "--use-gettext-style".

* Locale::Maketext::Extract::Run now accepts single-letter directory
  names instead of erroneously stripping them out.

[Changes for 0.58 - 2006-04-13]

* Locale::Maketext::Extract: Direct calls to ->write_po now
  escapes the msg strings by default (reverting to <=0.54
  behaviour), but calls via xgettext.pl (and ::Extract::Run)
  now always specify the "verbatim" flag to ->write_po, so
  users of extraction tools are still free from double escaping.
  Requested by: Thierry Vignaud

* Locale::Maketext::Extract: Allow the "# loc" marker at the
  end of a statement:
    say "foo"; # loc
  previously it only worked on closing brackets and commas.

* Locale::Maketext::Lexicon: The "gettext" style no longer parses
  "%0" as a variable.  Also allows spaces between function arguments:
    %quant(%1, %2)

[Changes for 0.57 - 2006-04-11]

* Locale::Maketext::Locale: The "_style => 'gettext'" option was
  broken for function forms such as "%quant(%1)", as well as
  adjacent variables such as "%1%2%3".

[Changes for 0.56 - 2006-04-02]

* Locale::Maketext::Lexicon: Specifying the new "_auto => 1" option
  now turns on _AUTO fallback handling for all language handles.
  Requested by: Jesse Vincent

* Locale::Maketext::Lexicon: Specifying the new "_style => 'gettext'"
  option makes "%1" and "%quant(%1)" to be used for interpolation,
  instead of "[_1]" and "[quant,_1]".

[Changes for 0.55 - 2006-03-22]

* Locale::Maketext::Extract: Fix a long-standing bug that caused
  double-escaping of backslashes and double quotes in loc strings.
  Contributed by: Brian Cassidy

[Changes for 0.54 - 2006-03-14]

* When importing into an already defined lexicon and merging with its
  entries, we need to clear the Locale::Maketext cache, otherwise
  _AUTO entries generated by the old lexicon will linger around.
  Contributed by: Helmut Lichtenberg
2006-07-19 22:42:18 +00:00
wiz
2f4fe5a2b1 Update to 1.0.2.
Drop maintainership, I'm not using this any longer.

	Changes made between 1.0.1 and 1.0.2 (2006/05/23).

A couple of optimizations specific to x86-64 have been applied to the
included MD5 routines.


	Changes made between 1.0 and 1.0.1 (2006/03/07).

Use sysconf(_SC_CLK_TCK) instead of CLK_TCK when _SC_CLK_TCK is known to
be available or CLK_TCK is not.  This is needed for portability to glibc
2.3.90+ and possibly to other recent and future systems.

Use socklen_t where appropriate.
2006-07-19 22:41:45 +00:00
wiz
f0d109bce0 Update to 1.21:
2006-05-01 v1.21 Tels 96 tests
  * move the code to build Info.pm to dev/build.pl
  * include a pre-generated Info.pm into MANIFEST
    (fixes the indexing issue with CPAN)
  * dont use Symbol(), it is required before its usage anyway
  * allow exporting of determine_file_type and image_type
  * remove a needless diag message in string.t (Thanx jpo!)
  * add two test TIFFs (little/big endian) and a test file (Thanx jpo!)
  * create a new, much smaller test.rle file
  * more tests in t/bmp.t

2006-03-13 v1.20 Tels 74 tests
  * a few additions to Panasonic MakerNote in EXIF parsing
  * use Module::Install 0.60 to fix breakage from 0.58
  * fix bug #8193: Adds direct access to the determine_file_format logic
    With the following changes:
    + read only 11 bytes to determine file format (tiny.pgm is 11 bytes long)
    + fix provided patch to really work
  * fix bug #18147:
    + new TIFF code failed if the system endianness didn't match the TIFF
       image endianness - thanx jpo!
  * replace the link to the TIFF spec with a public link - thanx jpo!

2006-03-05 v1.19 Tels 74 tests
  * finally fix bug #6558: (Thanx jpo!)
    + fix typos: Image::X(B|P)M must be Image::X(p|b)m (Thanx jpo!)
    + fix missing semicolon in Image/Info/XPM.pm
    + Image::Info::XPM and Image::Info::XBM: add -width and -height to new()
  * add POD for process_file() into SVG, Xbm and Xpm
  * a few additions to Panasonic MakerNote in EXIF parsing
  * add doc about EXIF being wholly incomplete and using Image::ExifTool
  * apply patch, tests and add test.tif from Ben Wheeler, Thanx!:
    + fix bug #7442 Infinite loop of errors in Image::Info::TIFF
    + fix bug #3698 Broken BitsPerSample handling in TIFFs

2006-03-03 v1.18 Tels 61 tests
  * fix bug #6558: Image::Info 1.16 -> fails two tests (Thanx jpo!)
    + make string.t use strict, Test::More and simplify it
    + let string.t skip tests if Image::Xpm, Image::Xbm or XML::Simple
      are not installed (these would formerly silently fail)
    + Image::Info::XPM and Image::Info::XBM now handle in-memory files better
    + fix also pod_cov.t warnings (was "Image::Info.pm" vs "Image::Info")
  * reduce img/test.gif in size, it did eat up 1/3 of the entire dist size
  * reducing test.jpg with GIMP reveals a bug in EXIF parsing (not yet fixed)
  * MakerNote parsing:
    + add support for Panasonic cameras
    + for the following manufacturers we do not check the camera model, this
      gets all cameras, even yet unreleased ones to work:
      + Canon
      + Panasonic
      + Casio
      + Olympus
      + Fujifilm
    + UNDEFINED/ASCII strings from MakeNotes might have wrong length due to
      trailing \x00 chars, so we remove them and set the correct length
  * update one more URL for EXIF specs
  * imgdump uses Data::Dumper (not Data::Dump)
  * Install/build:
    + use Module::Install and bundle it, clean Makefile.PL up
    + add a compat Build.PL file
  * add a CREDITS file
  * PPM.pm: add VERSION, and POD
  * various POD fixes and additions
  * various small code cleanups
2006-07-19 22:40:27 +00:00
wiz
718e0c063e Update to 0.10:
0.10  Sat Mar 25 15:00:41 GMT 2006
    - Make context propagate through subroutine return
    - Fix bug whereby want('LVALUE') sometimes gave false positives
      (see test 58 in t/all.t)
    - Fix bug whereby want_boolean often gave false positives
2006-07-19 22:39:59 +00:00
wiz
e6e8464f7e Update to 0.12:
0.12 Fri May 12 18:33:40 EDT 2006
    - official release of the uplevel stack patch (fixes RT#13893)
    - added Build.PL and switched to boilerplate generated Makefile.PL
    - removed SIGNATURE due to recently discovered Module::Signature
      issues with newline handling and sub-key compatible keyservers
    - updated/added various meta files

0.11_01 Fri Apr 21 00:49:51 EDT 2006
    - uplevel now keeps a proper stack of uplevel calls allowing
      nesting of uplevel and non-uplevel calls

0.10 Thu Apr 20 19:15:20 EDT 2006
    - Stopped warnings about "undefined" on Perl 5.8.8
    - DAGOLDEN added as co-maintainer
2006-07-19 22:39:39 +00:00
wiz
31f24af614 Update to 0.84:
0.84 May29, 2006

- The XS version of the code used Carp::croak to report failures,
while the Perl version used Carp::confess. The module has always been
documented as using confess, so now the XS version uses this.

- The new compiler detection code always returned false if you didn't
have ExtUtils::CBuilder installed.


0.83 May 28, 2006

- Change how C compiler detection is done in the Makefile.PL so it
does not rely on having make on the system. The new way should work on
(most?) Unix and Win32 systems. Suggested by David Golden. See RT
18969 (for DateTime.pm, but equally applicable to this module). Will
hopefully fix RT 17644.

- Previously, if a parameter was undefined, regex checks for that
parameter always failed. However, it's quite possible for a regex to
successfully match an undefined value (qr/^$/, for example). Now the
code treats undef as an empty string ('') in regex checks. Reported by
Duncan Salada.


0.82 May 9, 2006

- Disabled function inlining if _MSC_VER is defined. Patch from Audrey
Tang.

- Check isa by calling it as a method on the thing being checked.

- Do the same for can in the pure Perl version. This was already fixed
for the XS version in 0.75.


0.81 Apr 1, 2006

- Speed up no validation in XS version by short-circuiting immediately
if validation is off. This gives a noticeable speed boost when
$ENV{NO_VALIDATION} is in use. Patch by Daisuke Maki.

- Inlined some C functions for additional speed in the XS
version. Patch by Daisuke Maki.
2006-07-19 22:39:19 +00:00
wiz
1456316af6 Update to 0.30:
0.30 Wednesday 1st June, 2006
	Made './//././././///.//././/////./blah' be treated the same
        as './blah' (it gets turned into 'blah')

0.29 Tuesday 16th May, 2006
	Kludged around {min,max}depth and trailing slashes in path
	names.
2006-07-19 22:38:13 +00:00
wiz
52d031e004 Update to 0.27:
* 0.27

- add support for char arrays
- better handle win32 api

* 0.26

- Include a default POD Template object
2006-07-19 22:37:49 +00:00
wiz
02147cf25d Update to 1.13:
1.13  Apr 1, 2006

- Add another fix for filename handling in the tests. Tests were
giving false failures on Win32 because the tests needed to use
File::Spec->canonpath(), just like Devel::StackTrace does internally.
2006-07-19 22:37:21 +00:00
wiz
a6eeb5a9b9 Update to 2.07:
2.07 Wed 10 May 2006
	- This release contains only build-time changes
	- AutoInstall is only needed for options, so remove auto_install

2.06 Sun 23 Apr 2006
	- No functional changes.
	- Moved test.conf to the root dir, removing last use of File::Spec
	- It also means we don't need FindBin, so removed that too
	- Upgrading to Module::Install 0.62

2.05 Thu 23 Feb 2006
	- No functional changes.
	- Moved over from the old CVS repository to the new SVN one
	- Updated tests for the new release system
	- Upgrading to a newer Module::Install
2006-07-19 22:36:53 +00:00
wiz
8ecf2a0029 Update to 1.42:
1.42 - 3 July 2006

      * Ticket #18986 - ExtUtils::Install 1.39 or better fix es the in-use
        issue on win32/cygwin, so make the code that checks whether trying
        to install via the cpan shell conditional on the version of
        ExtUtils::Install.
2006-07-19 22:36:26 +00:00
wiz
ad21174619 Update to 1.16:
1.16 Wed 10 May 2006
	- This release contains only build-time changes
	- AutoInstall is only needed for options, so remove auto_install

1.15 Sun  7 May 2006
	- This release contains only build-time changes
	- Upgrading to Module::Install 0.62

1.14 Sun  8 Apr 2006
	- This release contains only build-time changes
	- Moved from older CVS to newer SVN repository
	- Upgraded to Module::Install 0.61
2006-07-19 22:36:01 +00:00
wiz
0af8458861 Update to 1.26:
1.26 Wed Apr 12 2006
	- Debugging change in 1.25 regressed an undocumented 5.6-related
	  bug first fixed in 1.20. Make sure $DEBUG is always defined
	  (Michael Schwern)
	- Re-introduced the List::Util 1.18 dependency, but stay at 1.17
	  if on a Win32 (and cygwin, just in case) platform.
	- Module::Install updated to pre-release of 0.62

1.25 Fri Apr  7 2006
	- Expands the can hook to also hook isa (Michael Schwern)
	- Minor change to debugging (Michael Schwern)
	- Optimised out the warnings.pm hook change (Michael Schwern)
	- Module::Install updated to 0.61
2006-07-19 22:35:28 +00:00
wiz
602599e764 Update to 1.05:
1.05 2006-05-26-08-22
 - release version 1.05
 - added test for auto_purge_on_get
 - fixed infinite loop with auto_purge_on_get
 - fixed directory paths on Windows partitions
 - NullCache uses BaseCache
2006-07-19 22:34:56 +00:00
wiz
ee36620384 Update to 1.102:
1.102 Sat 16 Apr 2006
	- No functional changes, no need to upgrade
	- Moving from old CVS to new SVN repository
	- Doing some general cleaning up
	- Updating to Module::Install 0.62
2006-07-19 22:34:28 +00:00
wiz
998b4200ec Update to 1.43:
1.43 Wed Apr 12 13:59:58 EDT 2006
* Fix to the sequence compatibility fixes. For backwards compatibility.

1.42 Mon Apr 10 11:27:39 EDT 2006
* Signatures fixed

1.41 Mon Apr 10 11:26:19 EDT 2006
* PG 8.1 sequence compatibility fixes from Daniel Tabuenca

1.40 not released yet
* 'NOT STARTSWITH' and 'NOT ENDSWITH'
2006-07-19 22:33:42 +00:00
wiz
7a3fe7fadc Update to 1.01:
1.01 06/04/2006

  - Re-release as non developer release.
    No changes from 1.00_01.

1.00_01 05/29/2006

  - As DBI has supported only perl 5.6.0 since 2003
    v1.38 Apache::DBI now requires perl 5.6.0 as well.

  - Fix a plethora of uninitialized variable warnings,
    general code cleanup, don't import unneeded symbols
    from Carp, Digest::SHA1, and Digest::MD5

  - http://rt.cpan.org/Ticket/Display.html?id=17073
    $sth->rows is inconsistent across DBD::* drivers
    and sometimes always returns 0.  We were using
    this to distinguish between a blank password and
    no passwd.  Now we don't call this function.

  - http://rt.cpan.org/Ticket/Display.html?id=17422
    a fatal error involving mp1, mp2 constants co-existance
    was fixed in AuthDBI.

  - http://rt.cpan.org/Ticket/Display.html?id=17446
    under mod_perl 2, the check to skip caching connections
    at server startup was broken; thus, causing children
    to incorrectly share dbh handles with the parent.

  - http://rt.cpan.org/Ticket/Display.html?id=19491
    a critical return was missing connect() under mod_perl2

  - Moved module's repository to its new home in SVN from CVS
    http://svn.perl.org/modules/Apache-DBI
2006-07-19 22:28:57 +00:00
wiz
14d79f45a6 Update to 0.11.8.2:
Summary of changes from 0.11.8.1 to 0.11.8.2
============================================
[FT  fea] CTCP requests and replies will now be stacked onto outgoing
messages and autoreplies, respectively. This feature applies to
both IRC and AIM.
[TOC fea] Preliminary support for having multiple clients connected
to the same screen name on AIM. naim is now able to keep buddy
lists synchronized between all clients. Eliminates warnings about
unknown INSERTED2 and DELETED2 messages.
[FT  fea] Misc. code cleanups and simplifications backported from
ngnaim.
[TOC bug] Apparently, some users can sign on to AIM in such a way
as to mask their signon time. FireTalk used a signon time of 0 to
designate "offline", which led to some confusion when users signed
on with an actual reported signon time of 0. This led to assertion
failures in toc2.c. Fixed.
[IRC fea] A user's user@host is now displayed when the user joins
a channel on IRC.
[FT  bug] In some cases, CTCP requests were compared to the list
of known types case insensitively, sometimes case sensitively. The
spec. requires sensitivity to case. Fixed.
[IRC fea] All messages sent without a source are treated as coming
from a pseudo-target of ":SERVER".
[IRC fea] All messages sent before client signon is completed that
are not handled by the signon parser are passed to the normal
parser. This allows forced joins, CTCP handling from bots during
signon, etc.
[FT  fea] Some IRC servers send CTCP VERSION requests during signon,
before 001 (IRC's "you are now signed on and can send messages"
protocol message), and demand a reply. naim was naively replying,
but FireTalk was suppressing the reply (since it hadn't been told
it could send messages yet). A hack has been put in place to allow
CTCP replies to go through before signon has completed.
[IRC bug] The /SETPRIV command did not have a handler in irc.c.
This causes a reliable crash. Fixed.
[UI  bug] In some situations, naim could report a negative number
of lines left to play back during scrollback. Workaround implemented.
[UI  fea] /open WINDOW now jumps you to WINDOW if WINDOW already
exists.
[UI  fea] Overusing nickname completion now only complains to you
a few times, then stops. Previously it complained forever unless
an obscure setting was toggled.
[UI  fea] New $ctcpverbose. If set, unknown CTCP requests are
displayed in the UI.
[pkg bug] Most tail utilities accept either "tail +3 file" or "tail
-n +3 file" the same. Some only accept "tail -n +3 file". Others
only accept "tail +3 file". naim's packaging no longer uses the
tail utility, at all.
[UI  fea] The /sync command has been removed.
[pkg fea] The --firetalk-lily-binary-link configure option has been
removed, along with all code paths that depended on it.
[UI  fea] Improved error condition reporting backported from ngnaim.
[UI  bug] In some situations, file transfers could report incorrect
completion statistics due to integer overflow. All calculations
are performed using floating point now, though the UI still only
displays whole numbers.
[UI  bug] A change in how windows were looked up made in 0.11.8.1
caused all messages to both users and chats to be sent using the
send-to-user API. This did not cause problems on IRC or Lily, but
did cause chat room messages to be silently eaten on AIM. Fixed.
[UI  fea] At some point since the 0.11.8.1 release, AOL's servers
began changing bare \n characters in profiles to the string <br/>\n,
which naim did not understand. naim now treats <br/> as a synonym
for <br>.
[UI  fea] The dynamic library subsystem is initialized before
.naimrc is parsed, allowing your .naimrc to use the modload command.
2006-07-19 22:28:18 +00:00
jlam
fa2d895a21 Be more conservative and avoid possible shell implementation differences
by not using `...` inside ${...#...}.
2006-07-19 22:26:26 +00:00
jlam
f1759fb181 Handle case where {SH,}LIBTOOL_OVERRIDE is empty for shells that don't
understand empty lists in for loops.  Addresses PR pkg/34042.
2006-07-19 22:07:13 +00:00
jlam
704f6461c3 * Use the pkginstall framework for INSTALL/DEINSTALL scripts.
* Honor PKG_SYSCONFDIR, VARBASE, and PKGMANDIR.

Bump the PKGREVISION to 1.
2006-07-19 19:48:21 +00:00
adrianp
f4c7a25185 Updated archivers/zoo to zoo-2.10.1nb2 2006-07-19 19:36:22 +00:00
adrianp
e95ce3ba6a Add a patch for CVE-2006-0855 via Gentoo/Fedora
Bump to nb2
2006-07-19 19:34:37 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
jlam
ded09b6f3d Consistently use $perlprog to refer to the perl executable in the
perllink script.  This was causing errors when building perl from
pkgsrc.  The perllink script didn't create any symlinks because it
tried to invoke "perl", which silently fails with revision 1.20 of
mk/tools/perl.mk (after the pkgsrc-2006Q2 branch).

Bump the PKGREVISION to 3.
2006-07-19 18:10:32 +00:00
jlam
034c5b9566 Add messages noting when the PRE-INSTALL and POST-INSTALL actions are run. 2006-07-19 18:05:35 +00:00
darcy
b584baffea Latest version of OpenOffice is 2.0.3. 2006-07-19 17:55:31 +00:00
rillig
abc5bd256d Solaris 5.8 needs its own definition of lround(), too. 2006-07-19 16:16:23 +00:00
gson
e21dd7da07 note update of geography/garmin-utils to 2.4 2006-07-19 16:09:27 +00:00
gson
1968f112cd Update garmin-utils to 2.4. The only changes relative to 2.2
are that all the pkgsrc patches have been integrated into the
base distribution; there are no functional changes.
2006-07-19 16:07:29 +00:00
jlam
c88a32be7d Make "mirror-distfiles" less verbose by not printing out anything if no
bootstrap dependencies need to be built and installed.
2006-07-19 16:01:40 +00:00
jlam
79d62b7bc1 Explicitly set the compiler used to build nawk. The Makefile was
explicitly setting CC=cc, so override it on the bmake command line.
We use the CC taken from the environment first, and default to "gcc"
if CC is not set.
2006-07-19 15:27:37 +00:00
jlam
ec6f4ba413 Comment the code a bit more. 2006-07-19 15:13:40 +00:00
jlam
3c8ae20801 Ensure that "Makefile" and not "makefile" is used when building nawk.
The former contains fixes for the latter to avoid make errors.
2006-07-19 15:01:23 +00:00