summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2012-03-05Updating package for CPAN distribution Archive::Tar insno2-6/+7
archivers/p5-Archive-Tar from 1.82 to 1.84. - adding comment why Perl5.10.1 is enough to fulfil IO::Compress::* Upstream changes: * important changes in version 1.84 02/03/2012 (HMBRAND) - ptar now supports -T option [rt#75473] - ptar now supports dashless options [rt#75475] - auto-encode filenames marked as UTF-8 [rt#75474]
2012-03-05Reset maintainer.wiz2-4/+4
2012-03-05Reset maintainer, do not use it much any longer.wiz2-4/+4
2012-03-05Reset maintainer, I do not use it much any longer.wiz1-2/+2
2012-03-05Note update of www/ruby-rack-cache package to 1.2.taca1-1/+2
2012-03-05Update ruby-rack-cache package to 1.2.taca4-12/+8
## 1.2 / March 2012 * Fix a cookie leak vulnerability effecting large numbers of Rails 3.x installs: https://github.com/rtomayko/rack-cache/pull/52 * Never 304 on PUT or POST requests. * Misc bundler and test tooling fixes.
2012-03-05Remove RCS tags from patches.obache7-37/+19
2012-03-05Add patch to fix directory reading problems:gdt4-5/+43
On NetBSD, force DIRBLKSIZ to 512, which matches the block size (and thus padding) for the representation of directories in UFS. coda_readdir will call the readdir from the container filesystem, and thus the padding of directories must match what the container filesystem would have done. Analysis and fix due to Brett Lymn. Not yet reported upstream; a better fix is desired. Also: Set LICENSE. Add annotations to other patches about their upstream status, after pinging upstream.
2012-03-05Updated www/apache-tomcat7 to 7.0.26abs1-1/+2
2012-03-05Updated www/apache-tomcat7 to 7.0.26abs2-6/+6
Tomcat 7.0.26 (markt) Catalina code Provide constants for commonly used Charset objects and use these constants where appropriate. (markt) Refactor the fix for 52184 to correct two issues (a fix missing class and incorrect class/method names) when using the extras logging packages. (markt) 52444: Only load classes during HandlesTypes fix processing if the class is a match. Previously, every class in the web application was loaded regardless of whether it was a match or not. (markt) fix 52488: Correct typo: exipre -> expire. (markt) add Add a unit test for SSO authentication. Patch provided by Brian Burch. (markt) 52511: Correct regression in the fix for 51741 that fix caused a harmless exception to be logged when scanning for annotations and WEB-INF/classes did not exist. (markt) code Refactor to remove a circular dependency between org.apache.catalina and org.apache.naming. (markt) Remove some initialisation code from the standard code start process (i.e. via the scripts) that was intended for embedding but is not required when performing a standard start.(markt) Add new method to MBeanFactory that allows any Valve add to be created and deprecate the methods to create specific Valves. (markt) add Partial sync of MIME type mapping with mime.types from the Apache web server. (rjung) 52577: Fix a regression in the fix for 52328. fix Prevent output truncation when reset() is called on a response. (mark) 52586: Remove an old and now unnecessary hack that fix modified the path info reported via the javax.servlet.forward.path_info request attribute when forwarding to an error page. (markt) 52587: Ensure that if it is necessary to fall back fix to the default NullRealm, the NullRealm instance is created early enough for it to be correctly initialised. (markt) fix Fix millisecond output in AccessLogValve when using a SimpleDateFormat based time pattern. (rjung) 52591: When dumping MBean data, skip attributes fix where getters throw UnsupportedOperationException. (markt) 52607: Ensure that the extension validator checks fix the JARs in the shared and common class loaders for extensions. (markt) Correct a threading issue in the generation of the list of standard authenticators during Context fix initialization that could lead to a web application failing to start if Contexts were started in parallel. (markt) 52669: Correct regression that broke annotation processing in /WEB-INF/classes for web applications fix deployed as WARs, packageless classes and some embedding scenarios. The regression was introduced by the invalid assumptions made in the fix for 51741. (markt) fix 52671: When dumping MBean data, skip attributes where getters throw NullPointerException. (markt) Javadocs Coyote 51543: Provide a meaningful error message when add writing more response headers than permitted. (markt) 52547: Ensure that bytes written (which is used by fix the access log) is correctly reset after an HTTP 1.0 request has been processed. (markt) code Minor refactoring to reduce code duplication in the HTTP connectors. (markt) 52606: Ensure that POST bodies are available for fix reply after FORM authentication when using the AJP connectors. (markt) * Building Jasper 52474: Ensure that leading and trailing white space fix is removed from listener class names when parsing TLD files. (markt) 52480: When converting class path entries from URLs to files/directories, ensure that any URL encoded fix characters are converted. Fixes JSP compilation with javac when Tomcat is installed at a path that includes spaces. (markt) fix 52666: Correct coercion order in EL when processing the equality and inequality operators. (markt) Web applications Improve BUILDING.txt. Update instructions for update building. Add instructions for using Checkstyle and running the tests. (kkolinko) 38216: Improve handling of null return values in add the JMX proxy servlet which is part of the Manager application. (kkolinko) 52515: Make it clear in the Realm how-to in the fix documentation web application that digested password storage when using DIGEST authentication requires that MD5 digests are used. (markt) fix 52634: Fix typos in JSP examples. Patch provided by Felix Schumacher. (rjung) fix 52641: Remove mentioning of ldap.jar from docs. Patch provided by Felix Schumacher. (rjung) jdbc-pool Fix code style issues and enable Checkstyle checks fix for jdbc-pool when it is built within Tomcat. (kkolinko) fix 51582 Correct set and reset the query cache to avoid NPE (fhanik) Other Update Commons Daemon to 1.0.9 to resolve 52548 which fix meant that services created with service.bat did not set the catalina.home and catalina.base system properties. (markt) Implement check for correct end-of-line characters in add the source files. It is run as separate target in build.xml. (kkolinko)
2012-03-05Fix patch sums.hans1-7/+7
2012-03-05Doesn't build with python24. (it appears that Py_ssize_t isn't defined)dholland1-1/+3
2012-03-05python install different files on Linux-2.* and Linux-3.*sbd6-16/+29
2012-03-05Doesn't work with python24. (syntax error on "finally:")dholland1-1/+3
2012-03-05If NOGCCERROR is defined pass it to the make process.sbd1-1/+6
2012-03-05Add back glib-gio-kqueue-2.28.8-v3.patch to distinfoabs1-1/+4
2012-03-05Tweak this so it should configure (and then hopefully build) on PA-RISCdholland3-15/+29
on NetBSD. Tangentially related to PR 35235.
2012-03-05Updated pkgtools/bootstrap-mk-files to 20120305sbd1-1/+2
2012-03-05Mirror two changes from the NetBSD mk-files.sbd2-5/+10
1) Stop building catpages by default. 2) Derive MANINSTALL from MKCATPAGES. Bump package version.
2012-03-05Pass MKCATPAGES to packages that use BSD-style Makefiles.sbd1-1/+2
2012-03-05Deploy INSTALLATION_DIRS to avoid installing the executable as thedholland1-1/+3
bin dir, as happened in the QNX build posted a couple months ago.
2012-03-05Avoid trying to use <sys/errno.h>; it isn't standard, isn't needed, anddholland2-6/+9
fails on some platforms.
2012-03-05Note PKGREVISION bump of harmony.minskim1-1/+2
2012-03-05Reduce harmony's dependencies on TeX.minskim1-4/+6
2012-03-05Fix post-extract chmod so it hopefully works on Solaris. This thingdholland1-3/+2
ships with its toplevel dir mode 0, and it seems that on Solaris if you do find -exec chmod, find fails before it manages to run chmod.
2012-03-05mowitzdholland1-1/+2