summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-14Update "mysql5-client" and "mysql5-server" packages to version 5.0.51.tron9-136/+119
This version fixes a lot of bugs including the security vulnerability reported in CVE-2007-5969. A complete list of the changes can be found here: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51.html
2007-12-14Update to version 1.7.1.bjs3-8/+11
Changes: Update to version 1.7.1. Changes: v1.7.1 (Amy) 10jun07 -------------------- * windows SSH agent support can use the 'ctypes' module now if 'win32all' is not available [patch from alexander belchenko] * SFTPClient.listdir_attr() now preserves the 'longname' field [patch from wesley augur] * SFTPClient.get_channel() API added * SSHClient constuctor takes an optional 'timeout' parameter [patch from james bardin] v1.7 (zubat) 18feb07 -------------------- * added x11 channel support (patch from david guerizec) * added reverse port forwarding support * (bug 75370) raise an exception when contacting a broken SFTP server * (bug 80295) SSHClient shouldn't expand the user directory twice when reading RSA/DSS keys * (bug 82383) typo in DSS key in SSHClient * (bug 83523) python 2.5 warning when encoding a file's modification time * if connecting to an SSH agent fails, silently fallback instead of raising an exception v1.6.4 (yanma) 19nov06 ---------------------- * fix setup.py on osx (oops!) * (bug 69330) check for the existence of RSA/DSA keys before trying to open them in SFTPClient * (bug 69222) catch EAGAIN in socket code to workaround a bug in recent Linux 2.6 kernels * (bug 70398) improve dict emulation in HostKeys objects * try harder to make sure all worker threads are joined on Transport.close() v1.6.3 (xatu) 14oct06 --------------------- * fixed bug where HostKeys.__setitem__ wouldn't always do the right thing * fixed bug in SFTPClient.chdir and SFTPAttributes.__str__ [patch from mike barber] * try harder not to raise EOFError from within SFTPClient * fixed bug where a thread waiting in accept() could block forever if the transport dies [patch from mike looijmans] v1.6.2 (weedle) 16aug06 ----------------------- * added support for "old" group-exchange server mode, for compatibility with the windows putty client * fixed some more interactions with SFTP file readv() and prefetch() * when saving the known_hosts file, preserve the original order [patch from warren young] * fix a couple of broken lines when exporting classes (bug 55946) v1.6.1 (vulpix) 10jul06 ----------------------- * more unit tests fixed for windows/cygwin (thanks to alexander belchenko) * a couple of fixes related to exceptions leaking out of SFTPClient * added ability to set items in HostKeys via __setitem__ * HostKeys now retains order and has a save() method * added PKey.write_private_key and PKey.from_private_key v1.6 (umbreon) 10may06 ---------------------- * pageant support on Windows thanks to john arbash meinel and todd whiteman * fixed unit tests to work under windows and cygwin (thanks to alexander belchenko for debugging) * various bugfixes/tweaks to SFTP file prefetch * added SSHClient for a higher-level API * SFTP readv() now yields results as it gets them * several APIs changed to throw an exception instead of "False" on failure
2007-12-14 Updated net/aria2 to 0.12.0 [bjs 2007-12-14]bjs1-1/+2
2007-12-14Update to version 0.12.0. Also, fix nbcompat includes (they were missingbjs9-29/+39
<nbconfig/config.h>. Partial list of changes: 2007-12-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Removed unnecessary string copy. Updated doc and corrected indentation. * src/Base64.cc Fixed compilation warnings * test/DataTest.cc * test/HttpRequestTest.cc * test/MetaFileUtilTest.cc * test/RequestTest.cc * Release 0.12.0 Added Brazilian Portuguese, Catalan, Italian, Spanish, Swedish translations. Many thanks to translators. * po/{ca,es,it,pt_BR,sv}.po * po/LINGUAS Fixed the bug#1845750; CTRL+C does not stop torrent. aria2 repeatedly sends stopped request when tracker returns error code. Added a message when ctrl-c is hit. Now second ctrl-c is also handled in signal handler. Changed Direct/IO enable/disable procesure in file allocation routine. Disable directIO if offset is not multiple of 512. (~SingleFileAllocationIterator): Removed a call to disableDirectIO. * src/MultiFileAllocationIterator.cc (allocateChunk): Enable created SingleFileAllocationIterator's directIO. * src/FileAllocationEntry.cc (FileAllocationEntry): Enable directIO here. (~FileAllocationEntry): Disable directIO here. Fixed the bug: aria2 doesn't utilize fast set index offered by peer. Rewritten direct I/O support routine Fixed compile error without message digest support. Enable direct I/O support in checksum checking. Added --allow-piece-length-change option. Fixed: duplicated result entry appears when exception is thrown in RequestGroup::createInitiateConnectionCommand(). * src/RequestGroupMan.cc (fillRequestGroupFromReserver): Add RequestGroup to _requestGroup after RequetGroup:: createInitiateConnectionCommand() succeeds. Externalized message Forced download abort when received negative response from http/ftp server. Added XML2SAXMetalinkProcessor class, which is a lot faster than the predecessor, Xml2MetalinkParser class. I tested them against 94KB metalink file with 1234 chunk checksums. The new one parsed it in 22msec, while it took 6000msec with old one. Rewritten Base64 class for better performance. Fixed the bug#1841757: aria2 will connect to server to only get file size. Suppressed wrong message when finding PreDownloadHandler Eliminated g++-4.2 warning Fixed bug: --check-integrity doesn't work for multi file torrent. Added direct I/O support. The current implementation uses O_DIRECT, which is not posix standard and is tested on linux 2.6.21. Currently only file allocation uses direct I/O.
2007-12-14+ Updated devel/monotone-server to 0.38 [bjs 2007-12-14]bjs1-1/+2
2007-12-14Update to monotone 0.38.bjs1-3/+3
2007-12-14 Updated devel/monotone to 0.38 [bjs 2007-12-14]bjs1-1/+2
2007-12-14Update to version 0.38. Fix one line of post-install target to allowbjs5-28/+19
for DESTDIR support. Also, patch-ab is no longer necessary; patch-aa is merely a one-liner now. Changes since 0.37: Changes - mtn log now prints a single dot for a project's root directory instead of an empty string. - mtn now warns if changes to a file will be ignored because the file has been deleted on one side of a merge. - mtn now errors if your chosen private key doesn't match the public key of the same name in your database. - mtn now checks for your key before a merge action takes place to ensure that any manually merged file isn't lost in an error case Bugs fixed - a bug introduced in 0.37 prevented an external merger from being executed unless the MTN_MERGE environment variable was set - mtn read successfully reads revision data, and cert packets again - mtn consistently supports certs with empty values (fixed 'ls certs' and 'read') Internal - Update Botan to 1.7.2. - Moved the gzip implementation out of the Botan directory. Other - Added the scripts of the following Lua-based contributed Monotone extension commands to contrib/command/: "mtn base", "mtn fuse", "mtn revision", "mtn conflicts". - Added a hooks version of the contributed ciabot script, contrib/ciabot_monotone_hookversion.lua - The monotone manual is now licensed under the GPL rather than the GFDL.
2007-12-14Add DESTDIR support. The manpage is not necessarily installed gzipped,bjs2-5/+7
so change the PLIST to reflect this.
2007-12-14+ Updated devel/tre to 0.7.5nb3 [bjs 2007-12-14]bjs1-1/+2
2007-12-14For consistency's sake, remove PLIST.linux and instead add an optionbjs4-4/+28
to enable/disable NLS. This option is added to PKG_SUPPORTED_OPTIONS by default if there is a built-in gettext library. While here, add PKG_DESTDIR_SUPPORT=user-destdir. Bump revision.
2007-12-14Add an nls option so that packages can make it optional.bjs1-0/+1
2007-12-14+ Updated sysutils/checkperms to 1.10 [bjs 2007-12-14]bjs1-1/+2
2007-12-14Add INSTALLATION_DIRS to fix DESTDIR installation.bjs1-1/+2
2007-12-13Add ${DESTDIR} in a few places. From Rumko on pkgsrc-users.wiz1-6/+6
2007-12-13Load the correct tar at the download site, rebuild chksum and patch.cjep2-16/+13
From Yuji Yamano.
2007-12-13- Document what what we're doing with LimitExcept.epg1-2/+3
- Drop POST from the allowed list; this mistake has been here since 2003, but it doesn't really matter as POST on a Subversion repository is an invalid operation anyway.
2007-12-13Made the CVS Id check stricter, to catch many mistakes in pkgsrc-wip.rillig1-2/+2
2007-12-13Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/.taca1-2/+1
In this case, simply remove REPLACE_RUBY_PAT because file under ${WRKSRC}/examples should be replaced.
2007-12-13Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/.taca3-12/+12
2007-12-13-added update of devel/p5-Eventrhaen1-1/+2
2007-12-13- added DESTDIR supportrhaen1-3/+5
- added USE_TOOLS - it should build now on NetBSD, Dragonfly - new maintainer - PKGREVISION bump
2007-12-13show-var is related to show-vars and show-subdir-var.rillig1-1/+5
2007-12-13- updated to 1.09rhaen2-8/+8
- DESTDIR support - new maintainer - ok'ed by rillig changelog: 2007-05-21 <joshua@always.joy.eth.net> * Event is now stored in GIT. You can grab a copy with "git clone git://nirmalvihar.info/home/joshua/event.git". I will not be updating this ChangeLog anymore because the full history plus changelog will be stored in GIT. 2006-10-11 <joshua@always.joy.eth.net> * Add casts to quell warnings as suggested by JDHEDDEN@cpan.org. 2006-10-10 <joshua@always.joy.eth.net> * Release 1.07. * Marc Lehmann <schmorp@schmorp.de> suggests using mg_ptr instead of mg_obj. Sounds good to me.
2007-12-13Made "bmake show-help topic=show-var" (and probably some others) workrillig1-4/+4
again.
2007-12-13Fixed the file permissions of the example highscore file. PKGREVISION++rillig3-9/+8
2007-12-13Added information about the interface to this file, which can be queriedrillig1-1/+37
with "bmake show-all-pkginstall".
2007-12-13Added fixes for g++4.rillig7-1/+92
2007-12-13Updated mail/dbmail to 2.2.8obache1-1/+2
2007-12-13Update DBMail to 2.2.8.obache4-28/+36
While here, pkglint clean and add DESTDIR support. This is strictly a maintenance release. No new functionality was added. Changes since 2.2.8-rc1 none Bugs fixed since 2.2.7 0000655: [Database layer] MIME headers are incorrectly parsed into cached tables (paul) 0000656: [Command-Line programs (dbmail-users, dbmail-util)] dbmail-export: bogus date in "From_" lines (paul)
2007-12-13+ Added filesystems/fuse-svnfs version 0.4 [bjs 2007-12-13]bjs1-1/+2
2007-12-13Add fuse-svnfs to pkgsrc/filesystems top-level Makefile.bjs1-1/+2
2007-12-13Import svnfs-0.4, a fuse filesystem for mounting subversion repositories.bjs5-0/+60
While I can find little documentation out there, it seems to work quite well for me (Subversion 1.4.4 + apr1). Thusfar it's seemed quite speedy and useful. I'm thinking that fuse might be an interesting way to get distfiles (curlftpfs) or source snapshots into pkgsrc.
2007-12-13More fix from wip to pkgsrc: s/wip/net/.taca5-13/+13
2007-12-13Changed docbook-xsl dependency from DEPENDS to BUILD_DEPENDSwulf1-2/+2
2007-12-13Added new package p5-File-chmod to the Makefile as SUBDIRrhaen1-1/+2
2007-12-13added new packages p5-Test-Script, p5-IPC-Run3 to the Makefile as SUBDIRrhaen1-1/+3
2007-12-12Regen after fix. Spotted by wiz@.jmmv1-2/+2
2007-12-12Pick up maintainership.wiz1-2/+2
2007-12-12Reset maintainer on his request.wiz17-34/+34
2007-12-12Added net/isc-dhcrelay version 3.1.0adrianp1-1/+2
2007-12-12Added net/isc-dhcpd version 3.1.0adrianp1-1/+2
2007-12-12Added net/isc-dhclient version 3.1.0adrianp1-1/+2
2007-12-12Added net/isc-dhcp version 3.1.0adrianp1-1/+2
2007-12-12Remove old pkgsrc-wip fileadrianp1-4/+0
2007-12-12+isc-dhclientadrianp1-1/+5
+isc-dhcp +isc-dhcpd +isc-dhcrelay
2007-12-12This package provides the ISC Dynamic Host Configuration Protocol (DHCP)adrianp4-0/+35
Client. The Internet Software Consortium DHCP Client, dhclient, provides a means for configuring one or more network interfaces using DHCP or BOOTP, or by statically assigning an address (if these protocols fail). The actual network configuration is done by dhclient-script. This package contains the Relay component. Imported from pkgsrc-wip. Inital packaging by reed@
2007-12-12This package provides the ISC Dynamic Host Configuration Protocol (DHCP)adrianp4-0/+53
server and DHCP relay agent. It includes an DHCP (and BOOTP) server daemon used to distribute network information, an Object Management API command shell for querying and modifying DHCP server attributes (while it is running), and an agent for relaying DHCP and BOOTP requests between subnets. This package contains the Server component. Imported from pkgsrc-wip. Inital packaging by reed@
2007-12-12This package provides the ISC Dynamic Host Configuration Protocol (DHCP)adrianp4-0/+48
Client. The Internet Software Consortium DHCP Client, dhclient, provides a means for configuring one or more network interfaces using DHCP or BOOTP, or by statically assigning an address (if these protocols fail). The actual network configuration is done by dhclient-script. This package contains the Client component. Imported from pkgsrc-wip. Inital packaging by reed@
2007-12-12This package provides the ISC Dynamic Host Configuration Protocol (DHCP)adrianp15-0/+346
server and DHCP relay agent. It includes an DHCP (and BOOTP) server daemon used to distribute network information, an Object Management API command shell for querying and modifying DHCP server attributes (while it is running), and an agent for relaying DHCP and BOOTP requests between subnets. This package contains the Base component. Imported from pkgsrc-wip. Inital packaging by reed@