Commit graph

24 commits

Author SHA1 Message Date
wen
57835d18fc Update to 1.843
Upstream changes:
1.843 2 November 2018

   * hints file (sourced from
     http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/perl5/files/)
     Highlighed by Sevan Janiyan <venture37@geeklan.co.uk>

        hints/bitrig.pl
        hints/netbsd.pl
        hints/minix.pl
        hints/openbsd.pl
2018-11-24 04:06:13 +00:00
wiz
ee0fdec57c p5-DB_File: update to 1.842.
1.842 14 July 2018

   * Document the MaocOS build failures & how MacPort can work around th eissue.
     # 125238
     # 125585
     # RT 133280

   * Write all test db files into a directory created by File::Temp
     Protects against any possible races if running a parallel build.

   * #96357: DB_File destructor is not thread-safe
     Added CLONE_SKIP to DB_File.pm and included the test db-threads.t from the patch.
     Note - This only works with perl >= 5.8.7
2018-08-21 09:48:44 +00:00
wiz
43fdacca73 p5-DB_File: update to 1.841.
1.841 2 Apr 2018

   * #124944 allow ppport.h-less builds in core
2018-04-26 12:48:12 +00:00
wiz
a299ee8ff1 Updated p5-DB_File to 1.840.
1.840 29 Dec 2016

   * #119569: Failed to install DB_File-1.839 into Linux

1.839 29 Dec 2016

   * #119557: DB_File.xs: unused-parameter warnings
   * #107642: unused arg
2017-01-01 14:02:54 +00:00
wen
eb9ff8f6fa Update to 1.838
Upstream changes:
1.838 15 May 2016

   * #101342: R_SETCURSOR compiler warning
     #111726: Coverity finding: flagSet() test always false

1.837 9 Jan 2016

   * DB_File: database UTF-8 documentation
     RT #110248

   * Coverity finding: status variable ignored multiple times
     RT #111725

1.836 6 Jan 2016

   * Confirm build with BDB 6.2
2016-07-25 07:36:54 +00:00
agc
d549bff9a5 Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:56:09 +00:00
wiz
f7afc520d4 Update to 1.835:
1.835 23 Dec 2014

   * Silence more compiler warnings
2014-12-31 14:39:07 +00:00
wiz
82c301ce85 Update to 1.834:
1.834 11 Dec 2014

   * Makefile.PL: version check is missing a zero
     RT #100844
2014-12-14 15:33:09 +00:00
wiz
9a08d7a104 Update to 1.833:
1.833 9 Dec 2014

   * More Silence compiler warnings

   * 1.832 breaks bleadperl C89 build
     RT #100812

1.832 8 Dec 2014

   * Silence compiler warnings

   * C++ change from blead
