summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2010-04-16Update typolight28-translations pacakge to 20100415.taca4-25/+26
Update Czech, French, Italian, Lithuanian and Swedish language files.
2010-04-16Add & enable p5-Starletseb1-1/+2
2010-04-16Initial import of p5-Starlet version 0.08 in the NetBSD Packagesseb3-0/+36
Collection. The Perl 5 module Starlet provides a standalone HTTP/1.0 server. It is suitable for running HTTP application servers behind a reverse proxy and supports the following features: prefork and graceful shutdown using Parallel::Prefork, hot deployment using Server::Starter, fast HTTP processing using HTTP::Parser::XS .
2010-04-14Update p5-Starman from version 0.1006 to version 0.2001.seb2-9/+7
Pkgsrc changes: - adjust dependencies Upstream changes: 0.2001 Tue Apr 13 21:45:15 PDT 2010 - Fixed the way to set the default Delayed loader 0.2000 Tue Apr 13 20:22:24 PDT 2010 - INCOMPATIBLE: starman executable by default loads the application with Delayed to be safer. Use --preload-app command line option to preload the application in the master process. See `starman --help` for details. 0.1007 Tue Apr 13 19:45:59 PDT 2010 - Fixed a bug where Content-Length less response are sent in Keep-Alive without chunked, choking HTTP/1.0 clients (patspam) #6
2010-04-14Update p5-Plack from version 0.9929 to version 0.9930.seb2-7/+7
Pkgsrc changes: - Adjust dependencies Upstream changes: 0.9930 Tue Apr 13 20:18:06 PDT 2010 - Added Plack::Handler::Net::FastCGI (chansen) - Made Test::TCP a hard dependency since Plack::Test needs it - Added Delayed loader for Starlet and Starman (clkao) - Hide logger middleware from log4perl's caller stack (haarg)
2010-04-13update to 3.28.3drochner2-7/+6
changes: bugfixes
2010-04-13Update typolight28-translations package to 20100413.taca3-12/+12
Update Czech and Japanese translation files are updated to support TYPOlight 2.8.2.
2010-04-13Update typolight28 package to 2.8.2.taca3-11/+22
Version 2.8.2 (2010-04-13) -------------------------- - Updated TCPDF to version 4.9.011 (#1802) - Updated TinyMCE to version 3.3.2 (#1711) - Updated MooTools More to version 1.2.4.4 (#1697) - Added: added the white Mediabox theme (#1637) - Added: DC_Table "oncut_callback" and "oncopy_callback" (#1745) - Added: added the active record to "ondelete_callbacks" (#1721) - Added: added class "trail" to the custom navigation module (#1691) - Added: added the wildcard ##token## to the newsletter subscription module (#1729) - Added: added the Russian typolinks translation to TinyMCE (#1744) - Added: the image resizer now considers the file modification time (#1743) - Added: added ­ as basic entity (#1768) - Added: added the "mode" parameter to the image insert tag (#1712) - Added: added a loadDataContainer hook (#1687) - Added: added an addComment hook (#1669) - Fixed: special HTML characters were encoded twice (#1642) - Fixed: the newsletter reader failed to replace insert tags (#1645) - Fixed: the subtree navigation did not work in the popup file manager (#1653) - Fixed: the BBCode parser did not add missing URI protocols (#1658) - Fixed: PDF exports contained incorrect download links (#1654) - Fixed: the option "always show in sitemap" did not work for hidden pages (#1679) - Fixed: the downloads element did not hide meta.txt files (#1688) - Fixed: the downloads element did not pass all meta information (#1689) - Fixed: reverted the changes to the navigation menu (#1635) - Fixed: the function addToUrl() generated invalid URLs in the front end (#1707) - Fixed: the Config library did not handle numeric strings correctly (#286) - Fixed: the Mediabox plugin did not support .jpeg file extensions (#1728) - Fixed: the file manager allowed invalid file and folder names (#1699) - Fixed: the news and event reader did not overwrite the page description (#1702) - Fixed: regular users were not able to copy/move multiple content elements (#1715) - Fixed: the PDF export function did not handle whitespace characters correctly (#1716) - Fixed: news headlines appeared twice in link headlines (#1749) - Fixed: the search module did not remove insert tags from the keywords string (#1750) - Fixed: the file tree widget did not validate the mounted paths (#1746) - Fixed: the task center e-mails contained invalid links (#1753) - Fixed: the option "show protected pages" also showed guest pages (#1694) - Fixed: the list wizard did not render correctly if the first item was empty (#1740) - Fixed: System::idnaEncode() encoded more than just the domain name (#1748) - Fixed: the Captcha field was missing class="mandatory" (#1767) - Fixed: the newsletter recipient importer did not count correctly (#1732) - Fixed: regular users could not edit comments on unmounted pages (#1659) - Fixed: the ZipReader class failed to handle empty files (#1804) - Fixed: the Newsletter module did not embed images correctly (#1799) - Fixed: parameters passed to the file insert tag were cached by the Input object (#1818) - Fixed a possible request forgery vulnerability in the back end - Fixed some minor issues
2010-04-13Add & enable p5-Twiggyseb1-1/+2
2010-04-13Initial import of p5-Twiggy version 0.1005 in the NetBSD Packagesseb3-0/+38
Collection. the Perl 5 module Twiggy is a lightweight and fast HTTP server with unique features such as: PSGI, AnyEvent, fast header parser, and superdaemon aware.
2010-04-13Update p5-Starman from version 0.1005 to version 0.1006.seb2-6/+6
Upstream changes: 0.1006 Tue Apr 13 00:01:23 CEST 2010 - Fixed 100% CPU loop when an unexpected EOF happens (Graham Barr)
2010-04-12-fix jit on netbsd/x86 (at least I hope so -- midori and epiphany workdrochner6-304/+126
well for me now) -update to 1.2.0 -- sorry, no concise changelog available
2010-04-12Introduce webkit-jit option, enabled by default (no changes).obache2-1/+16
Disabling jit will avoid startup crash of www/midori and www/epiphany, on NetBSD-5, reported as PR#42687 and PR#43039.
2010-04-12ikiwiki-{calendar,transition} are preprocessed now. PKG_DEVELOPER=YESschmonz1-3/+3
catches this, pointed out by wiz@ and spz@ with a fix from the latter. Not sure how I missed it.
2010-04-11Add a note about p5-Test-TCP dependencyseb1-1/+2
2010-04-11Add & enable p5-Dancerseb1-1/+2
2010-04-11Initial import of p5-Dancer version 1.175 in the NetBSD Packagesseb3-0/+41
Collection. Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide the simplest way for writing web applications, and offers the flexibility to scale between a very simple lightweight web service consisting of a few lines of code in a single file, all the way up to a more complex fully-fledged web application with session support, templates for views and layouts, etc.
2010-04-11Add & enable p5-Starmanseb1-1/+2
2010-04-11Initial import of p5-Starman version 0.1005 in the NetBSD Packagesseb3-0/+40
Collection. Starman is a PSGI perl web server that has unique features such as: high performance, preforking, signals suport, superdaemon aware, multiple interfaces and UNIX Domain Socket support, small memory footprint, PSGI compatible, HTTP/1.1 support, UNIX only.
2010-04-11Update p5-HTML-Parser from version 3.64 to version 3.65.seb2-6/+6
Upstream changes: 2010-04-04 Release 3.65 Gisle Aas (1): Eliminate buggy entities_decode_old Salvatore Bonaccorso (1): Fixed endianness typo [RT#50811] Ville Skyttä (1): Documentation fixes.
2010-04-11Update p5-FCGI from version 0.69 to version 0.71.seb2-7/+7
Pkgsrc changes: - placate pkglint Upstream changes: Version 0.71 -- 1 Apr 2010 <rafl@debian.org> Florian Ragwitz o Fix some more defined(%hash) warnings on perl 5.12. Version 0.70 -- 22 Mar 2010 <bobtfish@bobtfish.net> Tomas Doran o Fix use of defined %hash which becomes deprecated in perl 5.12
2010-04-11Add & enable p5-CGI-PSGIseb1-1/+2
2010-04-11Initial import of p5-CGI-PSGI version 0.10 in the NetBSD Packagesseb3-0/+28
Collection. The Perl 5 module CGI::PSGI is for web application framework developers who currently uses CGI to handle query parameters, and would like for the frameworks to comply with the PSGI protocol.
2010-04-11Add & enable p5-CGI-Emulate-PSGIseb1-1/+2
2010-04-11Initial import of p5-CGI-Emulate-PSGI version 0.06 in the NetBSDseb3-0/+30
Packages Collection. The Perl 5 module CGI::Emulate::PSGI allows an application designed for the CGI environment to run in a PSGI environment, and thus on any of the backends that PSGI supports.
2010-04-11+ php-uploadprogressobache1-1/+2
2010-04-11Add & enable p5-HTTP-Server-Simple-PSGIseb1-1/+2
2010-04-11Import php5-uploadprogress-1.0.1 as www/php-uploadprogress.obache3-0/+23
Based on PR#41692 by Mike Bowie. PHP extension to track progress of a file upload.
2010-04-11Initial import of p5-HTTP-Server-Simple-PSGI version 0.14 in theseb3-0/+29
NetBSD Packages Collection. The Perl 5 module HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that can run PSGI applications.
2010-04-11Add & enable p5-FCGI-Clientseb1-1/+2
2010-04-11Initial import of p5-FCGI-Client version 0.04 in the NetBSD Packagesseb3-0/+31
Collection. The Perl 5 module FCGI::Client is a client library for fastcgi protocol.
2010-04-10Add & enable p5-CGI-Compileseb1-1/+2
2010-04-10Initial import of p5-CGI-Compile version 0.11 in the NetBSD Packagesseb3-0/+32
Collection. The Perl 5 module CGI::Compile is an utility to compile CGI scripts into a code reference, like ModPerl::Registry, that can run many times on its own namespace, as long as the script is ready to run on a persistent environment.
2010-04-10Add & enable p5-Net-FastCGIseb1-1/+2
2010-04-10Initial import of p5-Net-FastCGI version 0.11 in the NetBSD Packagesseb3-0/+34
Collection. The Perl 5 module Net::FastCGI aims to provide a complete API for working with the FastCGI protocol. The primary goal is to provide a function oriented and object oriented API which are not tied to a specific I/O model or framework. Secondary goal is to provide higher level tools/API which can be used for debugging and interoperability testing.
2010-04-10Add & enable p5-HTTP-Parser-XSseb1-1/+2
2010-04-10Initial import of p5-HTTP-Parser-XS version 0.07 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module HTTP::Parser::XS is a fast, primitive HTTP request parser that can be used either for writing a synchronous HTTP server or a event-driven server.
2010-04-10Add & enable p5-PSGI and p5-Plackseb1-1/+3
2010-04-10Initial import of p5-Plack version 0.9929 in the NetBSD Packagesseb3-0/+43
Collection. The Perl 5 module Plack is a set of tools for using PSGI stack. It contains middleware components, a reference server and utilities for Web application frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.
2010-04-10Initial import of p5-PSGI version 1.03 in the NetBSD Packagesseb3-0/+30
Collection. PSGI specifies a standard interface between web servers and Perl web applications or frameworks, to promote web application portability and reduce the duplicated efforts by web application framework developers It is a specification to decouple web server environments from web application framework code.
2010-04-10Update konq-plugins to 4.4.0markd3-17/+109
Version for KDE SC 4.4. Changes unknown.
2010-04-10Update KDE to 4.4.2markd2-122/+5
For 4.4.0 major new technologies have been introduced, including social networking and online collaboration features, a new netbook-oriented interface and infrastructural innovations such as the KAuth authentication framework. According to KDE's bug-tracking system, 7293 bugs have been fixed and 1433 new feature requests were implemented. KDE SC 4.4.1 has a number of improvements: A performance problem in KMail when sending emails has been fixed Various fixes in Plasma widgets and other addons, such as the analog clock and the picture frame A number of fixes in Konsole, KDE's powerful terminal application KDE SC 4.4.2 has a number of improvements: Possible crashes in Plasma, Dolphin and Okular have been fixed The Microblog applet now shows the correct time in the timeline The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI anymore
2010-04-10Update midori to 0.2.4.obache4-21/+46
v0.2.4 + Prevent completion from overlapping + Fix tab order when restoring session + Ignore accidentally middle click search + Implement bookmark export to XBEL + Provide scroll hotkeys, default to Vim + Store and complete search in location + Fix opening externally with multiple windows + Only use icons in panel buttons + Fix build with different GTK+ versions + Omit micro version and arch from ident string v0.2.3 + Improve relocatability for Win32 + Implement 'Close other tabs' menu item + Use new GTK+ accessors where available + Allow searching freely in History panel + Re-implement completion based on sqlite + Re-implement completion suggestion popup + Simplify sqlite use towards efficient calls + Move panel icons to the bottom + Merge Netscape Plugins and Extensions panels + Implement 'about:version' special page + Implement 'Preferred languages' preference + Improve window raising behaviour + Allow Ctrl+Right-click to suppress javascript menu + Add 'Open link as web app' in context menu + Add 'Block image' menu item to Adblock + Location progress and compat code refactored + Implement 'Paste and proceed' in location + Move DNS prefetching into the core + Allow selecting and deleting multiple cookies + Support attaching/ detaching web inspector + Always enable web inspector + --diagnostic-dialog command line switch + Faster file existence checks + Simplified, faster adblock implementation v0.2.2 + Turn libnotify into a proper build-time dependency + Use Ctrl + Return to open tabs from the location entry + Support right-click on bookmark menu items + Support -e in midori -a and with multiple commands + Make Middle click open selection search if needed + Make Ctrl+C work as expected again + Fix order of History, Trash and Recently opened pages + Revise Shortcuts dialogue to fix oddities + Perform Form history completion case insensitive + Add 'Web Cache' to Delete Private data dialogue + Load accels from /etc/xdg if present + Improve XBEL format compatibility and performance + Fix inline find by correcting key handling + Add option to open panels in separate windows + Support Portrait orientation in Fremantle + Support Hildon MIME and URI handling + Check status before caching in Web Cache + Show popup menu on news feed icon if needed + Support Colourful Tabs with Tab Panel + Tweak sqlite and dbus handling for Win32 + 'Run as web app' and 'Show in toolbar' for bookmarks + Add 'Small icons' toolbar style + Fix build with Glib < 2.20 and GTK+ < 2.12 + Add Import bookmarks for XBEL, Opera and RDF + Add Open Link in Foreground/ Background Tab menu + Allow closing all tabs + Hildon file chooser support v0.2.1 + Fix Mouse Gestures to work after activation + Explicitly link to X11 to support gold + Implement various Hildon specific features + Hide the navigationbar in fullscreen + Implement permanent storage of form history + Support keyboard shortcuts like Ctrl+Tab or "a" + Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT + Make creation of new windows fast + Introduce the Tab History List extension + Load icons laziy at startup to speed up startup + Introduce a Web Cache extension + Refactor and tweak the Preferences dialogue + Implement combos to choose external applications v0.2.0 + (Kinetic) drag scrolling on touchscreen devices + Workaround a speed dial crasher + Faster Adblock with element blocking, for all WebKitGTK+ versions + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support + Add a DNS prefetching extension + Better IDN handling + Add a form history extension + Restore scrolling positions from the session + Keep typed address when switching tabs + Avoid storing duplicate history items per day + Fix multiple duplicate HTTP authentication dialogs + Pass mailto: links to the email client + Improve context menu with WebKitGTK+ 1.1.15 + Checkbox "Remember password" in HTTP authentication + Fix a crasher when modifying bookmarks + Support page icons other than favicon.ico + iPhone identity in Network preferences v0.1.10: + Fix freezing when opening multiple windows + Revamp Adblock with WebKitGTK+ 1.1.14 API + Greatly improve the address completion + Always show news feed icon + Better handling of feeds in the feed panel + Add Gtk+ and WebKit version to the About dialog + Improve tab panel and support minimized tabs + Implement disabling of extensions in crahs dialog + Don't make the web inspector transient + Tidy up the Preferences a bit + Load default bookmarks and config from /etc + Do not use xprop at runtime + Use GNOME proxy server if libsoup-gnome is installed + Integrate Save As with transfers + Save HTTP logins in a text file + Support Undo and Redo with WebKitGTK+ 1.1.14
2010-04-09Update to ap-mono 2.6.3 and mono-xsp 2.6.3, part of mono 2.6.3kefren5-26/+26
Full Changelog: http://www.mono-project.com/Release_Notes_Mono_2.6.3
2010-04-09Update typo3 package to 4.3.3.taca3-10/+12
I coudn't access release note with the URL in release announce but I could with http://wiki.typo3.org/index.php/TYPO3_4.3.3 at this moment. Quote from release announce: TYPO3 version 4.3.3 is ready for download. It is a maintenance release of version 4.3 and therefore contains only bugfixes and security fixes. IMPORTANT: This version includes an important security fix to the TYPO3 core. A security announcement has just been released: http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-008/ For details about the release, see: http://wiki.typo3.org/TYPO3_4.3.3
2010-04-07Updated www/mediawiki to 1.15.3martti2-6/+6
This is a security and bugfix release of MediaWiki 1.15.3 and MediaWiki 1.16.0beta2. MediaWiki was found to be vulnerable to login CSRF. An attacker who controls a user account on the target wiki can force the victim to log in as the attacker, via a script on an external website. If the wiki is configured to allow user scripts, say with "$wgAllowUserJs = true" in LocalSettings.php, then the attacker can proceed to mount a phishing-style attack against the victim to obtain their password. Even without user scripting, this attack is a potential nuisance, and so all public wikis should be upgraded if possible. Our fix includes a breaking change to the API login action. Any clients using it will need to be updated. We apologise for making such a disruptive change in a minor release, but we feel that security is paramount. For more details see https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
2010-04-06Update typolight28-translations package to 20100406.taca3-8/+8
Update Dutch language files.
2010-04-05Update typolight28-translations package to 20100405.taca3-8/+8
Update Swedish language files.
2010-04-04Update typolight28-translations package to 20100404.taca3-8/+8
Update Czech language files.
2010-04-04Update to 3.20100403. From the changelog:schmonz5-26/+91
* websetup: Add websetup_unsafe to allow marking other settings as unsafe. * Improve openid url munging; do not display anchors and cgi parameters, as used by yahoo and google urls. * Add complete German basewiki and directives translation done by Sebastian Kuhnert. * Add a include setting, which can be used to make ikiwiki process wiki source files, such as .htaccess, that would normally be skipped for security or other reasons. Closes: #447267 (Thanks to Aaron Wilson for the original patch.) * Add support for setup files written in YAML. * Add --set-yaml switch for setting more complex config file options. * filecheck: Fix bugs that prevented the pagespecs from matching when not called by attachment plugin. * Fix incorrect influence info returned by a failing link() pagespec, that could lead to bad dependency handling in certian situations. * Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar if necessary for unusual install. * auto-blog.setup: Set tagbase by default, since most bloggers will want it. * Allow wrappers to be built using tcc. (Workaround #452876) * openid: Use Openid Simple Registration or OpenID Attribute Exchange to get the user's email address and username. (Neither is yet used, but they are available in the session object now.) * page.tmpl: Add Cache-Control must-revalidate to ensure that users (especially of Firefox) see fresh page content. * htmlscrubber: Allow colons in urls after '?' * template: Search for templates in the templatedir, if they are not found as pages in the wiki. Leaf package, updating during the freeze for bugfixes.