Feature request/code had been submitted upstream "back then", and
apparently a different solution has been implemented upstream in the
meantime, but our package was upgraded without removing our patch.
Packages Collection.
The Perl 5 module CGI::Cookie::Splitter provides a pretty simple
interface to generate small cookies that are under a certain limit,
without wasting too much effort.
- use -fPIC in all the needed places.
- add USE_TOOLS+=gmake; this requires gmake to build properly.
- add missing dir to PLIST.
Also fix some LP64 issues that warned but didn't break the build.
Note however that the SSL code will not work in an LP64 environment;
it relies heavily on being able to cast pointers to int without losing
information. The ssl option should probably be blacklisted on LP64
platforms.
PKGREVISION++.
* Updated PCRE to version 7.7.
* Fixed overflow in memnstr().
* Fixed crash in imageloadfont when an invalid font is given.
* Fixed open_basedir handling issue in the curl extension.
* Fixed mbstring.func_overload set in .htaccess becomes global.
For a full list of changes in PHP 4.4.9, see the ChangeLog.
(http://www.php.net/ChangeLog-4.php#4.4.9)
This also adds ${PREFIX}/lib/php to the default include_path in php.ini
which makes integration with PEAR a little simpler.
Pkgsrc changes:
o Bump dependency on CXCRUD as dictated below
Upstream changes:
0.14 11 Aug 2008
* fix Makefile.PL to reflect CXCRUD 0.28 required
0.13 11 Aug 2008
* change form_to_object() to support PKs of multiple columns
0.21 Mon Aug 11 2008
- add a cookbook entry for converting an existing config to
Config::General format
- fix up pod to explain in more detail how to pass options to each
driver class (Sergio Salvi)
- add nice syntax for plugins to match models/views/controllers (ilmari)
Drupal 6.4, 2008-08-13
----------------------
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
BlogAPI, Cross site request forgeries and Various Upload module
vulnerabilities), see SA-2008-047.
- Improved error messages during installation.
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
- Fixed a variety of small bugs.
Drupal 5.10, 2008-08-13
-----------------------
- fixed a variety of small bugs.
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
BlogAPI and Cross site request forgery), see SA-2008-047
1.87=1.86_03 2008-08-08
1.86_03 2008-08-03 by Alexandr Ciornii
- disabled 99semaphore.t. Help needed.
1.86_02 2008-06-27 by Alexandr Ciornii
- correct number of tests in 99semaphore.t
1.86_01 2008-06-20 by Alexandr Ciornii
- use Carp::confess in Apache::Session::Lock::Semaphore
- more info in die message in Apache::Session::Generate::MD5
(RT#36412, by Knu t Arne Bjorndal)
- semaphore tests check for semctl availability
- Makefile.PL prints message if perl version < 5.006
=== RELEASE 2.1.pre37 - RELEASE 2.2 ===
- Swiss German (Zueriduetsch) translation
- Fix scrollbars being offset by few pixels when "scrolling" attribute
was used
- Drop .gz or .bz2 extension when viewing files downloaded from ftp (and
decompressing them)
- Turn memory debugging off by default
- Security bug fixed: when "only proxies" is selected, don't pass URLs
to external programs
Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org.
Upstream changes:
version: 0.15
date: Sun Dec 4 20:36:15 EST 2005
changes:
- Fixed missing tests
Pkgsrc changes:
o local patch no longer available upstream, probably integrated,
so removed here.
o Add commented-out HOMEPAGE at search.cpan.org.
Upstream change log not available (reported); appear to be:
o Now require Kwiki version 0.39
o use "has_utf8" instead of "use_utf8" to match Spoon
Pkgsrc changes:
o Remove now-unneeded patch (adopted upstream)
Upstream changes:
Version 1.60 (2008/08/06)
Fixed up the tests some more, updated changelog. (Which I'd
forgotten about...)
Pkgsrc changes:
o Add new dependency on p5-Readonly.
Upstream changes:
0.4.13 Wed Jul 30 18:14:59 PDT 2008
Added Readonly as dependency
0.4.12 Wed Jul 30 04:09:26 PDT 2008
Perltidy'd
Fixed RT#33571 and RT#37617 (gregor herrmann)++
Addresses RT#37840 (clscott++)
0.4.11 Thu Feb 28 20:44:29 PST 2008
Fix documentation bug for notifications->send_email
Add FAQ entry for RT#31620 and RT#31944
Regen'ed README
Fixed utf8 encoding issue: RT#32500 (thanks for the patch, Ryan)
Added get_lists in friends namespace
Added data namespace with tests
Updated documentation to match various API updates
Perltidy'd
0.4.10 Sat Dec 1 17:30:58 PST 2007
Fixed bug where session_key parameter value wasn't being used when
passed to a call (thanks Louise-Philippe)
Perl-tidied and critiqued
Added stub documentation for base and new methods
0.4.9 Sun Nov 25 11:39:47 PST 2007
Fixed some documentation errors
Updated documentation to match current documentation on Facebook site
Added pages namespace
Removed get_FBML and set_FBML in profile namespace
0.4.8 Sun Nov 11 14:37:41 PST 2007
Updated docs and added FAQ with two questions
Added marketplace
Added users->has_app_permission, users->is_app_added, users->set_status
Added feed->publish_templatized_action (thanks King Mak)
Changed autogen methods for subclasses in API.pm (thanks Shawn)
No longer send secret when authenticating (thanks Derek)
Update from version 0.9.5.1 to 0.9.5.2.
Pkgsrc change:
o Add in a patch from CPAN GNATS # 7583.
Upstream change (not recorded in Changes):
o Check for undefinedness before using it as a value.
Pkgsrc change:
o Add in a patch from CPAN GNATS # 7583.
Upstream change (not recorded in Changes):
o Check for undefinedness before using it as a value.
Pkgsrc changes:
o Fix a problem with using p5-Test-Output (optional, not DEPENDS+= here)
Upstream changes (from README file; missing updated Changes reported):
Version 1.59 (2008/06/01)
Better tests, better Meta.yml.
Version 1.58 (2008/05/28)
Another attempt at cleanup, as well expanding the Meta.yml file.
Version 1.57 (2008/05/28)
Cleaned up the Mac-specific files that were getting created in the
archive.
Version 1.56 (2008/05/27)
Added the start of a testing suite. In the process, I found an
error: HTML defines the tag 'NOFRAMES', not 'NOFRAME'. Both are
currently in the tag list, but consider 'NOFRAME' depriciated.
The test suite requires Test::More and Test::Output.