summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-06Recursive PKGREVISION bump for xulrunner, nss, and nspr.ryoon95-183/+190
2012-03-06Needs pkg-configjoerg1-2/+2
2012-03-06Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS.ryoon3-7/+7
2012-03-06Updated devel/xulrunner to 10.0.2ryoon2-3/+6
Updated devel/nspr to 4.9.2beta1 Updated devel/nss to 3.13.1 Updated www/firefox to 10.0.2
2012-03-06Update xulrunner 10.0.2ryoon2-14/+62
* Improve sparc64 support. Thank you, martin@ Changelog: * Fix security bugs * Other improvements and bugfixes
2012-03-06Update xulrunner 10.0.2 and corresponding nspr and nss.ryoon53-663/+1407
* Improve sparc64 support. * Use external libraries (for example cairo, libvpx etc.) Thank you, martin@ Changelog: * Fix security bugs * Other improvements and bugfixes
2012-03-06Highest version of gcc in pkgsrc is now 4.6.3hans1-2/+2
2012-03-06Allow to accept not only ruby 192, but also 193.obache1-2/+2
2012-03-06Note update of mail/postfix package to 2.8.9.taca1-1/+2
2012-03-06Update postfix to 2.8.9.taca2-7/+6
Postfix stable release 2.8.9 is available. This contains fixes that are already part of Postfix 2.9 and 2.10. * The "change header" milter request could replace the wrong header. A long header name could match a shorter one, because a length check was done on the wrong string. Reported by Vladimir Vassiliev. * Core dump when postlog emitted the "usage" message, caused by an extraneous null assignment. Reported by Kant (fnord.hammer). You can find the updated Postfix source code at the mirrors listed at http://www.postfix.org/.
2012-03-06Updated sysutils/xe-guest-utilities to 6.0.2sborrill1-1/+2
2012-03-06Update for XenServer 6.0.2sborrill1-4/+4
2012-03-06Add logrotatesbd1-1/+2
2012-03-06Added sysutils/logrotate version 3.8.1sbd1-1/+2
2012-03-06Add logrotate-3.8.1 as sysutils/logrotatesbd11-0/+225
The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. Normally, logrotate runs as a daily cron job.
2012-03-06Take care come video standard macros added by V4L2 in Linux 2.6.17 (not in ↵obache2-1/+39
NetBSD).
2012-03-06Note update of emacs-snapshot.minskim1-1/+2
2012-03-06Update emacs-snapshot to 24.0.94.20120305.minskim4-10/+9
Notable changes: * simple.el (count-words): If called from Lisp, return the word count, for symmetry with `count-lines'. Arglist changed. * faces.el (face-spec-reset-face): For the default face, reset the attributes to default values (Bug#10748). * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in previous patch: Check `message-send-mail-function', and not the default function (bug#10897). * cus-start.el: Make x-select-enable-clipboard-manager customizable. * Depessimize the handling of very large macros.
2012-03-06Add CCACHE_COMPILERCHECK to the environment when using ccache.sbd1-2/+2
2012-03-05Fix building with Xcode installed in /Applications (as is the current ↵adam2-3/+14
version on Lion).
2012-03-05Use correct CoreText header on Mac OS X.adam2-1/+17
2012-03-05Note PKGREVISION bump of gri.minskim1-1/+2
2012-03-05Reduce gri's dependencies on TeX.minskim1-5/+3
2012-03-05Note PKGREVISION bump of mmix.minskim1-1/+2
2012-03-05Reduce mmix's dependencies on TeX.minskim1-6/+5
2012-03-05Add tex-cweb{,-doc}.minskim2-2/+6
2012-03-05Import tex-cweb-doc-3.64ad as print/tex-cweb-doc.minskim4-0/+23
This is documentation for tex-cweb.
2012-03-05Import tex-cweb-3.64ad as print/tex-cweb.minskim4-0/+31
The Cweb system is a system for Structured Software Documentation (also known as Literate Programming) in the programming language C.
2012-03-05Updated lang/gcc46 to 4.6.3wiz2-3/+3
2012-03-05Update to 4.6.3, from Kai-Uwe Eckhardt.wiz2-6/+6
GCC 4.6.3 This is the [22]list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.6.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here). 22. http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.3
2012-03-05Reset maintainer.wiz2-4/+4
2012-03-05Updated security/p5-Net-SSLeay to 1.45sno1-1/+2
2012-03-05Updating package for CPAN distribution Net::SSLeay in security/p5-Net-SSLeaysno2-6/+6
from 1.42 to 1.45. Upstream changes: 1.45 2012-02-25 Added mising doc for SESSION_cmp. Patch by paul. 1.44 2012-02-25 Added missing t/data/binary-test.file to MANIFEST 1.43 2012-02-24 Fixed some typos. Patched by Neil Bowers. SSLeay.pm convenience functions now call Net::SSLeay::initialize that initializes the SSL library at most once. Patch from kmx to protect SSLeay_add_ssl_algorithms from multiple loads and reentrancy in multi-threaded perls. Patch from kmx to add reentrancy protection for callbacks in multithreading. Updated ppport.h, fixed some complaints from ppport.h Fixed a problem with CTX_use_PKCS12_file on Windows, since the file was not opened in binary mode. Reported by kmx. Added resources line for SVN repository to Makefile. Suggested by kmx. Fixed complaints unders some windows compilers about cast from pointer to integer of different size. Suggested by kmx. Added thread safety and dynamic locking. This should complete thread safety work, making Net::SSLeay completely thread-safe. Patches by kind assistance of kmx. Improvements to openssl backwards compatibility. Now build with versions back to 0.9.6. With extreme thanks to kmx. Improvements to documentation, thanks to kmx. SUMMARY OF NEWLY INTRODUCED FUNCTIONS: - Net::SSLeay::initialize - Net::SSLeay::SSLeay - Net::SSLeay::SSLeay_version - Net::SSLeay::SSLeay_version - Net::SSLeay::ASN1_TIME_new - Net::SSLeay::ASN1_TIME_free - Net::SSLeay::ASN1_TIME_set - Net::SSLeay::P_ASN1_TIME_get_isotime - Net::SSLeay::P_ASN1_TIME_set_isotime - Net::SSLeay::P_ASN1_TIME_put2string - Net::SSLeay::OpenSSL_add_all_digests - Net::SSLeay::P_EVP_MD_list_all - Net::SSLeay::EVP_get_digestbyname - Net::SSLeay::EVP_MD_type - Net::SSLeay::EVP_MD_size - Net::SSLeay::EVP_MD_CTX_md - Net::SSLeay::EVP_MD_CTX_create - Net::SSLeay::EVP_MD_CTX_destroy - Net::SSLeay::EVP_DigestInit - Net::SSLeay::EVP_DigestInit_ex - Net::SSLeay::EVP_DigestUpdate - Net::SSLeay::EVP_DigestFinal - Net::SSLeay::EVP_DigestFinal_ex - Net::SSLeay::EVP_Digest - Net::SSLeay::SHA1 - Net::SSLeay::SHA256 - Net::SSLeay::SHA512 - Net::SSLeay::EVP_sha1 - Net::SSLeay::EVP_sha512 Fixed a problem with set_proxy where the password was not properly set. The code to do this went missing at some stage. Reported by Ulrich Weber via RT. Further improvements to testing time functions. Added t/local/37_asn1_time.t Added various digest functions, documentation and tests Removed debug from P_ASN1_TIME_get_isotime. Courtesy kmx. Remove unnecessary warnings about Random number generator not seeded. Courtesy kmx. Fixed an error in 04_basic.t triggered if Test::Exception not present. Added documentation for many CTX_ functions. Courtesy kmx. Fixed mionor typos in SSLeay.xs. Courtesy kmx. Moved documentation to new lib/Net/SSLeay.pod. Courtesy kmx. Additions to documentation in pod. Courtesy kmx. Fixed some incorrect return types from SSL_set_options SSL_CTX_set_options. Courtesy kmx. Further documentation in pod. Courtesy kmx. Small fixes to XS code + one new trivial function SSL_CIPHER_get_name And one more thing - 02_pod_coverage.t is turned ON passing all tests - never ever allow a new function without at least a short doc. Courtesy kmx. Removed 2 unnecessary 'local $[;' from SSLeay.pm
2012-03-05Updated databases/postgresql84 to 8.4.11; databases/postgresql83 to 8.3.18adam1-1/+17
2012-03-05Changes 8.4.11:adam3-7/+9
* Require execute permission on the trigger function for CREATE TRIGGER * Convert newlines to spaces in names written in pg_dump comments * Fix btree index corruption from insertions concurrent with vacuuming * Allow non-existent values for some settings in ALTER USER/DATABASE SET * Track the OID counter correctly during WAL replay, even when it wraps around * Fix regular expression back-references with * attached * Fix recently-introduced memory leak in processing of inet/cidr values * Avoid double close of file handle in syslogger on Windows * Fix I/O-conversion-related memory leaks in plpgsql * Improve pg_dump's handling of inherited table columns * Fix pg_restore's direct-to-database mode for INSERT-style table data * Fix error in contrib/intarray's int[] & int[] operator * Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv() * Fix one-byte buffer overrun in contrib/test_parser * Use __sync_lock_test_and_set() for spinlocks on ARM, if available * Use -fexcess-precision=standard option when building with gcc versions that accept it * Allow use of threaded Python on FreeBSD
2012-03-05Changes 8.3.17:adam3-7/+8
* Require execute permission on the trigger function for CREATE TRIGGER * Convert newlines to spaces in names written in pg_dump comments * Fix btree index corruption from insertions concurrent with vacuuming * Allow non-existent values for some settings in ALTER USER/DATABASE SET * Track the OID counter correctly during WAL replay, even when it wraps around * Fix regular expression back-references with * attached * Fix recently-introduced memory leak in processing of inet/cidr values * Avoid double close of file handle in syslogger on Windows * Fix I/O-conversion-related memory leaks in plpgsql * Improve pg_dump's handling of inherited table columns * Fix pg_restore's direct-to-database mode for INSERT-style table data * Fix error in contrib/intarray's int[] & int[] operator * Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv() * Fix one-byte buffer overrun in contrib/test_parser * Use __sync_lock_test_and_set() for spinlocks on ARM, if available * Use -fexcess-precision=standard option when building with gcc versions that accept it * Allow use of threaded Python on FreeBSD
2012-03-05Updated www/p5-Template-Toolkit to 2.24sno1-1/+2
2012-03-05Updating package for CPAN distribution Template in www/p5-Template-Toolkitsno2-6/+6
from 2.23 to 2.24. Upstream changes: #----------------------------------------------------------------------- # Version 2.24 - 8th February 2012 #------------------------------------------------------------------------ * Added text virtual methods: upper, lower, ucfirst, lcfirst, squote, dquote, trim, collapse, html and xml. * Fixed bug RT#67918 - Bug in Makefile.PL command line parsing when 2 = signs were in an arguement. * Fixed bug RT#74335 - Added documentation for some methods that were lacking it to keep Pod::Coverage happy.
2012-03-05Updated textproc/p5-Text-CSV_XS to 0.86sno1-1/+2
2012-03-05Updating package for CPAN module Text::CSV_XS in textproc/p5-Text-CSV_XSsno2-6/+6
from 0.85 to 0.86. Upstream changes: 0.86 - 2012-01-22, H.Merijn Brand * Introduce quote_binary attribute * Update copyright to 2012 * Versions * Fixed a utf8::decode on undef (found by perl-5.15.7) * Fixed localized $/ interference with other handles (RT#74216)
2012-03-05Use wish from pkgsrc for the case x11/tk is buildlinked.obache1-1/+3
2012-03-05Use tclsh from pkgsrc for the case lang/tcl is buildlinked.obache1-1/+3
2012-03-05Fix a compile issue where it's possible to return an unset value.roy2-1/+17
2012-03-05Updated devel/p5-Class-Accessor-Grouped to 0.10006sno1-1/+2
2012-03-05Updating package for CPAN distribution Class::Accessor::Grouped insno2-6/+6
devel/p5-Class-Accessor-Grouped from 0.10003 to 0.10006. Upstream changes: 0.10006 2011-12-30 03:52 (UTC) - Silence warnings resulting from incomplete can() overrides hiding get/set_simple methods 0.10005 2011-12-26 12:43 (UTC) - Depend on newer bugfixed Class::XSAccessor - Repack with correct metadata (RT#73100) 0.10004 2011-11-28 21:20 (UTC) - No longer leak internal __CAG* methods into the inheritable namespace
2012-03-05Updated devel/p5-Class-Inspector to 1.27sno1-1/+2
2012-03-05Updating package for CPAN distribution Class::Inspector insno2-6/+6
devel/p5-Class-Inspector from 1.25 to 1.27. Upstream changes: 1.27 Wed 25 Jan 2012 - Moving to prod release 1.26_01 Tue 24 Jan 2012 - Updating to Module::Install::DSL 1.04 - Updating copyright year - Remove usage of defined @{"X::ISA"} to avoid warnings in 5.15.7 and later Perl 5.16 (Tom Wyant)
2012-03-05Updated devel/p5-Capture-Tiny to 0.17sno1-1/+2
2012-03-05Updating package for CPAN distribution for Capture::Tiny insno2-6/+6
devel/p5-Capture-Tiny from 0.16 to 0.17. Upstream changes: 0.17 2012-02-22 08:07:41 EST5EDT Fixed: - Added a workaround for failing t/08-stdin-closed.t under blead perl / 5.15.8 [rt.perl.org #111070] Documented: - Clarified some limitations; added a link to CPAN Testers Matrix; removed redundant BUGS section; standardized terminology Tested: - Added a test using Inline::C to print to stdout and stderr in response to rt.cpan.org #71701
2012-03-05Updated archivers/p5-Archive-Tar to 1.84sno1-1/+2