summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-05+ ruby-typed-arrayobache1-1/+2
2013-01-05Added misc/ruby-typed-array version 0.1.2obache1-1/+2
2013-01-05Import ruby-typed-array-0.1.2 as misc/ruby-typed-array.obache4-0/+41
All methods that alter the contents of an array that implements this Gem are first checked to ensure that the added items are of the types allowed. All methods behave exactly as their Array counterparts, including additional forms, block processing, etc.
2013-01-05Updated www/ruby-httpclient to 2.3.2obache1-1/+2
2013-01-05Update ruby-httpclient to 2.3.2.obache3-8/+11
= Changes in 2.3.2 = January 5, 2013 - version 2.3.2 * Changes * #138 Revert Timeout change unintentionally included in v2.3.1. It's reported that the change causes background processes not terminated properly. = Changes in 2.3.1 = January 1, 2013 - version 2.3.1 * Changes * #137 Signing key is expiring for cacert_sha1.p7s. Deleted p7s signature check for default cacerts. Sorry for many troubles in the past. This feature is not useful without having online/real-time CA certs update but I don't think I can implement it in near future. Users depend on this signature check (who puts cacert.p7s in R/W filesystem and ssl_config.rb in R/O filesystem) should take care the tampering by themself. * Bug fixes * #122 Support IPv6 address in URI = Changes in 2.3.0 = October 10, 2012 - version 2.3.0 * Features * Added debug mode CLI. bin/httpclient is installed as CLI. Usage: 1) % httpclient get https://www.google.co.jp/ q=ruby Usage: 2) %httpclient For 1) it issues a GET request to the given URI and shows the wiredump and the parsed result. For 2) it invokes irb shell with the binding that has a HTTPClient as 'self'. You can call HTTPClient instance methods like; > get "https://www.google.co.jp/", :q => :ruby * #119 Addressable gem support (only if it exists); should handle IRI properly. * Bug fixes * #115 Cookies couldn't work properly if the path in an URI is ommited. * #112, #117 Proper handling of sized IO (the IO object that responds to :size) for chunked POST. HTTPClient did read till EOF even if the given IO has :size method. * Handle '303 See Other' properly. RFC2616 says it should be redirected with GET. * #116 Fix "100-continue" support. It was just ignored. * #118 Support for boolean values when making POST/PUT requests with multiipart/form Content-Type. * #110 Allows leading dots in no_proxy hostname suffixes.
2013-01-05Updated security/ruby-simple_oauth to 0.2.0obache1-1/+2
2013-01-05Update ruby-simple_oauth to 0.2.0.obache3-8/+10
* Fix "URI.escape is obsolete" warnings on Ruby>=1.9 * Alias encode to escape and decode to unescape
2013-01-05Updated math/ruby-spreadsheet to 0.7.5obache1-1/+2
2013-01-05Update ruby-spreadsheet to 0.7.5.obache3-7/+9
=== 0.7.5 / 06.12.2012 * Add error tolerant values for Iconv when writing spreadsheet * by andrea@spaghetticode.it === 0.7.4 / 06.10.2012 * Adds Spreadsheet::Excel::Row#to_a method to properly decode Date and DateTime data. * patches by https://github.com/mdgreenfield/spreadsheet
2013-01-05Updated devel/ruby-ole to 1.2.11.6obache1-1/+2
2013-01-05Update ruby-ole to 1.2.11.6.obache2-6/+6
== 1.2.11.6 / 2012-12-10 - Fix breakage of writable IO stream detection on Windows (github #11).
2013-01-05Add LICENSE=, set NO_*_ON_*.gdt1-1/+10
The licensing for this package is unclear. In particular, it appears to contain an embedded copy of pdflib. Mark it non-redistributable until someone analyzes and addresses the issues.
2013-01-05LICENSE=, RESTRICTED=, set NO_*_ON_*.gdt1-1/+9
The license is only available as a pdf, and I decline to extract and check in text. This license is clearly non-Free, and no permission is granted to distribute source or binaries, so set NO_*_ON_*. Fixes PR pkg/43210.
2013-01-04Improve previous change so it honors BACULA_DB. From Petar Bogdanovic.dholland1-2/+2
2013-01-04Add missing pkg-config dependency.wiz1-1/+2
2013-01-04Bump PKGREVISION for previous commit.ryoon1-1/+2
2013-01-04Fix build on recent NetBSD 6.99.16.ryoon2-5/+30
See http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/sys/sysctl.h.diff?r1=1.204&r2=1.205&f=h&only_with_tag=MAIN&f=u Tested on NetBSD/i386 5.2 and NetBSD/amd64 current. Patch is provided from nonaka@. Thank you.
2013-01-04- drupal-6.27.taca1-2/+1
It was updated 20th Dec. 2012.
2013-01-04Clean up out-of-srcdir build handling.jperkin4-17/+14
2013-01-04Don't print the /bin/sh warning on SunOS-5.11, where /bin/sh is ksh93.jperkin1-2/+2
2013-01-04Updated textproc/icu to 50.1.1adam1-1/+2
2013-01-04Changes 50.1.1:adam3-7/+8
* 9306 Layout Engine changes for harfbuzz integration * 9677 Affixes set with e.g. DecimalFormat::setPositivePrefix now ignored for parse * 9714 OS/400 test failures * 9728 Fail building icu4c with mingw-w64 * 9737 Locale::GetDefault() in locid.cpp is not thread-safe * 9771 Updated Currency from/to data (CLDR 5470) * 9748 Visual Studio 2010/2012 issues * 9780 UNUM_PARSE_INT_ONLY no longer handles grouping sep * 9783 New Turkish Lira symbol * 9789 Date format parsing problem with new CLDR data * 9793 Currency data integration issue with CLDR 5470 changes * 9801 UCONFIG_NO_CONVERSION test failure * 9802 No data test failure
2013-01-04Remove PKGREVISIONadam1-2/+1
2013-01-04Changes 1.8.1:adam3-7/+8
UI, Workflows & Features * Command-line completion scripts for tcsh and zsh have been added. * "git-prompt" scriptlet (in contrib/completion) can be told to paint pieces of the hints in the prompt string in colors. * Some documentation pages that used to ship only in the plain text format are now formatted in HTML as well. * We used to have a workaround for a bug in ancient "less" that causes it to exit without any output when the terminal is resized. The bug has been fixed in "less" version 406 (June 2007), and the workaround has been removed in this release. * When "git checkout" checks out a branch, it tells the user how far behind (or ahead) the new branch is relative to the remote tracking branch it builds upon. The message now also advises how to sync them up by pushing or pulling. This can be disabled with the advice.statusHints configuration variable. * "git config --get" used to diagnose presence of multiple definitions of the same variable in the same configuration file as an error, but it now applies the "last one wins" rule used by the internal configuration logic. Strictly speaking, this may be an API regression but it is expected that nobody will notice it in practice. * A new configuration variable "diff.context" can be used to give the default number of context lines in the patch output, to override the hardcoded default of 3 lines. * "git format-patch" learned the "--notes=<ref>" option to give notes for the commit after the three-dash lines in its output. * "git log -p -S<string>" now looks for the <string> after applying the textconv filter (if defined); earlier it inspected the contents of the blobs without filtering. * "git log --grep=<pcre>" learned to honor the "grep.patterntype" configuration set to "perl". * "git replace -d <object>" now interprets <object> as an extended SHA-1 (e.g. HEAD~4 is allowed), instead of only accepting full hex object name. * "git rm $submodule" used to punt on removing a submodule working tree to avoid losing the repository embedded in it. Because recent git uses a mechanism to separate the submodule repository from the submodule working tree, "git rm" learned to detect this case and removes the submodule working tree when it is safe to do so. * "git send-email" used to prompt for the sender address, even when the committer identity is well specified (e.g. via user.name and user.email configuration variables). The command no longer gives this prompt when not necessary. more: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.1.txt
2013-01-04Add wish list item for making the use of mktexlsr more efficient.apb1-1/+7
2013-01-04Updated pkgtools/libkver to 0.7.1 [apb 2013-01-04]apb1-1/+2
2013-01-04* commit PLIST changes that I forgot to commit earlier;apb3-5/+8
* use size_t, not int, for a length passed to sysctl(2); * bump version to 0.7.1.
2013-01-04Note for wine and wine-devel that there are preliminary OSS 4 patchesdholland1-3/+3
in kern/46611, and it would be great if someone could look at those.
2013-01-04Updated comms/asterisk to 11.1.2jnemeth1-1/+2
2013-01-04Update to Asterisk 11.1.2: this is a security update for AST-2012-014jnemeth2-9/+9
and AST-2012-015. Apparently the last update didn't completely fix the issues. The Asterisk Development Team has announced a security release for Asterisk 11, Asterisk 11.1.2. This release addresses the security vulnerabilities reported in AST-2012-014 and AST-2012-015, and replaces the previous version of Asterisk 11 released for these security vulnerabilities. The prior release left open a vulnerability in res_xmpp that exists only in Asterisk 11; as such, other versions of Asterisk were resolved correctly by the previous releases. The release of these versions resolve the following two issues: * Stack overflows that occur in some portions of Asterisk that manage a TCP connection. In SIP, this is exploitable via a remote unauthenticated session; in XMPP and HTTP connections, this is exploitable via remote authenticated sessions. The vulnerabilities in SIP and HTTP were corrected in a prior release of Asterisk; the vulnerability in XMPP is resolved in this release. * A denial of service vulnerability through exploitation of the device state cache. Anonymous calls had the capability to create devices in Asterisk that would never be disposed of. Handling the cachability of device states aggregated via XMPP is handled in this release. These issues and their resolutions are described in the security advisories. For more information about the details of these vulnerabilities, please read security advisories AST-2012-014 and AST-2012-015. For a full list of changes in the current release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.1.2 The security advisories are available at: * http://downloads.asterisk.org/pub/security/AST-2012-014.pdf * http://downloads.asterisk.org/pub/security/AST-2012-015.pdf Thank you for your continued support of Asterisk - and we apologize for having to do this twice!
2013-01-03+ arping-2.13, cdialog-1.2.20121230, cvsps-3.4, drupal-6.27,wiz1-13/+25
efax-gtk-3.2.11, eric5-5.2.7, file-5.12, fluxbox-1.3.3, giflib-5.0.3, gnutls-3.1.6 [needs nettle-2.5], gwaei-3.6.2, libXTrap-1.0.1, libXcomposite-0.4.4, libXdamage-1.1.4, libdvbpsi-1.0.0, mypaint-1.1.0, pango-1.32.5, parallel-20121222, puzzles-9733, py-docutils-0.10 [pkg/47372], py-moin-1.9.6, rudiments-0.40, scmgit-1.8.1, xmlstarlet-1.4.2.
2013-01-03Updated databases/sqlite3 to 3.7.15.1; mysql55 to 5.5.29adam2-3/+7
2013-01-03Changes 5.5.29:adam5-30/+32
* The SHOW AUTHORS and SHOW CONTRIBUTORS statements are now deprecated in MySQL 5.5 and have been removed in MySQL 5.6. * Bugs Fixed
2013-01-03Insert rpath for BUILDLINK_PREFIX.libidn as well as using the one thatdholland2-7/+12
comes from Perl, so this will still build if libidn and Perl are installed in different trees. Belt-and-suspenders fix for PR 47187 on NetBSD, may also fix the problem seen on Dragonfly.
2013-01-03Changes 3.7.15.1:adam7-22/+23
Fix a bug, introduced in version 3.7.15, that causes a segfault if the AS name of a result column of a SELECT statement is used as a logical term in the WHERE clause.
2013-01-03...and the patch itself. Thank you, wizd(8).adam1-12/+0
2013-01-03Updated www/py-moin to 1.9.6gls1-1/+2
2013-01-03Pkgsrc changes:gls3-14/+41
--------------- - /usr/bin/env police Upstream Changes: ----------------- Version 1.9.6: SECURITY HINT: make sure you have allow_xslt = False (or just do not use allow_xslt at all in your wiki configs, False is the internal default). Allowing XSLT/4suite is very dangerous, see HelpOnConfiguration wiki page. HINT: Python >= 2.5 is maybe required! See docs/REQUIREMENTS for details. Fixes: * fix remote code execution vulnerability in twikidraw/anywikidraw action * fix path traversal vulnerability in AttachFile action * fix XSS issue, escape page name in rss link * escape user- or admin-defined css url * make taintfilename more secure * use a constant time str comparison function to prevent timing attacks * Attachment handler: catch all Zip-related errors Version 1.9.5: Fixes: * Security fix: fix virtual group bug in ACL evaluation. * Avoid crash if #refresh processing instruction is used without arguments. * Fix issue with non-ASCII textchas. * Xapian indexing: remove copy.copy() that crashed on Windows/IIS/isapi-wsgi after page save. * Fix dictionary file reading crash under Windows. * Work around crash of AdvancedSearch macro rendering caused by non-ascii mimetypes.types_map entries. * Added migration script for moin 1.8.9. * rss_rc: Fix diffs added in RSS with diffs=1 (now they correspond to item listed in feed and not just last page diffs). Links generated with ddiffs=1 also fixed. * rss_rc: fix double escaping issue. * rss_rc: respect show_names configuration option. * rss_rc: proper support of rename, revert, page creation. * modern/modernized theme: fix padding/width for editor preview * group/pagelinks formatters: avoid to create unnecessary output, redirect output of send_page call with the groups formatter, it must not be written to the output stream * rst parser: fix include and macro directives * wikisync: fix unicode pagename sending for python 2.7 httplib New features: * add a comment_required config option (default: False) to require a non-empty comment when saving a page * when a save error happens, show the editor again and highlight the error * rss_rc: several new options added: lines parameter gives ability to set maximum size of diffs showed in RSS. show_att parameter gives ability to show information aboout attachment-related items in RSS. page parameter gives ability to specify set of pages for which changes RSS feed should be generated. Configuration of defaults and limits can now be done via wiki configuration mechanism. * As soon as it is now possible to provide RSS for page change history, appropriate alternate link is now added for every page (controlled by rss_show_page_history_link configuration parameter). * Search: "no_highlight:" search query option provided for suppressing highlighting search results. * Search macros: new options for FullSearch, FullSearchCached and PageList available: * highlight_titles option controls highlighting of matches in search results provided by these macros. Default value is set in search_macro_highlight_titles configuration option) * highlight_pages option controls adding of highlight URL parameter to page links (so search term is highlighted when user goes to one of these pages via provided link) in search results. Default value is set in search_macro_highlight_pages configuration option. Usage of these options is disabled (via search_macro_parse_args configuration option) by default due to behavioural changes introduced in macro parameter parsing mechanism to support them. Related to http://moinmo.in/FeatureRequests/FullSearchResultsWithoutHighlight . Other changes: * Remove 4suite dependency for docbook formatter, use minidom (included in Python). * Upgraded FCKeditor to 2.6.8.
2013-01-03Note the addition of open-vcdiff-0.8.3agc1-1/+2
2013-01-03add and enable open-vcdiffagc1-1/+2
2013-01-03Import open-vcdiff-0.8.3, an RFC 3284 encoder/decoder for VCDIFFagc4-0/+51
Differencing and Compression, into the packages collection: An encoder and decoder for the format described in RFC 3284: "The VCDIFF Generic Differencing and Compression Data Format." The encoding strategy is largely based on Bentley-McIlroy 99: "Data Compression Using Long Common Strings." A library with a simple API is included, as well as a command-line executable that can apply the encoder and decoder to source, target, and delta files. A slight variation from the draft standard is defined to allow chunk-by-chunk decoding when only a partial delta file window is available.
2013-01-03Fix hard coded PLIST entries. Thanks Ryo ONODERA.darcy2-7/+7
2013-01-03Added net/py-smb version 1.1.2ryoon1-1/+2
2013-01-03Add py-smbryoon1-1/+2
2013-01-03Import py27-smb-1.1.2 as net/py-smb.ryoon4-0/+103
pysmb is an experimental SMB/CIFS library written in Python. It implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which allows your Python application to access and transfer files to/from SMB/CIFS shared folders like your Windows file sharing and Samba folders.
2013-01-03Updated misc/vym to 2.2.4ryoon2-3/+3
2013-01-03Update to 2.2.4ryoon5-40/+111
* Add some dependencies * Update HOMEPAGE Changelog: no changelog
2013-01-03Updated shells/zsh to 5.0.2ryoon1-1/+2
2013-01-03Update to 5.0.2ryoon12-261/+18
Changelog: Changes since 5.0.0 ------------------- Numeric constants encountered in mathematical expressions (but not other contexts) can contain underscores as separators that will be ignored on evaluation, as allowed in other scripting languages. For example, 0xFFFF_FFFF, or 3.141_592_654. "functions -T" turns on tracing for the specified function(s) only, similar to "functions -t" except that tracing is turned off for any functions called from the specified one(s) that don't also have the -t or -T flag. In file completion, the recursive-files style can be set to an array of patterns to match against "$PWD/". In any matched location, it is possibly to complete files in arbitrarily deep subdirectories without needing to type the directory prefix. See example in the zshcompsys manual. The _user_expand completer now allows expansion functions in the user-expand files to return a string in REPLY that will be used to name the set of expansions returned.
2013-01-03Removed patch-projects_sample_autoconf_config.subadam1-2/+1