2014-12-10 22:08:26 +00:00
schmonz
1f125187b2 Update to 1.831. From the changelog:
* C99 comment is a nogo (RT #90383)
* Memory leaks when failed to open db (RT #89589)
* DB_File uses AutoLoader for no reason (RT #88258)

While here, since I don't see why it's necessary, remove our patch.
2014-06-09 18:13:04 +00:00
schmonz
37b433a6bf Update to 1.829. From the changelog:
* make realclean: removing all files
  RT #68214

* Documented the issue where the error below

     BDB0588 At least one secondary cursor must be specified to DB->join

* DB_File installs to wrong place for CPAN version
  RT #70420
  Makefile.PL prevents INSTALLDIRS on command line.
  RT #68287: Makefile.PL prevents INSTALLDIRS on command line.

* typo fix
  RT #85335

* Minor change to build with Berkeley DB 6.x
2013-07-10 02:21:34 +00:00
wiz
14b373b7ac Update to 1.827:
1.827 25 Jan 2012

   * DB_File.pm - Don't use "@_" construct
     [RT ##79287]
2012-10-21 22:07:36 +00:00
rhaen
fbe1da91d1 Updated to 1.826
Changes:
1.826 25 Jan 2012

   * t/db-btree.t - fix use of "length @array"
     [RT ##74336]

1.825 24 Jan 2012

   * t/db-btree.t - fix use of "length @array"
     [RT ##74336]
2012-01-26 15:16:05 +00:00
wiz
34c6f0d267 Update to 1.824:
1.824 6 Aug 2011

   * Amendments to tests to work in blead
     [RT #70108]

1.823 6 Aug 2011

   * croak if attempt to freeze/thaw DB_File object
     [RT #69985]
2011-08-16 20:08:56 +00:00
adam
1d66a9dc42 Changes 1.822:
* Keep DB_File's warnings in sync with perl's
2011-08-06 14:59:52 +00:00
he
b18993be18 Update from version 1.819 to 1.820.
Upstream changes:

1.820 28 March 2009

   * remove MAN3PODS from Makefile.PL to match core.
2009-04-12 10:21:25 +00:00
wiz
4b6c47fd75 Update to 1.819:
1.819 18 February 2009

   * t/db-recno.t fails if run in a path that contains spaces
     [rt.cpan.org #43288]

1.818 21 January 2009

   * Updated Makefile.PL for Strawberry Perl.
     Patch suggested by David Golden.

   * Remove IRIX notes from README. The page referenced doesn't exist
     anymore.
2009-02-22 15:53:28 +00:00
he
48c8f04f92 Update from version 1.815 to 1.817. Changes:
1.817 27 March 2008

   * Updated dbinfo

   * Applied core patch 32299 - Re-apply change #30562

   * Applied core patch 32208

   * Applied core patch 32884 - use MM->parse_version() in Makefile.PL

   * Applied core patch 32883 -  Silence new warning grep in void
     context warning

   * Applied core patch 32704 to remove use of PL_na in typemap

   * Applied core patch 30562 to fix a build issue on OSF

1.816 28 October 2007

   * Clarified the warning about building with a different version of
     Berkeley DB that is used at runtime.

   * Also made the boot version check less strict.
     [rt.cpan.org #30013]
2008-07-22 22:30:56 +00:00
obache
cf84b8ef6a Update p5-DB_File to 1.815.
Patch provided by Mark E. Perkins in PR 36465.

1.815 4 February 2007

   * A few casting cleanups for building with C++ from Steve Peters.

   * Fixed problem with recno which happened if you changed directory after
     opening the database. Problem reported by Andrew Pam.
2007-06-10 08:24:13 +00:00
heinz
e74bf5194f Updated to version 1.814.
Pkgsrc changes:
  - Tests 148-149 in t/db-btree.t were confused by the fact that
    DB_File seemed to run in compatibility mode ($DB_File::db_185_compat is 1),
    although db1 was used. Thus, we enable this mode only for db2/db3/db4.
  - Patch-aa for Makefile.pl now initialises VER_INFO to avoid a warning.
  - Tested with db1-db4 on NetBSD and db2-db4 on Solaris.

Changes since version 1.806:
=====================================
1.814 11 November 2005
   * Fix from Dominic Dunlop to tidy up an OS-X specific warning in
     db-btree.t.
   * Silenced a warning about $DB_File::Error only being used once.
     Issue spotted by Dominic Dunlop.
1.813 31st October 2005
   * Updates for Berkeley DB 4.4
1.812 9th October 2005
   * Added libscan to Makefile.PL
   * Fixed test failing under windows
1.811 12th March 2005
   * Fixed DBM filter bug in seq
1.810 7th August 2004
   * Fixed db-hash.t for Cygwin
   * Added substr tests to db-hast.t
   * Documented AIX build problem in README.
1.809 20th June 2004
   * Merged core patch 22258
   * Merged core patch 22741
   * Fixed core bug 30237.
     Using substr to pass parameters to the low-level Berkeley DB interface
     causes problems with Perl 5.8.1 or better.
     typemap fix supplied by Marcus Holland-Moritz.
1.808 22nd December 2003
   * Added extra DBM Filter tests.
   * Fixed a memory leak in ParseOpenInfo, which whould occur if the
     opening of the database failed. Leak spotted by Adrian Enache.
1.807 1st November 2003
   * Fixed minor typos on pod documetation - reported by Jeremy Mates &
     Mark Jason Dominus.
   * dbinfo updated to report when a database is encrypted.
2005-11-11 20:14:51 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
jlam
180d40c4f7 Make this package compile correctly again after latest bdb.buildlink3.mk
changes.
2004-11-15 18:42:04 +00:00
heinz
5c7a3a9166 Initialize variable to avoid warning during 'make configure' 2003-03-22 19:13:01 +00:00
seb
9b6c0d2e3f Initial import of p5-DB_File version 1.806 into the NetBSD Packages Collection.
DB_File is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 1. (DB_File can be built
version 2, 3 or 4 of Berkeley DB, but it will only support the 1.x
features).

Note: this package is skipped on systems providing DB 1 as we assume that
the perl5 package picked it up so already provides this module.
2003-03-19 15:45:27 +00:00