summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-20Update to KDE 3.5.8markd8-72/+143
core libs * Small performance improvements. * Reworked KCmdLineArgs::makeURL to make "kpdf a:b" work when a:b is an existing file in the current directory. * Be more robust against addressbar spoofing. * A hostname may resolve to multiple addresses. When connection to one timeouts, we should not immediately give up. Instead, we try the other addresses. http ioslave * Fix crash on broken servers. * Fix Connection failed Url Frame Redirection. * Fix session cookies not always accepted. * Fix persistent cookies are treated like session cookies. * Fix a cross-site cookie injection vulnerability. * Fix for correctly propagating HTTP response headers > 8K. * Fix http responses containing just a header cause Konqueror to wait indefinitely for a response. * Fix problem with cookies in konqueror when server specified as IP adress. * Fix per-site cookie policy does not apply to cookies set for subdomains. KHTML * Fix handling of font-variant:inherit. * Fix GMail/Firefox yet again. * Fix confused cursor shapes if mail and new-window links appear on the same page. * Fix cannot type text into boxes on riteaid.com. * Optimize descendant selector matching. * Fix invalid placing of image. * Default to "UTF-8" per section 2 of the draft W3C "The XMLHttpRequest Object" specification. kjs * Do not convert accented latin1 characters into undrawable char in websites using advanced JavaScript.
2007-10-20Update to KDE 3.5.8markd2-20/+20
2007-10-20Update to arts 1.5.8 (part of KDE 3.5.8)markd3-15/+15
2007-10-20Add GNU Emacs-specific files for emacs22{,nox}.minoura1-1/+5
Fixes PR pkg/37094.
2007-10-20Allow a package to use its custom group so long as the group is in thedsainty1-3/+19
(new) UNPRIVILEGED_GROUPS list. In addition, the value of UNPRIVILEGED_GROUPS is defaulted to all the groups the installing user is a member of, in a similar mold to UNPRIVILEGED_GROUP and UNPRIVILEGED_USER. This allows non-root installations of packages that have special group requirements but no special user requirements, so long as the installation user has been given the necessary group membership. Raised on tech-pkg @ 2007/10/14.
2007-10-20Force to not install terminfo file. Fixes PR 37082.obache3-6/+17
A terminfo entry was installed into somewhere(or not) depending on tic command. Install termcap/terminfo entry source file in examples directory and mention it in MESSAGE. Bump PKGREVISION.
2007-10-20+delegate-9.7.4taca1-2/+2
2007-10-20Honor inet6 option.obache1-2/+8
Based on patch provided by Yakovetsky Vladimir in PR 37150.
2007-10-20Updated www/liferea to 1.4.5btnn1-1/+2
2007-10-20Update to liferea-1.4.5b and add DESTDIR support.tnn3-28/+45
Apart from many bugfixes, the ChangeLog mentions a new sqlite3 db backend, improved DBUS support, libnotify support, comment feeds, automatic www browser detection and improved proxy support.
2007-10-19Add distinfo entries for Solaris {8,10}/{i386,sparc} as well.ghen1-1/+17
Noted by dmcmahill.
2007-10-19Regen for patch-ac.hira1-2/+2
2007-10-19Regen for patch-aq.hira1-1/+2
2007-10-19Reverted the last changes, which factored out some definitions that arerillig15-189/+120
usually the same on the supported platforms. The reason for having duplicate code in these files is to make it easier to port pkgsrc to a new platform: You just have to copy one of the existing platform files and edit the values in it. With some values factored out, you would have to look at one more file. Pointed out by agc@.
2007-10-19strndup has only recently been added to NetBSD, so choose another way ofrillig3-28/+6
defining the function, whose prototype is incompatible to the native strndup.
2007-10-19Imported textproc/jdom-1.0rillig1-1/+2
2007-10-19Imported jdom.rillig4-0/+209
There is no compelling reason for a Java API to manipulate XML to be complex, tricky, unintuitive, or a pain in the neck. JDOM[TM] is both Java-centric and Java-optimized. It behaves like Java, it uses Java collections, it is completely natural API for current Java developers, and it provides a low-cost entry point for using XML. While JDOM interoperates well with existing standards such as the Simple API for XML (SAX) and the Document Object Model (DOM), it is not an abstraction layer or enhancement to those APIs. Rather, it provides a robust, light-weight means of reading and writing XML data without the complex and memory-consumptive options that current API offerings provide.
2007-10-19Remove MESSAGE concerning NetBSD 1.5 which has been deprecated.ghen2-12/+1
2007-10-19- create /var/spool/mqueue with mode 0700jnemeth2-41/+37
- pre-create all directories with INSTALLATION_DIRS+=... - convert to DESTDIR
2007-10-19Updated www/firefox, www/firefox-bin and www/firefox-gtk1 to 2.0.0.8.ghen1-1/+4
2007-10-19Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.8.ghen5-39/+22
Security fixes in this version: MFSA 2007-36 URIs with invalid %-encoding mishandled by Windows MFSA 2007-35 XPCNativeWrapper pollution using Script object MFSA 2007-34 Possible file stealing through sftp protocol MFSA 2007-33 XUL pages can hide the window titlebar MFSA 2007-32 File input focus stealing vulnerability MFSA 2007-31 Browser digest authentication request splitting MFSA 2007-30 onUnload Tailgating MFSA 2007-29 Crashes with evidence of memory corruption (rv:1.8.1.8) For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.8/releasenotes/
2007-10-19add and activate aria2jnemeth1-1/+2
2007-10-19Add const to fix compile problem on some platforms.taca3-1/+29
2007-10-19Avoid c99'ism.taca3-10/+37
2007-10-19Avoid c99 ism.taca1-0/+15
2007-10-19Avoid automatic handling of RCD_SCRIPTS.taca1-1/+5
Should be fix build problem.
2007-10-18regenrillig2-420/+146
2007-10-18Make sure the sbin directory exists before installing into it.tnn1-1/+2
2007-10-18Almost all binary bootstrap kits are obsolete. The remaining ones arerillig2-227/+15
provided near the binary packages, to make finding them easier.
2007-10-18Rewrote the section on installing binary packages so that it reads morerillig1-51/+68
like a HOWTO instead of an arbitrary collection of facts. It also resembles the new directory layout on ftp.NetBSD.org now, with the bootstrap.tar.gz installed near the binary packages.
2007-10-18Factored out the parts that are common between all the supportedrillig15-120/+189
platforms, mainly because it wouldn't have made sense to document the variables in one of those files, but they need to be documented somewhere. Added the file defaults.mk, which now serves as the reference document which provides useful default values and _explains_ the variables.
2007-10-18Updated www/drupal to 5.3adrianp1-1/+2
2007-10-18Update to 5.3adrianp2-6/+16
Fix a number of security issues: SA-2007-024 - Drupal Core - HTTP response splitting SA-2007-025 - Drupal Core - Arbitrary code execution via installer. SA-2007-026 - Drupal Core - Cross site scripting via uploads SA-2007-029 - Drupal Core - User deletion cross site request forgery SA-2007-030 - Drupal Core - API handling of unpublished comment Bugs: Redirect to home page after user registration requiring admin approval. More correct wording since some modules will actually work despite warning. variable search_cron_limit was not removed on search uninstall Append to instead of overwrite #suffix. hide administration pages links on module help pages if there are no admin links for the module See http://drupal.org/node/184395 for all the details
2007-10-18- trafshow-5.2.3obache1-2/+1
2007-10-18Updated net/trafshow to 5.2.3obache1-1/+2
2007-10-18Update trafshow to 5.2.3.obache3-22/+7
Based on patch provided by Jason White in PR 37142. Bump depeneing libpcap to 0.8.1. Version 5.2.2 at Jan 8 12:34:34 NOVT 2006 ------------------------------------------ * The sources was cleaned for new version of gcc 4.0. No complains any more. No other improvements has been made. Version 5.2.3 at Mar 12 15:04:12 NOVT 2006 ------------------------------------------ * Significant improvement for *BSD packets capturing scheme using libpcap version 0.8 capabilities (pcap_get_selectable_fd() function). * Bug-fix against core dumps on the list of interfaces with aliases and so on.
2007-10-18- eggdrop-1.6.18obache1-2/+1
2007-10-18Updated chat/eggdrop to 1.6.18obache1-1/+2
2007-10-18Update eggdrop to 1.6.18.obache9-99/+83
While here, fixes PR 30307, ipv6 option isn't supported since version 1.6.16. 1.6.18 (09 July 2006) * Look for Tcl in /lib64 and /usr/lib64. * Patch by: Kuja + RC1 released on April 3rd, 2006. * Fixed a type conversion problem in snprintf.c causing Eggdrop to not compile on OSF1. * Found by: Joker - Patch by: Wcc - Detect NetBSD Tcl in /usr/pkg/lib and /usr/pkg/include. * Found by: mish - Patch by: Wcc - Fixed possibility of referencing a NULL pointer in rembot(). - Added a missing param cast for dcc_table.timeout. - Fixed a memleak / other nasty stuff when MODES_PER_LINE_MAX != 6. - Fixed putlog() of an uninitialized (and incorrect) variable in dcc_telnet_hostresolved(). * Patch by: lordares - Valgrind doesn't bitch about init_uptime() now. * Patch by: Wcc - Dns.mod should compile on Mac OS X now. Thanks to Netscrape @ EFNet for testing. * Found by: various - Patch by: Wcc - Corrected nat-ip setting documentation. * Found by: BarkerJr - Patch by: Wcc - Don't allow realname to be blank or whitespace. * Found by: Jesse M - Patch by: BarkerJr / Wcc - Fixed an error in channel get. You can now, correctly, do a channel get #channel stopnethack-mode. * Found by: Chris Northwood - Patch by: Wcc - The pushmode command should work properly for bans now. * Patch by: thommey - Apparently we broke lastbind. * Found by: bUrN - Patch by: thommey - Request topic on channel reset. * Found by: De Kus - Patch by: Darko - Fixed a situation where noshare could be set to 1 and never restored. * Patch by: lordares - Fixed a socklist leak in net.c. * Patch by: lordares - Hopefully fixed dns lockups. * Found by: various - Patch by: Sven Trenkel - Fixed remote note bug in add_note() that was introduced in 1.6.17. Fixes Bugzilla Bug # 433 "Remote Notes Always Say User is Offline" * Found by: alex323 - Patch by: Tothwolf - Completely rewrote check_tcl_bind(). - Added inline check_bind_flags() for flag checking for check_tcl_bind(). - Added inline check_bind_match() for match checking for check_tcl_bind(). - Rewrote trigger_bind() and made it inline for check_tcl_bind(). - Fixed pointless calling of nmalloc() and nfree() for ContextNote in trigger_bind() when DEBUG_CONTEXT isn't defined. - Moved findidx() from tcl.c to dccutil.c. - Moved findanyidx() from tclhash.c to dccutil.c. - Moved CHECKVALIDITY from tclhash.h to tclegg.h. - Added CHECKVALIDITY checks to builtin_dcc() and builtin_fil(). - Moved CMD_LEAVE from cmdt.h to tclegg.h. - Changed NULL to CMD_LEAVE for partyline quit in cmds.c. - Renamed BIND_EXEC_BRK to BIND_QUIT. - Fixed misc typos. * Patch by: Tothwolf - Added support to MSGM, PUBM, NOTC, and WALL binds to support bound procs returning 1 to prevent logging of the trigger message text. Fixes Bugzilla Bug # 334 "msgm bind return values" - Added BIND_STACKRET bit mask and support for stacked bind return values to check_tcl_bind(). This allows check_tcl_bind() to check if any stacked bound procs return 1 while allowing all matching stacked binds to be processed. Previously if BIND_WANTRET was used to check the return value of stacked binds, only the first match would be triggered. - Modified irc.mod gotmsg() function to trigger PUBM binds before triggering PUB binds. MSGM and MSG binds already worked this way. - Modified irc.mod gotmsg() function to allow a message to trigger both PUBM and PUB binds. Previously if a message triggered a PUB bind, any PUBM binds that might match the message text would not be triggered. Fixes Bugzilla Bug # 351 "bind pub hogs pubm" - Added exclusive-binds setting and code to gotmsg() functions to allow MSGM and PUBM binds to be exclusive of MSG and PUB binds. - Fixed logging for WALL bind. It had been broken since it was originally implemented in eggdrop-hayes. Wallops messages were always logged regardless of the return value of a bound proc. Returning '1' from a bound proc now causes Eggdrop to not log the Wallops message. * Patch by: Tothwolf - Check for Tcl 8.5 before older versions. * Patch by: Tothwolf - Use flagrec_eq() instead of flagrec_ok() in help_subst() since lower flags are automatically added now. * Patch by: Tothwolf - Check for bot's nick and user@host earlier in detect_flood() and detect_chan_flood(). * Patch by: Tothwolf - Allow wildcard matching and stacking for note binds. * Patch by: Tothwolf - Use CHANMETA to define valid channel prefixes in gotmsg(). * Found by: zathras3 at hotmail.com - Patch by: Wcc - Fix for problems created when loading long user-defined channel setting names from the channel file. * Patch by: Stream - Help file update related to sharing. * Patch by: Shawn888, slennox - Fix for randint() on Solaris / SunOS. * Patch by: Mikael Hedberg - Updated Copyright Dates. * Patch by: Paladin - Fixed 3 invalid reads in notes.c. * Patch by: rush at winkey.oompah.org - Corrected a few of the error messages in neterror(). * Found by: Steven Nikkel - Patch by: Wcc - Corrected the order of our search paths for Tcl. This should help stop version mismatches between the headers and libraries. * Patch by: CoderX2
2007-10-18Add tree subdir.cjs1-1/+2
2007-10-18Patch for trafshow-5.2.3 is in pkg/37142.obache1-2/+2
2007-10-17NetBSD already has strndup.rillig3-1/+37
2007-10-17Fixed build error with g++4.rillig2-1/+15
2007-10-17Fixed pbulk build.rillig1-1/+3
2007-10-17Note addition of open-vm-toolsagc1-1/+2
2007-10-17Add and enable open-vm-toolsagc1-1/+2
2007-10-17Initial import of open-vm-tools (version 2007.09.04-56574) into theagc33-0/+1042
Packages Collection. The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like: * File transfer between a host and guest * Improved memory management and network performance under virtualization * General mechanisms and protocols for communication between host and guests and from guest to guest
2007-10-17+ GConf-2.20.1, ORBit2-2.14.10, at-spi-1.20.1, capc-calc-2.12.2.2,wiz1-24/+33
clisp-2.42, epiphany-2.20.1, epiphany-extensions-2.20.1, evolution-2.12.1, evolution-data-server-1.12.1, file-roller-2.20.1, gcalctool-5.20.2, gnome-desktop-2.20.1, gnome-menus-2.20.1, gnome-panel-2.20.1, gnome-session-2.20.1, gnome-spell-1.0.8, gnome-themes-2.20.1, gnome-user-docs-2.20.1, gnutls-2.0.2, gtk2-2.12.1, gtkhtml-3.16.1, guile-1.8.3, libbonobo-2.20.1, libgnome-2.20.1, libgnomecanvas-2.20.1, libgnomeui-2.20.1, libsoup-2.2.102, libwnck-2.20.1, pango-1.18.3, sound-juicer-2.20.1, vino-2.20.1, zile-2.2.48.
2007-10-17Note today's updates.wiz1-1/+8
2007-10-17Update to 1.11:wiz2-6/+6
v1.11 - fixed errors in accept_SSL which would work when called from start_SSL but not from accept v1.10 - start_SSL, accept_SSL and connect_SSL have argument for Timeout so that the SSL handshake will not block forever. Only used if the socket is blocking. If not set the Timeout value from the underlying IO::Socket is used