summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2005-09-27Update mysql-* to 4.0.26:xtraeme7-54/+27
Functionality added or changed: * Added the mysql_get_client_version C API function to the embedded server library. (It was present in the regular client library but inadvertently omitted from the embedded library.) Please see http://dev.mysql.com/doc/mysql/en/news-4-0-26.html for more information.
2005-09-26Update mysql4* to 4.1.14:xtraeme7-43/+37
Lots of changes, please see http://dev.mysql.com/doc/mysql/en/news-4-1-14.html for more information.
2005-09-26fix entry for a directory.bad2-4/+4
2005-09-26Include bsd.prefs.mk before defining CPPFLAGS, as mk.conf may do ajmmv1-1/+3
'CPPFLAGS=...' overriding its value. Fixes PR pkg/30030 by Idar Tollefsen. Allowed by agc@ during freeze.
2005-09-23Reset maintainer, posix dot org dot uk has no DNS entry.wiz2-4/+4
2005-09-19update to rev. 240, fixes a potential information disclosure when TLSdrochner4-31/+16
and referrals are used together (http://secunia.com/advisories/15906/) mostly from Adrian Portelli, tested by me (The most recent version 242 kills the system completely if the LDAP server is not running -- endless connection retries.)
2005-09-19on LDAP errors, restore the state of the group arraydrochner1-2/+4
2005-09-19Don't bother stripping out the contents of "ccdlflags" from the contentsjlam4-2/+34
of "ldopts" used to link in the embedded perl interpreter. This fixes PR pkg/31293. The PostgreSQL configure code tries to be extra-clever with only using its own logic for determining which directories to add to the rpath. However, we don't really need PostgreSQL's configure to do this since the Perl config already provides the full set of flags for linking, including the appropriate rpath flags, and the rpaths flags determined by Perl (at least in pkgsrc) are guaranteed to match the ones needed PostgreSQL to link the plperl.so module. Bump the PKGREVISION of databases/postgresql80-plperl to 1.
2005-09-18replace local arg3_force_ref[] with standard Zend API's third_arg_force_refjdolecek3-5/+28
(definition is identical on PHP4), so that this compiles with PHP5 allow the package to build with PHP5 too, bump package revision
2005-09-17Buildlink mysql-client and iodbc, instead of using DEPENDS.minskim1-8/+8
2005-09-15Fix typo.wiz1-1/+1
2005-09-14mark this ONLY_FOR NetBSD-3 (depends on nsswitch)drochner1-1/+4
(XXX could be made on Linux and Solaris too)
2005-09-12Fix COMMENT per Geert Hendrickx <geert.hendrickx@ua.ac.be> on tech-pkg.tv1-2/+3
2005-09-12- Add check for the existence of directory before using it.hira1-5/+7
- Use ${ECHO} instead of echo.
2005-09-10Force lbdb to use TOOLS_SH and TOOLS_AWK when building scriptstonio3-10/+33
so prevent interactions with bash and gawk packages or tools wrappers Update maintainer address, and bump PKGREVISION, binary packages may contain references to bash or gawk
2005-09-10remove pasto in php-mbstring dependencyjdolecek1-2/+2
2005-09-09oops - forgot to "cvs add"drochner2-1/+15
2005-09-09Removed the entry for patch-ad, which does not exist.rillig1-2/+1
2005-09-08update to 2.2.1drochner3-18/+21
changes: -Added support for client/server-side certificates. -Improved visual feedback when bad filenames are entered. -Bugfixes -Updated translations
2005-09-08update to 0.8.1drochner2-8/+6
changes: 1) it fixes crashes with empty/near-empty databases 2) it fixes a few performance bottlenecks, most notably for larger databases
2005-09-08update to 0.8.5.12drochner3-11/+62
changes: -import improvements (eg from webpages) -bugfixes -keyboard shortcuts added -UI improvements
2005-09-08update to 2.0.8drochner3-7/+14
changes: * Addition of a spelling checker if python-gnome-extras is installed * Thumbnails are generated for objects other than images if an appropriate thumbnailer is found the the GCONF database. * Enhanced Descendant Chart report that allows better control over the formatting of the report * Added support for new %n format in addition to $n, which will cause the line to be removed if a text match is not made. * Bug fixes, bug fixes, bug fixes, and bug fixes.
2005-09-07Upgrade to PyGreSQL 3.7darcy2-7/+7
Important changes from PyGreSQL 3.6.2 to PyGreSQL 3.7 - Fixes to quoting function. - Use Python datetime if mxDatetime is not available. - Add checks for valid database connection to methods. - Improved namespace support, handle search_path correctly. - Removed old dust and unnessesary imports, added docstrings. - Internal sql statements as one-liners, smoothed out ugly code. - Major improvements in classic pg module.
2005-09-06Fix path for phpldapadmin.conf fileadrianp1-2/+2
2005-09-06Remove dependency on apacheadrianp1-6/+13
Introduce a BUILD_DEFS for using a www server other than apache Use ROOT_GROUP Bump to nb5
2005-09-06+php-sqlitetv1-1/+2
2005-09-06Add php-sqlite-${PHP_BASE_VERS}.1.0.3:tv4-0/+26
This is a PHP 4 compatible SQLite 2.x module (the same module comes bundled with PHP 5 and is available as databases/php5-sqlite).
2005-09-06Correct some minor errors to the way that this package set PKG_SYSCONFDIRjlam1-4/+4
and MAKE_DIRS: * There is no need to set PKG_SYSCONFDIR as the concept is quite meaningless for PHP applications. Simply copy the CONF_FILES from the examples directory into ${PREFIX}/share/phppgadmin/conf. * Use REQD_DIRS instead of MAKE_DIRS since these directories are under ${PREFIX} and we want to always create/remove these directories regardless of the value of PKG_CONFIG. Bump the PKGREVISION to 1 due to changes in the +INSTALL and +DEINSTALL scripts.
2005-09-06Remove a line for patches/patch-aa. I forgot to remove with previoustaca1-2/+1
commit. Thanks to Matthew Luckie who notified me via private mail.
2005-09-05Minor update to 3.5.5, mainly to make work properly with PHP 4.4.tv3-15/+14
ChangeLog: * Fix for PHP 4.4.0's new strict references * Small improvement to Opera browser detection in the tree * Fix listing of opaque functions in 7.2 * Fix listing of opclasses and functions pre 7.3
2005-09-04Fix build of the osx_addressbook plugin under macosx 10.4 tigertonio2-9/+18
2005-09-04Update ruby-activerecord to 1.11.1.taca4-21/+21
Changes from 1.9.1 are too huge, please see web page: http://ar.rubyonrails.org/files/CHANGELOG.html.
2005-09-04Use PAX options instead of ${FIND} and ${RM} to kill files that we don'tadrianp1-4/+3
want to install. Patch from salo@ in private email. No functional change.
2005-09-04Update ruby-mysql pacakge to 2.7.taca2-8/+8
Changes: 2005-08-22 version 2.7 * add constants for Mysql#options: Mysql::OPT_GUESS_CONNECTION, Mysql::OPT_USE_EMBEDDED_CONNECTION, Mysql::OPT_USE_REMOTE_CONNECTION, Mysql::SET_CLIENT_IP * test.rb: for 4.0.x, 5.0.x 2005-08-16 version 2.7-beta3 * add Mysql::Stmt#bind_result 2005-08-02 version 2.7-beta2 * BUG: mysql.c.in: fetch_hash: nil value doesn't exist in hash. (Thanks Stefan Kaes) * add constant Mysql::VERSION. * add Mysql#prepare 2005-07-24 version 2.7-beta * add Mysql#stmt_init method * add Mysql::Stmt, Mysql::Time, Mysql::RowOffset class * add Mysql::Error#sqlstate method * change offset value to Mysql::RowOffset object that is used by Mysql::Result#row_seek,row_tell 2005-07-31 version 2.6.3 * add constant Mysql::VERSION. 2005-07-26 version 2.6.2 * BUG: mysql.c.in: fetch_hash: nil value doesn't exist in hash. (Thanks Stefan Kaes) 2005-06-28 version 2.6.1 * mysql.c.in: fix to compile error on MacOSX.
2005-09-04Bump the PKGREVISION of packages that linked against the lua sharedjlam1-2/+2
library after lang/lua was libtoolized in lua-5.0.2nb4.
2005-09-03Add updated patch-aa for a missed diff on login.php for the last security fixadrianp3-5/+15
Re-do how .orig files are handled by pax as this wasn't working as expected Ride the previous package bump
2005-09-03Security fix for http://secunia.com/advisories/16617/adrianp3-4/+20
Bump to nb4
2005-09-03don't derive DISTNAME from PKGNAME, the other way is simplertonio1-3/+3
2005-09-03strips nb[0-9]* from PKGNAME when building DISTNAMEtonio1-2/+2
2005-09-03use DEPENDS+= instead of = in options.mk, to prevent forgetting the dependancytonio2-4/+5
on p5-perl-ldap bump PKGREVISION
2005-09-01Add a depends on apacheadrianp1-5/+4
Fix up previous handling of new patch as suggested by salo@ in private email. Bump PKGREVISION
2005-08-30Update databases/lbdb to 0.30tonio6-14/+85
Make it use the option framework, to enable/disable abook and gnupg plugins and dependancies fix PR 29879, applying the appended patch approved by cube@
2005-08-30use the "dynamic" version of nss_ldap_initgroups(), to get thedrochner1-15/+22
total number of groups doesn't make much of a difference for standard systems with NGROUPS==_SC_NGROUPS_MAX, but someone might change this
2005-08-30Remove .orig file in pre-install from patch-aa. Spotted by salo@.adrianp1-1/+4
2005-08-30Patch via Debian for recent security issueadrianp3-3/+19
Bump to nb2
2005-08-30-cleanup: honor PKG_SYSCONFDIR, use USE_PKGINSTALLdrochner6-10/+85
-support the "getgroupmembership" nsswitch invocation bump PKGREVISION
2005-08-29Update to 2.6.4-rc1adrianp3-7/+22
Security fix for two XSS security issues Lots of other changes, a brief summary includes: > Improvements: > Foreign-key dropdowns can be more customized > Export: configurable filename templates > Display column comments while editing data > Transformations: new hexadecimal mode > HTTP auth: support FastCGI > Themes: can now have different theme per server > OLD_PASSWORD in the list of functions > Better messages when checking numerical input > Allow adding DROP TABLE when copying databases > Better support of information_schema > Various interface CSS improvements > Tree subgroups in left panel database selector > Documentation: links and anchors to every FAQ item > Table comments move to page header > Export: configurable default charset > Removed warning about PmaAbsoluteUri not set > Fixes: > Database search in MySQL 5.0.x on fields without a charset > Invalid "normal" cursor style > Browsing state when deleting multiple rows > Support bigger queries in print view, insert row, export results > Unsaved changes to relations were lost when changing display field > Exporting under IE 6 (Windows XP SP2) > Better catching of parse errors in config file > XSS on the cookie-based login panel > Show all while browsing foreign values > Escaping of special characters in ENUM or SET > XSS on table creation page > Using mysqli extension with MySQL 4.0.x > "empty result set" message was sometimes not returned > Incorrect message "You should define a primary key" > Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-28Add a patch from gnats CSV to fix the security problem noted in:recht3-13/+45
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2180 Patch by adrianp@. ChangeLog from gnats CSV: * Makefile.in (install-gnats-tools, install-gnats-bin): Removed chown and chmod entries for setting binaries suid. CAN-2005-2180 advisory. gen-index as setuid root can overwrite any system file. Bump PKGREVISION to 1.
2005-08-27Update to gnats 4.1.0.recht9-60/+257
Make a overhaul of the package and bring it closer to pkgsrc standards. Addresses PR 26174 by Hauke Fath. changes: This is GNATS 4.1.0, a release that incorporates multiple bug fixes and enhancements that have been committed to CVS since the release of GNATS 4.0. Notable enhancements include: - Upgrade to autoconf 2.59 generated configure scripts. - New PR numbers are reported to the client upon new submissions - Rewrite of install-sid. Now, rather than editing send-pr, which can be installed on a read-only partition, install-sid creates or edits user or site configuration files ~/.send-pr.conf or /etc/gnats/send-pr.conf. - Removal of libiberty, old manpages, and old build framework cruft - Performance enhancements to indexing code - Various cleanups and bugfixes. See the ChangeLog files for details.
2005-08-26update to 2.0.6drochner4-14/+90
changes: -New Narrative Web Page added to create a more complete web site. -Progress meters in plugins. -Numerous bug fixes.