summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-25Note gift-gnutella, gift-openft, and py-mutagen updates.wiz1-1/+4
2007-01-25Update to 1.10:wiz3-8/+11
1.10 - 2007.01.21 * New Features: * FLAC: Skip ID3 tags. Added option to delete them on save. * EncodedTextSpec: Make private members more private. * Corrupted Oggs generated by GStreamer (e.g. Sound Juicer) can be read. * FileTypes have a .mime attribute which is a list of likely MIME types for the file. * ASF (WMA/WMV) support. * Bug Fixes: * ID3: Fixed reading of v2.3 tags with unsynchronized data. * ID3: The data length indicator for compressed tags is written as a synch-safe integer.
2007-01-25Update to 0.2.1.6:wiz4-22/+8
OpenFT 0.2.1.6: * Fixed a bug where full parents could trigger an assertion failure. * Index tokens database by array index instead of by pointer (should improve space efficiency, especially on 64-bit platforms). * Clean up the database properly. Not only does this avoid leaving huge temporary files lying around, but potentially allows the db to be shutdown and restarted at will. * Avoid unaligned memory accesses, which cause problems on some RISC platforms. * Don't die on malformed URLs. OpenFT 0.2.1.5: * Major search database rethink: shares are keyed by host plus a unique identifier instead of by hash. Hopefully this will improve space efficiency (and reduce I/O), and also eliminate the (non-)handling of duplicate hashes that existed previously. * New tokenization API. * Removed support for hidden searches due to new improved hashing algorithm. * New searching functionality: exclusion tokens and quoted queries. * Moved local shares into search database. This should reduce CPU usage with a large number of shares. * Improved documentation about search node configuration. * Fixed two bugs in stats initialization. * Added Bloom filter support, which is currently unused but may eventually be used to optimize query routing. * Temporarily backed out of cleaning up the database environment on exit, because it would try to sync the entire database to disk. This will be fixed properly later when individual children are tracked within ft_search_db.c. * Implemented automatic compressed stream handling for unbounded data (currently search queries and forwarded search results). This reduces bandwidth usage significantly, sometimes by as much as 50%. * Increased maximum packet size, although this is currently unused for compatibility reasons. OpenFT 0.2.1.4: * Fixed a signedness bug that could cause problems with non-ASCII characters on some platforms. * Fixed a packet handling bug that could cause an infinite loop. * Minor networking tweaks. * Fixed clipping of the nodes cache.
2007-01-25Update to 0.0.11. Fix HOMEPAGE.wiz3-9/+9
Gnutella 0.0.11: * Made SHA1 implementation work correctly on 64 bit machines. * Create new client GUID on each startup to prevent stupid packagers from hurting the network. * Disable the timebomb once and for all. Gnutella 0.0.10.1: * Added additional revision digit to version number so we can release packages with updated GT_RELEASE_DATE if nothing else has changed. * Increased web cache disabling to 365 days after built and complete shutdown to 1.5 years. Gnutella 0.0.10: * Disconnect idle nodes that don't reply to pings. * Support Vendor Messages. * Support ConnectBack vendor message for better firewalled status detection. * Slightly improved the random number seed. * Send an empty error page when the remote side supports queueing. * All searches now timeout after at most 10 minutes. * Only use the full http:// URL in GWebcache requests when using a proxy (see RFC 2616 (HTTP/1.1) for further information). * Support outgoing compression of message streams. * Drop "urn:" trailer from queries sent. * Send full filename in PUSH uploads; seems LimeWire requires it. * Support p->share_hide/show for hiding shares from other nodes with a HopsFlow message, allowing them to be efficiently un/re-shared. * Basic support for sending GGEP blocks. * Change "really-old" auto-deactivation to silent failure to avoid creating surprises for people who don't care. * Support push proxies: put a GGEP block containing the IP address of some servers we're connected to in order to improve upload performance of firewalled nodes. * Ban webcaches that resolve to local IP addresses.
2007-01-25Fix HOMEPAGE.wiz1-2/+2
2007-01-25Add x11/xwdreed2-2/+4
2007-01-25Import xwd from X.org.reed4-0/+35
Note their xwd source doesn't include xwud :( Dump an X11 root display or individual window to an XWD X Window Dump image format file.
2007-01-25+ chmlib-0.39, getmail-4.7.0, nagios-2.7, py-mutagen-1.10,wiz1-6/+9
shntool-3.0.1, webmin-1.320, wxRemind-0.7.4, zsnes-1.51.
2007-01-25Add some of drochner's updates.wiz1-3/+15
2007-01-25Some Linux distros have gawk and install in /bin.rpaulo1-1/+9
2007-01-25Updated xchatreed1-1/+3
2007-01-25Update xchat to 2.8.0. Okayed by maintainer.reed6-12/+62
Adds a "cs" locale file. And adds system tray notification support. (Maybe the xchat-systray-integration package is not needed now?) Note I never tested the python plugin (but did build and install). Added two patches direct from xchat's FTP site. Configure with --enable-xft. (Hopefully that is okay with quark on Mac OS). Now depends on gtk2+>=2.10.0. Install a couple documentation files. Use INSTALLATION_DIRS to create the plugins directory. ChangeLog hs: - Updated translations (cs, de, gl, hu). - XChat now requires at least GTK+ 2.10. - Added a system tray icon (aka Notification Area). This is probably the biggest feature addition in this series. Also added a /TRAY command so scripts can manipulate the icon. - Added partial support for numeric 005 token ELIST (min users only). - Brand new channel list window: GtkTreeView, nicer layout, less CPU power when downloading very large list, uses less memory, supports regexp/ patternmatch/substring search and supports downloading LIST with minusers to save time (only on some networks that support ELIST). - Overhauled URL opening on Unix, it now tries xdg-open first, then auto- detects Gnome or KDE to run gnome-open or kfmclient. URLs with quotes should also work now (changed to execv()). - Settings: Warn the user when trying to put the tree on the top/bottom. - Fixed DCC ack reading so it doesn't use MSG_PEEK. - Channel modes are no longer shown in the titlebar if they contain a key. - Added /GUI APPLY command, which does that same as pressing OK in the settings window (e.g use it after /set). Mainly for scripters. - Allow changing the logging folder if the log filename is set to a full path in the settings window (starts with a '/'). - Added 'Your Action' text event. - Separated out /away and /back commands so it's obvious what they'll do. - Changes to /MENU command (See plugin20.html for details): * Now works for popup menus too. * Allows creation of radio menu items. * -p arg can now to be negative to give a position offset from right/bottom. * -i arg to specify an icon file. - Plugin API: * Added event_text to xchat_get_info(). - Perl (Lian Wan Situ) * Fixed hook_command so that it won't override the help message for builtin commands unless a help message was specified. * Perl Win32: Warn the user about trying to load 64-bit ActivePerl.
2007-01-25Bump PKGREVISION for todays emacs changes.markd1-2/+2
2007-01-25Update smtpmail.el to recent CVS version. Requested by Aleksey Cheusovmarkd4-5/+861
in PR pkg/34455. Bump PKGREVISION.
2007-01-25Add revision 1.54 of src/unexelf.c (from emacs cvs of jul 2003).markd3-3/+36
Fixes segfaults on exit seen on Solaris when compiled with more recent gcc's. Bump PKGREVISION.
2007-01-25Import www/ap2-fcgid-2.0nb1 into pkgsrc:abs1-1/+2
The mod_fcgid Apache module is a binary compatible alternative to Apache module mod_fastcgi, but only for apache2 and later. FastCGI provides a high-performance alternative to CGI for writing webserver applications.
2007-01-25enable ap2-fcgidabs1-1/+2
2007-01-25Import www/ap2-fcgid-2.0nb1 into pkgsrc:abs5-0/+51
The mod_fcgid Apache module is a binary compatible alternative to Apache module mod_fastcgi, but only for apache2 and later. FastCGI provides a high-performance alternative to CGI for writing webserver applications.
2007-01-25Update Django to 0.95.1. Changes:joerg3-1117/+1116
* A patch for a small security vulnerability in the script Django's internationalization system uses to compile translation files. * A fix for a bug in Django's authentication middleware which could cause apparent "caching" of a logged-in user. * A patch which disables debugging mode in the flup FastCGI package Django uses to launch its FastCGI server, which prevents tracebacks from bubbling up during production use.
2007-01-25Update to mod_auth_kerb-5.3. Suggested by Michael Santos in PR pkg/35459.markd2-7/+7
Changes: Fixes a potential buffer overflow vulnerability in the SPNEGO processing.
2007-01-25Fix linkage of some support programs. Bump PKGREVISION.markd3-2/+26
2007-01-25Fix dependency problem noted by Joerg Sonnenberger.epg1-2/+2
2007-01-25add Musepack support pkgsdrochner1-1/+4
2007-01-25add mppenc-1.16, an encoder for Musepack autio filesdrochner5-0/+42
2007-01-25provide a Musepack (mpeg-plus) plugin for Gstreamer (buily fromdrochner3-0/+25
gst-plugins-bad)
2007-01-25import libmpcdec-1.2.4, a decoder for Musepack (mpeg-plus) audio filesdrochner5-0/+56
2007-01-25add the libdvdnav fixes we have applied to (all?) the other instancesdrochner3-1/+32
here too, just for consistency. The code is not used, due to a --disable-mpdvdkit configure option.
2007-01-25Bah, forgot to commit the portability fix.joerg2-1/+19
2007-01-25Note update of devel/subversion to 1.4.3.epg1-1/+2
2007-01-25Collapse neon-0.26.3 and neon-0.26.1 items. Remove 'breaksepg1-3/+2
subversion' note now that we have 1.4.3.
2007-01-25Version 1.4.3epg8-25/+45
(18 January 2007, from /branches/1.4.x) http://svn.collab.net/repos/svn/tags/1.4.3 pkgsrc changes: - Add new 'serf' option to PKG_OPTIONS.subversion to use serf for the DAV (http) network transport instead of neon. User-visible-changes: - Client: * fixed: crash using automatic auth protocols with Neon 0.26 (r22440, -61) * fixed: svn_load_dirs.pl cannot import file names containing '@' (r22203) * fixed: error when committing replaced directories (r22991, -8) * fixed: inability to change file perms due to existing file perms (r23018) * include newest version of svn-graph.pl (r22969) - Server: * fixed: incorrectly reporting authz circular dependencies (issue #2684) * fixed: potential filesystem memory leak in commit finalisation (r22729) - Client and Server: * fixed: crash in character translation, particularly on Windows (r22417) * fixed: potential string corruption when resizing string buffers (r22689) * translation updates for Korean, Spanish, Italian, Simplified Chinese, and Japanese (fixing issues #2649 and #2681) Developer-visible-changes: * support Neon 0.26.2 (issue #2666) * update (experimental) ra_serf repository access module for DAV (r22872) * Windows installer improvements (r21516, r22155, r22224) * fixed: svn_{ra,repos}_replay() doesn't send checksums (r22346, -51, -52) * fixed: error when calling svn_repos_replay2() with a txn root (r22609) * fixed: Solaris packaging script broken (issue #2669) * javahl bindings: - fixed: auth cache is created in the current directory (r22780) - fixed: SVNAdmin's setLog() method always fails (r22387) - fixed: target dependency order in generated build scripts (r22209) * SWIG/perl bindings: - fixed: ra_do_{update,switch,status} work with Perl delta editors (r22311) - fixed: memory leak when calling methods on a Perl commit editor (r22332)
2007-01-25Set PKGNAME=apr-1.2.8.2.2.4 and PKGREVISION=1 so as to appear newer thanepg1-1/+5
devel/apr1 installations in the wild. Suggested by Todd Vierling.
2007-01-25fix a makefile bug related to the change in how GNU make-3.81 handles \ newlinedmcmahill2-1/+33
in single quoted strings compared to version 3.80 and older
2007-01-25Absolute never use .x11-buildlink. Some cases get nasty to fix, sojoerg1-1/+5
back to this.
2007-01-25Modular Xorg support.joerg1-2/+7
2007-01-25Re: pkg/35480: security/libpreludedb fails to compile (NetBSD 3.0)shannonjr1-1/+3
Package was incorectly auto detecting postgres and attempting to compile postgres plugin. Force package to skip compilation of postgres plugin.
2007-01-25No need for explict X11 here. Bump revision.joerg1-3/+2
2007-01-25Allow subversion to be built with either apr0 or apr & apr-util.epg6-18/+57
devel/apr0/buildlink3.mk: Add apr<1.0 to BUILDLINK_API_DEPENDS.apr . devel/subversion/Makefile.common: Drop --with-apr and --with-apr-util from CONFIGURE_ARGS; these have not been needed since the buildlink framework started ensuring the PATH is correct. Drop --with-ssl from CONFIGURE_ARGS; this has not been necessary since this stopped using the built-in neon. Include new options.mk . devel/subversion-base/Makefile: devel/subversion-base/buildlink3.mk: Use devel/apr0 or devel/apr & devel/apr-util if PKG_OPTIONS.subversion has the apr1 option. devel/subversion-base/options.mk: Provide apache22 and apr1 options; currently these must be set together, so enforce that. www/ap2-subversion/Makefile: Use apache22 if PKG_OPTIONS.subversion has the apache22 option, else use apache2.
2007-01-25- kscope-1.4.3obache1-2/+1
2007-01-25Fixed a NullPointerException.rillig1-138/+46
The Perl module "enum" is handy for reducing the size of the source code.
2007-01-25Note getmail update.schmonz1-1/+2
2007-01-25Update to 4.7.0. From the changelog:schmonz2-6/+6
- make Mboxrd lock type configurable (lockf or flock). Change default to lockf. Thanks: Norman Carver.
2007-01-25one more patch to get this going with sunpro compilersdmcmahill2-1/+30
2007-01-25Imported devel/p5-enum-1.016rillig1-1/+2
2007-01-25Imported p5-enum.rillig4-0/+34
Defines a set of symbolic constants with ordered numeric values ala C enum types. Now capable of creating creating ordered bitmask constants as well. See the BITMASKS section for details. What are they good for? Typical uses would be for giving mnemonic names to indexes of arrays. Such arrays might be a list of months, days, or a return value index from a function such as localtime(): use enum qw(:Months_=0 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);
2007-01-25Missed in previous.uebayasi4-0/+101
2007-01-25o Use CONF_FILES appropriately.uebayasi4-6/+76
o Install kahua-package skelton files into share/kahua/skel.
2007-01-24Note addition of devel/apr0, devel/apr-util, and www/serf; update ofepg1-1/+6
devel/apr; and removal of devel/apr1.
2007-01-24Add serf.epg1-1/+2
2007-01-24Remove; this has become devel/apr and devel/apr-util.epg10-328/+0