summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2009-05-31Update ruby-gnome2 to 0.19.0.obache1-1/+2
== Ruby-GNOME2 0.19.0: 2009-05-29 This release supports new versions of panel-applet and xulrunner and fixes various bugs including some GC issues === Changes Ruby/GLib2: * add 'const' to name argument of rbgerr_define_gerror() [Nikolai Weibull, Kouhei Sutou] * Bug fixes: * #2420281: Failed to build [troels knak-nielsen, Kouhei Sutou] * #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO" [boo, Kouhei Sutou] * wrong priority conversion in GLib::Timeout.add and GLib::Timeout.add_seconds. [Nikolai Weibull] * fixed limits of basic types [Pascal Terjan] Ruby/GTK2: * Bug fixes: * fixed initialize function is deleted. [kimura wataru, Kouhei Sutou] * checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x doesn't have it. [Kouhei Sutou] * fixed GC problems. [Kouhei Sutou] * #2195432: Gtk::RCStyle.set_color_flags wrong conversion [Jesse van den Kieboom, Kouhei Sutou] * #2318481: gtkselectiondata_set Drag and Drop API problem [dave foster, Kouhei Sutou] * #2420281: Failed to build [troels knak-nielsen, Kouhei Sutou] Ruby/Pango: * added Pango::Attribute#start_index= and Pango::Attribute#end_index=. [Geoff Youngs, Kouhei Sutou] Ruby/Poppler: * removed 0.6.x support. 0.8.0 or later is required. [Kouhei Sutou] Ruby/RSVG2: * fixed broken cairo integration. [James Healy, Kouhei Sutou] Ruby/PanelApplet: * #2466921: fixed build failure with libpanel-applet >= 2.25 [Mamoru Tasaka, Kouhei Sutou] * fixed incomplete install. [Pascal Terjan, Kouhei Sutou] Ruby/GtkMozEmbed: * supported XULRunner 1.9.0. [Arnaud Cornet, Kouhei Sutou] Ruby/GNOME2: * supported MinGW. [id:luna_8bit, Kouhei Sutou] Ruby/Bonobo2: * moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2. [id:luna_8bit, Kouhei Sutou] Ruby/BonoboUI2: * moved Bonobo.setup_x_error_handler from Ruby/Bonobo2. [id:luna_8bit, Kouhei Sutou] Ruby/GnomeVFS: * format security error. [Pascal Terjan] === Thanks * kimura wataru * Philipp Götzinger * Andrew S. Townley * Jesse van den Kieboom * James Healy * dave foster * troels knak-nielsen * boo * Geoff Youngs * Arnaud Cornet * id:luna_8bit * ...
2009-05-30Update TYPOlight webCMS to 2.7.1 (2.7 build 1).taca3-9/+15
* Added a more reliable HTTP request class * Added the "name" attribute to the FormSubmit widget (#702) * Added automatic capitalization to the glossary module (#697) * Added option to disable the table wizard cell magnifier (#716) * Moved template "mod_message" to the front end module (#703) * Fixed issue with mandatory password fields not being shown (#693) * Fixed issue with "checkCredentials" hook only being executed once (#728) * Fixed issue with insert tag "iflng" being cached (#707) * Fixed issue with error pages sending the wrong redirect header(#749) * Fixed issue with special characters in news links not being encoded (#747) * Fixed issue with news pagination menu being calculated wrongly (#704) * Fixed issue with aliases not being case-sensitive (#752) * Fixed broken "shortened view" of the event list module (#694, #153) * Fixed a couple of misspellings in the german translation (#701) * Fixed a few issues with the new 2-column layout * Fixed a few minor issues
2009-05-30Add TL_DOCDIR support to PRINT_PLIST_AWK.taca1-1/+4
2009-05-30Fix build on systems not having ETIME.hasso2-1/+19
2009-05-30Update subversion to 1.6.2 via patch in private mail from Jensgdt1-2/+1
Rehsack. apr1 is no longer an option; that's just the way it is. Version 1.6.2 (09 May 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.2 User-visible changes: * vastly improve memory usage with 'svn merge' (issue #3393) * make default depth for merge 'infinity' (r37156) * make 'status --quiet' show tree conflicts (issue #3396) * allow '--set-depth infinity' to expand shallow subtrees (r37169) * return an error if attempting to reintegrate from/to the repo root (r37385) * don't store bogus mergeinfo for '--ignore-ancestry', foreign merges (r37333) * don't allow merge of difference between two repos (r37519) * avoid potential segfault with subtree mergeinfo (r36613, -15, -31, -41) * recommend sqlite 3.6.13 (r37245) * avoid unnecessary server query for implicit mergeinfo (r36509) * avoid unnecessary server query during reverse merges (r36527) * set depth=infinity on 'svn add' items with restricted depth (r37607) * fixed: commit log message template missing paths (issue #3399) * fixed: segfault on merge with servers < 1.6 (r37363, -67, -68, -79) * fixed: repeat merge failures with non-inheritable mergeinfo (issue #3392) * fixed: another memory leak when performing mergeinfo-aware merges (r37398) * fixed: incorrect mergeinfo on children of shallow merges (issue #3407) * fixed: pool lifetime issues in the BDB backend (r37137) Developer-visible changes: * don't fail if an embedding app has already initialized SQLite (issue #3387) * resolve naming collisions with static stat() function in svnserve (r37527) * fix an expectation for a failing dirent windows test (r37121) Version 1.6.1 (10 Apr 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.1 User-visible changes: * recommend Neon 0.28.4. (r36388) * improve performance of 'svn merge --ignore-ancestry' (r36256) * improve 'svn merge' performance with subtree mergeinfo (r36444) * correctly proxy LOCK and UNLOCK requests (r36159) * prevent a crash when updating old working copies (r36751) * don't let svnmerge.py delete a nonexistent property (r36086, -767, -769) * don't fail when upgrading pre-1.2 repositories (r36851, -7) * allow escaping of separator characters in autoprops (r36763, -84) * improve tempfile creation robustness on Windows (r36442, -3) * fix change-svn-wc-format.py for 1.6.x working copies (r36874, -5) * improve configure's detection of Berkeley DB (r36741, -2) * don't allow foreign merges to add foreign mergeinfo (issue #3383) * improve performance of 'svn update' on large files (r36389, et. al.) * fixed: error leak and potential crash (r36860) * fixed: parent directory handling on Windows (r36049, -50, -51, -131) * fixed: unintialized memory errors (r36252, -3) * fixed: potential working copy corruption (r36714) * fixed: working copy upgrade error (r36302) * fixed: pointer dereference error (r36783) * fixed: error diff'ing large data with ignored whitespace (r36816) * fixed: potential hang in ra_serf (r36913) * fixed: problem with merge and non-inheritable mergeinfo (r36879) * fixed: repeated merging of conflicted properties fails (issue #3250) * fixed: excluding an absent directory segfaults (issue #3391) Developer-visible changes: * ensure svn_subst_translate_cstring2() properly flushes data (r36747) * make serf report a base checksum to apply_textdelta (r36890) * syntax updates for strict C89 compilers (r36799) * update RPM scripts for RHEL4 (r36834) * allow tests to be run with Python 2.6.1 on Windows (r36149, -50, -51, -56) * allow building JavaHL with Visual Studio 2008 (r36954) * stop setting default translation domain in JavaHL (r36955) * fixed: warning with Python 2.6 and ctypes bindings (r36559) * fixed: undefined references to svn_fs_path_change2_create() (r36823) Version 1.6.0 (20 Mar 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.0 User-visible changes: - General: * Now require Windows 2000 or newer on Windows (r33170) - Major new features: * identical files share storage space in repository (issue #2286) * file-externals support for intra-repository files (issue #937) * "tree" conflicts now handled more gracefully (issue #2282, #2908) * repository root relative URL support on most commands (issue #3193) - Minor new features and improvements: * pre-lock hook can now specify lock tokens via stdout (r32778) * svnmucc: support '--with-revprop' (r29492) * merge: log include-descendants in operational log (r30426, r30428) * improved operational logging for 'svn switch' (r30517) * new 'Header' keyword, similar to 'Id' but with full URL (r35386) * warn/disallow when storing plain-text passwords (r31046) * support KWallet and GNOME keyring for password storage (r31241, -337) * client now caches SSL client cert passphrases (issue #2489) * add '--prefix-file' option to 'svndumpfilter' (issue #2697) * add '--ignore-externals' option to 'svn cp' (issue #3365) * add '--with-no-revprops' to 'svn log' (issue #3286) * new 'svnadmin pack' command to compress FSFS filesystems * new SVNAllowBulkUpdates mod_dav_svn directive (issue #3121) * new public mod_dav_svn URI syntax: path?[p=PEG][&r=REV] (r34076) * new 'svnsync info' command to show synchronization information (r35053) * conflict resolver supports display-conflict, mine-conflict and theirs-conflict - Client-side bugfixes: * faulty reflexive merges (issue #2897) * buffer overflow on a 0 byte string buffer (r35968, -74) * conflict resolver needed more useful 'diff' option (issue #3048) * disable username assumption (issue #2324) * more accurate usage message for 'svn log' (r30449) * do not repeat merge if target has explicit mergeinfo (issue #2821) * corruption when filtering self-referential mergeinfo (r30467) * filter empty mergeinfo with self-referential mergeinfo (r30510) * pay attention to partial replay from the server in svnsync (r30440) * improved property name handling in svnsync (r30480) * properly recognize the file:/// in repository with svnsync (r30482) * svn+ssh SIGKILLs ssh processes (issue #2580) * 'svn up'/'svn co' early abort with svn:externals (issue #3148) * improve tempfile names for conflict resolver (issue #3166) * ra_serf: 'svn merge' aborts (issue #3212) * 'svn cleanup' failed on non-ASCII characters (issue #3313) * 'svn update' fails on moved, modified file with local mods (issue #3354) * easier use of NTLM for proxy with ra_neon (r29874) * 2-url merge from DAV-accessed foreign repo makes bad wcprops (issue #3118) * can't add .svn (and children) to your wc via '--parents' (r35819) * improved performance removing unversioned directories (r36111) * 'svn cp --parents' had path URL encoding issues (issue #3374) * support shell quoting rules in externals definitions (issue #2461) * new SVN_LOCALE_DIR environment variable for localization (issue #2879) * scheme and domain name in urls handled case insensitive (issue #2475) * merge: pick default revisions with peg revision in single url (r30455) * many other minor bugfixes, optimizations, plugs of memory leaks, etc - Server-side bugfixes: * mod_dav_svn runs pre-revprop-change twice (issue #3085) * mod_dav_svn ignores pre-revprop-change failure on delete (issue #3086) * mod_dav_svn prevented lock breaks from being propagated to client (r29914) * non-UTF8 filenames could enter repository (issue #2748) * 'svnlook proplist' xml output (issue #2809) * don't let mod_dav_svn hide errors from client (issue #3102) * ra_serf failure during update (issue #3113) * ra_serf comply with RFC 2617 in handling authentication headers (r35981) * use both SHA1 and MD5 in the FS backends (r34388) * many other minor bugfixes too numerous to list here - Contributed tools improvements and bugfixes: * commit-email.pl: Deprecated; use mailer.py instead (r31755, -67) * svnmerge.py migration tool munged svn:mergeinfo ordering (issue #3302) * And other random sundry stuff Developer-visible changes: - General: * serf 0.3.0 required, when building with serf (r35586) * require SQLite 3.4.0 or newer (r33520) * allow the use of an in-tree SQLite amalgamation (r35263) * svn_log_changed_path_t now includes a 'kind' field (issue #1967) * BDB `changes' table inconsistency when APIs are misused (issue #3349) * configure should prefer apr-1 over apr-0 if both are present (issue #2671) * make 'Not Found' errors consistent between RA layers (issue #3137) * fix a potential buffer overrun (r34374) * many bug fixes and improvements to the test suite - API changes: * notification system for properties and revision properties (issue #783) * make ra_svn's merge commit-revprops public (r30462, r30453) * mod_dav_svn operational logging compatible with svnserve logging (r30518) * improve speed of svn_client__get_copy_source() (issue #3356) * if fsfs commit fails return SVN_INVALID_REVNUM (r35950) - Bindings: * new: ctypes python bindings * many improvements to all bindings (Java, Perl, Python, and Ruby) * respect CFLAGS in SWIG bindings (r35879) * fix building Ruby bindings with Ruby 1.9 (r35852, r35883)
2009-05-26+liferea-currentdrochner1-1/+2
2009-05-26Import liferea-1.6.0rc1, the current development version.drochner5-0/+248
This version supports only webkit as HTML renderer.
2009-05-26Update typolight27-translations package to 20090524.taca3-8/+8
* Update Portuguese translation files to support TYPOlight 2.7.0.
2009-05-26Update geeklog package from 1.4.1nb4 to 1.5.2.4 (1.5.2sr4).taca16-707/+750
pkgsrc changes: overhaul this package. * Add LICENSE. * Clean up bmake's macros, such as addition of PRINT_PLIST_AWK. Geeklog changes: too many chagnes to write here. * New user-friendly installation. * New Configuration GUI. * New Webservice GUI. * And more. Please refer http://www.geeklog.net/docs/english/changes.html for more information. Fixed some security problems about SQL injection vulnerability.
2009-05-25comment out autoinstall so this can build without a configured CPAN - need ↵abs2-1/+13
to handle this automatically
2009-05-23Patch out auto_install - this will be handled by pkgsrcsno2-1/+14
2009-05-23update to bozohttpd 20090522. change include:mrg2-6/+6
o close more leaking file descriptors for CGI and daemon mode o add subdirs for build "debug" and "small" versions o clean up a bad merge / duplicate code o make mmap() usage portable, fixes linux & ranges: support o document the -f option o daemon mode now serves 6 files per child
2009-05-22update master site.zafer2-4/+4
2009-05-22Set the license type to "apache-2.0".tron1-2/+3
2009-05-22Add patch from the Apache SVN repository to fix the information leaktron3-3/+44
in the "mod_proxy_ajp" module reported in CVE-2009-1191.
2009-05-22Update typolight27-translations package to 20090521.taca4-14/+14
* pkgsrc fix: correct PLIST for Slovak translation. * Update Italian and Polish translation files.
2009-05-21Donate my Perl packages to the Great Five. (Don't worry, I'll try to taketonnerre2-4/+4
care of them still.)
2009-05-21pkgsrc changes:sno2-7/+7
- Updating package for p5 module HTML::Tiny from 1.03nb1 to 1.05 - Setting gnu-gpl-v2 as license Upstream changes: 1.05 2009-03-08 Add support for TO_JSON in json_encode. 1.04 2009-03-07 Make link default to being closed. See #40990.
2009-05-21pkgsrc changes:sno2-8/+8
- Updating package for p5 module CSS:Squish from 0.07nb1 to 0.08 - Setting gnu-gpl-v2 as license - fix typo in homepage Upstream changes: 0.08 Mon Apr 20 2009 * module doesn't work on perl 5.6.x and older * update docs
2009-05-21pkgsrc changes:sno2-9/+8
- Updating package for p5 module Apache::Session from 1.87 to 1.88 - Setting gnu-gpl-v2 as license - Adjusting dependencies according to META.yml (and perl core) Upstream changes: 1.88 2008-12-20 by Alexandr Ciornii - Apache::Session::Generate::MD5::validate will untaint data - MIN_PERL_VERSION in Makefile.PL
2009-05-21pkgsrc changes:sno2-7/+7
- Updating package for LWP::Determined::UserAgent from 1.03nb1 to 1.04 - Setting gnu-gpl-v2 as license Upstream changes: 2009-04-04 Jesse Vincent <jesse@cpan.org> * Release 1.04 -- Keeping pace with LWP updates * New Maintainer * Resolves [cpan #42123] and [cpan #41508]
2009-05-20pkgsrc changes:sno2-10/+14
- Updating package for p5 module Catalyst::Runtime from 5.80003 to 5.80004 - Adjusting/reordering dependencies Upstream changes: 5.80004 2009-05-18 17:03:23 - Rename the actions attribute in Catalyt::Controller to _controller_actions to avoid name clashes with application controller naming. (random) - Test for using Moose in components which have a non-Moose base class Fixed by 349cda in Moose 0.78 (t0m) - Fix deprecation message for Catalyst::Dispatcher to refer to the class actually calling the deprecated method. RT#45741 (t0m) - Clarify limitations of $request->base and $request->secure. (Phil Mitchell) - Add 'use Catalyst' to documentation for a Moose MyApp class as noted by dmaki. (t0m) - Fix so that / (and other special characters) are URL encoded when passed into $c->uri_for as Args/CaptureArgs (t0m) - Fix development server so that $c->engine->env returns the correct environment (t0m) - Require Moose 0.78 to fix metaclass incompatibility issues (t0m) - Require MooseX::MethodAttributes 0.10 and use Moose::Meta::Class->initialize rather than Moose->init_meta to fix bugs related to having a 'meta' method in your controller (t0m) - Fix cases where your application failing to complie could cause perl to report 'Unknown Error' (t0m) - Support adding Moose::Roles to the plugin list. These are applied to MyApp after plugins have been pushed onto @ISA (t0m) - Fix calling $c->req->parameters as the first thing you do when parse_on_demand is on (t0m)
2009-05-20Update to 1.1.7.snj3-7/+11
Changes: - Do not handle KeyEvents with Ctrl or Alt modifiers that we otherwise know nothing about. Otherwise shortcuts defined in the WebView will never be executed. - Add information about the SVG index bounds check committed in r43590. - For paste from middle button (button==2) we want to use the GDK_PRIMARY_SELECTION. Implement the new getCurrentTarget method in PasteboardHelperGtk by asking the WebView which clipboard to use. - Add glib-2.0 to the list of required package. - (test_webkit_web_frame_create_destroy): Declare webView as a GtkWidget* to fix pointer type incompatibility warnings. - Make the scan program call g_thread_init(NULL) in addition to g_type_init(), so that it actually works. - Unify scrolling code via adjustments and keys. Use the WebCore defined constants, since that's what people are most used to at this point. - Add missing call to notifyStatus in the committed case and a missing property notify. - When a download is requested by an ongoing request, use the already provided response to set the suggested filename for the WebKitDownload object, if available. - Remove bogus extern "C" from some source files. - Misc fixes to InspectorClientGtk: use g_filename_to_uri to get the URI and use web_view_load_uri instead of the deprecated web_view_open method for loading the URI. - Add #if ENABLE(DATABASE) guards around database code so toggling ENABLE_DATABASE off does not break builds. - Implement load-status and progress properties on the view, as well as load-status on the frame. This supersedes the different load signals load-progress-changed, load-committed, load-done, load-started and load-finished which are not only misnamed but broken by design. - Fix memory leaks. - Use strlen instead of g_utf8_strlen when calculating the size of the data that is being given to webkit_web_frame_load_string to be loaded, so that we don't miss any of the content. - Fix mis-applied patch. - Add a FrameLoaderClient callback for ResourceRetrievedByXMLHttpRequest. - Provide a mechanism to create a quirks delegate for HTMLParser - Add MessageSource and MessageLevel parameters to ChromeClient::addMessageToConsole.
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz5-8/+10
major change. Reported by Robert Elz in PR 41345.
2009-05-19pkgsrc changes:sno2-12/+15
- Updating package for p5 module Catalyst::Controller::FormBuilder from 0.04 to 0.05 - Adjusting dependencies according to META.yml - Adjust home page and comment - Setting license to gnu-gpl-v2 Upstream changes: 0.05 08-05-09 15:12:26 Change from NEXT to MRO::Compat. Remove unneeded Class::Accessor::Fast base classes (Chisel Wright)
2009-05-19pkgsrc changes:sno2-9/+11
- Updating package for p5 module Catalyst::Devel from 1.12 to 1.15 - Adjusting dependencies according to META.yml Upstream changes: 1.15 2009-05-13 20:02 - Remove -p option for pid file, and restore it to the port number, as it should be -port|-p (t0m) - Document -pidfile in myapp_server.pl POD (t0m) 1.14_02 2009-05-11 04:29 - Small changes to work with File::ChangeNotify 0.03. 1.14_01 2009-05-11 03:45 - This release moves the restarter functionality into a new module Catalyst::Restarter, that is not a Catalyst Engine subclass. The new restarter is simpler and more reliable, because it does not try to test if a changed piece of code can be compiled. It simply restarts the server whenever it detects changes. This also makes it much faster. However, this does mean that the server can simply die when a changed file cannot compile. This is different than the old behavior, where the server remained running without incorporating the change. Finally, the new restarter relies on File::ChangeNotify, which is designed to accomodate per-OS methods of detecting changed files. As of this writing, it currently ships with a file watcher that uses inotify on Linux systems, and a default fallback class that does everything in pure Perl. 1.13 2009-05-11 02:50 - add [-pidfile|-p] option for myapp_server.pl (caelum) - Bump dependency on Config::General (caelum) - On perls with c3 method dispatch, make sure Class::C3 is recent enough to not produce warnings if it is already installed (caelum) - add resources to META.yml (caelum)
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz10-22/+16
block). Uncomment some commented out LICENSE lines while here.
2009-05-19pkgsrc changes:sno2-21/+25
- Updating package for p5 module CatalystX::CRUD::YUI from 0.018 to 0.019 - Adjusting dependencies Upstream changes: 0.019 17 May 2009 * fix number of skipped tests in 01-rdbo.t * switch from Class::C3 to MRO::Compat and update deps in Makefile.PL * change Livegrid->new to accept 'c' arg instead of getting it from form->app. This fixes bug affecting tests under perl 5.10.
2009-05-19pkgsrc changes:sno2-8/+8
- Updating package for p5 module Catalyst::Plugin::Session::Store::File from 0.16 to 0.17 - Adjusting dependency version numbers Upstream changes: 0.17 10 May 2009 - Add dependency on recent -Session to fix moose issues
2009-05-19pkgsrc changes:sno2-7/+7
- Updating package for p5 module Catalyst::Plugin::Session::Store::FastMmap from 0.08 to 0.10 - Adjusting dependencies Upstream changes: 0.10 13 May 2009 - Change tests to be compatible with Catalyst 5.80004 - Re-add /session-file prefix to the test session directory which was present in 0.07. I can't see where this was removed, but the test looks more correct with it. RT#45724 0.09 04 May 2009 - remove Win32 hack since Cache::FastMmap 1.29 supports Win32. see https://rt.cpan.org/Ticket/Display.html?id=45642
2009-05-18+PKG_DESTDIR_SUPPORTabs1-1/+3
2009-05-18+PKG_DESTDIR_SUPPORT=abs1-6/+8
2009-05-18+PKG_DESTDIR_SUPPORTabs1-12/+14
2009-05-18Update to 3.26.2. Add LICENSE comment (needs AND).wiz2-6/+8
GtkHTML-3.26.2 2009-05-18 ------------------------- Bug Fixes: #581228 - tarball does not provide gtkhtml-editor (Gilles Dartiguelongue) #578394 – HTML images cannot be scaled to more than 100 px (Matthew Barnes) Updated Translations: krishnababu (te) Ivar Smolin (et)
2009-05-18Make typolight27-translations package to 20090518.taca4-13/+19
Update Dutch and Polish translation files. * Dutch translation add some missing labels. * Polish catched up to TYPOlight 2.7.0.
2009-05-17PkgSrc changes:sno3-18/+10
- Updating package for p5 module HTML::Mason from 1.40 to 1.42 - Reordering dependencies (alphabetical order) - Removing option for p5-Cache-Cache, because it's mandatory now Upstream changes: 1.42 May 7, 2009 [ BUG FIXES ] - Fix 10b-cache-chi.t to work with latest version of CHI - expire_if and ref of cache changed - Fixed a bug where attempting to load a module that failed to compile in a Mason component could mask the compilation error. RT #39803. - Fixed the print method in HTML::Mason::FakeApache. It was including the object itself in the output. Patch by Martin Petricek. RT #43035. 1.41 May 5, 2009 [ BUG FIXES ] - This is a one-fix release to get this module working with the latest version of Exception::Class (1.27).
2009-05-17PkgSrc changes:sno2-9/+9
- Updating package for p5 module Catalyst::Plugin::Session::Store::Delegate from 0.03 to 0.04 - Adjusting dependencies Upstream changes: 0.04 - Switch to Module::Install. - Avoid test suite warnings with Catalyst 5.80
2009-05-17PkgSrc changes:sno3-6/+15
- Updating package for p5 module Catalyst::Plugin::Session::State::Cookie from 0.10 to 0.11 - Adding patch to prevent install missing dependencies Upstream changes: 0.11 2009-05-13 - Change TestApp so that the application is in t/lib, to make it easier for Catalyst to force our package to be immutable.
2009-05-17PkgSrc changes:sno2-6/+6
- Updating package for p5 module Catalyst::Plugin::Session from 0.21 to 0.22 Upstream changes: 0.22 2009-05-13 - INSANE HACK to ensure B::Hooks::EndOfScope inlines us a new method right now in Catalyst::Plugin::Session::Test::Store for Catalyst 5.80004 compatibility. This change does not in any way affect normal users - it is just due to the fairly crazy way that Catalyst::Plugin::Session::Test::Store works, and that module is _only_ used for unit testing session store plugins pre-installation. Session::Test::Store should be replaced with a more sane solution, and other CPAN modules using it moved away from using it, but this change keeps stops new Catalyst breaking other distributions right now.
2009-05-17PkgSrc changes:sno2-6/+6
- Updating package for Catalyst::Manual from 5.7020 to 5.7021 Upstream changes: 5.7021 8 May 2009 - Switch to SimpleDB for auth - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords - Re-write PostgreSQL section in appendix - Remove "create=dynamic" and only cover "create=static" for DBIC helper - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells) - There is no Catalyst::Config, fix reference to it. (t0m) - Misc minor adjustments
2009-05-17PkgSrc changes:sno2-6/+7
- Updating package for p5 module Rose::HTML::Objects from 0.602 to 0.603 - Adjusting dependency Upstream changes: 0.603 (05.06.2009) - John Siracusa <siracusa@gmail.com> * Fixed a bug that cause the class attribite on label tags not to be cleared correctly. (Reported by Denis Moskowitz)
2009-05-17Stop the "squid31" package from cluttering "${PKG_SYSCONFDIR}" withtron5-3/+60
various configuration and example files. Leave the installation of the example files to "pkgsrc" instead. Problem reported by Hasso Tepper in private e-mail.
2009-05-17Update Opera to 9.64.obache2-16/+15
Release Notes Opera 9.64 is a recommended security and stability upgrade, incorporating the Opera Presto 2.1.1 user agent engine. Opera highly recommends all users to upgrade to Opera 9.64 to take advantage of these improvements. Release date: 03.03.2009 Changes and improvements since Opera 9.63 Security * Fixed an issue where specially crafted JPEG images could be used to execute arbitrary code, as reported by Tavis Ormandy of the Google Security Team; see our advisory: http://www.opera.com/support/kb/view/926/ * Fixed an issue where plug-ins could be used to allow cross domain scripting, as reported by Adam Barth; details will be disclosed at a later date. * Fixed a moderately severe issue; details will be disclosed at a later date. * Added Untrusted Rootstore Capability: * Opera downloads only the detailed information about untrusted (blacklisted) certificates when they are encountered * If download fails for certificate information in the list, Opera considers any certificate matching the ID as untrusted * Added version conditional fetching of certificate dependencies from an online repository * Fixed a problem downloading the CRL (Certificate Revocation List) * Fixed a problem that could cause SSL to deadlock in one state, hanging the connection * Fixed a problem that could cause the incorrect calculation of Certificate IDs * Implemented Extended Validation (EV) for cross-signed EV Root Certificates not shipped by default * Implemented preshipping of the Entrust 2048 CA (Certificate Authority) * Implemented Root Certificate fetching from an online repository when an intermediate matches a certificate in the repository * Improved support for weak encryption when importing .p12 private certificates * Prevented security information documents from being written to disk Miscellaneous * Fixed a problem which created separate feed notifications; Opera now groups them together * Fixed a problem with the backspace key event in the Flash plug-in * Fixed a problem with inline find when no text was entered, and the Enter key was pressed * Fixed an instability error with the 64 bit Linux version
2009-05-17Update typolight27-translations package to 20090510.taca4-9/+15
Slovak language translation files are updated to support TYPOlight 2.7.0.
2009-05-16Removed references to a non-existent patch-aa file. I wonder how theserillig13-26/+13
entries got there.
2009-05-146.12adrianp2-6/+6
The twelfth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release. This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement: * SA-CORE-2009-006 - Drupal core - Cross site scripting In addition to this security vulnerability, the following bugs have been fixed since the 6.11 release: * #353328 by catch, BrianV: When a new commment is added, the redirection path should point to page, where the new comment is. * #239945 by Xano, JeremyFrench, Damien Tournoud, andypost: Should not iterate over the children in taxonomy_get_tree() anymore if we reached max_depth. * #292565 by grendzy, John Morahan, Jody Linn: remove path munging on 403/404 pages, which caused problems for login redirects * #448268 by dww: Make sure that submitting the themes admin form clears out the update status cache, just like the modules admin form does.
2009-05-145.18adrianp2-6/+6
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement: * SA-CORE-2009-006 Drupal core - Cross site scripting In addition to this security vulnerability, the following bugs have been fixed since the 5.15 release: * #396224 partial rollback of SA-CORE-2009-003 security hardening. * #396224 adding missing documentation comment update. By dvessel and pwolanin. * #267305 by brianV. Remove ?>. * #305544 by jsenich. Add missing clear-block to admin by modules. * #330084 by c960657: Remove unnecessary duplication of the From header value in Reply-to; standards indicate setting the From header should be sufficient.
2009-05-13Update to 0.1.6.snj3-10/+12
Changes: + Add Delete All to transferbar + Show search in context menu + Implement 'Default' search engine + Show only icons in Statusbar Features + Implement Clear private data + Support News Feed icon and external aggregator + Fix reloading of Not found pages + Fixup spaces when middle click opening + Fix possibly wrong identificaton string + Optionally search engines in completion + Optionally Gtk 2.16 entry progress and icon + Experimental panel detaching + Support external download manager again + Implement '-a', '--app' argument + Implement '-c', '--config' argument + Fix a bookmark saving issue + Support data: URIs in the address entry + Several performance and memory leak fixes + Load cookies idle to accelerate startup + Support mailto: links + Save tab reordering in the session + Add a Cookie Manager extension + Fix crashers in Colourful Tabs
2009-05-13Update to 1.1.6.snj4-20/+25
Changes: - Several ATK support additions and fixes got landed, with many roles being now implemented, providing better accessibility. - Caret browsing is now available. - Spelling check has been implemented using Enchant; the API is still lacking, and some of the functionality still needs to be improved, though. - Error reporting is now available, with default error pages, and API that allows the application to override the default behavior; localization of those pages is still not supported, but planned. - More crashes and other bugs fixed.
2009-05-13Update typolight27-translations to 20090510.taca4-13/+19
Update Dutch and Latvian translation files.