summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-07Update to 3.3.17:wiz4-51/+10
2007 April 25 (3.3.17) * When the "write_version" value of the database header is larger than what the library understands, make the database read-only instead of unreadable. * Other minor bug fixes 2007 April 18 (3.3.16) * Fix a bug that caused VACUUM to fail if NULLs appeared in a UNIQUE column. * Reinstate performance improvements that were added in 3.3.14 but regressed in 3.3.15. * Fix problems with the handling of ORDER BY expressions on compound SELECT statements in subqueries. * Fix a potential segfault when destroying locks on WinCE in a multi-threaded environment. * Documentation updates. 2007 April 9 (3.3.15) * Fix a bug introduced in 3.3.14 that caused a rollback of CREATE TEMP TABLE to leave the database connection wedged. * Fix a bug that caused an extra NULL row to be returned when a descending query was interrupted by a change to the database. * The FOR EACH STATEMENT clause on a trigger now causes a syntax error. It used to be silently ignored. * Fix an obscure and relatively harmless problem that might have caused a resource leak following an I/O error. * Many improvements to the test suite. Test coverage now exceeded 98% 2007 April 2 (3.3.14) * Fix a bug in 3.3.13 that could cause a segfault when the IN operator is used one one term of a two-column index and the right-hand side of the IN operator contains a NULL. * Added a new OS interface method for determining the sector size of underlying media: sqlite3OsSectorSize(). * A new algorithm for statements of the form INSERT INTO table1 SELECT * FROM table2 is faster and reduces fragmentation. VACUUM uses statements of this form and thus runs faster and defragments better. * Performance enhancements through reductions in disk I/O: * Do not read the last page of an overflow chain when deleting the row - just add that page to the freelist. * Do not store pages being deleted in the rollback journal. * Do not read in the (meaningless) content of pages extracted from the freelist. * Do not flush the page cache (and thus avoiding a cache refill) unless another process changes the underlying database file. * Truncate rather than delete the rollback journal when committing a transaction in exclusive access mode, or when committing the TEMP database. * Added support for exclusive access mode using "PRAGMA locking_mode=EXCLUSIVE" * Use heap space instead of stack space for large buffers in the pager - useful on embedded platforms with stack-space limitations. * Add a makefile target "sqlite3.c" that builds an amalgamation containing the core SQLite library C code in a single file. * Get the library working correctly when compiled with GCC option "-fstrict-aliasing". * Removed the vestigal SQLITE_PROTOCOL error. * Improvements to test coverage, other minor bugs fixed, memory leaks plugged, code refactored and/or recommented in places for easier reading.
2007-06-07+ Bastille.wiz1-1/+2
2007-06-07+ bouml.wiz1-1/+2
2007-06-07Back out previous and always define the shell variable $silentjlam1-2/+3
appropriately again based on the value of _BOOTSTRAP_VERBOSE. This code was lost in revision 1.27. This should again suppress the output during "mirror-distfiles" in the case where the bootstrap dependency is already installed.
2007-06-07Webmin and its modules were updated.obache2-3/+44
2007-06-07Update webmin to 1.350.obache54-1844/+192
Version 1.350 (1 June 2007) * Fixed an XSS security bug in pam_login.cgi. * Added plain-text mode and head section preservation to the File Manager HTML editor, and a field to select which user uploaded files are owned as. * Added Postfix module configuration options for the start, stop and restart commands. * Use the HTML output mode from the pgsql command in the PostgreSQL module, for more reliable data editing when DBI is not available. * The Running Processes module now shows real and virtual memory on Solaris. * Added Redhat Enterprise 5 support, and fixed SuSE 10 and Solaris-specific bugs
2007-06-07Note update of mail/up-imapproxy package to 1.2.5.taca1-1/+2
2007-06-07Update up-imapproxy pacakge to 1.2.5.taca3-26/+8
pkgsrc changes: set INSTALLATION_DIRS. 2007-01-30 Dave McMurtrie <davemcmurtrie@gmail.com> * Version 1.2.5 released. 2007-01-30 Dave McMurtrie <davemcmurtrie@gmail.com> * common.h: Updated version string to 1.2.5. 2006-10-03 Dave McMurtrie <davemcmurtrie@gmail.com> * common.h: Updated version string to 1.2.5rc2. * main.c: Patch by Matt Selsky to log ssl peer verify at Debug level instead of err level. * Makefile.in: Patch by Matt Selsky to set the permissions on the configuration files to 755 instead of 644. 2006-08-15 Dave McMurtrie <davemcmurtrie@gmail.com> * imapcommon.c: No longer exit() from IMAP_Line_Read() on failed sanity check. 2006-02-16 Dave McMurtrie <davemcmurtrie@gmail.com> * pimpstat.c: Patch by Matt Selsky to fix spelling error. * main.c: Fixed string format bug (Debian DSA 852-1) found by Steve Kemp. Added version string to startup log message. * common.h: Patch by Matt Selsky to add a version string. * request.c: Patch by Matt Selsky to add cmd_version function. * README: Patch by Matt Selsky to add info about p_version command. Updated the imapproxy-info mailing list URL.
2007-06-07Update wbm-cyrus-imapd to 1.6.obache3-7/+10
Current version: 1.6, 2007-05-04 Supported languages: italian, english, german (partial) * Start/stop the Cyrus server; * Activates/deactivates services (imap, imaps, pop3, sieve etc.) * Configures the main IMAP parameters; * Manage IMAP partitions; * Creates and deletes mailboxes and folders; * Manage virtual domains; * Copies a mailbox to another, renames and moves mailboxes and subfolders; * Sets default quota for new mailboxes; * Edit and remove quotas on mailboxes; * Displays the size, the quota and the number of messages for each mailbox or folder; * Assigns and removes permissions (ACLs) for any user * Reconstruct the mailboxes DB; * Optionally synchronizes the creation and deletion of mailboxes with the system account management in the appropriate standard module of Webmin * Accepts international characters (UTF-8) in mailbox names * Automatically checks for updates
2007-06-07Add more INSTALLATION_DIRS.taca1-4/+3
2007-06-07Add INSTALLATION_DIRS to create ${PREFIX}/sbin directory.taca1-2/+3
2007-06-07Add missing directory name to last entry.tron1-2/+2
2007-06-07Note update of "mplayer" and "gmplayer" packages.tron1-1/+3
2007-06-07Add patch from the MPlayer SVN repository to fix an overflow in thetron4-5/+37
CDDB code reported in CVE-2007-2948. Bump package revision.
2007-06-07note mzscheme update to 360pooka1-1/+2
2007-06-07Update to mzscheme 360. Loads of changes and bugfixes sincepooka9-267/+1576
mzscheme 205 (released in 2003), including a native JIT compiler. patches provided by Yorick Hardy in pkg/36330
2007-06-07Honour ${COMPILER_RPATH_FLAG} in a SUBST_SED.hoge.uebayasi1-2/+2
2007-06-07Fixed a typo, which has been discovered by Mark E. Perkins.rillig1-2/+2
2007-06-07Add in the correct patch to fix CVE-2007-2872adrianp3-2/+32
Spotted by Takahiro Kambe
2007-06-07Note update of comms/conserver8 to 8.1.16.he1-1/+2
2007-06-07Update conserver8 to 8.1.16. Changes since 8.1.14:he2-7/+7
version 8.1.16 (Apr 10, 2007): - added 'replstring' substitution option - inspired by conversation with Owen DeLong <owen@c2company.com> - added '^Ecn' option for writing a note to the logfile - patch by Bryan Schmersal <bschmer@yahoo.com> - fixed leaking file descriptors when 'host' and 'uds' consoles fail to connect - based on patch by Michael Heironimus <michael_heironimus@archwayconcepts.com> version 8.1.15 (Dec 31, 2006): - protection again telnet option negotation loops - patch by Robby Griffin <rmg@yakshavers.com> - console now prints the attach/detach sequences when suspended - added --with-cycladests configure option to allow cross-compiling on a cyclades ts - patch by Matt Johnson <mwj@doc.ic.ac.uk> - added master conserver host to 'console -x' output for 'device' consoles - patch by Matt Johnson <mwj@doc.ic.ac.uk> - fixed parsing error when dealing with encapsulated client/server options
2007-06-07Note update of libupnp to 1.4.6rh1-1/+2
2007-06-07Update libupnp to 1.4.6. Changes include tons of bugfixes and portabilityrh8-71/+364
fixes. This version now also comes with full API reference documentation.
2007-06-07Move handling of the "fam" option directly into the Courier packagesschmonz3-17/+15
which use it. This fixes the build of courier-maildir (which includes courier-mta/Makefile.common) since -r1.60 of mk/bsd.options.mk.
2007-06-07"ln -s" fails when the file already exists. Prevent that.rillig1-2/+7
Make sure that fontinst will be built and installed.
2007-06-07+libexif-0.6.15, webmin-1.340taca1-1/+3
2007-06-07mldonkey updated to 2.8.7.wiz2-3/+3
2007-06-07Update to 2.8.7:wiz2-6/+7
2007/06/03: version 2.8.7 = tag release-2-8-7 5988: BT: Completely parse handshake packet of newer BT clients (thx to Berni) - this patch should fix the serious performance problem with BT downloads 2007/06/02 5987: GeoIP: Small cosmetical fix for loading GeoIP.dat (pango) 5986: Fix GC problem in bz2 code (pango) 2007/06/01 5891: Disconnect clients we download from when a file is queued/paused 5905: Replace old DirectConnect module with new DC++ code (alffa) - enable it with ./configure --enable-directconnect - bzip2 support is manditory - preliminary docs: http://mldonkey.sourceforge.net/DirectConnect ------------------------------------------------------------------------------- 2007/06/01: version 2.8.6 = tag release-2-8-6 5984: EDK: Small log updates 2007/05/31 5982: Save archives used for ini files backup with rights 600 (pango) 5981: EDK/Swarming: Download first 9MB first for preview, not 10MB to avoid downloading second chunk too early (pango) 5972: GeoIP: Load GeoIP.dat into RAM (pango) 2007/05/28 5976: Search for autoconf261 in ./configure 2007/05/27 5940: GeoIP: Reduce disc access to lower CPU usage - store computed country values in client/server structures - EDK: fix a bug where a firewalled client was displayed with IP 0.0.0.0 - new verbosity level "geo" to monitor access to GeoIP.dat 2007/05/23 5961: Include compile patch for Ocaml 3.08.3 5956: Remove unused files src/networks/donkey/donkeyIndexer.ml* 2007/05/22 Updated Mozilla protocol handler to version 2.1 - original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey 2007/05/21 5944: configure: Allow use of Ocaml 3.10.0, keep 3.09.3 as default 2007/05/08 5897: FileTP: Support HTTP downloads of files > 1GB 5815: Unix32: Override system umask to force correct function of option create_file_mode (pango) 5912: Extend patch 5817: "Code updates for Ocaml 3.10.0beta compatability" to Ocaml 3.11 5910: EDK: Revoke upload slot when client asks for blocks positioned after EOF 5908: Fix commit when incoming filesystem allows more than 16M chars 5906: Telnet/BT: Display clients country code without HTML in vd <num> 2007/04/28 5903: commonPictures: Update favicon.ico (meto) 5902: Updated italian translation for mldonkey (surricani) 5901: Updated german translation for mldonkey - taken from german wiki: http://www.mldonkey.org/wiki/index.php/Mlnet_strings 5900: Updated italian translation for mldonkey (surricani) 2007/04/26 5898: Updated italian translation for mldonkey (surricani) 2007/04/25 5892: Updated italian translation for mldonkey (surricani) 2007/04/24 5888: Partial italian translation for mldonkey (surricani) stored in ./distrib/i18n/mlnet_strings.it_IT.UTF-8 5718: Improve command "nu" - close all upload slots - do not give an upload slot to clients in pending slot - restrict command "nu" to admin users
2007-06-07Updated mail/getmail to 4.7.5schmonz1-1/+2
2007-06-07Update to 4.7.5. From the changelog:schmonz2-6/+6
-make updatefile honour symlinks, so users can alias one server's oldmail state file to another (for split-horizon DNS and other strange configurations). Thanks: Scott Hepler.
2007-06-06Note update of tex-dhucs.minskim2-3/+3
2007-06-06Update tex-dhucs to 3.2.2.minskim3-18/+30
Changes since 3.1.4: - Redefine \nobreak. - Added a new font map: UCS2.sfd. - Added [finemath] option.
2007-06-06Imported security/Bastille-3.0.9 from pkgsrc-wiprillig1-1/+2
2007-06-06Imported Bastille from pkgsrc-wip.rillig9-0/+563
Bastille is a system hardening / lockdown program which enhances the security of a Unix host. It configures daemons, system settings and firewalls to be more secure. It can shut off unneeded services like rcp and rlogin, and helps create "chroot jails" that help limit the vulnerability of common Internet services like Web services and DNS. This tool currently hardens Red Hat (Fedora Core, Enterprise and Legacy/Classic), SuSE, Debian, Gentoo, Mandrake Linux, HP-UX, Mac OS X and Turbo Linux. If run in the preferred interactive mode, it can teach you a good deal about security while personalizing your system security state. Bastille can also assess and report on the state of a system, which may serve as an aid to security administrators, auditors and system administrators who wish to investigate the state of their system's hardening without making changes to such. This assessment functionality has only been tested on Red Hat Linux (Fedora, Legacy, Enterprise) and SUSE systems.
2007-06-06Note update of tex-unttf.minskim1-1/+2
2007-06-06Update tex-unttf to 1.0.1.20070507. Regenerated for the new versionminskim3-14/+18
of tex-dhucs.
2007-06-06Note update of dvipdfmx.minskim2-3/+3
2007-06-06Update dvipdfmx to 20070518.minskim5-231/+230
Changes since 20050831: - Xref and object stream were implemented for PDF v1.5 or higher to reduce the size of the PDF output. - New program "xbb" is included, which generates ".xbb" file containing the bounding box information. For bitmap images, DVIPDFMx generates the same result as pdfTeX if ".xbb" is used, and as DVIPDFM if ".bb" is used. - Many bug fixes.
2007-06-06Made the package build for me. The error message was:rillig3-3/+20
./parsegen -D__UNIXSDL__ -D__OPENGL__ [...] Shared object "libz.so.1" not found
2007-06-06clisp now ships with its own copy of ffcall that has evolved from theuwe3-9/+23
last released version that we have as devel/ffcall. Arrange for powerpc files (from files/) to end up in the right place and get used by the build: tramp-* files are no longer used, so don't copy them. They can probably be deleted from files/ now. powerpc is now known to ffcall as powerpc, not rs6000 so change the target name accordingly and make the makefile rule recognize netbsd and pick up our file. Makes clisp build/work on my macppc. Ok wiz@ (except any typos in this commit message).
2007-06-06+ dvdstyler-1.5, dwm-4.2, emacs-22.1, glade-3.3.0, gnome-mag-0.14.5,wiz1-9/+15
gnustep-examples-1.2.0, gnustep-make-2.0.1, gst-plugins0.10-base-0.10.13, gstreamer0.10-0.10.13, micq-0.5.4, phppgadmin-4.1.2, qt4-4.3, silc-client-1.1, vte-0.16.5.
2007-06-06Note libzip and ckmame updates.wiz1-1/+3
2007-06-06Update to 0.9:wiz3-7/+9
0.9 (2007-06-04) - add support for CMPro XML header skip detectors - fix handling of zero byte ROMs - dumpgame: brief option: no ROM/disk info - mkmamedb: add support for reading Romcenter dat files - mkmamedb: warn about multiple games with same name - mkmamedb: create CMPro dat files - mkmamedb: create mame db or CMPro dat file from zip archives - ckmame: add option to keep files present in old ROM database
2007-06-06Update to 0.8:wiz3-7/+11
0.8 [2007/06/06] * fix for zip archives larger than 2GiB * fix zip_error_strerror to include libzip error string * add support for streamed zip files * new functions: zip_add_dir, zip_error_clear, zip_file_error_clear * add basic support for building with CMake (incomplete)
2007-06-06Updated lang/php5 to 5.2.3adrianp2-3/+3
2007-06-06Update to php-5.2.3adrianp3-8/+8
Security Fixes * Fixed an integer overflow inside chunk_split() (by Gerhard Wagner, CVE-2007-2872) * Fixed possible infinite loop in imagecreatefrompng. (by Xavier Roche, CVE-2007-2756) * Fixed ext/filter Email Validation Vulnerability (MOPB-45 by Stefan Esser, CVE-2007-1900) * Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()) (by bugs dot php dot net at chsc dot dk) * Improved fix for CVE-2007-1887 to work with non-bundled sqlite2 lib. * Added mysql_set_charset() to allow runtime altering of connection encoding. * Upgraded bundled SQLite 3 to version 3.3.17. (Ilia) * Fixed gd build when used with freetype 1.x (Pierre, Tony) And a fair few bugs fixed, see: http://www.php.net/ChangeLog-5.php#5.2.3 for all the details.
2007-06-06s/\/roundcube\//\/roundcube/ from justin (at) shiningsilence.comadrianp1-2/+2
2007-06-06Replaced ${_PKG_SILENT}${_PKG_DEBUG} with a simple ${RUN} to save somerillig1-49/+39
space.
2007-06-06Updated net/rdesktop to 1.5.0nb2 and math/euler to 1.61.tnn2-3/+4
2007-06-06Update to euler-1.61. Euler now uses GNU autotools for the build and GTK2+tnn8-341/+142
for the user interface. Also apply patch for static/extern mismatch from Aleksej Saushev in PR 36449, which fixes build with gcc4.