Commit graph

75298 commits

Author SHA1 Message Date
wiz
0380c7282b Update to 2.8.16:
2005 February 15 (2.8.16)

* Fix a bug that can lead to database corruption if there are two open connections
  to the same database and one connection does a VACUUM and the second makes some
  change to the database.
* Correctly handle quoted names in CREATE INDEX statements.
* Fix a naming conflict between sqlite.h and sqlite3.h.
* Avoid excess heap usage when copying expressions.
* Other minor bug fixes.
2005-02-24 16:05:25 +00:00
wiz
3814ed7434 sqlite3 updated to 3.1.3. 2005-02-24 16:02:53 +00:00
wiz
002206b9af Update to 3.1.3:
2005 February 19 (3.1.3)

* Fix a problem with VACUUM on databases from which tables containing AUTOINCREMENT
  have been dropped.
* Add forward compatibility to the future version 3.2 database file format.
* Documentation updates

2005 February 15 (3.1.2)

* Fix a bug that can lead to database corruption if there are two open connections
  to the same database and one connection does a VACUUM and the second makes some
  change to the database.
* Allow "?" parameters in the LIMIT clause.
* Fix VACUUM so that it works with AUTOINCREMENT.
* Fix a race condition in AUTOVACUUM that can lead to corrupt databases
* Add a numeric version number to the sqlite3.h include file.
* Other minor bug fixes and performance enhancements.

2005 February 1 (3.1.1 BETA)

* Automatic caching of prepared statements in the TCL interface
* ATTACH and DETACH as well as some other operations cause existing prepared
  statements to expire.
* Numerious minor bug fixes

2005 January 21 (3.1.0 ALPHA)

* Autovacuum support added
* CURRENT_TIME, CURRENT_DATE, and CURRENT_TIMESTAMP added
* Support for the EXISTS clause added.
* Support for correlated subqueries added.
* Added the ESCAPE clause on the LIKE operator.
* Support for ALTER TABLE ... RENAME TABLE ... added
* AUTOINCREMENT keyword supported on INTEGER PRIMARY KEY
* Many SQLITE_OMIT_ macros inserts to omit features at compile-time and reduce the
  library footprint.
* The REINDEX command was added.
* The engine no longer consults the main table if it can get all the information it
  needs from an index.
