Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
|
|
* Added the lookaside memory allocator for a speed improvement in excess of 15%
on some workloads. (Your mileage may vary.)
* Added the SQLITE_CONFIG_LOOKASIDE verb to sqlite3_config() to control the
default lookaside configuration.
* Added verbs SQLITE_STATUS_PAGECACHE_SIZE and SQLITE_STATUS_SCRATCH_SIZE to
the sqlite3_status() interface.
* Modified SQLITE_CONFIG_PAGECACHE and SQLITE_CONFIG_SCRATCH to remove the "+4"
magic number in the buffer size computation.
* Added the sqlite3_db_config() and sqlite3_db_status() interfaces for
controlling and monitoring the lookaside allocator separately on each
database connection.
* Numerious other performance enhancements
* Miscellaneous minor bug fixes
|
|
|
|
20080804
Bugfix: dangling pointer in vstring_sprintf_prepend().
File: util/vstring.c.
20080814
Security: some systems have changed their link() semantics,
and will hardlink a symlink, contrary to POSIX and XPG4.
Sebastian Krahmer, SuSE. File: util/safe_open.c.
The solution introduces the following incompatible change:
when the target of mail delivery is a symlink, the parent
directory of that symlink must now be writable by root only
(in addition to the already existing requirement that the
symlink itself is owned by root). This change will break
legitimate configurations that deliver mail to a symbolic
link in a directory with less restrictive permissions.
|
|
20080804
Bugfix: dangling pointer in vstring_sprintf_prepend().
File: util/vstring.c.
20080814
Security: some systems have changed their link() semantics,
and will hardlink a symlink, contrary to POSIX and XPG4.
Sebastian Krahmer, SuSE. File: util/safe_open.c.
The solution introduces the following incompatible change:
when the target of mail delivery is a symlink, the parent
directory of that symlink must now be writable by root only
(in addition to the already existing requirement that the
symlink itself is owned by root). This change will break
legitimate configurations that deliver mail to a symbolic
link in a directory with less restrictive permissions.
|
|
|
|
build on amd64 and probably others.
|
|
|
|
|
|
|
|
build on amd64 and probably others.
|
|
file, don't include the SUBST results in the patch, and add a missing dep
on libX11. PKGREVISION++.
|
|
|
|
for details.
|
|
from chat/silc-client. I dunno if this alone will make the package
build or work, but it certainly can't hurt.
|
|
of the modules doesn't compile against the portable locking code. Doesn't
affect other platforms, so no revision bump.
|
|
|
|
|
|
0.22 Mo Mai 29 21:15:17 CEST 2006
- Bugfixs
0.23 Mi Aug 2 15:48:19 UTC 2006
- Re-added support of MIT Kerberos 1.2.x
0.24 Wed, 21 Feb 2007 20:59:39 +0100
- Changed tests as an answer to FAIL 413320
0.25 So 3. Feb 20:18:16 UTC 2008
- Enhancement to use OpenSolaris/Solaris 10 native gss library
0.26 Fr 15. Feb 22:32:10 UTC 2008
- modified Makefile.PL to trigger no FAIL testreports
in case of missing prerequirements.
|
|
Also, round size of shmget() requests to be page-aligned; at least on
amd64 -current this seems to be required to run at all.
PKGREVISION++.
|
|
- 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 time/p5-DateTime-Locale to 0.41
Updated time/p5-DateTime-TimeZone to 0.79
Updated time/p5-DateTime to 0.4304
Updated mail/p5-MIME-Lite-HTML to 1.22
Updated math/p5-Set-Crontab to 1.02
Updated math/p5-Set-Infinite to 0.63
Updated security/p5-Authen-SASL to 2.11
Updated mail/p5-Email-MIME-Attachment-Stripper to 1.315
Updated www/p5-HTML-LinkExtractor to 0.13
Updated net/p5-Socket6 to 0.21
|
|
Pkgsrc changes:
o Canonicalize HOMEPAGE
o Add USE_LANGUAGES=c
Upstream changes:
2008-08-17 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.21.
* Socket6.xs: Make it buildable on the following environment by
defining WINVER as 0x0501:
- Windows XP SP3
- ActivePerl-5.10.0.1003-MSWin32-x86-285500
- MinGW-5.1.4
- nmake 9.00.21022.08 (shipped with VisualStudio 2008 Express)
Submitted by: "IWAMURO Motonori" <vmi@nifty.com>
|
|
packages.
|
|
|
|
which makes integration with PEAR a little simpler.
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 Canonicalize HOMEPAGE
Upstream changes:
0.13 Fri Jan 7 00:47:13 2005
- bugs 9468, 7828
|
|
Pkgsrc changes:
o Fix MASTER_SITES
o Fix up DEPENDS acocrding to updated dependencies
o Change HOMEPAGE to use searc.cpan.org and standardized URL
Upstream changes:
1.315 2008-07-08
http://rt.cpan.org/Public/Bug/Display.html?id=20536
improve docs, improve handling of nested multipart
thanks to DROLSKY and to the guys at Best Practical
1.314 2007-10-02
bug fix: bump up prereq on Email::MIME::Modifier
(fixes a scalar deref issue, reported by JESSE)
|
|
Pkgsrc changes:
o Change MAINTAINER to pkgsrc-users@ as per communication with maintainer
Upstream changes:
Authen-SASL 2.11 -- Mon Apr 21 10:23:19 CDT 2008
Enhancements
* implement securesocket() in the ::Perl set of plugins
Bug Fixes
* fix parsing challenges from GnuSASL
* update tests for DIGEST-MD5
* New test from Phil Pennock for testing final server response
|
|
Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users@ as per communication with maintainer
Upstream changes:
0.63 2008-07-21
- minor tweak in union(); added tests
0.62 2008-07-20
- fixed a problem in union() that caused first() to return a wrong result.
reported by David Gang
|
|
Pkgsrc changes:
o Change MAINTAINER to pkgsrc-users@ as per communication with maintainer
Upstream changes:
1.02 2008-07-30
* The 1.01 distribution tarball was broken; this is what it should
have been.
1.01 2008-07-30
* Relicensed on request from the old Artistic License to "the same
terms as Perl itself" (i.e. new Artistic/GPL).
(No functional changes.)
|
|
Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users@ as per communication with maintainer
o Adjust dependencies to match Makefile.PL
Upstream changes:
1.22 2006/09/09 18:05:00 alian
- Fix rt#19656: unknown URI schemes cause rewrite to fail
- Fix rt#17385: make test semi-panics
- Fix rt#7841: Text-Only Encoding Ignored
- Fix rt#21339: no license or copyright information provided
- Fix rt#19655: include_css is far too aggressive
|
|
Pkgsrc changes:
o Change MAINTAINER to pkgsrc-users@, as per communication with maintainer
Upstream changes:
0.4304 2008-07-13
- Fix test failures when tests are run with DateTime::Locale
0.41. Reported by David Cantrell via CPAN Testers.
0.4303 2008-07-12
- There is a new leap second coming at the end of 2008.
|
|
Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users@ as per communication with maintainer
Upstream changes:
0.79 2008-07-29
- This release is based on version 2008e of the Olson database. The
major changes in this release are for Mauritius and Central Europe
(historical changes only).
- Fixes for the local TZ tests on Win32. Thanks to David Pinkowitz for
pointing out my mistake.
0.78 2008-07-12
- This release is based on version 2008d of the Olson database. The
major changes in this release are for Mauritius and Brazil (which
now has a new America/Santarem zone).
0.7701 2008-06-03
- Many fixes and improvements to the tests for local time zone
handling on Windows. Based on a patch from David Pinkowitz.
* There are no code changes in this release besides these test
changes.
|
|
Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users, per communication with maintainer
Upstream changes:
0.41 2008-07-12
- Based on CLDR 1.6
- Added the CLDR version to the catalog and generated files. In the
future, if you load a locale from an older CLDR version than the
catalog's version, you will get a warning.
|
|
www/zope29-2.9.9nb1
www/zope210-2.10.6nb1
www/zope211-2.11.1nb1
|
|
Zope's security advisory 2008-08-12.
Bump PKGREVISION.
|
|
Updated www/p5-Catalyst-Plugin-ConfigLoader to 0.21
Updated databases/p5-CatalystX-CRUD to 0.28
Updated www/p5-CatalystX-CRUD-Controller-RHTMLO to 0.14
Updated time/p5-DateTime-Format-Pg to 0.16002
Updated net/p5-Net-Amazon-S3 to 0.44
Updated math/p5-Spreadsheet-WriteExcel to 2.23
Updated devel/p5-Set-IntSpan to 1.13
Added time/p5-DateTime-Precise version 1.05
Updated net/p5-Net-eBay to 0.50
|
|
Pkgsrc changes:
o Adjust dependencies to match the package's Makefile.PL
Upstream changes:
0.50 Patches by Michael Hendrick to enable compression and use
of 'warn' instead of print STDERR.
0.49 Patches by Michael Hendrick and Tim Keefer.
0.48 Changes ebay-search.pl to add --currency and --country
0.47 Added more Scripts
0.46 Fixed POD coverage; changed some scripts in a minor way
0.45 Updated listing script to submit picture URL.
0.44 Added dependency on DateTime::Precise
0.43 Changed stuff for new way of specifying pictures when listing items
0.42 Added _last_text variable to have the last original XML response value
|
|
|
|
The purpose of this library was to replace our dependence on Unix
epoch time, which, being limited to a range of about 1970 to 2030,
is inadequate for our purposes (we have data as old as 1870). This
date library effectively handles dates from A.D. 1000 to infinity,
and would probably work all the way back to 0 (ignoring, of course,
the switch-over to the Gregorian calendar). The useful features of
Unix epoch time (ease of date difference calculation and date
comparison, strict ordering) are preserved, and elements such as
human-legibility are added. The library handles fractional seconds
and some date/time manipulations used for the Global Positioning
Satellite system.
The operators +/-, <=>, cmp, stringify are overloaded. Addition
handles seconds and fractions of seconds, subtraction handles
seconds or date differences, compares work, and stringification
returns the a representation of the date.
The US Geological Survey (USGS) likes midnight to be 24:00:00 of
the previous day, not 00:00:00 of the day people expect. If
$DateTime::Precise::USGSMidnight is set, dprintf will always print
midnight as 24:00:00 and the date returned from dprintf will have
the previous day's date. Regardless, time is always stored internally
as 00:00:00.
|
|
Changes:
1.13 2007 Oct 27
- recoded member(), insert(), and remove() to use a binary search
1.12 2007 Sep 08
- added support for spans in constructors
1.11 2007 Mar 17
- added mutating set operations
- added operator overloads
1.10 2007 Mar 04
- extened new to take list of set_specs
- added size as an alias for cardinality
- added sets method
- added cover (extent), and holes methods
- added inset, pad, and trim methods
- added grep_spans and map_spans functions
|
|
|
|
|
|
Loudmouth 1.4.1
Loudmouth 1.4.1 contains a bugfix from 1.4.0 causing some clients to be disconnected if connected through a NAT firewall.
Loudmouth 1.4.0 contains no changes from 1.3.4 but is simply a release to mark it as the new stable branch.
Loudmouth 1.3.4
Loudmouth 1.3.4 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.
Loudmouth 1.3.3 released
Loudmouth 1.3.3 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.
Loudmouth 1.3.2 released
Loudmouth 1.3.2 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.
|