summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2008-07-14+SQL-Translator +Sort-SQLabs1-1/+3
2008-07-14Added databases/p5-SQL-Translator version 0.09000abs3-0/+49
SQL::Translator is a group of Perl modules that converts vendor-specific SQL table definitions into other formats, such as other vendor-specific SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI classes. The main focus of SQL::Translator is SQL, but parsers exist for other structured data formats, including Excel spreadsheets and arbitrarily delimited text files. Through the separation of the code into parsers and producers with an object model in between, it's possible to combine any parser with any producer, to plug in custom parsers or producers, or to manipulate the parsed data via the built-in object model. Presently only the definition parts of SQL are handled (CREATE, ALTER), not the manipulation of data (INSERT, UPDATE, DELETE).
2008-07-14Added databases/p5-Sort-SQL version 0.03abs3-0/+27
Sort::SQL is so simple it almost doesn't deserve to be on CPAN. Takes a scalar string of the SQL ORDER BY syntax and turns it into an array of key/value pair hashrefs.
2008-07-13Add patch for pear-MDB2 arbitrary file reading vulnerability (CVE-2007-5934).tonnerre12-14/+90
2008-07-03Add patch to fix a libBER Denial of Service in OpenLDAP. (CVE-2008-2952)tonnerre3-2/+27
2008-07-02GNU readline was removed from DragonFly base now and it needs the same treatmentobache2-4/+4
as NetBSD - both use libedit emulation of the libreadline now. Patch provided by Hasso Tepper in PR 39059.
2008-07-01Add patch from <http://lists.mysql.com/commits/43206> to fix thetron5-8/+126
security vulnerability reported in CVE-2008-2079.
2008-06-30Updated mysql to 5.0.51bmartti6-18/+16
* Security fixes * Other bug fixes See also: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51a.html http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51b.html
2008-06-30Removed DEPENDS for pkg-config. Spotted by wiz@martti1-2/+1
2008-06-30pkglint -Wallmartti3-5/+9
2008-06-28Update "phpmyadmin" package to version 2.11.7. Changes since 2.11.6:tron2-6/+6
- bug #1908719 [interface] New field cannot be auto-increment and primary key - [dbi] Incorrect interpretation for some mysqli field flags - bug #1910621 [display] part 1: do not display a TEXT utf8_bin as BLOB (fixed for mysqli extension only) - [interface] sanitize the after_field parameter, thanks to Norman Hippert - [structure] do not remove the BINARY attribute in drop-down - bug #1955386 [session] Overriding session.hash_bits_per_character - [interface] sanitize the table comments in table print view, thanks to Norman Hippert - bug #1939031 Auto_Increment selected for TimeStamp by Default - patch #1957998 [display] No tilde for InnoDB row counter when we know it for sure, thanks to Vladyslav Bakayev - dandy76 - bug #1955572 [display] alt text causes duplicated strings - bug #1762029 [interface] Cannot upload BLOB into existing row - bug #1981043 [export] HTML in exports getting corrupted, thanks to Jason Judge - jasonjudge - bug #1936761 [interface] BINARY not treated as BLOB: update/delete issues - protection against XSS when register_globals is on and .htaccess has no effect, thanks to Tim Starling - bug #1996943 [export] Firefox 3 and .sql.gz (corrupted); detect Gecko 1.9, thanks to Juergen Wind
2008-06-23Update rrdtool from 1.2.27nb1 to 1.3.0nb1.he11-163/+45
Local change warranting nb1 is to prefix some error messages from rrdupdate with the name of the file the error relates to, carried over from nb1 of 1.2.27. Update loosely OKed by martti@ The announcement of 1.3.0 outlines the changes since 1.2.27: NEW Fast file access methods (Bernhard Fischer / Tobi Oetiker) ---------------------------- * introduced file-accessor functions rrd_read/rrd_seek/rrd_write * implemented full mmap-based file access with madvise hints for improved scalability, much reduced memory-footprint and much less blocking while accessing the disk * implemented optional full file-descriptor access instead of FILE* access NEW Graphing (Tobi Oetiker) ------------ * libart has been replaced by cairo/pango * pango markup is supported (--pango-markup) * full grid fitting * --graph-render-mode=mono for non anti aliased graphing * --font-render-mode=mono for non anti aliased fonts * fonts come through fontconfig, use the Pango font nameing scheme -> 'Times 20' ... it is not possible to use truetype fonts directly anymore. * Tabs are position independent. * TRENDNAN filter that ignores NAN values while calculating the TREND data. (Timo Stripf) * --full-size-mode to specify the outer border of the image and not just of the graphing canvas (Matthew Chambers) * TEXTALIGN command to alter default text alignment behavior * C API in-memory graphing with rrd_graph_v (Evan Miller) * draw dashed lines in graphs (Thomas Gutzler) * new interface graphv which returns information using the rrd_info interface (Tobi Oetiker and Mark Plaksin) * improved horizontal grid. Have a bit more grid lines and y-axis labels while keeping them far enough apart to not run into each other. NEW Forecasting (Evan Miller) --------------- * the new MHWPREDICT consolidation function uses a variation of the Holt-Winters method. It is a drop-in replacement for HWPREDICT, and is better suited for data whose seasonal variations grow or shrink in proportion to the average. * If you create an RRD with the new MHWPREDICT function, the resulting rrd file will be version 0004 and can only be used in rrdtool 1.3. Rewrites -------- * rrd_restore now uses libxml for parsing which makes things much more tolerant towards xml variations. The old code could mostly just parse the XML as it was output by rrdtool dump. See also: the note at the bottom of this document. (by Florian octo Forster) * rrd_update rewritten to make it more modular. Fixed two longstanding HW bugs in the process (Evan Miller) Internationalization (Takao Fujiwara and Tobi Oetiker) -------------------- * The help output by rrdtool has been internationalized. There are no real translations included with rrdtool yet, contributions are welcome. * The internationalization will only be compiled if libintl and friends are available on your system. Use the configure option --disable-libintl if you want to disable this feature Language Bindings ----------------- * ruby rrd_fetch will return step as a last property -- Mike Perham RRDtool dump / restore incompatibility -------------------------------------- * rrdtool dump 1.3 does emit completely legal XML. Basically this means that it contains an XML header and a DOCTYPE definition. Unfortunately this causes older versions of rrdtool restore to be unhappy. * To restore a new dump with an old rrdtool restore version, either remove the XML header and the doctype by hand (both on the first line of the dump) or use rrdtool dump --no-header.
2008-06-23Don't build the GTK1 frontend. This makes EDB a lot more heavyjoerg2-4/+3
for very limited use. Bump revision.
2008-06-23revert to 0.30 -- 0.40 appears to be incompatible with gnome-vfs at leastdrochner6-25/+23
2008-06-23-make it work with Python-2.4drochner6-15/+55
-remove obsolete dependency on GConf2 -register desktop file bump PKGREVISION approved by gdt
2008-06-23try to be friendly to people doing "make update": don't blow awaydrochner1-2/+4
share/mime/packages
2008-06-23Add and enable ruby-activeldap.taca1-1/+2
2008-06-23Oops, missing PLIST file.taca1-0/+609
2008-06-23Importing databases/ruby-activeldap version 1.0.1.taca4-0/+41
Ruby/ActiveLdap provides an object oriented interface to LDAP. It maps LDAP entries to Ruby objects with LDAP attribute accessors exposed as methods dynamically assigned based on your LDAP server's schema and each object's objectClasses.
2008-06-22Update ruby-sqlite3 package to 1.2.2.taca3-10/+8
Changes: === 1.2.2 / 31 May 2008 * Make the table_info method adjust the returned default value for the rows so that the sqlite3 change in 3.3.8 and greater can be handled transparently [Jamis Buck <jamis@37signals.com>] * Ruby 1.9 compatibility tweaks [Roman Le Negrate <roman2k@free.fr>] * Various performance enhancements [thanks Erik Veenstra] * Correct busy_handler documentation [Rob Holland <rob@inversepath.com>] * Use int_bind64 on Fixnum values larger than a 32bit C int can take. [Rob Holland <rob@inversepath.com>] * Work around a quirk in SQLite's error reporting by calling sqlite3_reset to produce a more informative error code upon a failure from sqlite3_step. [Rob Holland <rob@inversepath.com>] * Various documentation, test, and style tweaks [Rob Holland <rob@inversepath.com>] * Be more granular with time/data translation [Rob Holland <rob@inversepath.com>] * Use Date directly for parsing rather than going via Time [Rob Holland <rob@inversepath.com>] * Check for the rt library and fdatasync so we link against that when needed [Rob Holland <rob@inversepath.com>] * Rename data structures to avoid collision on win32. based on patch by: Luis Lavena [Rob Holland <rob@inversepath.com>] * Add test for defaults [Daniel Rodr?guez Troiti?o] * Correctly unquote double-quoted pragma defaults [?ukasz Dargiewicz <lukasz.dargiewicz@gmail.com>]
2008-06-22Update ruby-mysql package to 2.7.6.taca2-8/+7
2008-06-17 version 2.7.6 * On 64bit machine, Mysql::Stmt#execute raise error on large numeric value(>= 2**30). 2008-03-08 version 2.7.5 * On 64bit machine, Mysql::Stmt#fetch return invalid numeric value. 2007-12-26 version 2.8pre1 * for Ruby 1.9.0 * Incompat: Mysql::Result#each_hash don't create column name string each row. it's shared. * Incompat: Mysql#query with block no longer turn on multi-statements mode automatically. 2007-08-22 version 2.7.4 * BUG: Mysql::Stmt#execute memory leak.
2008-06-22Update databases/ruby-datamapper pacakge to 0.3.2.taca2-6/+6
Changes are unknown.
2008-06-22Add and enable ruby-DBD-sqlite3.taca1-1/+2
2008-06-21Update to 0.40:wiz6-24/+26
shared-mime-info 0.40 (2008-06-11) * Mime-type Changes: - Add Skencil image - Add OpenOffice extension - Add Lilypond music sheets - Add MO3 compressed tracker files - Add text/x-diff alias for patches - Add text/x-c alias for C source files - Add text/rtf for RTF files - Add *.m3u8 glob for M3U files - Fix problems with Matroska audio/video detection - Fix pack200 magic - Fix detection of some message/rfc822 files - Tighten PBM/PPM/PGM magic to avoid false positives - Make "README*" glob very low - Make application/x-gnuplot a subclass of text/plain - Remove useless fnmatch matches - Remove useless gtkrc mime-type * update-mime-database Changes: - Implement glob weights - Implement reverse suffix tree - Implement icon and generic-icon support - Implement compact suffix tree
2008-06-20Sort order with ruby-readline.taca1-2/+2
2008-06-20Update Class-DBI-AbstractSearch to version 0.07.he2-7/+7
Changes: 0.07 Thu Oct 6 02:40:16 UTC 2005 - Fixed test suite for Windows which can't rm files while opening [cpan #14935] 0.06 Tue Aug 23 22:03:22 UTC 2005 - Now uses SQL::Abstract::Limit to allow limit SQL (Thanks to David R. Baird)
2008-06-20Added p5-SQL-Abstract-Limit.he1-1/+2
2008-06-20Import p5-SQL-Abstract-Limit version 0.12.he3-0/+30
SQL-Abstract-Limit is a portability layer for LIMIT emulation.
2008-06-20Update p5-Class-DBI to v3.0.17.he2-6/+6
Changes since v3.0.14 according to the changelog: 3.0.17 Oct 4, 2007 - Fix t/11 to cope with Class::Trigger no longer supporting multiple triggers in one shot 3.0.16 Nov 05, 2006 - Better error reporting from has_a setup failure 3.0.15 Aug 19 2006 - Fix ignorage with mutator_name and accessor_name (Ask Bjørn Hansen)
2008-06-20Update p5-Apache-DBI to version 1.07.he2-6/+6
Changes since 1.06 according to the change log: o PerlCleanupHandler doesn't get called with MP2 (fixed) o Documentation Additions
2008-06-20Changes 8.1.13:adam12-34/+39
* Make pg_get_ruledef() parenthesize negative constants (Tom) Before this fix, a negative constant in a view or rule might be dumped as, say, -42::integer, which is subtly incorrect: it should be (-42)::integer due to operator precedence rules. Usually this would make little difference, but it could interact with another recent patch to cause PostgreSQL to reject what had been a valid "SELECT DISTINCT" view query. Since this could result in pg_dump output failing to reload, it is being treated as a high-priority fix. The only released versions in which dump output is actually incorrect are 8.3.1 and 8.2.7. * Make "ALTER AGGREGATE ... OWNER TO" update pg_shdepend (Tom) This oversight could lead to problems if the aggregate was later involved in a "DROP OWNED" or "REASSIGN OWNED" operation.
2008-06-20Changes 8.2.9:adam6-53/+26
* Make pg_get_ruledef() parenthesize negative constants (Tom) Before this fix, a negative constant in a view or rule might be dumped as, say, -42::integer, which is subtly incorrect: it should be (-42)::integer due to operator precedence rules. Usually this would make little difference, but it could interact with another recent patch to cause PostgreSQL to reject what had been a valid "SELECT DISTINCT" view query. Since this could result in pg_dump output failing to reload, it is being treated as a high-priority fix. The only released versions in which dump output is actually incorrect are 8.3.1 and 8.2.7. * Make "ALTER AGGREGATE ... OWNER TO" update pg_shdepend (Tom) This oversight could lead to problems if the aggregate was later involved in a "DROP OWNED" or "REASSIGN OWNED" operation.
2008-06-20Changes 1.2.14:adam2-15/+14
- Fix typo in configure-replication.sh (missing CR) - Per bug 35, search the Slony share dir for scripts before falling back to the PG share dir on 8.0+ - Change test framework to write out the test name into $TEMPDIR/TestName - Patch that seems to resolve a race condition with ACCEPT_SET - Fix bug 49 - mishandling by slony_logshipper of quotes & backslashes. - Fix bug 50 - slony_logshipper had a variable access *after* memory was freed Changes 1.2.13: - Fixed problem with compatibility with PostgreSQL 8.3; function typenameTypeId() has 3 arguments as of 8.3. - Added in logic to ensure that max number of SYNCs grouped together is actually constrained by config parameter sync_group_maxsize. - Fix to show_slony_configuration - point to proper directory where slon/slonik are actually installed. - Fix to slonik Makefile + slonik.c - Change slonik build to query Postgres for the share directory at runtime - per Dave Page - Removed spurious NOTIFY on "_%s_Confirm"; this is no longer needed
2008-06-20Changes 8.3.3:adam6-52/+27
* Make pg_get_ruledef() parenthesize negative constants (Tom) Before this fix, a negative constant in a view or rule might be dumped as, say, -42::integer, which is subtly incorrect: it should be (-42)::integer due to operator precedence rules. Usually this would make little difference, but it could interact with another recent patch to cause PostgreSQL to reject what had been a valid "SELECT DISTINCT" view query. Since this could result in pg_dump output failing to reload, it is being treated as a high-priority fix. The only released versions in which dump output is actually incorrect are 8.3.1 and 8.2.7. * Make "ALTER AGGREGATE ... OWNER TO" update pg_shdepend (Tom) This oversight could lead to problems if the aggregate was later involved in a "DROP OWNED" or "REASSIGN OWNED" operation.
2008-06-20Update ruby-activerecord to 2.1.0 for rails-2.1.0.minskim3-180/+196
Too many changes since 2.0.2. See CHANGELOG for the complete list.
2008-06-20Add DESTDIR support.joerg36-40/+106
2008-06-19Add name of rrd database to "illegal attempt to update using time..."he3-3/+20
error message, since rrdupdate may update more than one rrd database. Submitted as a feature enhancement request upstream (#162). Bump package revision.
2008-06-19Bump PKGREVISION of rubygem based packages which contain extention libraries.taca1-1/+2
2008-06-19Switch to use vendor_dir with Ruby 1.8.7.taca8-165/+188
Bump PKGREVISION.
2008-06-19Update ruby18-gdbm package to 1.8.7.taca1-2/+2
Since chanes are too much to write here, please refer http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/ChangeLog http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/ChangeLog
2008-06-18add gramps3gdt1-1/+2
2008-06-18Add gramps 3.0.1. Note that gramps3 has a new database format, sogdt11-0/+2326
gramps2 should remain for a long time. GRAMPS (Genealogical Research and Analysis Management Programming System) is a personal genealogy program. It provides a graphical interface for recording genealogical research. GRAMPS can import GEDCOM format and export to GEDCOM and Web Family Tree. It can generate book reports, ancestor charts, relationship graphs, timelines, Ahnentafel reports, websites, and various other comprehensive reports in various documentation formats. GRAMPS can also include extra media types (like JPEG images and audio files), record sources of information, and keep track of locations (place names).
2008-06-18fix building on SunOS-5.8/sparc and probably other SunOS-5.[6-9]dmcmahill1-1/+9
2008-06-15Changes that should have been committed with recent upgrade to 5.01.gdt4-57/+74
2008-06-15Explain that this is only here because gramps1/gramps2 database formatgdt1-2/+4
is incompatible.
2008-06-14Add DESTDIR support.obache3-5/+38
2008-06-13Update to 5.01. Make installed files owned by root instead of nobody.gdt1-24/+30
Depend on camlp5. wiki syntax in notes, and better save/restore. Author omitted some changes from ${WRKSRC}/CHANGES. Passes cursory testing. WARNING: unclear if there is a binary format change for the database. Back up and export to GEDCOM before upgrading. gwtp in theory handles this.
2008-06-12Add DESTDIR support.joerg58-76/+189
2008-06-09Update openldap packages to 2.4.9. Reviewed by tron.ghen5-14/+24
OpenLDAP 2.4.9 Release (2008/05/07) Fixed libldap to use unsigned port (ITS#5436) Fixed libldap error message for missing close paren (ITS#5458) Fixed libldap_r tpool pause checks (ITS#5364, #5407) Fixed slapcat error checking (ITS#5387) Fixed slapd abstract objectClass inheritance check (ITS#5474) Fixed slapd add operations requiring naming attrs (ITS#5412) Fixed slapd connection handling (ITS#5469) Fixed slapd delta-syncrepl resync (ITS#5378) Fixed slapd frontendDB backend selection (ITS#5419) Fixed slapd pagedresults stale state (ITS#5409) Fixed slapd pointer dereference (ITS#5388) Fixed slapd null argument dereference (ITS#5435) Fixed slapd REP_ENTRY flags (ITS#5340) Fixed slapd sets attribute description parsing (ITS#5402) Fixed slapd syncrepl hang on back-config (ITS#5407) Fixed slapd syncrepl compare_csns crash (ITS#5413) Fixed slapd syncrepl contextCSN update clash (ITS#5426) Fixed slapd syncrepl/glue failure (ITS#5430) Fixed slapd syncrepl crash on empty CSN (ITS#5432) Fixed slapd syncrepl refreshAndPersist (ITS#5454) Fixed slapd syncrepl modrdn processing (ITS#5397) Fixed slapd syncrepl MMR partial refresh (ITS#5470) Fixed slapd value list termination (ITS#5450) Fixed slapd/slapo-accesslog rq mutex usage (ITS#5442) Fixed slapd-bdb ID_NOCACHE handling (ITS#5439) Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455) Fixed slapd-bdb referral rewrite (ITS#5339) Fixed slapd-config overlay stacking (ITS#5346) Fixed slapd-config attribute publishing (ITS#5383) Fixed slapd-ldap connection handler (ITS#5404) Fixed slapd-ldif file name handling & multi-suffix/dir catch (ITS#5408) Fixed slapd-meta connections on error (ITS#5440) Fixed slapd-meta crash on search (ITS#5481) Fixed slapo-accesslog null callback stack crash (ITS#5490) Fixed slapo-auditlog unnecessary syscall (ITS#5441) Added slapo-dynlist mapping to dynamic attrs generation (ITS#5466) Fixed slapo-refint dnSubtreeMatch (ITS#5427) Fixed slapo-refint global referential integrity (ITS#5428) Fixed slapo-syncprov psearch on closed connection (ITS#5401) Fixed slapo-syncprov psearch task delay (ITS#5405) Fixed slapo-syncprov psearch filter identity (ITS#5418, #5486) Fixed slapo-syncprov/glue contextCSN update (ITS#5433) Fixed slapo-syncprov/glue search ops (ITS#5434) Fixed slapo-syncprov null cookie (ITS#5437,#5444) Fixed slapo-syncprov double-free (ITS#5445) Fixed slapo-syncprov free syncop correctly (ITS#5484) Fixed slapo-syncprov glue deadlock (ITS#5451) Build Environment Fixed leave function naming for OSF1 (ITS#5411) Documentation Fixed slapd.access(5) authz-regexp documented behavior (ITS#5400) Fixed slapd.meta(5) idassert-* documentation (ITS#5406) admin24 delta-syncrepl documentation (ITS#5476) admin24 set documentation (ITS#5278,ITS#5279,ITS#5281) admin24 slapo-ppolicy documentation (ITS#5479) admin24 syncrepl directives update (ITS#5425)
2008-06-08Update "phpmyadmin" package to version 2.11.6. Changes since 2.11.5.2:tron2-6/+6
- bug #1903724 [interface] Displaying of very large queries in error message - bug #1905711 [compatibility] Functions deprecated in PHP 5.3: is_a() and get_magic_quotes_gpc() - bug [lang] catalan wrong accented characters - bug #1893034 [Export] SET NAMES for importing with command-line client + [lang] Russian update - bug #1910485 [core] Unsetting the whitelist during the loop - bug #1906980 [Export] Import of VIEWs fails if temp table exists - bug #1812763 [Copy] Table copy when server is in ANSI_QUOTES sql_mode - bug #1918531 [compatibility] Navigation isn't w3.org valid - bug #1926357 [data] BIT defaults displayed incorrectly - patch #1930057 [auth] colon in password prevents HTTP login on CGI/IIS - patch #1929553 [lang] Don't output BOM character in Swedish language file - patch #1895796 [lang] Typo in Japanese lang files - bug #1935652 [auth] Access denied (show warning about mcrypt on login page) - bug #1906983 [export] Reimport of FUNCTION fails - bug #1919808 [operations] Renaming a database fails to handle functions - bug #1934401 [core] Cannot force a language - bug #1944077 [core] Config file containing a BOM - bug #1947189 [scripts] Missing head tag in scripts/signon.php + [lang] Romanian update