summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-03-18Update to 2.1.5adrianp3-7/+15
[jan] Fix character set encoding of exported vCalendar/iCalendar data. [jan] Fixed MS-SQL driver (Bug 5088). [jan] Add Catalan translation (Jordi Giralt <projecte.k2@upcnet.es>). [jan] Fix searching for non-ascii strings (Bug 4773). [cjh] Display partial hours in free/busy view (cbs@cts.ucla.edu, Request 4755). [cjh] Honor date_format preference in reminders and notifications (Bug 4726).
2007-03-18Update to 1.1.3adrianp3-7/+9
Fix blacklists and whitelists in the IMAP driver.
2007-03-18Uses the new pkg-build-options.mk file to determine the PKG_OPTIONS.rillig1-1/+4
2007-03-18Added a procedure to determine the build options of a package. This filerillig1-0/+39
can be used instead of writing the same code in every package.
2007-03-18Updated security/ap-modsecurity2adrianp1-1/+2
2007-03-18Update to 2.1.0adrianp5-20/+26
Fix a typo in options.mk 23 Feb 2006 - 2.1.0 ------------------- * Removed the "Connection reset by peer" message, which has nothing to do with us. Actually the message was downgraded from ERROR to NOTICE so it will still appear in the debug log. * Removed the (harmless) message mentioning LAST_UPDATE_TIME missing. * It was not possible to remove a rule placed in phase 4 using SecRuleRemoveById or SecRuleRemoveByMsg. Fixed. * Fixed a problem with incorrectly setting requestBodyProcessor using the ctl action. * Bundled Core Rules 2.1-1.3.2b4. * Updates to the reference manual. * Reversed the return values of @validateDTD and @validateSchema, to make them consistent with other operators. * Added a few helpful debug messages in the XML validation area. * Updates to the reference manual. * Fixed the validateByteRange operator. * Default value for the status action is now 403 (as it was supposed to be but it was effectively 500). * Rule exceptions (removing using an ID range or an regular expression) is now applied to the current context too. (Previously it only worked on rules that are inherited from the parent context.) * Fix of a bug with expired variables. * Fixed regular expression variable selectors for many collections. * Performance improvements - up to two times for real-life work loads! * Memory consumption improvements (not measured but significant). * The allow action did not work in phases 3 and 4. Fixed. * Unlocked collections GLOBAL and RESOURCE. * Added support for variable expansion in the msg action. * New feature: It is now possible to make relative changes to the audit log parts with the ctl action. For example: "ctl:auditLogParts=+E". * New feature: "tag" action. To be used for event categorisation. * XML parser was not reporting errors that occured at the end of XML payload. * Files were not extracted from request if SecUploadKeepFiles was Off. Fixed. * Regular expressions that are too long are truncated to 256 characters before used in error messages. (In order to keep the error messages in the log at a reasonable size.) * Fixed the sha1 transformation function. * Fixed the skip action. * Fixed REQUEST_PROTOCOL, REMOTE_USER, and AUTH_TYPE. * SecRuleEngine did not work in child configuration contexts (e.g. <Location>). * Fixed base64Decode and base64Encode. 15 Nov 2006 - 2.0.4 ------------------- * Fixed the "deprecatevar" action. * Decreasing variable values did not work. * Made "nolog" do what it is supposed to do - cause a rule match to not be logged. Also "nolog" now implies "noauditlog" but it's possible to follow "nolog" with "auditlog" and have the match not logged to the error log but logged to the auditlog. (Not something that strikes me as useful but it's possible.) * Relative paths given to SecDataDir will now be treated as relative * Decreasing variable values did not work. * Made "nolog" do what it is supposed to do - cause a rule match to not be logged. Also "nolog" now implies "noauditlog" but it's possible to follow "nolog" with "auditlog" and have the match not logged to the error log but logged to the auditlog. (Not something that strikes me as useful but it's possible.) * Relative paths given to SecDataDir will now be treated as relative to the Apache server root. * Added checks to make sure only correct actions are specified in SecDefaultAction (some actions are required, some don't make any sense) and in rules that are not chain starters (same). This should make the unhelpful "Internal Error: Failed to add rule to the ruleset" message go away. * Fixed the problem when "SecRuleInheritance Off" is used in a context with no rules defined. * Fixed a problem of lost input (request body) data on some redirections, for example when mod_rewrite is used.
2007-03-18+ abcm2ps-5.3.1, comix-3.6.3, efax-gtk-3.0.14, ingo-1.1.3, k3b-1.0,wiz1-5/+13
kronolith-2.1.5, leafnode-1.11.6, libprelude-0.9.13.1, libpreludedb-0.9.12, liferea-1.2.8, olvwm-4.5, prelude-manager-0.9.7.2. - abcm2ps-5.2.3, efax-gtk-3.0.13, leafnode-1.11.5, prelude-manager-0.9.7.
2007-03-18- dar (thanks, dsainty).wiz1-2/+1
2007-03-18Fixed a fork bomb on IRIX, where for some reason msgfmt is not detected.rillig2-1/+18
2007-03-18Note libXrandr and icon-naming-utils updates.wiz2-4/+4
2007-03-18Updated archivers/dar to 2.3.3dsainty1-1/+2
2007-03-18Update to dar 2.3.3, and also fix PLIST for dar-int32 and dar-int64 Pkgsrcdsainty6-21/+58
options. Upgrading to 2.3.3 is strongly recommended if you use Dar to backup across multiple filesystems: http://article.gmane.org/gmane.comp.sysutils.backup.dar.announce/31 Changelog entry from 2.3.2 to 2.3.3: - avoid using getpwuid() and getgrgid() for static linking. - fixed typo in dar's man page - update FAQ - fixed bug: uncaught exception thrown when CTRC-C was hit while dar waits an answer from the user [SF #1612205] - fixed bug: unusable archive generated when CTRC-C was hit and blowfish encryption used [SF #1632273] - added a check to verify that the libdar used is compatible with the current dar suite programs [SF #1587643] - fixed bug: added workaround for the right arithmetic shift operator (the binary produced by gcc-3.4.2 produces computes "v>>s" equal to "v" when when v is a integer field composed of s exactly bits. It should rather compute it to zero...). this problem leads 32 bits generated archive incompatible with 64 bits generated archive only when blowfish is used. - fixed bug met when the inode space is exhausted, thanks to "Jo - Ex-Bart" for this new feedback. [SF #1632738] - replaced &, <, >, ' and " in XML listing by &...; corresponding sequence. [SF #1597403] - dar_manager can receive arguments after stick to -o options (it is an error in regard to documentation, but no warning was issued in that case, leading to confusion for some users) [SF #1598138] - updated Veysel Ozer's automatic_backup script - fixed hard link detection problem [SF #1667400] - verbose output did not displayed hard links information - merged patch on dar_cp by Andrea Palazzi to have it to return EXIT_DATA_ERROR when some data have been reported [SF #1622913]
2007-03-17Updated emulators/wine to 0.9.33adam1-1/+2
2007-03-17Changes 0.9.33:adam5-32/+25
- Many Direct3D fixes and performance improvements. - More comctl32 tests and some bug fixes. - Compatibility improvements in cmd.exe. - Still more fixes to builtin OLE. - Support for process control on Solaris. - Lots of bug fixes.
2007-03-17Updated graphics/ImageMagick to 6.3.2.9adam2-3/+3
2007-03-17Changes 6.3.2.9:adam2-7/+6
* Bug fixes * Improvements
2007-03-17graphics/libexiv2 -> graphics/libkexiv2jnemeth1-2/+2
2007-03-17Fixed the separation of CONFIGURE_SCRIPT and CONFIG_SHELL.rillig7-16/+21
2007-03-17Don't depend on mtree to provide man page directories. Sort PLIST.joerg2-8/+9
2007-03-17libXdamage and libXinerama updates.joerg1-1/+3
2007-03-17All the Xorg packages support user-destdir. xrandr needs a newerjoerg6-6/+20
libXrandr, explicitly depend on it.
2007-03-17Update to libXinerama-1.0.2. This adds a man page for the library.joerg3-8/+13
2007-03-17Update to libXdamange-1.1.1, which is a late minor version bump.joerg2-6/+6
2007-03-17The ruby binary is not a script. It's a binary. Fixes the followingrillig1-2/+3
error message: => Checking for portability problems in extracted files /usr/pkg/bin/ruby18: 1: Syntax error: "(" unexpected
2007-03-17XXX: "make replace" should be one transaction.rillig1-1/+6
2007-03-17Update to 1.2.1.wiz3-21/+6
If I understand the very terse release announcement correctly, this just fixes what patch-aa in pkgsrc already fixed.
2007-03-17Fixed the duplicate symbol prog_name.rillig2-1/+28
2007-03-17Update to 0.8.2:wiz2-7/+6
2007-02-16 Rodney Dawes * configure.ac: Up version to 0.8.2 for release 2007-02-16 Rodney Dawes * configure.ac: * icon-name-mapping.pl.in: Update the Copyright year for 2007 2007-02-16 Rodney Dawes * legacy-icon-mapping.xml: Add links for the KDE viewmag icons 2007-02-15 Rodney Dawes * icon-name-mapping.pl.in: Allow INU_DATA_DIR to override the path where legacy-icon-mapping.xml can be found, to allow for use of the utility in uninstalled situations Fixes https://bugs.freedesktop.org/show_bug.cgi?id=9101 2007-02-15 Rodney Dawes * legacy-icon-mapping.xml: Add gtk-select-all link to edit-select-all Fixes https://bugs.freedesktop.org/show_bug.cgi?id=9966
2007-03-17Remove some which were done.wiz1-12/+1
2007-03-17Add some.wiz1-1/+15
2007-03-17Updated putty to 0.59.rillig4-83/+20
Changes since 0.58: * PuTTY can now connect to local serial ports as well as making network connections. * Windows PuTTY now supports "local proxying", where a network connection is replaced by a local command. (Unix PuTTY has supported this since it was first released in 0.54.) Also, Plink has gained a "-nc" mode where the primary channel is replaced by an SSH tunnel, which makes it particularly useful as the local command to run. * Improved speed of SSH on Windows (particularly SSH-2 key exchange and public-key authentication). * Improved SFTP throughput. * Various cryptographic improvements in SSH-2, including SDCTR cipher modes, a workaround for a weakness in CBC cipher modes, and Diffie-Hellman group exchange with SHA-256. * Support for the Arcfour cipher in SSH-2. * Support for sending terminal modes in SSH. * When Pageant is running and an SSH key is specified in the configuration, PuTTY will now only try Pageant authentication with that key. This gets round a problem where some servers would only allow a limited number of keys to be offered before disconnecting. * Support for SSH-2 password expiry mechanisms, and various other improvements and bugfixes in authentication. * A change to the SSH-2 password camouflage mechanism in 0.58 upset some Cisco servers, so we have reverted to the old method. * The Windows version now comes with documentation in HTML Help format. (Windows Vista does not support the older WinHelp format. However, we still provide documentation in that format, since Win95 does not support HTML Help.) * On Windows, when pasting as RTF, attributes of the selection such as colours and formatting are also pasted. * Ability to configure font quality on Windows (including antialiasing and ClearType). * The terminal is now restored to a sensible state when reusing a window to restart a session. * We now support an escape sequence invented by xterm which lets the server clear the scrollback (CSI 3 J). This is useful for applications such as terminal locking programs. * Improvements to the Unix port: + now compiles cleanly with GCC 4 + now has a configure script, and should be portable to more platforms * Bug fix: 0.58 utterly failed to run on some installations of Windows XP. * Bug fix: PSCP and PSFTP now support large files (greater than 4 gigabytes), provided the underlying operating system does too. * Bug fix: PSFTP (and PSCP) sometimes ran slowly and consumed lots of CPU when started directly from Windows Explorer. * Bug fix: font linking (the automatic use of other fonts on the system to provide Unicode characters not present in the selected one) should now work again on Windows, after being broken in 0.58. (However, it unfortunately still won't work for Arabic and other right-to-left text.) * Bug fix: if the remote server saturated PuTTY with data, PuTTY could become unresponsive. * Bug fix: certain large clipboard operations could cause PuTTY to crash. * Bug fix: SSH-1 connections tended to crash, particularly when using port forwarding. * Bug fix: SSH Tectia Server would reject SSH-2 tunnels from PuTTY due to a malformed request. * Bug fix: SSH-2 login banner messages were being dropped silently under some circumstances. * Bug fix: the cursor could end up in the wrong place when a server-side application used the alternate screen. * Bug fix: on Windows, PuTTY now tries harder to find a suitable place to store its random seed file PUTTY.RND (previously it was tending to end up in C:\ or C:\WINDOWS). * Bug fix: IPv6 should now work on Windows Vista. * Numerous other bugfixes, as usual.
2007-03-17Fixed build error on NetBSD 4.rillig2-1/+19
2007-03-17Note update of multimedia/ruby-ming package to 0.1.8.taca1-1/+2
2007-03-17Update ruby-ming pacakge to 0.1.8.taca3-30/+7
Ming/Ruby 0.1.8 - 2006-05-30 * works with Ming 0.3
2007-03-17Fixed PKGMANDIR.rillig2-5/+5
2007-03-17Fixed the build on NetBSD.rillig6-41/+21
2007-03-17Note update of devel/ruby-ncurses package to 1.1.taca1-1/+2
2007-03-17Update ruby-ncurses package to 1.1.taca3-31/+7
ncurses-ruby-1.1 * Bugfixes by T. Sutherland in _tracef and _tracedump.
2007-03-17Fixed a g++ error message.rillig4-54/+25
Cleaned up the package Makefile.
2007-03-17Note update of these packages:taca1-1/+6
devel/ruby-racc to 1.4.5 databases/ruby-DBI to 0.1.1 databases/ruby-DBD-mysql to 0.1.1 databases/ruby-DBD-postgresql to 0.1.1 databases/ruby-DBD-sqlite to 0.1.1
2007-03-17Update ruby-racc pacakge to 1.4.5taca3-9/+9
== 1.4.5 (2005-11-21) * [FEATURE CHANGE] --no-extensions option was removed. * [fix] racc command should not depend on `raccrt' package. * [fix] --no-omit-actions did not work. * setup.rb 3.4.1.
2007-03-17Note update of net/samba package to 3.0.24nb1.taca1-1/+2
2007-03-17Add official patches for 3.0.24.taca3-8/+36
o security = share and NTLMv2 Fixes an issues with servers set to "security = share" and Vista clients that send NTLMv2 responses by default. o Vista Point-n-Print Fixes several point-n-print bugs with Vista clients. o BUG 4361 Fix failure when using the Vista backup utility. o BUG 4093 Fix expansion of the %a smb.conf variable for Vista clients. o BUG 4356 Fix MS-DFS referrals with Windows Vista clients. o BUG 4188 Fix for Vista failing to delete directories on a Samba share. Bump PKGREVISION.
2007-03-17Fixed g++4 error messages.rillig6-1/+90
2007-03-17Note update of www/squid package to 2.6.11 (2.6.STABLE11).taca1-1/+2
2007-03-17Update squid to 2.6.11 (squid-2.6.STABLE11).taca3-11/+14
Changes to squid-2.6.STABLE11 (Mar 17 2007) - Bug #1915: assertion failed: client_side.c:4055: "buf != NULL || !conn->body.request" - Handle garbage helper responses better in concurrent protocol format - Fix kqueue when overflowing the changes queue - Make sure the child worker process commits suicide if it could not start up - Don't log short responses at debug level 1 - Fix bswap16 & bwsap32 error on NetBSD - Fix collapsed_forwarding for non-GET requests
2007-03-17Fixed a gcc4 error message.rillig2-1/+18
2007-03-17Fixed two gcc4 error messages.rillig3-1/+35
2007-03-17Fix build on DragonFly.joerg2-1/+18
2007-03-17Fixed the build with gcc4.rillig2-5/+20