-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update uwsgi version to 1.9.18.2 #84
Commits on Sep 15, 2013
-
Specify return type to quell clang warnings. Bump PKGREVISION.
schmonz committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for c7eb250 - Browse repository at this point
Copy the full SHA c7eb250View commit details -
Add ruby-redcarpet package version 3.0.0.
Redcarpet is Ruby library for Markdown processing that smells like butterflies and popcorn. Redcarpet used to be a drop-in replacement for Redcloth. This is no longer the case since version 2 -- it now has its own API, but retains the old name. Yes, that does mean that Redcarpet 2 is not backwards-compatible with the 1.X versions. Redcarpet is based on the [Sundown](https://www.github.com/vmg/sundown) library. You might want to find out more about Sundown to see what makes this Ruby library so awesome.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for dadaf9c - Browse repository at this point
Copy the full SHA dadaf9cView commit details -
Add and enable ruby-redcarpet.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for f2e2945 - Browse repository at this point
Copy the full SHA f2e2945View commit details -
Note addition of textproc/ruby-redcarpet package version 3.0.0.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for a49f0c2 - Browse repository at this point
Copy the full SHA a49f0c2View commit details -
Add ruby-safe_yaml package version 0.9.5.
The SafeYAML gem provides an alternative implementation of `YAML.load` suitable for accepting user input in Ruby applications. Unlike Ruby's built-in implementation of `YAML.load`, SafeYAML's version will not expose apps to arbitrary code execution exploits (such as [the ones discovered](http://www.reddit.com/r/netsec/comments/167c11/serious_vulnerability_in_ruby_on_rails_allowing/) [in Rails in early 2013](http://www.h-online.com/open/news/item/Rails-developers-close-another-extremely-critical-flaw-1793511.html)). If you encounter any issues with SafeYAML, check out the 'Common Issues' section below. If you don't see anything that addresses the problem you're experiencing, by all means, [create an issue](https://github.com/dtao/safe_yaml/issues/new)!
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 525ef8e - Browse repository at this point
Copy the full SHA 525ef8eView commit details -
Add and enable ruby-safe_yaml.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for bdee2ab - Browse repository at this point
Copy the full SHA bdee2abView commit details -
Note addition of textproc/ruby-safe_yaml package version 0.9.5.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 8252afe - Browse repository at this point
Copy the full SHA 8252afeView commit details -
Update ruby-treetop to 1.4.15.
Exact changes aren't available. Please refer change log in github.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for a4e8185 - Browse repository at this point
Copy the full SHA a4e8185View commit details -
Note update of textproc/ruby-treetop package to 1.4.15.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 9671854 - Browse repository at this point
Copy the full SHA 9671854View commit details -
Update ruby-ultraviolet to 1.0.1.
Exact changes aren't available. It looks a few bug fixes.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 7c85ba8 - Browse repository at this point
Copy the full SHA 7c85ba8View commit details -
Note update of textproc/ruby-ultraviolet package to 1.0.1.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 4bb573c - Browse repository at this point
Copy the full SHA 4bb573cView commit details -
= 2.1 === 19th Aug, 2010 (whyday) * Helpers#R now calls to_param on any object it passes in * Fix route generation issue with routes including "." (TritonDataCenter#22) * Improved tests * Improved 1.9 support * Camping::Server is now built upon Rack::Server * Add support for ERB, Haml etc through Tilt * Introducing Camping.options and Camping#set * Camping::Server only loads ActiveRecord when needed
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 4d00646 - Browse repository at this point
Copy the full SHA 4d00646View commit details -
# Changelog ## Version 3.1.0 - 2013-07-07 * Update dependencies * Switch to template contributed by brianflanagan [TritonDataCenter#8] * Add support for multiple independent heel servers [TritonDataCenter#9]
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for ab08014 - Browse repository at this point
Copy the full SHA ab08014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d09b36 - Browse repository at this point
Copy the full SHA 7d09b36View commit details -
Add ruby-cookiejar package version 0.3.0.
Cookiejar allows for parsing and returning cookies in Ruby HTTP client code.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for be176ee - Browse repository at this point
Copy the full SHA be176eeView commit details -
Note addition of www/ruby-cookiejar package version 0.3.0.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 165f86b - Browse repository at this point
Copy the full SHA 165f86bView commit details -
Update ruby-css-parserruby-css-parser to 1.3.5.
Exact changes aren't available. Please refer change log in github.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for b3e81da - Browse repository at this point
Copy the full SHA b3e81daView commit details -
Note update of www/ruby-css-parser package to 1.3.5.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 62187e8 - Browse repository at this point
Copy the full SHA 62187e8View commit details -
Add ruby-http-cookie package version 1.0.2.
HTTP::Cookie is a ruby library to handle HTTP cookies in a way both compliant with RFCs and compatible with today's major browsers. It was originally a part of the [Mechanize](https://github.com/sparklemotion/mechanize) library, separated as an independent library in the hope of serving as a common component that is reusable from any HTTP related piece of software. The following is an incomplete list of its features: * Its behavior is highly compatible with that of today's major web browsers. * It is based on and conforms to RFC 6265 (the latest standard for the HTTP cookie mechanism) to a high extent, with real world conventions deeply in mind. * It takes eTLD (effective TLD, also known as "Public Suffix") into account just as major browsers do, to reject cookies with an eTLD domain like "org", "co.jp", or "appspot.com". This feature is brought to you by the domain_name gem. * The number of cookies and the size are properly capped so that a cookie store does not get flooded. * It supports the legacy Netscape cookies.txt format for serialization, maximizing the interoperability with other implementations. * It supports the cookies.sqlite format adopted by Mozilla Firefox for backend store database which can be shared among multiple program instances. * It is relatively easy to add a new serialization format or a backend store because of its modular API.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 71f65a3 - Browse repository at this point
Copy the full SHA 71f65a3View commit details -
Add and enable ruby-cookiejar and ruby-http-cookie.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 884ad2a - Browse repository at this point
Copy the full SHA 884ad2aView commit details -
Note addition of www/ruby-http-cookie package version 1.0.2.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for cebe6c6 - Browse repository at this point
Copy the full SHA cebe6c6View commit details -
+ fetchmail-6.3.26, freeciv-2.4.0, meld-1.8.0, ocaml-4.01.0,
pinfo-0.6.10, py-setuptools-1.1.5, py-sip-4.15.2, viewvc-1.1.21, wine-devel-1.7.2 [wait until NetBSD gains OSS 4 [kern/46611] or bring OSS 3 support back], x264-devel-20130914.
wiz committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for b1e79db - Browse repository at this point
Copy the full SHA b1e79dbView commit details -
Add ruby-colorator package version 0.1.
# colorator Colorize your text for the terminal ## Supported Colors - black - red - green - yellow - blue - magenta - cyan - white - bold ## Why There are a bunch of gems that provide functionality like this, but none have as simple an API as this. Just call `"string".color` and your text will be colorized.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for b6b2ad8 - Browse repository at this point
Copy the full SHA b6b2ad8View commit details -
Add and enable ruby-colorator.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 43b13f7 - Browse repository at this point
Copy the full SHA 43b13f7View commit details -
Note addition of misc/ruby-colorator package version 0.1.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for c9f9494 - Browse repository at this point
Copy the full SHA c9f9494View commit details -
Updte ruby-pygments.rb to 0.5.2.
changelog =========== Version 0.5.1 (June 25, 2013) ----------------------------- * Ensure compatability across distros by detecting if `python2` is available Version 0.5.0 (Apr 13, 2013) ----------------------------- * Use #rstrip to fix table mode bug Version 0.4.2 (Feb 25, 2013) ----------------------------- * Add new lexers, including custom lexers
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 23fe11c - Browse repository at this point
Copy the full SHA 23fe11cView commit details -
Note update of www/ruby-pygments.rb package to 0.5.2.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 551dee3 - Browse repository at this point
Copy the full SHA 551dee3View commit details -
Exact changes aren't available. Please refer change log in github.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 9781736 - Browse repository at this point
Copy the full SHA 9781736View commit details -
2013-9-15 meld 1.8.0 ==================== Fixes: * Minor fixes (Kai Willadsen) Translations: * Matej Urbančič (sl)
wiz committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 8e606a5 - Browse repository at this point
Copy the full SHA 8e606a5View commit details -
Note update of www/ruby-jekyll package to 1.2.0.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for a69b4b9 - Browse repository at this point
Copy the full SHA a69b4b9View commit details -
Update ruby-jquery-rails to 3.0.4.
## 3.0.4 (10 July 2013) - Updated to jQuery 1.10.2 - ## 3.0.3 (10 July 2013) - Updated to jQuery 1.10.2 ## 3.0.2 (04 July 2013) - Updated to latest jquery-ujs ## 3.0.1 (07 June 2013) - Updated to jQuery 1.10.1 - Removed jQuery UI from generator ## 3.0.0 (29 May 2013) - Removed jQuery UI ## 2.3.0 (29 May 2013) - Updated to jQuery 1.10.0 - Updated to jQuery UI 1.10.3 ## 2.2.2 (29 May 2013) - Updated to latest jquery-ujs
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 3831c34 - Browse repository at this point
Copy the full SHA 3831c34View commit details -
Note update of www/ruby-jquery-rails package to 3.0.4.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 74a419b - Browse repository at this point
Copy the full SHA 74a419bView commit details -
Exact changes aren't available. Please refer change log in github.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 6aa7cd6 - Browse repository at this point
Copy the full SHA 6aa7cd6View commit details -
Note update of www/ruby-liquid package to 2.5.2.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 8b064b0 - Browse repository at this point
Copy the full SHA 8b064b0View commit details -
3.2.3 (2013-07-28) ================== Bugs fixed ---------- * Fix support for Python 2.4 which was lost in 3.2.2. 3.2.2 (2013-07-28) ================== Features added -------------- Bugs fixed ---------- * LP#1185701: spurious XMLSyntaxError after finishing iterparse(). * Crash in lxml.objectify during xsi annotation. Other changes ------------- * Return values of user provided element class lookup methods are now validated against the type of the XML node they represent to prevent API class mismatches.
wiz committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 31b0abc - Browse repository at this point
Copy the full SHA 31b0abcView commit details -
wiz committed
Sep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 6790761 - Browse repository at this point
Copy the full SHA 6790761View commit details -
don't include googletest buildlink if CONFIGURE_ARGS has --disable-un…
…it-tests
dbj committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for e632469 - Browse repository at this point
Copy the full SHA e632469View commit details -
Updated textproc/py-lxml to 3.2.3
wiz committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 73e6725 - Browse repository at this point
Copy the full SHA 73e6725View commit details -
Update ruby-net-http-digest_auth to 1.4.
=== 1.4 / 2013-07-23 * Minor enhancements * Relaxed parser to accept quoted algorithm to work with Linksys SPA922. Pull request TritonDataCenter#8 by Ismail Hanli, Issue TritonDataCenter#5 by bearded === 1.3 / 2012-03-28 * Minor enhancements * The cnonce is regenerated for every request to improve security. * SecureRandom is used to generate the cnonce instead of Kernel#rand * Bug fix * cnonce and nonce-count are no longer sent when qop was not provided per RFC 2617 section 3.2.2.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 78b069e - Browse repository at this point
Copy the full SHA 78b069eView commit details -
Update to 1.1.5, and comment post-install rule.
----- 1.1.5 ----- * Issue TritonDataCenter#69: Second attempt at fix (logic was reversed).
wiz committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 23a62eb - Browse repository at this point
Copy the full SHA 23a62ebView commit details -
Updated devel/py-setuptools to 1.1.5
wiz committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for c1a6eab - Browse repository at this point
Copy the full SHA c1a6eabView commit details -
* Version 1.4 (released 2013-07-08) ** Fix build issues. * Version 1.3 (released 2011-06-20) ** Update gnulib files.
wiz committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for ffce8ef - Browse repository at this point
Copy the full SHA ffce8efView commit details -
wiz committed
Sep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 2da4c78 - Browse repository at this point
Copy the full SHA 2da4c78View commit details -
wiz committed
Sep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 545331d - Browse repository at this point
Copy the full SHA 545331dView commit details -
Note update of www/ruby-net-http-digest_auth package to 1.4.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for d33a426 - Browse repository at this point
Copy the full SHA d33a426View commit details -
don't define GLIBCXX_USE_C99_FP_MACROS_DYNAMIC=1 for clang on Darwin
dbj committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for aa7613d - Browse repository at this point
Copy the full SHA aa7613dView commit details -
Update ruby-net-http-persistent to 2.9.
=== 2.9 / 2013-07-24 * Minor enhancement * Added max_requests to avoid ECONNRESET for a server that allows a limited number of requests on a connection. Pull request TritonDataCenter#42 by James Tucker. * Request failures are now raised with the backtrace of the original exception. This gives better insight into the reason for the failure. See TritonDataCenter#41 by Andrew Cholakian. * OpenSSL is no longer required. If OpenSSL is not available an exception will be raised when attempting to access HTTPS resources. Feature request by André Arko * Bug fixes * Explain the proper way of sending parameters depending upon the request method. Issue TritonDataCenter#35 by André Arko. * Handle Errno::ETIMEDOUT by retrying the request. Issue TritonDataCenter#36 by André Arko. * Requests retried by ruby 2.x are no longer retried by net-http-persistent. * Finish the connection if an otherwise unhandled exception happens during a request. Bug TritonDataCenter#46 by Mark Oude Veldhuis. * detect_idle_timeout now assumes a StandardError indicates the idle timeout has been found. Bug TritonDataCenter#43 by James Tucker.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for fee061f - Browse repository at this point
Copy the full SHA fee061fView commit details -
Note update of www/ruby-net-http-persistent package to 2.9.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 0a78805 - Browse repository at this point
Copy the full SHA 0a78805View commit details -
Changes are too many to write here, please refer History.txt file.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 0a99b7a - Browse repository at this point
Copy the full SHA 0a99b7aView commit details -
Note update of www/ruby-puma package to 2.6.0.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 5ce0336 - Browse repository at this point
Copy the full SHA 5ce0336View commit details -
== 1.5.1 Straight Razor * Fix issue when running as another user/group without a PID file. * Allow overriding Connection & Server response headers. * Update vlad example [Mathieu Lemoine] * Keep connections in a Hash to speedup deletion [slivu] * Force kill using already known pid. Prevents "thin stop" from leaving a process that removed its pid file, but is still running (e.g. hung on some at_exit callback) [Michal Kwiatkowski]
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 77aa900 - Browse repository at this point
Copy the full SHA 77aa900View commit details -
Note update of www/thin package to 1.5.1.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 80d9e6e - Browse repository at this point
Copy the full SHA 80d9e6eView commit details -
=== unicorn 4.6.3 - fix --no-default-middleware option / 2013-06-21 08:01 UTC Thanks to Micah Chalmer for this fix. There are also minor documentation updates and internal cleanups.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for a42941d - Browse repository at this point
Copy the full SHA a42941dView commit details -
Note update of www/ruby-unicorn package to 4.6.3.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 1b419d4 - Browse repository at this point
Copy the full SHA 1b419d4View commit details -
3.2.10 * Use the Sass logger infrastructure for @debug directives. * When printing a Sass error into a CSS comment, escape */ so the comment doesn¡Çt end prematurely. * Preserve the ! in /*! ... */-style comments. * Fix a bug where selectors were being incorrectly trimmed when using @extend. * Fix a bug where sass --unix-newlines and sass-convert --in-place are not working on Windows (thanks SATO Kentaro). 3.2.9 * Fix a bug where @extends would occasionally cause a selector to be generated with the incorrect specificity. * Avoid loading listen v1.0, even if it¡Çs installed as a Gem (see issue 719). * Update the bundled version of listen to 0.7.3. * Automatically avoid the IE7 content: counter bug. 3.2.8 * Fix some edge cases where redundant selectors were emitted when using @extend. * Fix a bug where comma-separated lists with interpolation could lose elements. * Fix a bug in sass-convert where lists being passed as arguments to functions or mixins would lose their surrounding parentheses. * Fix a bug in sass-convert where null wasn¡Çt being converted correctly. * Fix a bug where multiple spaces in a string literal would sometimes be folded together. * sass and sass-convert won¡Çt create an empty file before writing to it. This fixes a flash of unstyled content when using LiveReload and similar tools. * Fix a case where a corrupted cache could produce fatal errors on some versions of Ruby. * Fix a case where a mixin loop error would be incorrectly reported when using @content.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 7787612 - Browse repository at this point
Copy the full SHA 7787612View commit details -
Note update of www/ruby-sass package to 3.2.10.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 015b70d - Browse repository at this point
Copy the full SHA 015b70dView commit details -
Update ruby-raindrops to 0.12.0.
=== raindrops 0.12.0 - compatibility fixes / 2013-09-02 10:33 UTC This release fixes builds on systems where compilers target i386 (and not later x86 systems). There are also minor improvements for Ruby 2.1.0dev and Rubinius. Eric Wong (5): doc: add email address to generated doc/site README: update regarding Ruby support status extconf: try harder for gcc atomics in i386-configured systems linux_inet_diag: improve compatibility with newer GCs test_watcher: fix for Ruby trunk r40195 and later === raindrops 0.11.0 - minor fixes improvements / 2013-04-20 23:10 UTC Eric Wong (7): raindrops: favor configured processor count over online count watcher: set Content-Type via assignment Linux::TCP_Info: implement #get! instance method linux_inet_diag: avoid unnecessary sockaddr initialization .gitignore: add .rbx switch back to gemspec development dependencies linux_inet_diag: better align listener_stats struct Lawrence Pit (1): Watcher: Use relative paths in HTML links
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 08e27be - Browse repository at this point
Copy the full SHA 08e27beView commit details -
Note update of www/ruby-raindrops package to 0.12.0.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 7bcc2a8 - Browse repository at this point
Copy the full SHA 7bcc2a8View commit details -
Update ruby-rack-rewrite to 1.4.01.
=== 1.4.01 / 2013-09-13 * API * Add support for lambda matchers * Maintenance * Update README for usage with Rails 4 and threading, :scheme option
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for ea1a85b - Browse repository at this point
Copy the full SHA ea1a85bView commit details -
Note update of www/ruby-rack-rewrite package to 1.4.01.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 578bc9e - Browse repository at this point
Copy the full SHA 578bc9eView commit details -
Update ruby-padrino related packages to 0.11.3.
0.11.3 (July 29th 2013) * FIX #1297 Added missing comma to spec_helper.rb generation (@lmorduch) * FIX #1298 DataMapper auto_migrate/auto_upgrade the default repository (@Ortuna) * FIX #1276 Merged range_field_tag.* templates into form_tag.* (@Ortuna) * FIX #1247 Ensure requiring active_record (@udzura) * FIX #1307 Lock nokogiri to 1.5.10 (@Ortuna) * FIX #1307 fixed haml_tag so it doesn¡Çt explode with undefined method (@Ortuna) * FIX #1314 Do not add authenticity token to GET form (@Ortuna) * FIX #1320 Some auto-detection for authenticity_token & form_tag (@Ortuna) * FIX #1319 ¡È&¡É should be escaped to ¡È&¡É (@tmtm) * NEW #1321 Added some additional HTML boolean attributes. (@namusyaka) * FIX #1325 Locking down active support to less than 4.0 (@Ortuna) * NEW #1326 Add ability for cache_key to be a block (@Ortuna) * FIX #1318 Make caption arg in submit-tag helper optional even when options args are supplied (@dayflower) * FIX #1313 Implemented create and drop tasks for Sequel (@dariocravero) * FIX #1250 Prevent logging of health-check requests at log level over :debug (@tyabe) * FIX #1244 mat method do not working in admin views (@silentvick) * FIX #1226 Allow users to override admin templates on a file by file basis (@xavriley) * FIX #1054 Implemented disabled attribute for select_tag form helper (@dariocravero) * FIX #1328 Added test cases for #1188 (@Ortuna) * FIX #1186 Reverted DataMapper¡Çs explicit String to Integer castings. (@dariocravero) * FIX #1330 Update Twitter Bootstrap and Font-Awesome (@WaYdotNET) * FIX #1335 Make instances of he | himself | his | him all be gender neutral. (@didlix) * FIX #1334 Error into admin section (@WaYdotNET) * FIX #1336 File.read is better than ¡Èopen¡É (@namusyaka) * FIX #1294 Use :grouped_options of select_tag (@namusyaka) * FIX #1337 don¡Çt use block for content_tag in #select_tag (@namusyaka) * FIX #751 introduce #absolute_url for generating absolute urls (@ujifgc) * FIX #827 refactor padrino-cache expiration (@ujifgc) * FIX #1327 introduce :namespace option to abstract form builder (@sshaw) * FIX #1341 Fix module name including dashes in project generator (@tyabe) * FIX #1261 introduce case insensitive authentication by email (@ujifgc) * FIX skip padrino-cache with mongo on rbx engine (@ujifgc) * FIX #1195 Generator errors without git already set-up (@ujifgc) * FIX #1349 Redo tests for cache (@Ortuna) * FIX #1353 Add test cases for select_tag (@namusyaka) * FIX #1354 compatibility with 1.8.7 (@namusyaka) * FIX #1355 Automatically add multipart option to form_for if include file_field (@tyabe) * FIX #1356 Breadcrumb#del does not work when name type is Str (@namusyaka) * FIX Receive multipart option (@tyabe) * NEW #1358 Add test file for breadcrumbs. (@namusyaka) * FIX #1361 prioritized routes are working again (@namusyaka) * FIX #1257 Add a test to show use case for routing priority (@jeffutter) * FIX #1365 padrino rake mi:create_indexes task looks at subdirs (@natsumesou) * FIX #1367 bad placement output of button_to (@namusyaka)
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 3d92748 - Browse repository at this point
Copy the full SHA 3d92748View commit details -
Note update of www/ruby-padrino related packages (Padrino) to 0.11.3.
www/ruby-padrino-core 0.11.3 www/ruby-padrino-cache 0.11.3 www/ruby-padrino-gen 0.11.3 www/ruby-padrino-admin 0.11.3 www/ruby-padrino-mailer 0.11.3 www/ruby-padrino 0.11.3 www/ruby-padrino-helpers 0.11.3
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for acd2cd5 - Browse repository at this point
Copy the full SHA acd2cd5View commit details -
Update ruby-amq-protocol to 1.2.0.
Exact changes aren't available. Please refer change log in github.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 3d5bcc9 - Browse repository at this point
Copy the full SHA 3d5bcc9View commit details -
Update ruby-amq-client to 1.0.2.
Exact changes aren't available. Please refer change log in github.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 30ee695 - Browse repository at this point
Copy the full SHA 30ee695View commit details -
Exact changes aren't available. Please refer change log in github.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 5a884cc - Browse repository at this point
Copy the full SHA 5a884ccView commit details -
Exact changes aren't available. Please refer change log in github.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 6d0e0c4 - Browse repository at this point
Copy the full SHA 6d0e0c4View commit details -
Note update of devel/ruby-path package to 1.3.3.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for dee4b70 - Browse repository at this point
Copy the full SHA dee4b70View commit details -
Add ruby-em-socksify pacakge version 0.3.0.
EM-Socksify: Transparent SOCKS support for any EventMachine protocol Dealing with SOCKS proxies is pain. EM-Socksify provides a simple shim to setup & negotiate a SOCKS5 connection for any EventMachine protocol. To add SOCKS support, all you have to do is include the module and provide your destination address.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 90074f0 - Browse repository at this point
Copy the full SHA 90074f0View commit details -
Add and enable ruby-em-socksify.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 084690d - Browse repository at this point
Copy the full SHA 084690dView commit details -
Note addition of net/ruby-em-socksify package version 0.3.0.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 89e1138 - Browse repository at this point
Copy the full SHA 89e1138View commit details -
Add ruby-em-http-request package version 1.1.0.
# EM-HTTP-Request Async (EventMachine) HTTP client, with support for: - Asynchronous HTTP API for single & parallel request execution - Keep-Alive and HTTP pipelining support - Auto-follow 3xx redirects with max depth - Automatic gzip & deflate decoding - Streaming response processing - Streaming file uploads - HTTP proxy and SOCKS5 support - Basic Auth & OAuth - Connection-level & Global middleware support - HTTP parser via [http_parser.rb](https://github.com/tmm1/http_parser.rb) - Works wherever EventMachine runs: Rubinius, JRuby, MRI
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 4f24a87 - Browse repository at this point
Copy the full SHA 4f24a87View commit details -
Add and enable ruby-em-http-request.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 634a8f6 - Browse repository at this point
Copy the full SHA 634a8f6View commit details -
Note addition of www/ruby-em-http-request package version 1.0.3.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for d5d96c1 - Browse repository at this point
Copy the full SHA d5d96c1View commit details -
Update ruby-mechanize to 2.7.2.
Changes are too many to write here, please refer CHANGELOG.rdoc file.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 6093e66 - Browse repository at this point
Copy the full SHA 6093e66View commit details -
Note update of www/ruby-mechanize package to 2.7.2.
taca committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 6d2ab32 - Browse repository at this point
Copy the full SHA 6d2ab32View commit details -
Update onscripter to 20130812.
pkgsrc changes: - add patch-LUAHandler.cpp to adapt to lua 5.2 API changes Upstream Changes (only Japanese log available) 20130812: - make savescreenshot and savescreenshot2 insns allow any filenames, i.e. allow filenames without .bmp extension as the original ONScripter does.
tsutsui committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 4db63d0 - Browse repository at this point
Copy the full SHA 4db63d0View commit details -
Updated games/onscripter to 20130812
tsutsui committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for afe5a11 - Browse repository at this point
Copy the full SHA afe5a11View commit details -
Note start of pkgsrc-2013Q3 freeze.
wiz committedSep 15, 2013 Configuration menu - View commit details
-
Copy full SHA for c21c6d6 - Browse repository at this point
Copy the full SHA c21c6d6View commit details
Commits on Sep 16, 2013
-
Rename filename of PLIST for Cygwin, PLIST.cygwin to PLIST.Cygwin.
Thank you, joerg@ and obache@.
ryoon committedSep 16, 2013 Configuration menu - View commit details
-
Copy full SHA for bef8bbd - Browse repository at this point
Copy the full SHA bef8bbdView commit details -
Fix install error and install a locale file.
Pointed out by joerg@, Thank you.
ryoon committedSep 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 3eb7015 - Browse repository at this point
Copy the full SHA 3eb7015View commit details -
Updated cross/freemint-mintbin to 20110527nb1
ryoon committedSep 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 7f0646d - Browse repository at this point
Copy the full SHA 7f0646dView commit details -
Remove accidentally added gdl3. Thank you, obache@.
ryoon committedSep 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 72a8420 - Browse repository at this point
Copy the full SHA 72a8420View commit details -
Apply fix for rebase from Matthieu Moy in
git/git@99855dd Reported Sergey Svishchev.
prlw1 committedSep 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 405bfab - Browse repository at this point
Copy the full SHA 405bfabView commit details -
Inherit version restrictions from ruby-redcarpet.
joerg committedSep 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 3bc50ec - Browse repository at this point
Copy the full SHA 3bc50ecView commit details -
Fix obviously incorrect operator!= for string_key. Bump revision.
joerg committedSep 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 74e17e3 - Browse repository at this point
Copy the full SHA 74e17e3View commit details -
fhajny committed
Sep 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 9118f49 - Browse repository at this point
Copy the full SHA 9118f49View commit details -
Updated net/darkstat to 3.0.717
(leaf package, mainly bugfixes, checked with MAINTAINER) v3.0.717 (14 August 2013) - (OS X only) Work around lack of clock_gettime(). - Fix crash due to str_appendf() not understanding %ld. v3.0.716 (8 August 2013) - Implement support for multiple capture interfaces. - Support multiple local IPs on an interface. - Only error out if we fail to create all HTTP sockets. In particular, this helps on IPv6-incapable platforms. - Use monotonic time over wall time where appropriate. - Portability fixes for NetBSD and OpenBSD.
abs committedSep 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 41f8b56 - Browse repository at this point
Copy the full SHA 41f8b56View commit details -
Fix PLIST when ssl option has been turned off; Thanks to Daniel Horecki.
adam committedSep 16, 2013 Configuration menu - View commit details
-
Copy full SHA for cb4f504 - Browse repository at this point
Copy the full SHA cb4f504View commit details
Commits on Sep 17, 2013
-
Changes since 1.6.2: OpenAFS 1.6.5 commit 5f5b02a57102af1a85fb9bdaaec31b6094d0c9c4 Author: Michael Meffie <[email protected]> Date: Wed Jul 17 23:10:42 2013 +0100 ubik: Fix encryption selection in ugen Make sure that we encrypt when requested to by the application Change-Id: If4c2ba2257bf060d3e9169ccdbcae54f54dfe5d7 commit 0e41558190a5190dee3037c08e8df31e61e5134e Author: Simon Wilkinson <[email protected]> Date: Tue Jul 16 19:37:00 2013 +0100 Make OpenAFS 1.6.5 Change-Id: I693297ef6e20358966930cb29116d45b9151811f commit 9e1c24a583634e6102091388dedc47745efce78a Author: Ben Kaduk <[email protected]> Date: Sat Jul 13 10:49:27 2013 +0100 Add support for deriving DES keys to klog.krb5 (cherry picked from commit e79102e7918ce5196e870a806879135743ec3abb) Change-Id: Ia7ebfdd10dcfd6cd164b10275016147630748bac commit 4b7553600a7659d117df0bde7b1c1dfde031deb8 Author: Andrew Deason <[email protected]> Date: Wed Jul 10 12:52:28 2013 -0500 Reload rxkad.keytab on CellServDB modification Make the reloading of rxkad.keytab keys occur in the same way that KeyFile keys are reloaded. That is, we only try to reload them if the CellServDB mtime has changed. This is intended to have exactly the same reloading behavior as KeyFile reloads. I would have triggered this from afsconf_Check, but that approach has annoyances. (Calling ticket5_keytab functions directly from cellconfig pulls in libkrb5 dependencies for everything that uses cellconfig, and we'd have to trigger an afsconf_Check call by calling some other cellconfig function.) 9102f49a3bdc67ed74e254349eb55b529472f45c commit d2024c158e3a879305ff17cf726d3958f20677f4 Author: Andrew Deason <[email protected]> Date: Mon Jun 10 17:49:12 2013 -0500 Avoid calling afsconf_GetLatestKey directly Don't call afsconf_GetLatestKey to determine whether we can print our own local tokens, since we may have keytab 'local' keys, but no DES keys. Just try to construct them and see if it fails, using afsconf_PickClientSecObj or afsconf_ClientAuth{,Secure} as appropriate. commit d4788f6e283b79a1b974dda1e8fae213efd34930 Author: Andrew Deason <[email protected]> Date: Mon Jun 10 17:15:27 2013 -0500 auth: Do not always fallback to noauth Make afsconf_PickClientSecObj error out if we can't construct localauth tokens (unless the caller explicitly requested rxnull fallback). afsconf_ClientAuth{,Secure} still falls back, as always. commit 95d57c74476c5a02ce6d9ca913dcbf88ac5c1143 Author: Ben Kaduk <[email protected]> Date: Tue May 14 19:37:59 2013 -0400 Clean up akimpersonate and use for server-to-server Since a6d7cacfd, aklog has been able to print a krb5 ticket to itself for an arbitrary client principal, allowing a user with access to the cell's krb5 key to get tokens as an arbitrary user. Now that it is possible to use native krb5 tickets with non-DES enctypes for authentication, and akimpersonate is available from libauth, use printed native krb5 tickets for server-to-server communication (as well as the -localauth versions of the client utilities). Remove the early call to afsconf_GetLatestKey() in afsconf_PickClientSecObj() so that we do not end up picking an old DES key before we try to find a better key to use. Before doing so, refactor the akimpersonate code to be more usable and readable, and eliminate some dead code. For example, we always printed addressless tickets, so that code could be removed. Other code had excessive stack usage for a library routine, which is eliminated. Use a start time of 0 instead of 300 so that the printed ticket will always be detected as infinite-lifetime. In order to ensure usability on all platforms (in particular Solaris), provide a couple more compat shims to implement routines which are not always available from the krb5 library, in particular encode_krb5_ticket and encode_krb5_enc_tkt_part. Thanks to Andrew Deason for implementing these compatability routines. UKERNEL doesn't need this stuff. commit 15b77552b22e3ff3e7478008673775a45047f600 Author: Alexander Chernyakhovsky <[email protected]> Date: Tue May 14 18:12:08 2013 -0400 Move akimpersonate to libauth Give it its own source file and header, install the header at depinstall time, and have aklog get the akimpersonate functionality from libauth. Keep the linux box copyright from aklog_main.c (but strip the trailing whitespace), as that block was added with the akimpersonate code. Remove all calls to afs_com_err() as is fitting for library code, to let it build. Do not bother removing curly braces which are no longer needed; a future cleanup commit will catch that. commit 1c7fa1405940a136a992d65023cc690b1111ab3e Author: Chaskiel Grundman <[email protected]> Date: Sun Mar 17 21:58:47 2013 -0400 Derive DES/fcrypt session key from other key types If a kerberos 5 ticket has a session key with a non-DES enctype, use the NIST SP800-108 KDF in counter mode with HMAC_MD5 as the PRF to construct a DES key to be used by rxkad. To satisfy the requirements of the KDF, DES3 keys are first compressed into a 168 bit form by reversing the RFC3961 random-to-key algorithm Change-Id: I4dc8e83a641f9892b31c109fb9025251de3dcb27 commit 33eecea7db14d06c59e1081b970d4caf0af773ca Author: Chaskiel Grundman <[email protected]> Date: Sun Feb 10 13:27:03 2013 -0500 Integrate keytab-based decryption into afsconf_BuildServerSecurityObjects Now all servers can have it. authcon.o grows a krb5 dependency and needs to get KRB5_CPPFLAGS. Change-Id: I95fecb3f88c19b3d5193ea8200fa20c86ec08ad7 commit 14db1a40e5be3b7325951d002885bbf288d570c1 Author: Chaskiel Grundman <[email protected]> Date: Sat Feb 9 12:42:20 2013 -0500 New optional rxkad functionality for decypting krb5 tokens An additional, optional mechanism for decrypting krb5-format tokens is provided that uses the krb5 api with a key from a keytab instead of using libdes and the AFS KeyFile. The AIX compat stub for krb5_c_decrypt is contributed by Andrew Deason. Change-Id: I97c08122c60482b84d602d6fa6482f1d5deef142 commit 5e0cbc930508a697331bad07cc201c1e1985ff84 Author: Chaskiel Grundman <[email protected]> Date: Sat Feb 9 12:01:37 2013 -0500 Add rxkad server hook function to decrypt more types of tokens Allow tokens to be encrypted with algorithms other than DES. The security object owner must provide an implementation by calling rxkad_SetAltDecryptProc. Make sure plainsiz is initialized before calling the alternate decrypt proc. User-Visible OpenAFS Changes OpenAFS 1.6.4 All platforms * Obey the jumbo/nojumbo settings for ubik servers (the DB servers) too. In previous releases, those servers may have used jumbograms even if they were not configured to do so. This change corrects the actual behaviour, and will improve performance and reliability for sites where jumbograms are problematic. It could cause a decrease in performance for sites where jumbograms work, but those can turn them back on manually. * Dozens of fixes for common coding problems like use after free, use of possibly uninitialised memory, reading or writing past the end of arrays and potential NULL pointer derefences. Spotted by code analysis tools or human inspection. * Documentation improvements. * Fixes and improvements to the diagnostic or log messages printed by vos, the fileserver and others. * Build fixes, making parallel builds more reliable with certain configuration options and helping various platforms including recent releases of IRIX, Solaris and several flavours of Linux. * Avoid sending a small amount of data over the wire unencrypted under certain conditions, and emit the correct error message in this case. All server platforms * Avoid generating duplicate IDs for readonly and backup volumes, which could happen under certain conditions. * Allow the fileserver to return volume data like quota or free space, which is available publicly elsewhere, without the additional access check for read permissions on a volume's root directory the fileserver performed before. * The fileserver now emits a log message when it ran out of memory for callbacks. * Avoid several potential fileserver problems, including memory corruption and segmentation faults, due to client bookkeeping. * Avoid known cases of silent data corruption due to background syncs on the fileserver, especially during Copy on Write. * Make the fileserver sync behaviour runtime configurable. Up to 1.4.5, we had synchronous syncs which were safe but really slow. Since 1.4.5, we've had asynchronous syncs which are much faster but believed to be the cause of rare data corruption issues, and while all known cases of these happening are believed to be fixed in the 1.6.3 release, doubts remain. This change allows choosing between those, and in addition allows to turn syncs by the fileserver off altogether, thus relying on the vice partition's backend filesystem and the operating system, or to just execute them when a volume is detached. The default behaviour is unchanged from releases since 1.4.5, but it's highly recommended to consider the additional options this change provides. Future OpenAFS releases will default to "-sync=none". * For dbservers, avoid a situation where misinterpreting transient network errors causes long-term issues with achieving ubik quorum. All UNIX client platforms * Improvements to the detection of an aklog-specific krb5 configuration file, for the purposes of turning on "weak crypto" for aklog. * Fixed a regression introduced in release 1.6.2 which caused the supposedly persistent disk cache to be discarded upon client start. (RT #131655) Linux clients * Support Linux kernels up to 3.10 * Fixed two bugs making it impossible to unmount a disk cache filesystem after it has been used by the client. (RT #131613) * Fixed a bug that could cause an oops with kernels 3.6 and later OpenBSD * Improved support for OpenBSD 4.9 to 5.3 OpenAFS 1.6.3 This release number had to be skipped for technical reasons.
jakllsch committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 52b7ec3 - Browse repository at this point
Copy the full SHA 52b7ec3View commit details -
Updated filesystems/openafs to 1.6.5
jakllsch committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 3604897 - Browse repository at this point
Copy the full SHA 3604897View commit details -
No changelog, but at least, buildable with recent MySQL. while here: * removed OpenSSL related stuffs, no reason is found. * set LICENSE=gnu-gpl-v2 (or later). * drop needless definitions.
obache committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for e400fc6 - Browse repository at this point
Copy the full SHA e400fc6View commit details -
Updated databases/mysqlcc to 1.0.2
obache committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for de86a71 - Browse repository at this point
Copy the full SHA de86a71View commit details -
Fix build with -Woverloaded-virtual.
Add missing openssl & pcre dependencies. Bump PKGREVISION.
fhajny committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for ac47253 - Browse repository at this point
Copy the full SHA ac47253View commit details -
print-PLIST support for LUA_LDIR/LUA_CDIR.
joerg committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for f814aac - Browse repository at this point
Copy the full SHA f814aacView commit details -
joerg committed
Sep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 678b0c4 - Browse repository at this point
Copy the full SHA 678b0c4View commit details -
Updated MESSAGE file to reflect current
pettai committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for a9eecba - Browse repository at this point
Copy the full SHA a9eecbaView commit details -
* Pass CC and CFLAGS. * Added LICENSE. * Removed USE_LIBTOOL and TEST_TARGET: these are not used with Scons build.
adam committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 1f7c3cb - Browse repository at this point
Copy the full SHA 1f7c3cbView commit details -
Register patch for configure.ac again, and touch some files to avoid
invoking autoconf/automake. Taken from devel/glib2.
ryoon committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 96c7c5d - Browse repository at this point
Copy the full SHA 96c7c5dView commit details -
Touch more dependency files, fix build on DragonFly/amd64 3.4.1.
ryoon committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 3106903 - Browse repository at this point
Copy the full SHA 3106903View commit details -
These releases address a denial-of-service attack against Django's authentication framework. All users of Django are encouraged to upgrade immediately.
adam committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 0126cfa - Browse repository at this point
Copy the full SHA 0126cfaView commit details -
Updated www/py-django to 1.5.4
adam committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 23afb8b - Browse repository at this point
Copy the full SHA 23afb8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c47064 - Browse repository at this point
Copy the full SHA 6c47064View commit details -
wiz committed
Sep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for e9997f1 - Browse repository at this point
Copy the full SHA e9997f1View commit details -
Don't bail out with Clang due to a unused private member. Fix infinite
loop. bump revision.
joerg committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 8e53de9 - Browse repository at this point
Copy the full SHA 8e53de9View commit details -
Needs _KMEMUSER to get kinfo_proc on NetBSD/current.
joerg committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 8ae3a56 - Browse repository at this point
Copy the full SHA 8ae3a56View commit details -
joerg committed
Sep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 86e67f3 - Browse repository at this point
Copy the full SHA 86e67f3View commit details -
Don't depend on implicit boolean conversion for streams.
Fix a header guard to reduce warnings.
joerg committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 9155233 - Browse repository at this point
Copy the full SHA 9155233View commit details -
Fix a header guard. Remove non-portable comparision to NULL iterator.
Be explicit about using the custom hash.
joerg committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for dadc3a8 - Browse repository at this point
Copy the full SHA dadc3a8View commit details -
joerg committed
Sep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for caf6fec - Browse repository at this point
Copy the full SHA caf6fecView commit details -
Use C++11 shared_ptr with clang.
joerg committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 6b3a28e - Browse repository at this point
Copy the full SHA 6b3a28eView commit details -
Installs chem now, so add it to the PLIST, fix the interpreter path and
bump revision.
joerg committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 8a27f22 - Browse repository at this point
Copy the full SHA 8a27f22View commit details -
No boost/scoped_ptr.h around. Bump revision.
joerg committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for e0822d5 - Browse repository at this point
Copy the full SHA e0822d5View commit details -
Update to 0.1.11 to fix the build with Clang due to a broken text
manipulation. Changes include: - Improved support for various inputs. - Refactorting - Bug fixes
joerg committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 3640e01 - Browse repository at this point
Copy the full SHA 3640e01View commit details -
Updated converters/libmwaw to 0.1.11
joerg committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 196f264 - Browse repository at this point
Copy the full SHA 196f264View commit details
Commits on Sep 18, 2013
-
drop require 'rubygems', it is not required in pkgsrc and not in ruby…
…18-base.
obache committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 17c3679 - Browse repository at this point
Copy the full SHA 17c3679View commit details -
Update ruby-spreadsheet to 0.9.0.
### 0.9.0 / 16.09.2013 * Author: Pavel <[email protected]> Date: Mon Sep 16 14:02:49 2013 +0700 * Test cases for Worksheet#margins, Worksheet#pagesetup, Workbook#delete_worksheet. Fix bugs related to it. * Page margins reader/writter * Markdownify GUIDE * Add page setup options (landscape or portrait and adjust_to)
obache committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 92534dc - Browse repository at this point
Copy the full SHA 92534dcView commit details -
Updated math/ruby-spreadsheet to 0.9.0
obache committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 25d0c48 - Browse repository at this point
Copy the full SHA 25d0c48View commit details -
Needs gmake to install chem (fixes at least SunOS).
fhajny committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 4fe3567 - Browse repository at this point
Copy the full SHA 4fe3567View commit details -
Adding MAKE_JOBS_SAFE=no - parallel building causes the issues reported
by nbjoerg@ and can be reproduced by Joyent bulk builds
sno committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for cf9f3c5 - Browse repository at this point
Copy the full SHA cf9f3c5View commit details -
fixes missing regeneration of build rule file for subversion-1.8.3.
obache committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 27366e1 - Browse repository at this point
Copy the full SHA 27366e1View commit details -
fixes a patch related to perl binding:
* Update comment, `Second hunk' had been removed. * fixes patch migration at updated to 1.8.0, original part had been changed, but still using old part + additional part.
obache committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for f465bd5 - Browse repository at this point
Copy the full SHA f465bd5View commit details -
MAKE_JOBS_SAFE=no, and following failures will be fixed.
* native modules may not be linked against libsvn_swig_perl-1, because module Makefile may be created before creating the library, and not found. * inversely, libsvn_swig_perl-1 of previous version may found, but cannot linked because of buildlink sandbox. Bump PKGREVISION (for safe side with update of patch for Makefile.PL).
obache committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for ba5d9d1 - Browse repository at this point
Copy the full SHA ba5d9d1View commit details -
Restore support for Clang with libc++11. Bump revision.
joerg committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 7bebe94 - Browse repository at this point
Copy the full SHA 7bebe94View commit details -
Restore Clang support with libc++. Additional changes to deal with the
inability of old GCC versions to cast to int implicitly. Bump revision.
joerg committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 297b67f - Browse repository at this point
Copy the full SHA 297b67fView commit details -
Disable unit tests on SunOS, the build currently fails.
jperkin committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 5de5755 - Browse repository at this point
Copy the full SHA 5de5755View commit details -
Fix segmentation fault due to time_t being longer than long.
While here, allow building it with standard make.
asau committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for b1ad1d3 - Browse repository at this point
Copy the full SHA b1ad1d3View commit details -
Update "phpmyadmin" package to version 4.0.6.
The major changes since version 3.5.* are: - HTML frames are gone. - The navigation panel now presents a tree. - Javascript now required - Documentation has a new look. - Many bug fixes and smaller new features This update also fixes the security vulnerability reported in PMASA-2013-10. Approved by Thomas Klausner.
tron committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for a513db0 - Browse repository at this point
Copy the full SHA a513db0View commit details -
Note update of the "phpmyadmin" package to version 4.0.6.
tron committedSep 18, 2013 Configuration menu - View commit details
-
Copy full SHA for f2e6f69 - Browse repository at this point
Copy the full SHA f2e6f69View commit details
Commits on Sep 19, 2013
-
mysql-5.0 had been removed from pkgsrc.
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 5b0f3ad - Browse repository at this point
Copy the full SHA 5b0f3adView commit details -
sync with Makefile (MySQL-5.0 had been dropped).
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for eb37cf1 - Browse repository at this point
Copy the full SHA eb37cf1View commit details -
MySQL-5.0 had been removed from pkgsrc, change to accept any version …
…of mysql.
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for f7dd335 - Browse repository at this point
Copy the full SHA f7dd335View commit details -
accept MySQL-5.6 additionally, and remove dropped MySQL-5.0 support.
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 715144f - Browse repository at this point
Copy the full SHA 715144fView commit details -
obache committed
Sep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 5ab2683 - Browse repository at this point
Copy the full SHA 5ab2683View commit details -
obache committed
Sep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for aa10eae - Browse repository at this point
Copy the full SHA aa10eaeView commit details -
C extensions are not supported on py3k.
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for db04d4d - Browse repository at this point
Copy the full SHA db04d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c5492 - Browse repository at this point
Copy the full SHA 22c5492View commit details -
obache committed
Sep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 3a5401f - Browse repository at this point
Copy the full SHA 3a5401fView commit details -
Add CONFLICTS with p5-SOAP-Lite>=1.0, mergeed back.
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for ba4c80e - Browse repository at this point
Copy the full SHA ba4c80eView commit details -
Step back from requiring gmake, remove unneeded bits that break bmake.
fhajny committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for cdf76d2 - Browse repository at this point
Copy the full SHA cdf76d2View commit details -
Use security/botan in place of the shipped (older) copy. Bump revision.
joerg committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 713ee22 - Browse repository at this point
Copy the full SHA 713ee22View commit details -
Add a ffr_tls_1 option to sendmail, which enable the O CipherList
option for sendmail.cf. it is required in order to remove weak ciphers, and enforce Forward Secrecy on modern MUA Usage example: O CipherList=DH@STRENGTH:HIGH:!MD5:!DES:!aNULL:!eNULL
manu committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 91c24f7 - Browse repository at this point
Copy the full SHA 91c24f7View commit details -
Remove net/p5-SOAP-Transport-TCP from pkgsrc.
Merged SOAP::Transport::TCP back into SOAP::Lite (for 1.0) approved by wiz@.
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 6aa0639 - Browse repository at this point
Copy the full SHA 6aa0639View commit details -
Removed net/p5-SOAP-Transport-TCP.
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 1f8fce0 - Browse repository at this point
Copy the full SHA 1f8fce0View commit details -
Note p5-SOAP-Transport-TCP as SUPERSEDES, merged back since 1.0.
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 6a17a4e - Browse repository at this point
Copy the full SHA 6a17a4eView commit details -
Don't treat SunOS as non-POSIX. Bump PKGREVISION.
SCons implements special handling for a number of platforms, notably older UNIX variants. Unfortunately it does not carry this handling through to the rest of its infrastructure, and so these platforms are missing fundamental features such as shared library support. Rather than treating it as a special case and adding "or sunos" to every single platform check, leave it to be detected as the default 'posix' platform. The only loss is that the sunos platform file is no longer loaded, however there is little in there of value to us. This has the added benefit of fixing the assumption SCons makes that all SunOS platforms must use the Sun Studio tools, and ensures that we are able to use GCC too.
jperkin committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 4c389e5 - Browse repository at this point
Copy the full SHA 4c389e5View commit details -
Updated devel/scons to 2.3.0nb1
jperkin committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for ae8c030 - Browse repository at this point
Copy the full SHA ae8c030View commit details -
joerg committed
Sep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 6e71a2e - Browse repository at this point
Copy the full SHA 6e71a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc6382 - Browse repository at this point
Copy the full SHA 6bc6382View commit details -
Revbump is not needed, fix previous.
ryoon committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 1aab214 - Browse repository at this point
Copy the full SHA 1aab214View commit details -
Introduce --disable-maintainer-mode to CONFIGURE_ARGS.
Suggested by obache@, thank you. And remove pre-configure target, it is obsoleted by --disable-maintainer-mode.
ryoon committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for d83b6fa - Browse repository at this point
Copy the full SHA d83b6faView commit details -
apply rest of giflib>=5.0 compatibilitiy patch from PR pkg/48074
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 09bb772 - Browse repository at this point
Copy the full SHA 09bb772View commit details -
obache committed
Sep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for aeebf96 - Browse repository at this point
Copy the full SHA aeebf96View commit details -
* Merge some patches via FreeBSD ports. * Tested on NetBSD/amd64 6.99.23 and DragonFly/amd64 3.4.1. * Use system hunspell dictionaries. * DuckDuckGo search window. * Enable system icu support. Changelog: NEW Support for new scrollbar style in Mac OS X 10.7 and newer NEW Implemented Close tabs to the right NEW Social: Ability to tear-off chat windows to view separately by simply dragging them out CHANGED Accessibility related improvements on using pinned tabs (see 577727) CHANGED Removed support for Revocation Lists feature (see 867465) CHANGED Performance improvements on New Tab Page loads (see 791670) DEVELOPER Major SVG rendering improvements around Image tiling and scaling (see 600207 ) DEVELOPER Improved and unified Browser console for enhanced debugging experience, replacing existing Error console DEVELOPER Removed support for sherlock files that are loaded from application or profile directory FIXED Replace fixed-ratio audio resampler in webrtc.org capture code with Speex resampler and eliminate pseudo-44000Hz rate ( see 886886) FIXED 24.0: Security fixes can be found here Fixed in Firefox 24 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-87 Shared object library loading from writable location MFSA 2013-86 WebGL Information disclosure through OS X NVIDIA graphic drivers MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-84 Same-origin bypass through symbolic links MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
ryoon committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 3cb8a38 - Browse repository at this point
Copy the full SHA 3cb8a38View commit details -
ryoon committed
Sep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for ede9b20 - Browse repository at this point
Copy the full SHA ede9b20View commit details -
resolve "call of overloaded 'log(int)' is ambiguous".
obache committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 6f57c97 - Browse repository at this point
Copy the full SHA 6f57c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb3ae63 - Browse repository at this point
Copy the full SHA fb3ae63View commit details -
Updated www/firefox-l10n to 24.0
ryoon committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 1dca944 - Browse repository at this point
Copy the full SHA 1dca944View commit details -
Revert last, my grep-fu is weak. Bump revision again.
joerg committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 38a78d5 - Browse repository at this point
Copy the full SHA 38a78d5View commit details -
Explicitly link clucene-shared on DragonFly. Fixes PR pkg/48120
markd committedSep 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 4cd1706 - Browse repository at this point
Copy the full SHA 4cd1706View commit details
Commits on Sep 20, 2013
-
Require library to have no undefined symbols. Fixes DLL build on Cygwin.
Bump revision.
joerg committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for a406882 - Browse repository at this point
Copy the full SHA a406882View commit details -
Add -D__EXTENSIONS__ on SunOS for PATH_MAX.
jperkin committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for caae562 - Browse repository at this point
Copy the full SHA caae562View commit details -
joerg committed
Sep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 5d28e81 - Browse repository at this point
Copy the full SHA 5d28e81View commit details -
Force the __fpending to be known on Cygwin. stdlib_ext.h defines it as
macro or inline function, so the link test fails.
joerg committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 1853c32 - Browse repository at this point
Copy the full SHA 1853c32View commit details -
fixes for the case of PKGLOCALEDIR != share.
obache committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for cbc8342 - Browse repository at this point
Copy the full SHA cbc8342View commit details -
fixes previous PKGLOCALEDIR support commit
* fixes missing PREFIX for PKGLOCALEDIR * avoid regeneration of *.po file from source update
obache committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for c17402e - Browse repository at this point
Copy the full SHA c17402eView commit details -
Updated to latest release. From CHANGES.txt:
2.7.3.32 - 2012-08-16 --------------------- - Fixed compatibility with Python 3.3 - Process boostrap: Now ignores errors while flushing stdout (Issue TritonDataCenter#16).
rodent committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for bdf96d9 - Browse repository at this point
Copy the full SHA bdf96d9View commit details -
Updated parallel/py-billiard to 2.7.3.32
rodent committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for f47da59 - Browse repository at this point
Copy the full SHA f47da59View commit details -
Remove curl dependency, put file on nbftp.
wiz committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 74ec5bc - Browse repository at this point
Copy the full SHA 74ec5bcView commit details -
sno committed
Sep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for e50a214 - Browse repository at this point
Copy the full SHA e50a214View commit details -
Not safe to build parallelized
sno committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for e28cf91 - Browse repository at this point
Copy the full SHA e28cf91View commit details -
Fix build on SunOS with native curses.
* Detect isblank in configure script.
ryoon committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 569df47 - Browse repository at this point
Copy the full SHA 569df47View commit details -
* Add -fno-stack-protector to CFLAGS to fix link error for SunOS. * Patch configure.ac and regenerate the related stuff. * Buildlink sysutils/file for libmagic. * Detect dirfd, setprogname and htonll in configure script. * Create PLIST for NetBSD and SunOS.
ryoon committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 70a8412 - Browse repository at this point
Copy the full SHA 70a8412View commit details -
Needs the same __fpending workaround on Cygwin as devel/m4.
joerg committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for b595f01 - Browse repository at this point
Copy the full SHA b595f01View commit details -
* Pass /usr/bin/env interpreter check for more files, fix build on OmniOS.
ryoon committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 224a18d - Browse repository at this point
Copy the full SHA 224a18dView commit details -
Updated lang/python27 to 2.7.5nb3
ryoon committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for eb99eb0 - Browse repository at this point
Copy the full SHA eb99eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for be4d4bf - Browse repository at this point
Copy the full SHA be4d4bfView commit details -
Updated www/py-nevow to 0.10.0nb2
wiz committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 0159f3f - Browse repository at this point
Copy the full SHA 0159f3fView commit details -
<cstdlib> is needed for rand(). Kill various inconsistent restricts.
joerg committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 3096c0c - Browse repository at this point
Copy the full SHA 3096c0cView commit details -
joerg committed
Sep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 0765426 - Browse repository at this point
Copy the full SHA 0765426View commit details -
Build libf95 as shared library. Add rpath entries automatically as
needed. Bump revision.
joerg committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for b19ecf8 - Browse repository at this point
Copy the full SHA b19ecf8View commit details -
joerg committed
Sep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 1da3974 - Browse repository at this point
Copy the full SHA 1da3974View commit details -
Don't use gethostbyname_r on NetBSD.
joerg committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for d63c7ee - Browse repository at this point
Copy the full SHA d63c7eeView commit details -
Fix include guards. Fix format string. Fix uninitialised variables.
Not MAKE_JOBS_SAFE. Bump revision.
joerg committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 145ec6b - Browse repository at this point
Copy the full SHA 145ec6bView commit details -
Update to hydra-7.5 since the old version doesn't build with newer
libssh. Too many changes to list indivually. Adjust license to AGPLv3.
joerg committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 131de5a - Browse repository at this point
Copy the full SHA 131de5aView commit details -
Add boost header required by parts of xmltooling.
joerg committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 5ed0053 - Browse repository at this point
Copy the full SHA 5ed0053View commit details
Commits on Sep 21, 2013
-
The about-wordmark resource changed from .svg to .png
martin committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 4663bb9 - Browse repository at this point
Copy the full SHA 4663bb9View commit details -
Use a more robust way to find the current stack frame. Fixes infinite
loop when trying to load the script binding, if build with clang.
joerg committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for ed757f3 - Browse repository at this point
Copy the full SHA ed757f3View commit details -
joerg committed
Sep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 4e749ce - Browse repository at this point
Copy the full SHA 4e749ceView commit details -
I cannot confirm the functionality of this change's result sadly (no display and no ssh -Y). The build is completed.
ryoon committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 0fba765 - Browse repository at this point
Copy the full SHA 0fba765View commit details -
Try to reintrodece PLIST conditionals related to vorbis.
ryoon committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 0ca983f - Browse repository at this point
Copy the full SHA 0ca983fView commit details -
ryoon committed
Sep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 67b1877 - Browse repository at this point
Copy the full SHA 67b1877View commit details -
For mbft/Poison.cpp, OS_SOLARIS is not defined, use __sun__ instead.
ryoon committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for b5b71df - Browse repository at this point
Copy the full SHA b5b71dfView commit details -
Fix non-official branding build.
ryoon committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 40dafdb - Browse repository at this point
Copy the full SHA 40dafdbView commit details -
Import gmime20-2.2.25 as mail/gmime20.
based on mail/gmime before updated to incompatible 2.6, with patches for new glib2 borrowed by mail/gmime24. approved by wiz@ dureing freeze. GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME) as defined by the following RFCs: * 0822: Standard for the Format of Arpa Internet Text Messages * 1521: MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies * 1847: Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted * 1864: The Content-MD5 Header Field (Obsoletes rfc1544) * 2015: MIME Security with Pretty Good Privacy (PGP) * 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three: Message Header Extensions for Non-ASCII Text * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples * 2183: Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field * 2184: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations * 2231: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations (Obsoletes rfc2184) * 3156: MIME Security with OpenPGP (Updates rfc2015)
obache committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for ae52094 - Browse repository at this point
Copy the full SHA ae52094View commit details -
Added mail/gmime20 version 2.2.25
obache committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 8bb839a - Browse repository at this point
Copy the full SHA 8bb839aView commit details -
obache committed
Sep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for dd49e15 - Browse repository at this point
Copy the full SHA dd49e15View commit details -
Not compatible with gmime-2.6, so switch to use mail/gmime20.
Bump PKGREVISION.
obache committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for bc642b8 - Browse repository at this point
Copy the full SHA bc642b8View commit details -
Update bind96 to bind-9.6.3.1.ESV.10 (BIND 9.6-ESV-R10).
(CVE-2013-3919 is already fixed in pkgsrc). Security Fixes Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029] Bug Fixes Fixed the "allow-query-on" option to correctly check the destination address. [RT #34590] Fix forwarding for forward only "zones" beneath automatic empty zones. [RT #34583] Remove bogus warning log message about missing signatures when receiving a query for a SIG record. [RT #34600] Improved resistance to a theoretical authentication attack based on differential timing. [RT #33939] The build of BIND now installs isc/stat.h so that it's available to /isc/file.h when building other applications that reference these header files - for example dnsperf (see Debian bug ticket #692467). [RT #33056] Better handle failures building XML for stats channel responses. [RT #33706] Fixed a memory leak in GSS-API processing. [RT #33574] Fixed an acache-related race condition that could cause a crash. [RT #33602] rndc now properly fails when given an invalid '-c' argument. [RT #33571] Fixed an issue with the handling of zero TTL records that could cause improper SERVFAILs. [RT #33411] Fixed a crash-on-shutdown race condition with DNSSEC validation. [RT #33573]
taca committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 068930a - Browse repository at this point
Copy the full SHA 068930aView commit details -
Update bind98 to 9.8.6 (BIND 9.8.6).
(CVE-2013-4854 and CVE-2013-3919 were already fixed in pkgsrc.) Security Fixes Previously an error in bounds checking on the private type 'keydata' could be used to deny service through a deliberately triggerable REQUIRE failure (CVE-2013-4854). [RT #34238] Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029] Added support for OpenSSL versions 0.9.8y, 1.0.0k, and 1.0.1e with PKCS#11. [RT #33463] Added logging messages on slave servers when they forward DDNS updates to a master. [RT #33240] Bug Fixes Fixed the "allow-query-on" option to correctly check the destination address. [RT #34590] Fix DNSSEC auto maintenance so signatures can be removed from a zone with only KSK keys for an algorithm. [RT #34439] Fix forwarding for forward only "zones" beneath automatic empty zones. [RT #34583] Fix DNSSEC auto maintenance so signatures from newly inactive keys are removed (when publishing a new key while deactivating another key at the same time). [RT #32178] Remove bogus warning log message about missing signatures when receiving a query for a SIG record. [RT #34600] Fix Response Policy Zones on slave servers so new RPZ changes take effect. [RT #34450] Improved resistance to a theoretical authentication attack based on differential timing. [RT #33939] named was failing to answer queries during "rndc reload" [RT #34098] Fixed a broken 'Invalid keyfile' error message in dnssec-keygen. [RT #34045] The build of BIND now installs isc/stat.h so that it's available to /isc/file.h when building other applications that reference these header files - for example dnsperf (see Debian bug ticket #692467). [RT #33056] Better handle failures building XML for stats channel responses. [RT #33706] Fixed a memory leak in GSS-API processing. [RT #33574] Fixed an acache-related race condition that could cause a crash. [RT #33602] rndc now properly fails when given an invalid '-c' argument. [RT #33571] Fixed an issue with the handling of zero TTL records that could cause improper SERVFAILs. [RT #33411] Fixed a crash-on-shutdown race condition with DNSSEC validation. [RT #33573] Corrected the way that "rndc addzone" and "rndc delzone" handle non-standard characters in zone names. [RT #33419]
taca committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 79bc60b - Browse repository at this point
Copy the full SHA 79bc60bView commit details -
Update bind99 to 9.9.4 (BIND 9.9.4).
(CVE-2013-4854 and CVE-2013-3919 were already fixed in pkgsrc). Security Fixes Previously an error in bounds checking on the private type 'keydata' could be used to deny service through a deliberately triggerable REQUIRE failure (CVE-2013-4854). [RT #34238] Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] New Features Added Response Rate Limiting (RRL) functionality to reduce the effectiveness of DNS as an amplifier for reflected denial-of-service attacks by rate-limiting substantially-identical responses. [RT #28130] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029] Added support for OpenSSL versions 0.9.8y, 1.0.0k, and 1.0.1e with PKCS#11. [RT #33463] Added logging messages on slave servers when they forward DDNS updates to a master. [RT #33240] Changed the logging category for RRL events from 'queries' to 'query-errors'. [RT #33540] Bug Fixes Fixed the "allow-query-on" option to correctly check the destination address. [RT #34590] Fix forwarding for forward only "zones" beneath automatic empty zones. [RT #34583] Fix DNSSEC auto maintenance so signatures can be removed from a zone with only KSK keys for an algorithm. [RT #34439] Fix DNSSEC auto maintenance so signatures from newly inactive keys are removed (when publishing a new key while deactivating another key at the same time). [RT #32178] Remove bogus warning log message about missing signatures when receiving a query for a SIG record. [RT #34600] Fix Response Policy Zones on slave servers so new RPZ changes take effect. [RT #34450] Fix the "zone-statistics" option to work with the default traditional statistics (not new "--enable-newstats" feature). [RT #34466] named could crash when deleting inline-signing zones with "rndc delzone". [RT #34066] Improved resistance to a theoretical authentication attack based on differential timing. [RT #33939] named was failing to answer queries during "rndc reload" [RT #34098] win32: Some executables had been omitted from the installer. [RT #34116] fixed a broken 'Invalid keyfile' error message in dnssec-keygen. [RT #34045] The build of BIND now installs isc/stat.h so that it's available to /isc/file.h when building other applications that reference these header files - for example dnsperf (see Debian bug ticket #692467). [RT #33056] Better handle failures building XML for stats channel responses. [RT #33706] Fixed a memory leak in GSS-API processing. [RT #33574] Fixed an acache-related race condition that could cause a crash. [RT #33602] rndc now properly fails when given an invalid '-c' argument. [RT #33571] Fixed an issue with the handling of zero TTL records that could cause improper SERVFAILs. [RT #33411] Fixed a crash-on-shutdown race condition with DNSSEC validation. [RT #33573] Corrected the way that "rndc addzone" and "rndc delzone" handle non-standard characters in zone names. [RT #33419] Adjusted RRL behavior for recursive queries to defer rate-limiting until after recursion is complete. Also uses correct rcode for slipped NXDOMAIN responses. [RT #33604] Previously, BIND could erroneously report a missing file specification when using inline slave zones. [RT #33662]
taca committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for c99a996 - Browse repository at this point
Copy the full SHA c99a996View commit details -
Note update of BIND packages, approved by wiz@.
net/bind96 9.6.3.1.ESV.10 net/bind98 9.8.6 net/bind99 9.9.4
taca committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 954fd6f - Browse repository at this point
Copy the full SHA 954fd6fView commit details -
Update php54 to 5.4.20, approved by wiz@.
19 Sep 2013, PHP 5.4.20 - Core: . Fixed bug #60598 (cli/apache sapi segfault on objects manipulation). (Laruence) . Fixed bug #65579 (Using traits with get_class_methods causes segfault). (Adam) . Fixed bug #65490 (Duplicate calls to get lineno & filename for DTRACE_FUNCTION_*). (Chris Jones) . Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding spaces). (Michael M Slusarz) . Fixed bug #65481 (shutdown segfault due to serialize) (Mike) . Fixed bug #65470 (Segmentation fault in zend_error() with --enable-dtrace). (Chris Jones, Kris Van Hees) . Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference fails). (Laruence) . Fixed bug #65304 (Use of max int in array_sum). (Laruence) . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very limited case). (Arpad) . Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert) . Improved fix for bug #63186 (compile failure on netbsd). (Matteo) . Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees) . Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) . Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold) . Cherry-picked some DTrace build commits (allowing builds on Linux, bug #62691, and bug #63706) from PHP 5.5 branch . Fixed bug #61268 (--enable-dtrace leads make to clobber Zend/zend_dtrace.d) (Chris Jones) - cURL: . Fixed bug #65458 (curl memory leak). (Adam) - Datetime: . Fixed bug #65554 (createFromFormat broken when weekday name is followed by some delimiters). (Valentin Logvinskiy, Stas). . Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer). (Remi). - Openssl: . Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in some cases). (Mark Jones) - Session: . Fixed bug #62129 (rfc1867 crashes php even though turned off). (gxd305 at gmail dot com) . Fixed bug #50308 (session id not appended properly for empty anchor tags). (Arpad) . Fixed possible buffer overflow under Windows. Note: Not a security fix. (Yasuo) . Changed session.auto_start to PHP_INI_PERDIR. (Yasuo) - SOAP: . Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry) - SPL: . Fixed bug #65328 (Segfault when getting SplStack object Value). (Laruence) - PDO: . Fixed bug #64953 (Postgres prepared statement positional parameter casting). (Mike) - Phar: . Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for some specific contents). (Stas) - Pgsql: . Fixed bug #65336 (pg_escape_literal/identifier() silently returns false). (Yasuo) . Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update() /pg_delete()/pg_insert()). (Yasuo) - Zlib: . Fixed bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called) (Mike)
taca committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for d3c0447 - Browse repository at this point
Copy the full SHA d3c0447View commit details -
Update php55 to 5.5.4, approved by wiz@.
18 Sep 2013, PHP 5.5.4 - Core: . Fixed bug #60598 (cli/apache sapi segfault on objects manipulation). (Laruence) . Improved fputcsv() to allow specifying escape character. . Fixed bug #65490 (Duplicate calls to get lineno & filename for DTRACE_FUNCTION_*). (Chris Jones) . Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding spaces). (Michael M Slusarz) . Fixed bug #65470 (Segmentation fault in zend_error() with --enable-dtrace). (Chris Jones, Kris Van Hees) . Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert) . Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees) . Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) . Fixed bug #46311 (Pointer aliasing issue results in miscompile on gcc4.4). (Nikita Popov) - cURL: . Fixed bug #65458 (curl memory leak). (Adam) - Datetime: . Fixed bug #65554 (createFromFormat broken when weekday name is followed by some delimiters). (Valentin Logvinskiy, Stas). . Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer). (Remi). - OPCache: . Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4). (Terry Ellison) - Openssl: . Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in some cases). (Mark Jones) - Session: . Fixed bug #65475 (Session ID is not initialized properly when strict session is enabled). (Yasuo) . Fixed bug #51127/#65359 Request #25630/#43980/#54383 (Added php_serialize session serialize handler that uses plain serialize()). (Yasuo) - Standard: . Fix issue with return types of password API helper functions. Found via static analysis by cjones. (Anthony Ferrara)
taca committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 961a8ec - Browse repository at this point
Copy the full SHA 961a8ecView commit details -
Note update of php54 and php55 packages.
lang/php54 to 5.4.20 lang/php55 to 5.5.4
taca committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 4fd0cb2 - Browse repository at this point
Copy the full SHA 4fd0cb2View commit details -
+ mysql-5.1.72, mysql-5.5.34, mysql-5.6.14.
taca committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 373e25e - Browse repository at this point
Copy the full SHA 373e25eView commit details -
Add upstream candidate patch for CVE-2013-4243. PKGREVISION -> 6
dholland committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 62b524a - Browse repository at this point
Copy the full SHA 62b524aView commit details -
dholland committed
Sep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 4783c84 - Browse repository at this point
Copy the full SHA 4783c84View commit details -
Invoke correct version of gcc that is specified by GCC_REQD.
Suggested by obache@, thank you. This is a part of PR pkg/48223.
ryoon committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for aa783cb - Browse repository at this point
Copy the full SHA aa783cbView commit details -
Bugfixes [SSPCPP-543] - AttributeExtractor fails to deal with multiple Logos [SSPCPP-547] - Encoding problem with Metadata Attribute Extractor [SSPCPP-549] - Shiboleth SP 2.5.1 breaks Apache 2.4.3's error pages [SSPCPP-550] - Problems with native.log file rotation [SSPCPP-551] - DiscoFeed Content-Type header lacks charset [SSPCPP-552] - Solaris TCP Listener code is broken [SSPCPP-568] - Unattended install pegs the CPU and never completes [SSPCPP-569] - native log files not closed at/before CGI exec [SSPCPP-570] - mod_shib takes over valid-user for entire server [SSPCPP-573] - ShibDisable on breaks basic auth valid user [SSPCPP-575] - Source build w/memcached and/or fastcgi support fails [SSPCPP-579] - Internal stack overflow in log4shib Improvements [SSPCPP-493] - Default allow access to Shibboleth.sso by default in shibd.conf [SSPCPP-501] - Make metagen ingest a list of hostnames from a file 2.5.1: Bugfixes [SSPCPP-409] - Shibboleth2.xml - undefined InProcess/OutOfProcess means no shibd.log/native.log [SSPCPP-490] - CLang build issue with stream operator overload [SSPCPP-492] - SP Release 2.5.0 does not compile with xml-security-c versions prior to 1.7.0 [SSPCPP-495] - Warning Shibboleth.PropertySet : load() skipping duplicate property set: [SSPCPP-499] - Fresh Installation on Windows XP fails after service daemon fails to start [SSPCPP-500] - configure fails against Apache 2.4 [SSPCPP-502] - Apache 2.4 post_read hook isn't run on subrequests, breaks module [SSPCPP-504] - ScopedAttributeDecoder fails on non-ascii chars? [SSPCPP-505] - shibd on Windows missing a version option [SSPCPP-507] - Insert record failed Violation of PRIMARY KEY constraint with ODBC plugin [SSPCPP-510] - Installer scripts (particularly the uninstall ones) should fail safe [SSPCPP-514] - FCGI responder stdin buffer missing termination [SSPCPP-516] - apache24.config missing from makefile target [SSPCPP-518] - Incorrect requireLogoutWith redirection if the original URL has query string [SSPCPP-519] - Shorthand SSO/Logout syntax not working with policyId setting [SSPCPP-521] - Schemas are not being edited on Windows Installation [SSPCPP-522] - Transform resolver echoes source string when match fails [SSPCPP-526] - Transaction log crashes on SOAP-based logout [SSPCPP-527] - Add ignoreNoPassive attribute to SSO element [SSPCPP-540] - ISAPI header detection code is prone to false alarms Improvements [SSPCPP-402] - Support front-channel SLO without cookies [SSPCPP-447] - Extension of consistentAddress for IPv6 [SSPCPP-501] - Make metagen ingest a list of hostnames from a file [SSPCPP-517] - Windows SP installer should not always roll back when shibd fails to start New Feature [SSPCPP-515] - Make /Status handler report SessionCache 2.5.0: Bugfixes [SSPCPP-344] - Version strings in various spots are wired at compile time [SSPCPP-345] - Split "package-level" and "user-level" settings in shib.conf to limit effect of RPM upgrades. [SSPCPP-365] - Support for binary attributes in resolver [SSPCPP-382] - Correct date format in Expires headers [SSPCPP-383] - Tag entityID not usable in error templates [SSPCPP-387] - Cryptographic nameID is longer than key length that memcache can handle [SSPCPP-391] - Generation of keys for relay state is not strongly random [SSPCPP-392] - Valgrind detects memory leaks [SSPCPP-393] - Setting session timeout="0" creates infinite loop between SP and IDP [SSPCPP-400] - NameID lookup for logout ignores logical SP boundaries [SSPCPP-401] - IIS App Pool Crash [SSPCPP-406] - Should check for cross platform previous versions? [SSPCPP-408] - ECP flow fails for Session configured inside of ApplicationOverride [SSPCPP-411] - openSUSE 12.1 erases /var/run at each reboot, so shibd fails to start [SSPCPP-413] - Schema catalogs should be set after XMLTooling init. [SSPCPP-416] - IIS breaks with error "isapi_shib: Attempted to insert duplicate storage key." Server restart required to fix [SSPCPP-417] - redirectErrors configuration attribute does not handle relative URLs [SSPCPP-419] - ExtensibleAttribute internal marshalling doesn't handle attribute naming correctly [SSPCPP-423] - After upgrading SP to Alpha SP 2.5 RPM from previous version of SP, shibd does not start. [SSPCPP-431] - Change links of https://spaces.inetrnet2.edu to wiki.shibboleth.net [SSPCPP-438] - Artifact resolver code doesn't use EndpointIndex in 2.0 artifacts [SSPCPP-439] - Auto-generated ACS endpoints improperly tracked by index [SSPCPP-443] - SP not signing ECP AuthnRequests [SSPCPP-444] - Multiple shib_state cookies get set -> server chokes on header field size [SSPCPP-445] - RequestInitiator metadata generated in a case where it shouldn't be [SSPCPP-448] - setting relayState to use ODBC storage service results in attempted redirects to an invalid URL [SSPCPP-449] - RequestMap not normalizing hostname for comparison [SSPCPP-459] - redirectLimit parser typo [SSPCPP-460] - A spelling error in the configure file [SSPCPP-461] - caching DiscoFeed fails b/c cache directory does not exist [SSPCPP-465] - CLONE - Tag entityID not usable in error templates [SSPCPP-467] - Cross-contamination from conflicting @relayState settings [SSPCPP-468] - Aliases support in XML Attribute Extractor no longer working in 2.5.0 Beta 1 [SSPCPP-487] - relayStateLimitWhitelist parameter is being changed inadvertently by limitRelayState method [SSPCPP-488] - No way to get client address set for ExternalAuth sessions [SSPCPP-489] - Windows installer (tries to) install a 64 bit path into IIS [SSPCPP-498] - Hardcoded path in XMLTooling is invalid on localized WinXP/2003 Improvements [SSPCPP-319] - Augment XMLAccessControl for time based access control. [SSPCPP-326] - Abbreviated IPv6 address format and CIDR support for acl [SSPCPP-332] - Session cache slows down if large numbers of sessions with a single NameID are created [SSPCPP-335] - Handle query strings on POST and avoid unintended POST data consumption [SSPCPP-352] - Expose RelayState limiter as a public API and revisit default setting [SSPCPP-353] - Package the SP to run as non-root user [SSPCPP-361] - Session handler with better parseable and accessable (X)HTML code [SSPCPP-362] - add 'metadata last refresh' to SP's status page [SSPCPP-366] - generated metadata should include cryptographic algorithms [SSPCPP-375] - Add httpOnly to cookieProps in the shibboleth2.xml config [SSPCPP-376] - Add a post-filtering hashing feature to shorten long attributes, namely ePTIDs [SSPCPP-394] - Support multiple authn context references in requests [SSPCPP-399] - SImple Aggregation plugin should allow "prefixing" of attributes or dedicated extractors [SSPCPP-403] - Facilitate signing Logout messages [SSPCPP-404] - Log entry for failed consistentAddress="true" check [SSPCPP-405] - CRIT Shibboleth.Application : no MetadataProvider available should be a warning not CRIT [SSPCPP-407] - Improve logging on invalid XML in shibboleth2.xml configuration file [SSPCPP-418] - Incorporating Boost libraries into code base [SSPCPP-420] - Memcache build on RH6 and error handling fixes [SSPCPP-425] - ShibAccessControl Relative Paths to user web content [SSPCPP-436] - Log on DEBUG when a shibsession cookie is being cleared because no corresponding session is found by Shibboleth [SSPCPP-446] - Try moving child_init hooks in Apache 2.x modules to post_config [SSPCPP-458] - Unprecise error message when wrong certificate is used for SAML2 encryption [SSPCPP-464] - Provide Logging to Recommend Production Settings [SSPCPP-470] - Identify deprecated features or suboptimal settings and add warnings [SSPCPP-472] - AttributeExtractor: remove leading/trailing whitespace created by formatter New Features [SSPCPP-245] - Support for attribute requirements in the SP [SSPCPP-339] - Extraction of contacts and other built-in metadata information [SSPCPP-341] - AttributeResolver plugin(s) for regexp or template-based transformation of values [SSPCPP-342] - Metadata / Attribute filtering based on EntityAttributes [SSPCPP-343] - Add support for capturing AuthenticatingAuthority [SSPCPP-349] - Parseable audit logs for SP [SSPCPP-389] - Add option to shibd to set uid and gid at startup [SSPCPP-390] - Multiple language versions for the same attribute [SSPCPP-396] - Simplify logout support for Native SP [SSPCPP-410] - add support for the 'policy' query string parameter [SSPCPP-421] - Extraction of consent attribute from SAML 2 responses [SSPCPP-430] - Apache 2.4 support [SSPCPP-437] - Add artifact binding for resolving artifacts via file system [SSPCPP-440] - Loopback handler to exchange an assertion for a session [SSPCPP-469] - Logout request extension to specify no response [SSPCPP-471] - Shorthand settings for manipulating cookie properties [SSPCPP-486] - Add automatic algorithm blacklist
pettai committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 35a2585 - Browse repository at this point
Copy the full SHA 35a2585View commit details -
Updated www/shibboleth-sp to 2.5.2
pettai committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 26cb681 - Browse repository at this point
Copy the full SHA 26cb681View commit details -
- New Features - OWL - The Owl Monitoring System uses timed DNS queries to monitor basic network functionality. The system consists of a manager host and a set of sensor hosts. The Owl sensors perform periodic DNS queries and report to the Owl manager the time taken for each query. Over time, this shows the responsiveness of the DNS infrastructure. - dnssec-nodes - Many new features have been added: - The validation tree now supports clicking on boxes to highlight it and the arrows that derive from it. Great for use when teaching about DNSSEC. - An extensive filter/effect editor now lets you tailor the look of a graph to color-code, set the alpha levels, etc of nodes based on their names, status, data types, etc. - Right clicking on a node lets you center the graph on that node. - More data types are collected and shown in the data view. - Support for arguments on the command line for parsing log files, pcap files and domain names. - The validation view has received a visual clean-up - Many other bug fixes - Bloodhound: - A mozilla-based DNSSEC-enabled browser with DANE support - Added support for validation of SSL certificates using the DANE protocol. - curl - Added support for validation of SSL certificates using the DANE protocol. - libval - Added support for local DANE validation - Extended the dt-danechk commandline tool to check the X509 cert provided over the SSL connection against the TLSA record. - Optimized glue record lookup when the only ip addresses configured for the host are for a single address family (ipv4 or ipv6) - fine tune res_io source management - dnssec-check - dnssec-check now checks DNAME support - rollerd - A new set of steps for KSK rollover has been implemented. A cache-expiration wait phase has been moved after the publication of DS records in order to allow name caches to reflect the changes. In addition to rollerd, supporting program have been modified to recognize this change. - rollrec files - A new "information rollrec" has been added to the rollrec files. This will allow infomration to be specified for the collection of rollrecs. At this time, the only information stored in this rollrec is the version number of the rollrec file. In addition to the rollrec.pm Perl module, programs which use this module have been modified to recognize this change. If you use the rollrec.pm module, you should test to see if your code is affected. The modifications for the info rollrec have been made to minimize affected programs. If you parse the rollrec files yourself, you will have to account for this change. - multiple - The perl-based tools can now use either the ZoneFile::Fast or the Net::DNS zone file parser, thanks to a patch from Sebastian Schmidt ([email protected]). - ZoneFile:Fast - Support for TLSA - Made it compatible with newer Net::DNS releases - Qt5 - A patch to support DNSSEC checks in Qt5 DNS lookups - Bug Fixes - zonesigner - Fixed SOA parsing and serial number update issues - libval - Properly initialize memory in sockaddr structures before use.
pettai committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 55e0d80 - Browse repository at this point
Copy the full SHA 55e0d80View commit details -
Updated security/dnssec-tools to 2.0
pettai committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 98653ba - Browse repository at this point
Copy the full SHA 98653baView commit details -
Fix bug TritonDataCenter#169: Add "::1" to the default InternalHosts list. Fix bug TritonDataCenter#171: Escape "+" character in regex generation. Fix bug TritonDataCenter#172: Repair broken AutoRestartRate logic. Fix bug #SF3603525: Discard duplicate results from non-DKIM methods. Fix bug #SF3611976: Fix up quarantine option handling. TOOLS: Fix bug #SF3609716: Fix meaning of "-S" in opendkim-genkey. BUILD: Fix bug #SF3612816: Build compatibility with Lua 5.2.
pettai committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 31c4fc6 - Browse repository at this point
Copy the full SHA 31c4fc6View commit details -
Updated mail/opendkim to 2.8.4
pettai committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for c759403 - Browse repository at this point
Copy the full SHA c759403View commit details -
Features: * New config option "ip-transparent:" to allow NSD to bind to non local addresses. Default no. * Use IPV6 minimum MTU settings with TCP to reduce failures that are caused by delays in learning working PMTU when communicating through a tunnel. * Bugfix TritonDataCenter#496: Support for EUI48 and EUI64 RR types. Experimental, turned off by default. Enable with --enable-draft-rrtypes. * New config option "rrl-slip:" to set the average number of packets discarded before we send back a truncated response. * New config option "rrl-ipv4-prefix-length:" and "rrl-ipv6-prefix-length:" to set the prefix lengths. * Improved RRL logging, also print triggering query src address and QTYPE. * Provide RRL documentation in nsd.conf.sample. Bugfixes: * Bugfix TritonDataCenter#357: Parent process waits until children closed down sockets, to prevent NSD failing to bind to sockets when restarting. * Bugfix TritonDataCenter#487: lookup3.c determine endianness for BSD systems. * Bugfix TritonDataCenter#491: pick program name (0th argument) as syslog identity. * Bugfix TritonDataCenter#494: Exit with return code 1 if socket code fails. * Bugfix TritonDataCenter#495: Wrong bufsize in dname_to_string for root. * Fix outgoing-interface: Don't fail if family is IPv6 but only IPv4 outgoing-interface is set, or vice versa. * RRtypes ASFDB, RP, RT should not compress dnames. * Check that zone directory is within chroot directory. * Better XFR checking, fallback to AXFR (if allowed) if three malformed XFR packets have been seen.
pettai committedSep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for bcd5a80 - Browse repository at this point
Copy the full SHA bcd5a80View commit details -
pettai committed
Sep 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 77e874d - Browse repository at this point
Copy the full SHA 77e874dView commit details
Commits on Sep 22, 2013
-
- Updated author and distribution location details to airspayce.com
pettai committedSep 22, 2013 Configuration menu - View commit details
-
Copy full SHA for ffa887d - Browse repository at this point
Copy the full SHA ffa887dView commit details -
Updated security/p5-Authen-TacacsPlus to 0.24
pettai committedSep 22, 2013 Configuration menu - View commit details
-
Copy full SHA for 12a0270 - Browse repository at this point
Copy the full SHA 12a0270View commit details -
0.62 (01/26/2013) (dc) Add support for HTTP compression where available, enabled by default. (cb) Add support for EAN to the US locale, as reported by Jacob Turino. (cb) Add Spain and Italy locales, as implemented by Menno Blom. (cb) Add some new departments in Amazon.co.jp, as implemented Naoya Ito.
obache committedSep 22, 2013 Configuration menu - View commit details
-
Copy full SHA for 059a9ec - Browse repository at this point
Copy the full SHA 059a9ecView commit details -
Updated net/p5-Net-Amazon to 0.62
obache committedSep 22, 2013 Configuration menu - View commit details
-
Copy full SHA for 49cf457 - Browse repository at this point
Copy the full SHA 49cf457View commit details -
+ abcm2ps-7.6.0, elftoolchain-0.6.1 [pkg/48227], etm2-2.2.1 [etm
successor], gbrainy-2.22, grilo-0.2.7, harfbuzz-0.9.21, libgee-0.10.5, libmatroska-1.4.1, libnids-1.24 [pkg/48217], libreoffice4-4.1.1, links-2.8, mame-0.150, mess-0.150, mkvtoolnix-6.4.1, modular-xorg-server-1.14.3, php-tt-rss-1.10, png-1.6.6, py-setuptools-1.1.6, snort-2.9.5.5, x264-devel-20130921, xf86-video-glide-1.2.2, xinput-1.6.1.
wiz committedSep 22, 2013 Configuration menu - View commit details
-
Copy full SHA for ca7914e - Browse repository at this point
Copy the full SHA ca7914eView commit details
Commits on Sep 23, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 230d6d2 - Browse repository at this point
Copy the full SHA 230d6d2View commit details -
Treat FreeBSD and NetBSD uniformly. This fixes building the package o…
…n FreeBSD.
asau committedSep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for 9963f75 - Browse repository at this point
Copy the full SHA 9963f75View commit details -
Update ruby-tw to 0.5.1. (leaf package update)
Changes from History.txt: === 0.5.1 2013-09-18 * tweet with file % tw 'yummy!!' --file=food.jpg
tsutsui committedSep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for 6ffe170 - Browse repository at this point
Copy the full SHA 6ffe170View commit details -
tsutsui committed
Sep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for 25c962e - Browse repository at this point
Copy the full SHA 25c962eView commit details -
Don't bother with unused functions for Clang. Race conditions while
building.
joerg committedSep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for d1505b1 - Browse repository at this point
Copy the full SHA d1505b1View commit details -
Don't bother with unused functions for Clang.
joerg committedSep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for 99eb691 - Browse repository at this point
Copy the full SHA 99eb691View commit details -
Reset maintainer, address bounces.
joerg committedSep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for 6ac679f - Browse repository at this point
Copy the full SHA 6ac679fView commit details -
TLS is not supported by NetBSD<6
obache committedSep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for 20cdfd5 - Browse repository at this point
Copy the full SHA 20cdfd5View commit details -
Do not create duplicate definitions. From FreeBSD ports.
This fixes package on FreeBSD.
asau committedSep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for 1eb341d - Browse repository at this point
Copy the full SHA 1eb341dView commit details -
Add upstream commit 723c40a8153d20dce0c6dd1a91f193ef0375a194 via patch:
Update ext.appengine.fields for unicode_literals. Fixes TritonDataCenter#153. Fixes build failure with on py32. Bump PKGREVISION.
kleink committedSep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for ba647a4 - Browse repository at this point
Copy the full SHA ba647a4View commit details -
Updated www/py-wtforms to 1.0.4nb2.
kleink committedSep 23, 2013 Configuration menu - View commit details
-
Copy full SHA for 0686f37 - Browse repository at this point
Copy the full SHA 0686f37View commit details
Commits on Sep 24, 2013
-
Support the 'memconf' script on SunOS.
jperkin committedSep 24, 2013 Configuration menu - View commit details
-
Copy full SHA for e7c086b - Browse repository at this point
Copy the full SHA e7c086bView commit details -
Proposed at tech-pkg@ and supported by gdt@, thanks. ---------------------- Date: Saturday, September 21, 2013 8:32 PM Subject: TQSL-2.0-RC6 Public release available There's a new TQSL beta test release available for download. This release corrects the following defects discovered since TQSL 2.0-RC5 (as well as severl enhancements). Strip leading spaces and trailing spaces from station locations passed on the command line to help correct for common user errors. Display LoTW errors returned when a callsign certificate request fails for some reason. Record multiple outstanding certificate requests and delete the pending status if the user deletes the corresponding callsign certificate. Remove an errant "M" on the certificate request signing page. Properly wrap the text on that page for MacOS. The TQSL version number is always displayed for command line usage unless "-n" (check for new TQSL, configuration and program updates) is used. Added a new icon for TQSL contributed by K1GQ. The default shortcut icon has not changed, but the new icon is available for selection. Display an error when the TQSL configuration files (station locations, callsign certificates, etc.) can't be opened. All earlier versions of TQSL ignored these errors and started up with no callsign certificates or station locations defined. When a user selects a callsign in the Station Location window then clicked on "Create new Station Location", the DXCC entity in the station location wizard used the entity of the first callsign, not the selected callsign. The station location editor no longer shows multiple entries with the same DXCC entity in the entity selection pulldown list when there are multiple callsign certificates for a given callsign.
mef committedSep 24, 2013 Configuration menu - View commit details
-
Copy full SHA for c5be017 - Browse repository at this point
Copy the full SHA c5be017View commit details -
Updated ham/trustedQSL to 2.0rc6
mef committedSep 24, 2013 Configuration menu - View commit details
-
Copy full SHA for f43d37c - Browse repository at this point
Copy the full SHA f43d37cView commit details -
Fix build failure with "error: possibly undefined macro: AC_MSG_ERROR."
* Add pkg-config to USE_TOOLS.
ryoon committedSep 24, 2013 Configuration menu - View commit details
-
Copy full SHA for 7b801ac - Browse repository at this point
Copy the full SHA 7b801acView commit details -
+ anjuta-3.10.0, atk-2.10.0, calypso-1.2, cheese-3.10.0, clutter-1.16.0, cogl-1.16.0, gdl-3.10.0, glade-3.8.4, gnome-chess-3.8.4, gnome-common-3.10.0, gnome-keyring-3.10.0, gtk3-3.10, libgnome-keyring-3.10.0, m4-1.4.17, meld-1.8.1, mousetweaks-3.10.0, seahorse-3.10.0, seahorse-nautilus-3.10.0, vala-0.22.0, vinagre-3.10.0, vino-3.10.0, xf86-video-fbdev-0.4.4.
wiz committedSep 24, 2013 Configuration menu - View commit details
-
Copy full SHA for 3967e06 - Browse repository at this point
Copy the full SHA 3967e06View commit details -
go1.1.2 (released 2013/08/13) includes fixes to the gc compiler and cgo, and the bufio, runtime, syscall, and time packages. See the change history for details. If you use package syscall's Getrlimit and Setrlimit functions under Linux on the ARM or 386 architectures, please note change 55ac276af5a7 that fixes issue 5949. This is a leaf package, so it should be ok during the freeze.
bsiegert committedSep 24, 2013 Configuration menu - View commit details
-
Copy full SHA for 0de6856 - Browse repository at this point
Copy the full SHA 0de6856View commit details -
fix build on systems without builtin lua (with lua option disabled,
so that no pkgsrc lua is pulled in) tested by John Klos
drochner committedSep 24, 2013 Configuration menu - View commit details
-
Copy full SHA for 79a1675 - Browse repository at this point
Copy the full SHA 79a1675View commit details -
Disable poppler. Addresses PR 48239.
wiz committedSep 24, 2013 Configuration menu - View commit details
-
Copy full SHA for e8df8c5 - Browse repository at this point
Copy the full SHA e8df8c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fd895f - Browse repository at this point
Copy the full SHA 5fd895fView commit details
Commits on Sep 25, 2013
-
Passing "-ansi" turns "long long" support off on FreeBSD/amd64.
Define __LONG_LONG_SUPPORTED to make the package build.
asau committedSep 25, 2013 Configuration menu - View commit details
-
Copy full SHA for 61956ee - Browse repository at this point
Copy the full SHA 61956eeView commit details
Commits on Sep 26, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 47f5213 - Browse repository at this point
Copy the full SHA 47f5213View commit details -
Updated mail/quickml to 0.7nb4
obache committedSep 26, 2013 Configuration menu - View commit details
-
Copy full SHA for bbad1bc - Browse repository at this point
Copy the full SHA bbad1bcView commit details -
Changelog: 0.0.15 - improved spacing for cyrillics (#703588) - fixed hinting on numerals (704084) - bold outlines improved (#706358) - improved cyrillics (#706358) - improved outlines and spacing (#703115) - missing romanian accent glyphs (#705004) - uppercase U shape improvements (#702955) 0.0.14 - Large improvement to shapes of latin and extended latin glyphs (Pooja Saxena) - Improvements to the numeral shapes (Pooja) - Greatly improved horizontal metrics of regular weight (Pooja) - Corrected maths (Pooja) - Corrected outlines & metrics of Cyrillics (Pooja) 0.0.13 - many l/rbearking tweaks - extra symbols for Shell (bug #657957) - balanced shape for s and S - balanced shape for 6 and 9 - balanced 2 and 3 - improved hhints - OT anchors for accents - contrast tweaks to bold (b, B, e)
ryoon committedSep 26, 2013 Configuration menu - View commit details
-
Copy full SHA for b2613e6 - Browse repository at this point
Copy the full SHA b2613e6View commit details -
Updated fonts/cantarell-fonts to 0.0.15
ryoon committedSep 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 70a4462 - Browse repository at this point
Copy the full SHA 70a4462View commit details -
Changelog: 2013-07-10 v3.5.2 allow ENV vars to be set from repo options, for use in triggers and hooks bug-fix: the new set-default-roles feature was being invoked on every run of "perms" and overriding it!
ryoon committedSep 26, 2013 Configuration menu - View commit details
-
Copy full SHA for b4bd7e7 - Browse repository at this point
Copy the full SHA b4bd7e7View commit details -
Updated devel/gitolite to 3.5.2
ryoon committedSep 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 19d180e - Browse repository at this point
Copy the full SHA 19d180eView commit details
Commits on Sep 27, 2013
-
Make -Wunused-function non-fatal for clang.
joerg committedSep 27, 2013 Configuration menu - View commit details
-
Copy full SHA for 214ef49 - Browse repository at this point
Copy the full SHA 214ef49View commit details
Commits on Oct 20, 2013
-
update uwsgi version to 1.9.18.2, remove old patches that are already…
… included in this version
Configuration menu - View commit details
-
Copy full SHA for 74711da - Browse repository at this point
Copy the full SHA 74711daView commit details