summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-08-18Add & enable p5-CGI-Cookie-Splitterseb1-1/+2
2008-08-18Initial import of CGI-Cookie-Splitter version 0.02 in the NetBSDseb3-0/+29
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.
2008-08-18Add x11/docker to provide a system tray (notification area).ahoka1-2/+3
2008-08-18Updated databases/sqlite3 to 3.6.1adam1-1/+2
2008-08-18Changes 3.6.1:adam2-6/+6
* 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
2008-08-18postfixmartti2-4/+4
2008-08-18Updated mail/postfix-current to 2.6.20080814martti2-7/+7
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.
2008-08-18Updated mail/postfix to 2.5.4martti2-6/+6
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.
2008-08-18Describe lua option.dholland1-0/+1
2008-08-18Use the PIC flag for Fortran that autoconf picks out. Fixes brokendholland2-1/+15
build on amd64 and probably others.
2008-08-18Set MAINTAINER to pkgsrc-users@.epg8-16/+16
2008-08-18Fix typo that broke pkg-changes2html.dholland1-2/+2
2008-08-18My updates for today (games/crafty, games/xevil, www/screws)dholland1-1/+4
2008-08-18Use the PIC flag for Fortran that autoconf picks out. Fixes brokendholland2-1/+15
build on amd64 and probably others.
2008-08-17Fix broken build on amd64. Also combine two patches that were to the samedholland11-52/+243
file, don't include the SUBST results in the patch, and add a missing dep on libX11. PKGREVISION++.
2008-08-17web/py-webpy to 0.23darcy1-1/+2
2008-08-17Upgrade to 0.23. Many fixes and features. See http://webpy.org/changesdarcy3-11/+13
for details.
2008-08-17Update this with the sums for the current silc-client distfile, takendholland1-4/+4
from chat/silc-client. I dunno if this alone will make the package build or work, but it certainly can't hurt.
2008-08-17Add assembler bits for locking on amd64. Fixes broken build, because onedholland3-7/+49
of the modules doesn't compile against the portable locking code. Doesn't affect other platforms, so no revision bump.
2008-08-17Fix build failure on -current caused by openssl API change.dholland2-5/+15
2008-08-17p5-GSSAPI updatemarkd1-1/+2
2008-08-17Update p5-GSSAPI to 0.26markd2-6/+6
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.
2008-08-17Fix some 64-bit issues and a y2038 bug I noticed in passing.dholland5-2/+118
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++.
2008-08-17Fix broken amd64 build:dholland7-19/+105
- 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++.
2008-08-17One more set of updates:he1-1/+11
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
2008-08-17Update from version 0.20 to 0.21.he2-7/+8
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>
2008-08-17Add a comment about the changed behaviour in include_path WRT php{4,5}adrianp1-1/+3
packages.
2008-08-17Updated lang/php5 to 5.2.6nb2adrianp1-1/+2
2008-08-17This adds ${PREFIX}/lib/php to the default include_path in php.iniadrianp2-3/+10
which makes integration with PEAR a little simpler. PKGREVISION++
2008-08-17Updated www/php4 to 4.4.9adrianp1-1/+2
2008-08-17Security Enhancements and Fixes in PHP 4.4.9:adrianp4-9/+15
* 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.
2008-08-17Update from 0.121nb2 to 0.13.he2-8/+7
Pkgsrc changes: o Canonicalize HOMEPAGE Upstream changes: 0.13 Fri Jan 7 00:47:13 2005 - bugs 9468, 7828
2008-08-17Update from version 1.313 to 1.315.he2-10/+10
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)
2008-08-17Update from version 2.10 to 2.11.he2-7/+7
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
2008-08-17Update from version 0.61nb1 to 0.63.he2-8/+7
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
2008-08-17Update from version 1.00nb1 to 1.02.he2-8/+7
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.)
2008-08-17Update from version 1.21 to 1.22.he2-7/+10
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
2008-08-17Update from version 0.4302nb1 to 0.4304.he2-8/+7
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.
2008-08-17Update from version 0.77 to 0.79.he2-7/+7
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.
2008-08-17Update from version 0.4001 to 0.41.he2-8/+7
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.
2008-08-17Note update of zope packages:taca1-1/+4
www/zope29-2.9.9nb1 www/zope210-2.10.6nb1 www/zope211-2.11.1nb1
2008-08-17Add some changes from Zope's svn repository which should fixtaca12-6/+399
Zope's security advisory 2008-08-12. Bump PKGREVISION.
2008-08-17Today's set from here:he1-1/+10
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
2008-08-17Update from version 0.41nb1 to 0.50, OK'ed by maintainer.he2-7/+11
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
2008-08-17Add p5-DateTime-Precise.he1-1/+2
2008-08-17Import p5-DateTime-Precise version 1.05.he3-0/+45
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.
2008-08-17Update from version 1.09 to 1.13, OK'ed by maintainer.he2-6/+6
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
2008-08-17- loudmouth-1.4.1.wiz1-2/+1
2008-08-17Updated chat/loudmouth to 1.4.1wiz1-1/+2
2008-08-17Update to 1.4.1:wiz4-9/+35
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.