Age | Commit message (Collapse) | Author | Files | Lines |
|
because the git package doesn't need that. Depend on scmgit-base
instead of scmgit because I can't see how this requires the man pages
to be installed.
Drop dependency on apache because this ought to work with other
web servers.
Take maintainership, but only because it's not maintained.
|
|
in Apache 2.2.6 and these patches are noop.
|
|
Drupal 6.16, 2010-03-03
----------------------
- Fixed security issues (Installation cross site scripting, Open redirection,
Locale module cross site scripting, Blocked user session regeneration),
see SA-CORE-2010-001.
- Better support for updated jQuery versions.
- Reduced resource usage of update.module.
- Fixed several issues relating to support of install profiles and
distributions.
- Added a locking framework to avoid data corruption on long operations.
- Fixed a variety of other bugs.
|
|
Drupal 5.22, 2010-03-03
-----------------------
- Fixed security issues (Open redirection, Locale module cross site scripting,
Blocked user session regeneration), see SA-CORE-2010-001.
|
|
* Update Czech language files.
* Correct PLIST file for Croatian.
|
|
* comments: Display number of comments in comment action link.
* Rebuild wikis on upgrade to this version to get the comment counts
added to existing pages.
* Loosen regexp, to allow empty quoted parameters in directives.
* Add force_overwrite setting to make setup automator overwrite existing
files/directories.
* Fix admin openid detection in setup automator, and avoid prompting
for a password.
* Add new --clean option; this makes ikiwiki remove all built
files in the destdir, as well as wrappers and the .ikiwiki directory.
|
|
|
|
Update Croatian, Czech, French, Japanese, Italian, Russian and Swedish
language files are updated.
|
|
|
|
Based on package provided by @anyakichi via twitter.
Termtter is a Terminal based Twitter client.
|
|
pkgsrc chage: switch to user-destdir.
2.8.1 (2010-02-28)
* Added: different update modes for overriding multiple group memberships
* Fixed: the install tool does not handle equals sings in passwords (#1338)
* Fixed: articles drop-down menu in news/events is causing a fatal error (#1593)
* Fixed: several issues in the Comments class (BBCode parser)
* Fixed: image link elements do not support the new image resize options (#1585)
* Fixed: table sort script interchanges the classes even and odd (#1589)
* Fixed: inconsistent file tree behavior (#1582)
* Fixed: Date class not supporting negative Unix timestamps (#1591)
* Fixed: apply file permissions to image thumbnails when the Safe Mode
Hack is used (#1398)
* Fixed: several issues with the new calendar/event list navigation (#1584)
* Fixed: Widget class not validating the maximum input length (#1578)
* Fixed: relative URLs in RSS feeds are not converted to absolute URLs (#1596)
* Fixed: the toggleVisibilty() methods do not support save_callbacks
and versioning
* Fixed: access control for comments is missing in the new comments module
* Fixed: no active record available in onsubmit_callbacks in
"override multiple" mode
* Fixed: Swiff does not check whether the Flash plugins is available (#1601)
* Fixed: navigation module start/stop levels fail if there is a reference
page (#1607)
* Fixed: the style sheet module does not show an error if a file is not
writeable (#1598)
* Fixed: FancyUpload does not work in the popup file manager (#1608)
* Fixed: wrong thumbnail size if only height and maximum front end width
are given
* Fixed: file manager does not urlencode filenames (#1616)
* Fixed: not all elements and modules pass the data array to the view (#1604)
* Fixed some minor issues
|
|
Czech and Italian language files are updated.
|
|
|
|
|
|
Lua support for libcurl.
Connect and communicate to many different types of servers with many
different types of protocols.
This project is not a fork of LuaCURL, which is a direct mapping of
parts of the libcurl-easy interface.
The intent of Lua-cURL is to adapt the
* Easy Interface
* Multi Interface
* Shared Interface
of libcurl to the functionality of Lua (for example by using iterators
instead of callbacks when possible).
|
|
|
|
|
|
be good enough
(this file needs more cleanup, the color stuff looks outdated)
|
|
Package is largely abandoned and deprecated by GNOME in favor of epiphany.
No objections on pkgsrc-users@.
|
|
This is the first stable release since 3.0.12.
It introduces IPv6 support, improved keep-alive support and a bunch of
minor improvements.
|
|
|
|
changes:
-bugfix (for Google Reader)
-translation updates
|
|
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.19 Sun Feb 21 15:39:27 2009
Remove rafb.net support since it's been shut down
- See also http://rafb.net/paste/
|
|
pkgsrc changes:
- Add license definition
Upstream changes:
1.34 - January 7, 2009
Remove quadratic memory allocation during multipart_buffer reads
[joes]
have fill_buffer() completely fill the multipart_buffer. This
bug is tickled by the FireFox 2.0 when doing ssl uploads:
https://bugzilla.mozilla.org/show_bug.cgi?id=356470
https://bugzilla.mozilla.org/show_bug.cgi?id=369414
move the mod_perl version detection to the top of Makefile.PL, so
Apache-Test and other things won't fool around with %INC and confuse
the detection code. [Stas]
|
|
pkgsrc changes:
- Add license definition
Upstream changes:
@section v2_12 Changes with libapreq2-2.12 (released March 13, 2009)
- C API [joes]
Make the cookie parser a little more flexible.
@section v2_11 Changes with libapreq2-2.11 (not released)
- Interactive CGI module [issac]
Allow cgi module to interactively prompt for parameters and cookies when
running a script from the command line and not from a CGI interface
@section v2_10 Changes with libapreq2-2.10 (not released)
- Perl Glue [joes]
Fix the linking of the perl modules to libapreq2 and libapr
on Solaris.
- Perl Glue [joes]
Fix install-time linking issue of the .so modules.
Previously they would remain linked against the src
library path, not the install path.
- C API [joes]
Add optional interface for apreq_handle_apache2().
- C API [joes]
Clean up buggy apreq_hook_find_param().
- Perl Glue Build [Philip M. Gollucci]
config.status format changed format yet again in autoconf 2.62+.
- License [Mladen Turk]
Add libapreq.rc and generate libapreq.res
- Build [Mladen Turk]
Add APREQ_DECLARE_EXPORT/APREQ_DECLARE_STATIC
in the same way as APR declares so that dllexport/dllimport
get correctly handled.
- Build [Randy Kobes]
Add appropriate manifest command to embed manifest files on Win32
when using VC8
- C API [Andy Grundman, joes]
Add missing bytes_read initializer to apreq_handle_custom().
- C API [suggested by Vinay Y S, tested by Steve Hay and Peter Walsham]
For Win32, remove the
flag |= APR_FILE_NOCLEANUP | APR_SHARELOCK;
in apreq_file_cleanup, to avoid problems with file uploads.
@section v2_09 Changes with libapreq2-2.09 ( not released)
- C API [joes]
Fix leak associated to calling apreq_brigade_fwrite() on an upload
brigade.
- Build [Philip M. Gollucci]
SunOS (Solaris)
Users must use gmake not make for building.
- Build [Philip M. Gollucci]
SunOS (Solaris)
Code around bug in libtool (at least in 1.5.18, 1.5.20, 1.5.22)
causing mod_apreq2 to be built instead of mod_apreq2.so
- C API [Philip M. Gollucci]
Fix comparison signed vs unsigned comparison
in apreq_fwritev() on SunOS/gcc where iovec.iov_len is a long.
- Build [Philip M. Gollucci]
SunOS (Solaris)
fix duplicate link error to libexpat.so -- by using the one from httpd
exclusively now.
- Build [Philip M. Gollucci]
code around |#_!!_#| autoconf 2.60 bug.
|
|
ChangeLog file.
Also switch DESTDIR support to user-destdir.
the TYPO3 core team has just released the TYPO3 versions 4.3.2 and
4.2.12, which are now ready for you to download. All versions are
maintenance releases and contain bugfixes and security fixes.
IMPORTANT:
These versions include important security fixes to the TYPO3 core. A
security announcement has just been released:
https://typo3.org/teams/security/security-bulletins/typo3-sa-2010-004/
For details about the release, see:
http://wiki.typo3.org/index.php/TYPO3_4.3.2
http://wiki.typo3.org/index.php/TYPO3_4.2.12
|
|
Upstream changes:
0.20 21 Feb 2010
* pass field->description through when transforming related Field
objects.
|
|
pkgsrc changes:
- Adjust license definition
Upstream changes:
- Bug fix:
# bug in version 0.08 and older, result was error:
# Modification of a read-only value attempted
# at lib/CSS/Squish.pm line 220
|
|
pkgsrc changes:
- Updating dependencies
Upstream changes:
20100211 Thu Feb 11 04:02:26 PST 2010
Bug Fixes
* Finding URIs inside brackets was pretty badly broken by
the last release. (Michael Peters)
|
|
pkgsrc changes:
- Use correct module type for perl install routine
Upstream changes:
0.42 Thu Feb 18 10:13:11 PST 2010
* Inline uri_unescape to drop URI::Escape which is the only non-core
dependency of this distribution. -- miyagawa
* Do not special case COOKIE and sets Cookie header to HTTP_COOKIE. -- miyagawa
O'Reilly's WebSite server misuses COOKIE environment instead of
HTTP_COOKIE. We don't need to replicate that bug since
HTTP::Server::Simple is a server, not a CGI library like CGI.pm.
0.41_01 Tue Feb 2 12:08:15 PST 2010
* Pluggable CGI class support based on a patch from NANIS
|
|
pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.07 2010-01-24 20:40:00
- Up IO::File dependency.
|
|
Update Czech and Polish language files.
|
|
or configure fail to link tests on SUA 6.0.
|
|
providers. Bump revision.
|
|
|
|
"libexec/pinger", simply use "SPECIAL_PERMS".
Now all three "squid" packages support user destination dir installation.
|
|
|
|
|
|
|
|
|
|
by default. Use that configure option if the "snmp" option is disabled.
|
|
Bump PKGREVISION.
|
|
Bulgarian, Dutch, French, Japanese, Polish, Russian and Swedish language
files are updated to support TYPOlight 2.8.0.
|
|
pkgsrc changes:
- Note that it uses C language
Upstream changes:
Version 0.69 -- 15 Feb 2010 <mst@shadowcat.co.uk> Matt S Trout
o No changes since the previous development release.
Version 0.68_02 -- 13 Jan 2010 <mst@shadowcat.co.uk> Matt S Trout
o Make the PRINT method return a boolean value rather than the
number of bytes written, previous patch was incorrect.
Version 0.68_01 -- 10 Jan 2010 <mst@shadowcat.co.uk> Matt S Trout
o Force signal handler installation so that we correctly install handlers
for SIGPIPE. Fixes RT#5100 <bobtfish@bobtfish.net>
o Make the PRINT method return the number of bytes written rather than
undef to be consistent with the IO:: interface. Fixes RT#24347
<David Dick>
o Fix UTF-8 double encoding when FCGI is passed octets by downgrading
them into bytes correctly. Fixes RT#52400 <chansen@cpan.org>
|
|
Security and bugfix release.
|
|
Security and bugfix release. (no MFSAs released at time of writing)
While here drop defunct debug option from firefox and reduce diff to wip/
|
|
|
|
package now.
|
|
from SUBDIR.
|
|
2.8.0 (2010-02-16)
* Updated MooTools More to version 1.2.4.3
* Updated mediabox plugin to version 1.2.0 (#1401)
* Updated SwiftMailer plugin to version 4.0.6 (#1470)
* Improved the e-mail address spam protection algorithm (#1248)
* Added insert tags article/faq/news/event_open, _url and _title (#1370)
* Added an option to assign CSS IDs/classes to teaser elements (#1392)
* Added an option to disable FancyUpload (#1423)
* Removed PCRE modifier /e for better compatibility (#1405)
* Fixed issue with empty alias drop-down menus
* Fixed issue with feed names not being mandatory (#1317)
* Fixed issue with page language not being set correctly (#1326)
* Fixed issue with collations drop-down not being MySQL 4.1 compatible (#1336)
* Fixed issue with comments module not supporting multiple forms (#1332)
* Fixed inconsistent access permissions (#1319)
* Fixed issue with system messages not being shown (#1365)
* Fixed issue with back end top links not working correctly (#1358)
* Fixed issue with basic entities not being restored in the website title
(#1359)
* Fixed issue with style sheets not being updated correctly (#1351)
* Fixed issue with DC_Table::copyChilds() not working correctly (#1360)
* Fixed issue with incorrectly encoded characters in the security question
(#1380)
* Fixed issue with german dates not being validated correctly (#1381)
* Fixed issue with "*_teaser" insert tags not supporting aliases (#1389)
* Fixed issue with front end users losing group membership (#1403)
* Fixed issue with listing module not working when alias usage is disabled
(#1408)
* Fixed issue with cached pages being sent with the wrong header (#1407)
* Fixed issue with right column articles overriding the page title (#1440)
* Fixed issue with publish icons not being set correctly (#1436)
* Fixed issue with unsearchable news/events being added to the sitemap (#1464)
* Fixed issue with striptags() not supporting POST arrays (#1429)
* Fixed issue with events being opened in a new window (#1453)
* Fixed issue with article teaser links not being limited to the website root
(#1409)
* Fixed issue with textual font-sizes not being imported (#1465)
* Fixed issue with users not being redirected to login upon Ajax requests
(#1466)
* Fixed issue with TextField widgets not supporting arrays (#1342)
* Fixed issue with newsletter reader not supporting plain text messages (#1478)
* Fixed issue with news and event insert tags creating wrong links (#1396)
* Fixed issue with TextArea default values not supporting line breaks (#1430)
* Fixed issue with thumbnails being created although no resizing is required
(#1468)
* Fixed issue with empty news/event text in the back end overview (#1489)
* Fixed issue with FancyUpload script not being compatible to extTYPOlight
(#1487)
* Fixed issue with Date class not supporting the Swedish time format (#1498)
* Fixed issue with inconsistent label_callback function calls (#1488)
* Fixed issue with newsletter reader not replacing insert tags (#1506)
* Fixed issue with home directories not being unique (#1490)
* Fixed issue with events not being shown in "shortened view" (#1473)
* Fixed issue with ModuleCustomnav generating invalid links (#1543)
* Fixed issue with subpalettes not evaluating scripts (#1522)
* Fixed issue with listing module generating invalid profile links (#1532)
* Fixed issue with sortable tables not supporting negative numbers and floats
(#1529)
* Fixed issue with listView headers not supporting time fields (#1540)
* Fixed issue with Folder::isEmpty() returning wrong results (#1555)
* Fixed issue with users not being able to create new pages in a root page
(#1554)
* Fixed issue with BBCode parser stripping tags and code snippets (#1543)
* Fixed issue with style sheet importer not handling textual font colors (#1553)
* Fixed some minor issues
|