summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26bumping revision due graphics/ImageMagick updatesno16-32/+32
2009-08-26Updating package graphics/p5-PerlMagick from 6.5.3.2nb1 to 6.5.5.3sno1-2/+1
Upstream changes: Same as graphics/ImageMagick
2009-08-26Updated security/dropbear to 0.52.snj2-3/+3
2009-08-26Update dropbear to 0.52. Build an scp binary and call it dbscp so itsnj5-55/+52
doesn't conflict with openssh. Changes since 0.50: 0.52 - Wed 12 November 2008 - Add "netcat-alike" option (-B) to dbclient, allowing Dropbear to tunnel standard input/output to a TCP port-forwarded remote host. - Add "proxy command" support to dbclient, to allow using a spawned process for IO rather than a direct TCP connection. eg dbclient remotehost is equivalent to dbclient -J 'nc remotehost 22' remotehost (the hostname is still provided purely for looking up saved host keys) - Combine netcat-alike and proxy support to allow "multihop" connections, with comma-separated host syntax. Allows running dbclient user1@host1,user2@host2,user3@host3 to end up at host3 via the other two, using SSH TCP forwarding. It's a bit like onion-routing. All connections are established from the local machine. The comma-separated syntax can also be used for scp/rsync, eg rsync -a -e dbclient m@gateway,m2@host,martello:/home/matt/ ~/backup/ to bounce through a few hosts. - Add -I "idle timeout" option (contributed by Farrell Aultman) - Allow restrictions on authorized_keys logins such as restricting commands to be run etc. This is a subset of those allowed by OpenSSH, doesn't yet allow restricting source host. - Use vfork() for scp on uClinux - Default to PATH=/usr/bin:/bin for shells. - Report errors if -R forwarding fails - Add counter mode cipher support, which avoids some security problems with the standard CBC mode. - Support zlib@openssh.com delayed compression for client/server. It can be required for the Dropbear server with the '-Z' option. This is useful for security as it avoids exposing the server to attacks on zlib by unauthenticated remote users, though requires client side support. - options.h has been split into options.h (user-changable) and sysoptions.h (less commonly changed) - Support "dbclient -s sftp" to specify a subsystem - Fix a bug in replies to channel requests that could be triggered by recent versions of PuTTY 0.51 - Thu 27 March 2008 - Make a copy of password fields rather erroneously relying on getwpnam() to be safe to call multiple times - If $SSH_ASKPASS_ALWAYS environment variable is set (and $SSH_ASKPASS is as well) always use that program, ignoring isatty() and $DISPLAY - Wait until a process exits before the server closes a connection, so that an exit code can be sent. This fixes problems with exit codes not being returned, which could cause scp to fail.
2009-08-26+ bochs-2.4.1, covered-0.7.6, covered-current-20090802, f-spot-0.6.1.1,wiz1-8/+10
hatari-1.3.0, mednafen-0.8.12, ntp-4.2.5p206, openttd-0.7.1, wine-devel-1.1.28.
2009-08-26Fix very obvious alignment issuemartin3-1/+53
2009-08-26Updated graphics/ImageMagick to 6.5.5.3sno2-3/+3
2009-08-26Updating package graphics/ImageMagick from 6.5.3.2nb1 to 6.5.5.3sno5-12/+15
Upstream changes: 2009-08-26 6.5.5-3 Cristy <quetzlzacatenango@image...> * Fix memory leak for threaded PerlMagick scripts. 2009-08-24 6.5.5-2 Cristy <quetzlzacatenango@image...> * SVG compile error when if MAGICKCORE_CAIRO_DELEGATE is not defined. 2009-08-23 6.5.5-1 Anthony Thyssen <A.Thyssen@griffith...> * Bug Fix for transparency handling in Composite Variable Blur * Addition of -auto-level and -auto-gamma image enhancements (under trial not yet final) * Addition of a special -channel flag 'sync' which means that the specified channels are to be modified together by the same amount. The flag is enabled by default. This replaces the current 'channels not modified' type handling thought IM. * Modified -channel parsing to continue looking for words, after handling any shorthand channel options. For example: -channel RGB,sync 2009-08-10 6.5.5-0 Cristy <quetzlzacatenango@image...> * identify -format %c logo.png returns the image comment as expected. * Clone ImageInfo members scene and number_scenes (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14437). * Fix memory leak with the -remote option of the animate program (bug report from Anthony). * If a grayscale TIFF image has a colormap write it as a colormapped image. * MVG partial opacity not set properly (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14442). * Black channel was not blurring properly (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14473). 2009-08-06 6.5.4-10 Cristy <quetzlzacatenango@image...> * The display program honors -loop. * (ab) of Lab colorspace was not offset correctly. * Scale mag/phase and real/imaginary the same for HDRI and non-HDRI builds. * SVG permits multiple arc paths with an omitted 'A' (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14377). * The 'skewY' MVG attribute produced incorrect angles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14144). 2009-08-02 6.5.4-9 Cristy <quetzlzacatenango@image...> * Optimize GammaImage() method. 2009-08-02 6.5.4-8 Cristy <quetzlzacatenango@image...> * OpenMP-enable GetSimilarityMetric(). 2009-07-30 6.5.4-7 Bernhard Rosenkraenzer <bero@arkli...> * Structure trans_values was renamed to trans_color. in PNG version 1.4. 2009-07-28 6.5.4-7 Cristy <quetzlzacatenango@image...> * The -thumbnail option no longer removes color profiles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14312). * Do not scale real / imaginary FFT / IFT. * Check for localtime() NULL return. * import --help requires an X server (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14323). * Fails to load MS Windows icons with compressed PNG elements (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14324). 2009-07-25 6.5.4-6 Cristy <quetzlzacatenango@image...> * Support the new JPEG version 7 delegate library. 2009-07-24 6.5.4-6 Alexander E. Patrakov <patrakov@gmail...> * Incorrect use of setjmp in coders/png.c. 2009-07-23 6.5.4-5 Cristy <quetzlzacatenango@image...> * We broke -scene when we fixed the -dispose option. Try again. 2009-07-21 6.5.4-4 Cristy <quetzlzacatenango@image...> * Update autoconf support files. * More than one -dispose setting overwrote previous settings (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=14252). * Don't use JPEG's color reduction algorithm for less than 8 colors. 2009-07-13 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Final testing and bug fixes for all mathematical compose methods Including non-overlapping regions bugs found in in operators Divide, ColorDodge, VividLight. And the handling of transparency to follow standard 'Over' Blending in Divide. Only math methods not looked at are the addition methods Plus, Add, Minus, and Subtract, which do not follow normal 'Over' alpha blending behaviour, for the purposes of mask handling. 2009-07-12 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Addition of user diffinable 'Mathematics' compose method -compose Mathematics -set option:compose:args A,B,C,D -composite Will implement the formula f(Sc,Dc) = A*Sc*Dc + B*Sc + C*Dc + D this lets you implement most smooth polynomal compose methods. (requested by Fred WienHaus) 2009-07-11 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Finished the recoding of Composite methods to allow easier debugging and faster access. * Added PegtopLight compose method as an alturnative simplier Softlight alturnative. See notes and comparision to SoftLight in... http://www.pegtop.net/delphi/articles/blendmodes/softlight.htm * From the notes on Photoshop blend modes at http://www.simplefilter.de/en/basics/mixmods.html Added extra composition modes: VividLight, PinLight, LinearBurn, LinearDodge NOTE: 'LinearBurn' the same as 'Plus' but with the normal 'Over' blending. 2009-07-10 6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...> * Re-coding of Composte methods HardLight, SoftLight, Overlay, LinearLight, ColorBurn, ColorDodge, Multiply, Screen to make it more readable, easier to debug, and directly comparable to SVG specifications. * Specifications changed for SoftLight, ColorBurn, ColorDodge Though only SoftLight changed to significantly. * However implementation errors were found for ColorBurn, LinearLight 2009-07-01 6.5.4-3 Cristy <quetzlzacatenango@image...> * Add -blue-shift option. * Add compression flag for each channel of a PSD layer. * Implement experimental forward and inverse fourier transforms (contributed by Sean Burke and Fred Weinhaus). The -fft / -ifft option is not ready for prime time just yet. * Support -cdl (color decision list) option. * Support breaks in Chinese characters which traditionally do not include spaces. * Don't process directories as filenames when using wildcard paths (i.e. logo[1]/png). 2009-07-01 6.5.4-2 Cristy <quetzlzacatenango@image...> * Can't bit shift a float. 2009-06-25 6.5.4-1 Cristy <quetzlzacatenango@image...> * Off by one error for multi-frame raw grayscale images. * Can't stat() a Zip or Bzip opaque structure. * DPX user bits are no longer truncated. * Return image colorspace for -format [%colorspace] option. * ThumbnailImage(): don't subsample if image is already thumbnail size. 2009-06-23 6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...> * Automatic determination of B from C and C from B for a 'Keys Filter' when using the B,C Cubic Filter Expert options was broken. See http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14037 2009-06-19 6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...> * Added -compose 'Blur', variable blur mapping to CompositeImages Arguments X_scale x Y_scale + angle of the blurring ellipse. * Added "-blur" special compose option to "composite" * Cleanup of "composite" compose argument handling 2009-06-18 6.5.3-10 Cristy <quetzlzacatenango@image...> * Clone pixel cache when cloning image to prevent RMagick semaphore lock. * Set compare similarity image to NULL to prevent double free. 2009-06-16 6.5.3-8 Cristy <quetzlzacatenango@image...> * Set camera formats to require a seekable stream. * Do not let display program image window exceed the screen size. 2009-06-14 6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...> * Cleanup of compose 'displace' of old useless code that is not used. * Implement a compose 'distort' mapping method, This is basically exactly like 'displace' but relative to a fixed point which may be user supplied as +X+Y * Default scaling to width/2 and height/2 of overlay (100% scale) with a distortion 'center' to the middle of the overlay image * If a '%' flag given scale displacement relative to image size * If a '!' flag given make scale and center relative to 'background' image instead of the overlay map. * If no 'height' scale given, use the X scale. 2009-06-13 6.5.3-6 Anthony Thyssen <A.Thyssen@griffith...> * Fixed bug for compose methods, Hue, Saturate, Luminize 2009-06-11 6.5.3-6 Cristy <quetzlzacatenango@image...> * Report the correct transparent pixel values in the display program magnify windows. * Do not advance when finalizing image settings in the mogrify program. 2009-06-11 6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...> * Fixed "convert" to merge the third 'mask' image into the 'source' image for correct handling of 2 dimensional -compose "displace". * Fixed PerlMagick Composite() for the same thing. * Modified compose "Displace" so displacement image's alpha channel can be used to mask the transparency of the overlay area. 2009-06-07 6.5.3-4 Cristy <quetzlzacatenango@image...> * Added the HALD image Color LUT, and a no-op HALD: image generator. See Introduction at http://www.quelsolaar.com/technology/clut.html 2009-06-07 6.5.3-4 Anthony Thyssen <A.Thyssen@griffith...> * Changed CompositeImageChannel() so that extra compose arguments are now passed in the ImageArtifact "compose:args". This can be assigned to images using -set "option:compose:args" 'args' where args are defined using 'geometry' style or 'comma separated numbers'. * Declared the special flag needed for Composite Tiling as the ImageArtifact "compose:outside-overlay". * Documentation update for CompositeImageChannel() in Core Library to reflect these changes. * Documentation update for DistortImage() in Core Library with the extra ImageArtifact controls it can use. * Bug correction in normalization of GetOptimalKernelWidth2D() of gem.c 2009-06-06 6.5.3-3 Anthony Thyssen <A.Thyssen@griffith...> * Documentation update for CompositeImageChannel() in Core Library. This adds the information on how extra compose arguments needed for specific compose methods are actually passed to the library function. Compose methods such as Blend, Dissolve and Displace. 2009-06-01 6.5.3-3 Priya Hariharan <priya.hariharan@globa...> * The target profile in ProfileImage() is no longer accessed after it is freed.
2009-08-26Correct LICENSE, per PR 41943.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno27-38/+63
2009-08-26One HOMEPAGE should be plenty.wiz1-2/+1
2009-08-26bump revision because of graphics/jpeg updatesno8-11/+16
2009-08-26Added devel/p5-Template-Plugin-HashMerge version 0.01sno2-2/+4
2009-08-26Importing package for TT2 plugin Template::Plugin::HashMerge 0.01sno3-0/+36
Template::Toolkit plugin HashMerge provides the Hash::Merge functions merge and set_behaviour to be used within templates. This can be useful in all cases a template works directly on data - e.g. when processing results from a query using Template::DBI and join the result with results from derived queries.
2009-08-26Added devel/p5-Template-Plugin-ListMoreUtils version 0.01sno2-2/+4
2009-08-26Note update of devel/p5-Class-Accessor-Grouped to version 0.09000seb1-1/+2
2009-08-26Update p5-Class-Accessor-Grouped from version 0.08003 to version 0.09000.seb2-7/+13
Pkgsrc changes: - Adjust dependencies - Canonical CPAN directory as MASTER_SITES - Set LICENSE Upstream changes: 0.09000 Sun Aug 23 20:08:09 2009 - release 0.08999_01 Tue July 7 22:06:21 2009 - Make _mk_group_accessors name the closures installed for Moose compat - Use Class::XSAccessor if available RT#45577 (Andy Grundman)
2009-08-26Importing package for TT2 plugin Template::Plugin::ListMoreUtils 0.01sno3-0/+33
This module provides an Template::Toolkit interface to Tassilo von Parseval's List::MoreUtils. It extends the built-in functions dealing with lists as well as Template::Plugin::ListUtil.
2009-08-26fix typo in dependenciessno1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1460-2225/+2935
2009-08-26Added devel/p5-Template-Plugin-ListUtil version 0.02sno2-2/+4
2009-08-26Importing package for p5 module Template::Plugin::ListUtil 0.02sno4-0/+53
This module provides a selection of handy functions for dealing with lists in the Template Toolkit. Most of the functions are adapted from those provided by or documented in List::Util, though note these have been altered in name and function to work better with the template toolkit.
2009-08-26Updated devel/p5-Template-Plugin-VMethods to 0.03nb1sno1-1/+2
2009-08-26Adding fix for bug reported in RT #48990sno3-2/+22
--> http://rt.cpan.org/Ticket/Display.html?id=48990
2009-08-26Note initial addition of p5-Class-XSAccessor version 1.03 asseb1-1/+2
devel/p5-Class-XSAccessor into The NetBSD Packages Collection. The Perl 5 module Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object. It only works with objects that are implemented as ordinary hashes.
2009-08-26Add & enable p5-Class-XSAccessorseb1-1/+2
2009-08-26Initial import of p5-Class-XSAccessor version 1.03 in the NetBSDseb3-0/+31
Packages Collection. The Perl 5 module Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object. It only works with objects that are implemented as ordinary hashes.
2009-08-26Updated www/p5-Template-Toolkit to 2.22nb1sno1-1/+2
2009-08-26Adding a bug-fix which supresses same function is installed multiple times.sno1-0/+72
See http://rt.cpan.org/Ticket/Display.html?id=48989 for details.
2009-08-26Updated games/warzone2100 to 2.2.2.hasso1-1/+2
2009-08-26Adding a bug-fix which supresses same function is installed multiple times.sno2-2/+7
See http://rt.cpan.org/Ticket/Display.html?id=48989 for details.
2009-08-26Update to 2.2.2. Upstream changes:hasso3-20/+115
General: - Change: Add the ability of allied players to share sensors (ticket:636, r7900) - Change: Stop rotation when "Continue" is pressed after winning a multiplayer/skirmish game (r7887) - Change: Show when a game was saved in a tooltip on the loading screen. (r7864, ticket:682) - Fix: Cannot display more than one game from lobby. Also fix a lobby display issue. (r7839, ticket:691) - Fix: Various checks and workarounds to make game run more stable (r7836, r7894, r7889, r7883, r7881, r7851, r7847, r7842, r7822, r7910 / ticket:759) - Fix: Crash due to path length overflow (r7916, ticket:738, ticket:765) - Fix: Bug that caused some keyboard shortcuts to be unusable in multiplayer since they were considered cheats (r7856) - Fix: Verify that our "target" is still around before doing fire support with it. (r7910, ticket:759) - Fix: Fix crash length overflow by capping path lengths to max 255 nodes. (r7916, ticket:738) - Fix: Fix a typo, we wanted to display "???" when ping is >=2000 (r7922) - Fix: Fix camera bug in warcam code. Patch by i-NoD (r7924, ticket:757) - Fix: General order/action code cleanup (r7926) - Fix: Fix segfault when trying to read target of droid with no target in aiUpdateStructure (r7928) - Fix: Use _NSIG in the exceptionhandler if available for *BSD compatibility. (r7972, ticket:818) - Fix: Add correct linker flags for openbsd to configure. (r7974, ticket:819) - Fix: Disable locales without translation. (r7969, ticket:813) - Fix: NTW updated to 1.8.7 (r7998 - r8009) - Fix: When babas are burning, we always play the scream now. (r8025, ticket:830) - Fix: Make sure we have a valid color choice for our SP game, when we are coming from a MP game. (r8032) Translations: - Fix: Commit Portuguese translation. (r7943, ticket:783) - Fix: Updated translations (r7880, r7877, r7875, r7871, r7868, r7863, r7861) Graphics: - Fix: Increase video buffer size from 4K to 256K. This fixes playback of videos with a bitrate larger than ~2000kbps. (r7981) - Change: Add a north pointer for the rotating radar. (r8013, ticket:769) Sound: - Fix: Fixes the removal of unused (sound) sources. (r8012, r8026, ticket:770)
2009-08-26Note initial addition of p5-AutoXS-Header version 1.02 asseb1-1/+2
devel/p5-AutoXS-Header into The NetBSD Packages Collection. The Perl 5 module AutoXS::Header a simple container for the newest version of the AutoXS header file AutoXS.h.
2009-08-26Add & enable p5-AutoXS-Headerseb1-1/+2
2009-08-26Initial import of p5-AutoXS-Header version 1.02 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module AutoXS::Header a simple container for the newest version of the AutoXS header file AutoXS.h.
2009-08-26Updated graphics/jpeg to 7sno2-3/+3
2009-08-26Updating package graphics/jpeg from version 6bnb4 to 7sno11-1983/+117
pkgsrc changes: - update MASTER_SITES - bump ApI_DEPENDS in buildlink3.mk Upstream changes: - The new features added with version 6bnb4 are now added upstream (except exifautotran and jpegexiforient) Version 7 27-Jun-2009 ---------------------- New scaled DCTs implemented. djpeg now supports scalings N/8 with all N from 1 to 16. cjpeg now supports scalings 8/N with all N from 1 to 16. Scaled DCTs with size larger than 8 are now also used for resolving the common 2x2 chroma subsampling case without additional spatial resampling. Separate spatial resampling for those kind of files is now only necessary for N>8 scaling cases. Furthermore, separate scaled DCT functions are provided for direct resolving of the common asymmetric subsampling cases (2x1 and 1x2) without additional spatial resampling. cjpeg -quality option has been extended for support of separate quality settings for luminance and chrominance (or in general, for every provided quantization table slot). New API function jpeg_default_qtables() and q_scale_factor array in library. Added -nosmooth option to cjpeg, complementary to djpeg. New variable "do_fancy_downsampling" in library, complement to fancy upsampling. Fancy upsampling now uses direct DCT scaling with sizes larger than 8. The old method is not reversible and has been removed. Support arithmetic entropy encoding and decoding. Added files jaricom.c, jcarith.c, jdarith.c. Straighten the file structure: Removed files jidctred.c, jcphuff.c, jchuff.h, jdphuff.c, jdhuff.h. jpegtran has a new "lossless" cropping feature. Implement -perfect option in jpegtran, new API function jtransform_perfect_transform() in transupp. (DP 204_perfect.dpatch) Better error messages for jpegtran fopen failure. (DP 203_jpegtran_errmsg.dpatch) Fix byte order issue with 16bit PPM/PGM files in rdppm.c/wrppm.c: according to Netpbm, the de facto standard implementation of the PNM formats, the most significant byte is first. (DP 203_rdppm.dpatch) Add -raw option to rdjpgcom not to mangle the output. (DP 205_rdjpgcom_raw.dpatch) Make rdjpgcom locale aware. (DP 201_rdjpgcom_locale.dpatch) Add extern "C" to jpeglib.h. This avoids the need to put extern "C" { ... } around #include "jpeglib.h" in your C++ application. Defining the symbol DONT_USE_EXTERN_C in the configuration prevents this. (DP 202_jpeglib.h_c++.dpatch)
2009-08-26Note update of devel/p5-Bit-Vector to version 7.0seb1-1/+2
2009-08-26Update p5-Bit-Vector from version 6.9 to version 7.0.seb2-7/+7
Upstream changes: What's new in version 7.0: -------------------------- + Fixed a bug in "GCD2()" in "BitVector.c" with null-size vectors + Added more test cases for "GCD()" in "t/17_________gcd.t" + Almost completely rewrote "BitVector_Boot()" in "BitVector.c" in order to fix the problem that it calculated an unsigned long to have 33 bits under MacOS X (Darwin), leading to failing tests in "t/28___chunklist.t" + BEWARE that the type "ErrCode", which is part of the inter- face of the C library "BitVector.c", has been changed! + Added more tests and a debugging aid to "t/28___chunklist.t" + Removed the two example files showing how to freeze/thaw "Bit::Vector" objects using "Data::Dumper", because after closer inspection this proved to be a can of worms
2009-08-26Updated sysutils/grun to 0.9.3.snj1-1/+2
2009-08-26Update to 0.9.3. This version kills win32 support, pulls in a bunch ofsnj4-39/+48
patches from Debian, and now uses gtk2. While here, PKG_DESTDIR=user-destdir'ify and use the proper framework for handling configuration files instead of just sticking them in share/grun as they were before.
2009-08-26Note initial addition of p5-MooseX-Attributes-Curried version 0.03seb1-1/+2
as devel/p5-MooseX-Attributes-Curried into The NetBSD Packages Collection. The Perl 5 module MooseX::Attributes::Curried lets you define curried versions of "has" in Moose. If many of your attributes share the same options, especially across multiple classes, then you can refactor those options away into a curried has.
2009-08-26Add & enable p5-MooseX-Attributes-Curriedseb1-1/+2
2009-08-26Initial import of p5-MooseX-Attributes-Curried version 0.03 in theseb3-0/+32
NetBSD Packages Collection. The Perl 5 module MooseX::Attributes::Curried lets you define curried versions of "has" in Moose. If many of your attributes share the same options, especially across multiple classes, then you can refactor those options away into a curried has.
2009-08-26- Adding a minimum required version of devel/p5-Clone (is checked in source)sno1-3/+4
- Correcting license
2009-08-26Note update of the "squirrelmail" package to version 1.4.20rc2.tron1-1/+2
2009-08-26Note update of the "libxml2" package to version 2.7.3nb1.tron1-1/+2
2009-08-26Update "squirremail" package to version 1.4.20rc2. Changes since 1.4.19:tron3-14/+10
- Protect message deletion with security token system. (Secunia Advisory SA346) - Removed the shut down DSBL blocklists (#2796734). - Fixed broken RFC1918 reference in contrib/.htaccess and doc/.htaccess (#2798839). - Updated INSTALL doc to remove possible bad system admin typos (#2827153). - PHP 5.3 deprecates ereg functions (#2820952). - Filters plugin uses badly formatted literals request (#2805201). - Provide option for complete removal of usernames and user IP addresses from message headers, and remove personal data from Message ID seed. (#880029/847107) - Implemented page referal verification mechanism. (Secunia Advisory SA34627) - Implemented security token system. (Secunia Advisory SA34627) Approved by Martti Kuparinen.
2009-08-26Updated x11/xcb-util to 0.3.6wiz2-3/+3
2009-08-26Update to 0.3.6:wiz2-6/+6
Arnaud Fontaine (5): icccm: use xcb_gravity_t when possible and cosmetic changes Check for ssize_t in configure for xcb-util-common.h event: update to libxcb 1.4 event: fix compiler warning due to missing include for memset Bump version to 0.3.6 Julien Danjou (4): icccm: fix atoms_len with new libxcb xcb-property: fix bad comment icccm: typo fix icccm: add xcb_get_wm_protocols_from_reply Mikhail Gusarov (1): Typo in configure.ac