* Many nuisance bugs fixed.
2005-02-24 16:02:28 +00:00
wiz
fba6a852c2 Updated p5-DBD-SQLite to 1.07 2005-02-24 16:00:40 +00:00
drochner
878d33a2d8 add flphoto-1.2, another image viewer/organizer 2005-02-24 16:00:14 +00:00
wiz
b1ce2356e7 + bitlbee-0.92, libextractor-0.4.2, p5-Device-SerialPort-1.2.0,
phpmyadmin-2.6.1pl1, ruby-fox-1.2.4, xmame-0.92, xmess-0.92.
2005-02-24 16:00:05 +00:00
drochner
ab0d5c8003 update to 1.1.6
changes:
        - Documentation updates (STR #552, STR #608)
	- Added the 2.0 Fl_Widget::copy_label() method to
	  allow FLTK 1.x applications to have their label
	  strings managed by FLTK (STR #630)
	- Added Fl::delete_widget() method to safely delete
	  widgets in callback methods (STR #629)
	+bugfixes
2005-02-24 15:58:05 +00:00
tron
0d90ff83db Note update of "oidentd" package to version 2.0.7nb3. 2005-02-24 15:52:17 +00:00
tron
0ce48af749 Fix lookup of TCP IPv6 connections on NetBSD 1.6Y and newer. Based on a
patch supplied by Hans Rosenfeld in PR pkg/29517. Bump package revision.
2005-02-24 15:49:26 +00:00
wiz
43a9a97709 Update to 1.07:
1.07
    - Fix for a memory leak (spotted by Joel Noble)
    - Update to sqlite 3.0.8 (fixes bug on Solaris-sparc)

1.06
    - Resolve symbol conflicts on mac os x.
    - Fix define in WriteMakefile lacking space.
    - Fix DBI prereq in Makefile.PL
    - Update to sqlite 3.0.7

1.05
    - Enabled HAVE_USLEEP where available which should massively
      improve concurrent usage of DBD::SQLite
    - Update to sqlite 3.0.6

1.04
    - Patched to make it compile on Windows (Steve Hay)
    - Fetch next row at end of DBI's fetch() so that one-row
      selects don't need to call ->finish(). This restores DBD::SQLite
      0.31's behaviour (and should make popfile work again)
    - last_insert_id will only work on DBI 1.43, so enforce that
    - Use snprintf from sqlite library to improve portability

1.03
    - Update to sqlite 3.0.4
    - More bug fixes
    - Don't hang forever when db is BUSY
    - Make trace macro work where vararg macros don't

1.02
    - Cleanup docs
    - More bug fixes

1.01
    - Bug fixes
    - Implement get_info

1.00
    - Port to sqlite3 API
    - Support bind types SQL_BLOB, SQL_NUMBER, SQL_TEXT etc
    - Support $dbh->last_insert_id()
    - Added timeout API

0.31
    - Fixed a free() bug on Win32
    - Silence warnings in test suite
    - Updated to sqlite 2.8.12

0.30
    - Updated to sqlite 2.8.11
    - A few minor bugs fixed

0.29
    - Updated to sqlite 2.8.7
    - A number of bugs fixed

0.28
    - Perl 5.8.0 removed long deprecated SvOK_off()
    - Aliases for perl_call_*
    - Updated to sqlite 2.8.6
    - use sqlite_freemem everywhere

0.27
    - Changed API to use sqlite streaming API. This makes things slightly
      slower for large result sets, at the benefit of being more "sane"
      internally.

0.26
    - Update to sqlite 2.8.5
    - Automatic binary encoding added (via a flag)
    - Better getsqlite.pl - now deals with new files
    - Extension functions and aggregates can be created in
      perl space now.
2005-02-24 15:45:18 +00:00
wiz
8c33032fd1 p5-DBI updated to 1.47. 2005-02-24 15:37:22 +00:00
wiz
f2ae7f3582 Updated to 1.47:
o Changes in DBI 1.47 (svn rev 854),    2nd February 2005

  Fixed DBI::ProxyServer to not create pid files by default.
    References: Ubuntu Security Notice USN-70-1, CAN-2005-0077
    Thanks to Javier Fernández-Sanguino Peña from the
    Debian Security Audit Project, and Jonathan Leffler.

[we already had a patch for that in pkgsrc]

  Fixed some tests to work with older Test::More versions.
  Fixed setting $DBI::err/errstr in DBI::PurePerl.
  Fixed potential undef warning from connect_cached().
  Fixed $DBI::lasth handling for DESTROY so lasth points to
    parent even if DESTROY called other methods.
  Fixed DBD::Proxy method calls to not alter $@.
  Fixed DBD::File problem with encoding pragma thanks to Erik Rijkers.

  Changed error handling so undef errstr doesn't cause warning.
  Changed DBI::DBD docs to use =head3/=head4 pod thanks to
    Jonathan Leffler. This may generate warnings for perl 5.6.
  Changed DBI::PurePerl to set autoflush on trace filehandle.
  Changed DBD::Proxy to treat Username as a local attribute
    so recent DBI version can be used with old DBI::ProxyServer.
  Changed driver handle caching in DBD::File.
  Added $GetInfoType{SQL_DATABASE_NAME} thanks to Steffen Goeldner.

  Updated docs to recommend some common DSN string attributes.
  Updated connect_cached() docs with issues and suggestions.
  Updated docs for NULL Value placeholders thanks to Brian Campbell.
  Updated docs for primary_key_info and primary_keys.
  Updated docs to clarify that the default fetchrow_hashref behaviour,
    of returning a ref to a new hash for each row, will not change.
  Updated err/errstr/state docs for DBD authors thanks to Steffen Goeldner.
  Updated handle/attribute docs for DBD authors thanks to Steffen Goeldner.
  Corrected and updated LongReadLen docs thanks to Bart Lateur.
  Added DBD::JDBC as a registered driver.
2005-02-24 15:36:53 +00:00
drochner
1a28eb1bc2 remove obsolete patch, thanks wiz 2005-02-24 15:35:16 +00:00
drochner
e53575ee96 update to 21.4
This release fixes CAN-2005-0100, which we had a patch for before.
2005-02-24 15:31:48 +00:00
wiz
d03f88fdc7 Update MASTER_SITES, from Florence HENRY in PR 29522. 2005-02-24 15:18:33 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
jschauma
7ed83179e3 Add some more mailing lists. 2005-02-24 14:24:32 +00:00
wiz
d92f490acf Comment out an entry that is in kdelibs3/PLIST. 2005-02-24 14:13:12 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
wiz
cbf6b38f06 Update MASTER_SITES for ppc binary. 2005-02-24 14:06:20 +00:00
wiz
c65df3d36c Add RMD160 checksums except for one distfile, since archive.netscape.com is unreachable. 2005-02-24 14:03:32 +00:00
wiz
cadd2a7da2 Add RMD160 checksums. 2005-02-24 13:57:43 +00:00
mrauch
208f2c52e7 Note renaming of openoffice-linux to openoffice-bin. 2005-02-24 13:55:36 +00:00
wiz
e8689c0784 Add RMD160 checksums except for one distfile, since archive.netscape.com is unreachable. 2005-02-24 13:54:38 +00:00
mrauch
467de7e8ba Rename openoffice-linux to openoffice-bin. 2005-02-24 13:50:18 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
agc
1469a3a220 Add RMD160 digests. 2005-02-24 12:28:30 +00:00
agc
9c33078522 Add RMD160 digests 2005-02-24 12:19:55 +00:00
wiz
55a28199d8 agc agreed to maintain this package. 2005-02-24 12:19:13 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
wiz
d9d866c698 Add RMD160 checksums for two of the three supported archs.
Solaris tarball has changed checksum, so no RMD160 added.
2005-02-24 12:10:22 +00:00
wiz
99aeafdfbc Update MASTER_SITES and remove HOMEPAGE (company dead?). 2005-02-24 12:01:25 +00:00
wiz
a80d4c4c2d + openacs-5.1.4. 2005-02-24 11:53:41 +00:00
wiz
a9854418fe Updated ap-bandwidth to 2.0.6. 2005-02-24 11:53:07 +00:00
wiz
b3b275838a Update to 2.0.6, here's the diff:
917c917
<       if (r->finfo.st_size >= MMAP_THRESHOLD) {
---
>       if ((r->finfo.st_size >= MMAP_THRESHOLD) && (!r->header_only)) {
2005-02-24 11:52:30 +00:00
bad
979174525e - libfwbuilder-2.0.4 2005-02-24 11:37:22 +00:00
bad
edde673fd7 Note libfwbuilder-2.0.5 and fwbuilder-2.0.5. 2005-02-24 11:37:05 +00:00
wiz
3ec7520f39 Updated htmllint to 20050220 2005-02-24 11:36:02 +00:00
wiz
26d5864923 Update to 20050220, changes unknown. 2005-02-24 11:35:37 +00:00
bad
8a6f6cfbe8 Add RMD160 digests. 2005-02-24 11:34:22 +00:00
wiz
12e356b98f Note quagga update in PR 29518. 2005-02-24 11:34:02 +00:00
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +00:00
agc
9bd725e217 Initial import of pmccabe-2.2-3 into the Packages Collection, suggested
by Mike Cheponis.

        pmccabe processes the named files, or standard input if none
        are named, calculating statistics including McCabe cyclomatic
        complexity for each function found.  The files are expected to
        be either C (ANSI or K&R) or C++.

        pmccabe ignores all cpp preprocessor directives - calculating
        the complexity of the appearance of the code rather than the
        complexity after the preprocessor mangles the code.  This is
        especially important since simple things like getchar(3)
        expand into macros which increase complexity.
2005-02-24 11:20:51 +00:00
agc
e0114139a2 Add and enable pmccabe 2005-02-24 11:19:58 +00:00
agc
c0cb2b0656 Initial import of pmccabe-2.2-3 into the Packages Collection, suggested
by Mike Cheponis.

	pmccabe processes the named files, or standard input if none
	are named, calculating statistics including McCabe cyclomatic
	complexity for each function found.  The files are expected to
	be either C (ANSI or K&R) or C++.

	pmccabe ignores all cpp preprocessor directives - calculating
	the complexity of the appearance of the code rather than the
	complexity after the preprocessor mangles the code.  This is
	especially important since simple things like getchar(3)
	expand into macros which increase complexity.
2005-02-24 11:19:00 +00:00
bad
f007c3ab9b Initial import of fwbuilder-2.0.5.
Firewall Builder is a multi-platform firewall configuration and
management tool.  It consists of a GUI and a set of policy compilers for
various firewall platforms.  Firewall Builder uses an object-oriented
approach, it helps administrators maintain a database of network
objects and allows policy editing using simple drag-and-drop
operations.  Firewall Builder currently supports

	iptables,
	IP Filter,
	ipfw,
	OpenBSD PF, and
	Cisco PIX

fwbuilder provides the GUI frontend and the policy compilers.
2005-02-24 11:03:22 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
bad
bcfc15b19c Replace libfwbuilder with version 2.0.5 as the previous version wasn't
useful.

Firewall Builder is a multi-platform firewall configuration and
management tool.  It consists of a GUI and a set of policy compilers for
various firewall platforms.  Firewall Builder uses an object-oriented
approach, it helps administrators maintain a database of network
objects and allows policy editing using simple drag-and-drop
operations.  Firewall Builder currently supports

	iptables,
	IP Filter,
	ipfw,
	OpenBSD PF, and
	Cisco PIX

libfwbuilder provides the back-end functionality in a library.
2005-02-24 10:59:56 +00:00
agc
2ac6df6686 Add RMD160 digests 2005-02-24 10:16:52 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00