summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-27Update mikutter to 0.0.3.485.obache2-6/+6
* Image Preview: fix open failer with multi-line HTML tag. * Image Preview: enable to force extracting short URL. * With Ruby 1.8.7: fix crash at right-click on tweets contains URL. * With Ruby 1.8.7: fix rare crash at connection timeout. * fix rare crash at extracting bit.ly URL. * improve URL extracting speed.
2011-08-27add yaws, oked by wiz@cheusov1-1/+2
2011-08-26Added www/yaws version 1.91cheusov1-1/+2
2011-08-26Import from wip/yaws requested and tested undercheusov7-0/+553
DragonflyBSD by Andrey N. Oktyabski. Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content webapplications. Two separate modes of operations are supported: * Standalone mode where Yaws runs as a regular webserver daemon. This is the default mode. * Embedded mode where Yaws runs as an embedded webserver in another erlang application. Yaws is entirely written in Erlang furthermore it is a multithreaded webserver where one Erlang light weight process is used to handle each client. The main advantages of yaws compared to other Web technologies are performance and elegance. The performance comes from the underlying Erlang system and its ability to handle concurrent processes in an efficent way. Its elegance comes from Erlang as well. Web applications dont have to be written in ugly adhoc languages.
2011-08-26Fix build failure on Solaris-10 with gcc. PR 45287.cheusov1-6/+4
2011-08-26Updated pidgin and related packages to 2.10.0.obache1-1/+6
2011-08-26Update piding 2.10.0, contains security fixes for CVE-2011-2943 and ↵obache7-15/+15
CVE-2011-3184. While here, better fix for PR#45190. chat/finch itself does not depend on devel/nspr. chat/libpurple without gnutls option, libpurple is linked with nspr, so it must be handle in libpurple/buildlink3.mk. version 2.10.0 (08/18/2011): Pidgin: * Make the max size of incoming smileys a pref instead of hardcoding it. (Quentin Brandon) (#5231) * Added a plugin information dialog to show information for plugins that aren't otherwise visible in the plugins dialog. * Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is still the minimum supported) (#14261) libpurple: * Fix a potential crash in the Log Reader plugin when reading QIP logs. * Fix a large number of strcpy() and strcat() invocations to use strlcpy() and strlcat(), etc., forestalling an entire class of string buffer overrun bugs. (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum) * Change some filename manipulations in filectl.c to use MAXPATHLEN instead of arbitrary length constants. (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum) * Fix endianness-related crash in NTLM authentication (Jon Goldberg) (#14163) Gadu-Gadu: * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) (#5242) * Better status message handling. (Tomasz Wasilczyk) (#14314) * Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303) * Fix building of the bundled libgadu library with older versions of GnuTLS. (patch plucked from upstream) (#14365) ICQ: * Fix crash selecting Tools->Set Mood when you're online with an ICQ account that is configured as an AIM account. (#14437) IRC: * Fix a crash when remote users have certain characters in their nicknames. (Discovered by Djego Ibanez) (#14341) * Fix the handling of formatting following mIRC ^O (#14436) * Fix crash when NAMES is empty. (James McLaughlin) (#14518) MSN: * Fix incorrect handling of HTTP 100 responses when using the HTTP connection method. This can lead to a crash. (Discovered by Marius Wachtler) * Fix seemingly random crashing. (#14307) * Fix a crash when the account is disconnected at the time we are doing a SB request. (Hanzz, ported by shlomif) (#12431) XMPP: * Do not generate malformed XML ("</>") when setting an empty mood. (#14342) * Fix the /join <room> behavior. (Broken when adding support for <room>@<server>) (#14205) Yahoo!/Yahoo! JAPAN: * Fix coming out of idle while in an unavailable state * Fix logging into Yahoo! JAPAN. (#14259) Windows-Specific Changes: * Open an explorer.exe window at the location of the file when clicking on a file link instead of executing the file, because executing a file can be potentially dangerous. (Discovered by James Burton of Insomnia Security) (Fixed by Eion Robb)
2011-08-26Remove Byte Order Mark (BOM) which isn't understood by GCC < 4.3.0.tnn2-1/+14
From upstream. Closes PR pkg/45291.
2011-08-26+ nginx-1.0.5. (from Snader_LB)wiz1-1/+2
2011-08-26Note update of lang/parrot to 3.7.0.he1-1/+2
2011-08-26Upgrade parrot from version 3.5.0 to 3.7.0.he3-15/+32
Pkgsrc changes: o Adapt to changes in installed contents. Upstream changes: Parrot 3.6.0: - Core + Class.add_vtable_override now allows you to overwrite an override + Integers, floats and strings can now be stored in lexical variables. Previously, only PMCs could be stored in lexicals. + VTABLE_substr has been removed. VTABLE_substr_str has been renamed to VTABLE_substr + Added a new PackfileView PMC type, an intended replacement for the deprecated Eval PMC. + The is_integer vtable on the String PMC now works for all string encodings. + Unicode error messages on Win32 now work correctly. + A memory leak in IMCC was fixed. - Languages + The snaphost of Winxed included with Parrot was updated to version 1.0.0 + Winxed has migrated to Github: https://github.com/NotFound/winxed Pore + Added mem_sys_strndup function. + Added new load_bytecode_p_s opcode as an eventual replacement for load_bytecode_s + Added new :tag() syntax to IMCC for PIR + Improved configuration support for msys + known-buggy parrot_debugger is no longer installed - Languages + Winxed - Updated snapshot to version 1.1.0 - multi functions and methods - cast to var - load_packfile builtin - __NAMESPACE__ and __CLASS__ predefined constants - Documentation + The Archive::Tar and Archive::Zip libraries now have POD docs
2011-08-26Fix build with gcc-4.5+, from Joern Clausen in PR 45286.wiz4-5/+31
While here, silence pkglint.
2011-08-26Note update of the "fetchmail" package to version 6.3.21.tron2-3/+3
2011-08-26Update "fetchmail" and "fetchmailconf" package to version 6.3.21.tron3-8/+8
Changes since version 6.3.20: - The IMAP client no longer inserts NUL bytes into the last line of a message when it is not closed with a LF or CRLF sequence. Reported by Antoine Levitt. As a side effect of the fix, and in order to avoid a full rewrite, fetchmail will now CRLF-terminate the last line fetched through IMAP, even if it is originally not terminated by LF or CRLF. This bears no relevance if your messages end up in mbox, but adds line termination for storages (like Maildir) that do not require that the last line be LF- or CRLF-terminated.
2011-08-26+ doclifter-2.7, etm-866, fetchmail-6.3.21, gnome-subtitles-1.2,wiz1-5/+10
ltris-1.0.17, mathomatic-15.6.4, openmpi-1.5.4, tin-2.0.0, xterm-273.
2011-08-26Do DESTDIR support The Right Way(tm) by passing ${INSTALL_ENV} tosbd1-3/+2
the 'make install' process and _not_ using MAKEFLAGS. Should fix PR pkg/45290
2011-08-25Note update of the "phpmyadmin" package to version 3.4.4.tron1-1/+2
2011-08-25Update "phpmyadmin" package to version 3.4.4. Changes since version 3.4.3.2:tron2-6/+6
- bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes - bug #3323101 [parser] Invalid escape sequence in SQL parser - bug #3348995 [config] $cfg['Export']['asfile'] set to false does not select asText option - bug #3340151 [export] Working SQL query exports error page - bug #3353649 [interface] "Create an index on X columns" form not validated - bug #3350790 [interface] JS error in Table->Structure->Index->Edit - bug #3353811 [interface] Info message has "error" class - bug #3357837 [interface] TABbing through a NULL field in the inline mode resets NULL - remove version number in /setup - bug #3367993 [usability] Missing "Generate Password" button - bug #3363221 [display] Missing Server Parameter on inline sql query - bug #3367986 [navi] Drop field -> lost active table - remove misleading comment on the "Rename database" interface - bug #3374374 [interface] Fix footnote for inexact count while browsing - bug #3372807 [interface] Fix security warning link in setup - bug #3374347 [display] Backquotes in normal text on import page - bug #3358750 [core] With Suhosin, urls are too long in edit links - [security] Missing sanitization on the table, column and index names leads to XSS vulnerabilities, see PMASA-2011-13
2011-08-25Fix linking error under Mac OS X caused by duplicate definition oftron2-1/+41
a bunch of global variables.
2011-08-25Note update of www/contao210-translations package to 20110825.taca1-1/+2
2011-08-25Update contao210-translation pacakge to 20110825:taca3-20/+20
Update Dutch, Romanian, Russian and Slovenian language files.
2011-08-25Note update of www/ruby-patron package to 0.4.15.taca1-1/+2
2011-08-25Update www/ruby-patron package to 0.4.15.taca3-8/+7
Compact changes are not available but some ruby19 related improvement. Please refer detail: https://github.com/toland/patron/commits/master
2011-08-25Note update of textproc/ruby-markaby package to 0.7.2.taca1-1/+2
2011-08-25Update ruby-markaby to 0.7.2.taca3-11/+11
Compact changes are unavailable, please refer in detail: https://github.com/markaby/markaby/commits/master
2011-08-25Note update of these packages:taca1-1/+3
security/ruby-bcrypt 3.0.0 security/ruby-net-ssh 2.2.1
2011-08-25Update ruby-net-ssh to 2.2.1.taca2-6/+6
=== 2.2.1 / 24 Aug 2011 * Do not prompt any passphrases before trying all identities from agent. [musybite] (see: http://net-ssh.lighthouseapp.com/projects/36253-net-ssh/tickets/30)
2011-08-25Update ruby-bcrypt to 3.0.0.taca3-12/+16
3.0.0 Aug 24, 2011 - Bcrypt C implementation replaced with a public domain implementation. - License changed to MIT
2011-08-25Note update of devel/hoe package to 2.12.2.taca1-1/+2
2011-08-25Update hoe package to 2.12.2.taca2-6/+6
=== 2.12.2 / 2011-08-24 * 2 minor enhancements: * Added recursive chmod to docs task to ensure group write-ability (kleb) * Improve error message when no manifest found. (Apparently some linux packagers remove manifest files) * 3 bug fixes: * Added missing minitest/autorun require (NOT reported by fedoraproject.org) * Fix for RSpec support broken in 0dc6b2f (ged) * Fix for the edgiest of edge cases (-Ku in ruby19... ummm, yeah)
2011-08-25Note update of these packages:taca1-1/+4
devel/ZenTest 4.6.2 devel/hoe 2.12.1 devel/ruby-parser 2.2.0
2011-08-25Updated sysutils/tarsnap to 1.0.30wiz1-1/+2
2011-08-25Update to 1.0.30. Drop maintainership since I never actually used it...wiz2-7/+7
Changes since version 1.0.29: A bug fix in the handling of readdir errors; in earlier versions, it was theoretically possible for a failing hard drive or other errors in reading directories to result in files being silently omitted from an archive. Several bug fixes relating to the handling of @archive directives with mtree files. A bug fix to prevent cache directory corruption resulting in tarsnap failing if it was interrupted at exactly the right (wrong) moment in its operation. A bug fix to correctly handle ~ in tarsnap -s path substitutions. Many more minor bug fixes.
2011-08-25Update ruby-parser package to 2.2.0.taca2-6/+6
=== 2.2.0 / 2011-08-23 * 2 minor enhancements: * Moved Keyword, Environment, and StackState inside of RubyParser * Added proper dsym and dsym->sym support. * 3 bug fixes: * Added extra (failing) tests for call/iter line number checking (quix) * Fixed line numbers for certain call/iter edge cases * Fixed parsing of: alias :"<<" :">>".
2011-08-25Update hoe package to 2.12.1.taca2-6/+6
=== 2.12.1 / 2011-08-22 * 2 bug fixes: * Fixed a test that fails on non-privileged (rvm/multiruby) setups * RbConfig is used instead of Config to remove a 1.9.3 warning.
2011-08-25Update ZenTest package to 4.6.2.taca2-6/+8
Now it requires rubygems 1.8 at least. === 4.6.2 / 2011-08-24 * 1 minor enhancement: * Added Autotest Tips section to Readme * 1 bug fix: * Fixed mri 1.9.3 change to Find.find with autotest/restart and missing files.
2011-08-25Note update of devel/ruby-rdoc package to 3.9.3.taca1-1/+2
2011-08-25Update devel/ruby-rdoc package to 3.9.3.taca3-7/+8
=== 3.9.3 / 2011-08-23 * Bug fixes * Add US-ASCII magic comments to work with <tt>ruby -Ku</tt>. Issue #63 by Travis D. Warlick, Jr. * Image paths at HTTPS URLs are now turned into +<img>+ tags. Pull Request #60 by James Mead * Markup defined by RDoc::Markup#add_special inside a <tt><tt></tt> is no longer converted.
2011-08-25Note update of misc/rubygems package to 1.8.9.taca1-1/+2
2011-08-25Update rubygems package to 1.8.9.taca2-7/+7
=== 1.8.9 / 2011-08-23 * Bug fixes: * Fixed uninstalling multiple gems using `gem uninstall` * Gem.use_paths splatted to take multiple paths! Issue #148 === 1.8.8 / 2011-08-11 * Bug fix: * The encoding of a gem's YAML spec is now UTF-8. Issue #149
2011-08-25Update to 9.0.302, see http://www.columbia.edu/kermit/ck90.html for morehans10-112/+114
information. Tested on NetBSD-current and OpenIndiana. Support for ssl and kerberos is now available through the options framework.
2011-08-25Updated graphics/darktable to 0.9.2jakllsch1-1/+2
2011-08-25Update to darktable-0.9.2.jakllsch10-39/+44
pkgsrc changes: enable flickr module. upstream changes: 0.9.1 to 0.9.2: not yet available 0.9 to 0.9.1: - new rawspeed, dcraw, libraw - fixed various segfaults and deadlocks - the pipeline is now more real HDR (unbounded color management, no more gamut clipping in between) - fixed a nasty bug which could cause complete loss of history for an image - darktable-faster now plays nicely with darktablerc (non-gconf) - lots of opencl improvements - updated translations - second part of our GSoC: customizable keyboard shortcuts!
2011-08-25FILE is a opaque data type on 64bit SunOS, its true definition is nothans2-3/+23
available in any headers. Hack around this by adding the definition from the Illumos source in the relevant place. Fixes 64bit build.
2011-08-25+flickcurljakllsch1-1/+2
2011-08-25Added net/flickcurl version 1.21jakllsch1-1/+2
2011-08-25Add flickcurl-1.21jakllsch6-0/+138
Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and decoding responses. It uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. Flickcurl supports all of the API including the functions for photo/video uploading, browsing, searching, adding and editing comments, groups, notes, photosets, categories, activity, blogs, favorites, places, tags, machine tags, institutions, pandas and photo/video metadata. It also includes a program flickrdf to turn photo metadata, tags, machine tags and places into an RDF triples description.
2011-08-25Updated textproc/ruby-tilt to 1.3.3obache1-1/+2
2011-08-25Update ruby-tilt to 0.3.3.obache3-9/+13
* add support for mediawiki templates. * yajl support * and fixes,improvements
2011-08-251) Determine JAVA_ARCH and use that instead of EMUL_ARCH when referenceingsbd3-7/+15
installed files. (This fixes a libX11.so.6 symlink creation bug). 2) Correct PLIST.linux-x86_64 now that the above symlink bug is fixed and use the ${PLIST.x11} plist var. Should fix PR pkg/45283.