summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2013-10-28Pullup ticket #4248 - requested by tacatron3-12/+12
databases/ruby-activerecord32: security update devel/ruby-activemodel32: security update devel/ruby-activesupport32: security update devel/ruby-railties32: security update mail/ruby-actionmailer32: security update www/ruby-actionpack32: security update www/ruby-activeresource32: security update www/ruby-rails32: security update Revisions pulled up: - databases/ruby-activerecord32/distinfo 1.13 - devel/ruby-activemodel32/distinfo 1.13 - devel/ruby-activesupport32/distinfo 1.13 - devel/ruby-railties32/distinfo 1.13 - lang/ruby/rails.mk 1.45 - mail/ruby-actionmailer32/distinfo 1.13 - www/ruby-actionpack32/distinfo 1.13 - www/ruby-activeresource32/distinfo 1.13 - www/ruby-rails32/distinfo 1.13 --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 18 15:22:42 UTC 2013 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: Start update of Ruby on Rails 3.2.15. --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 18 15:24:38 UTC 2013 Modified Files: pkgsrc/devel/ruby-activesupport32: distinfo Log Message: Update ruby-activesupport32 to 3.2.15. ## Rails 3.2.15 (Oct 16, 2013) ## * Fix ActiveSupport::Cache::FileStore#cleanup to no longer rely on missing each_key method. *Murray Steele* * Add respond_to_missing? for TaggedLogging which is best practice when overriding method_missing. This permits wrapping TaggedLogging by another log abstraction such as em-logger. *Wolfram Arnold* --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 18 15:26:02 UTC 2013 Modified Files: pkgsrc/devel/ruby-activemodel32: distinfo Log Message: Update ruby-activemodel32 to ## Rails 3.2.15 (Oct 16, 2013) ## * No changes. --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 18 15:27:20 UTC 2013 Modified Files: pkgsrc/www/ruby-actionpack32: distinfo Log Message: Update ruby-actionpack32 to 3.2.15. ## Rails 3.2.15 (Oct 16, 2013) ## * Fix `ActionDispatch::RemoteIp::GetIp#calculate_ip` to only check for spoofing attacks if both `HTTP_CLIENT_IP` and `HTTP_X_FORWARDED_FOR` are set. Fixes #12410 Backports #10844 *Tamir Duberstein* * Fix the assert_recognizes test method so that it works when there are constraints on the querystring. Issue/Pull Request #9368 Backport #5219 *Brian Hahn* * Fix to render partial by context(#11605). *Kassio Borges* * Fix `ActionDispatch::Assertions::ResponseAssertions#assert_redirected_to` does not show user-supplied message. Issue: when `assert_redirected_to` fails due to the response redirect not matching the expected redirect the user-supplied message (second parameter) is not shown. This message is only shown if the response is not a redirect. *Alexey Chernenkov* --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 18 15:30:05 UTC 2013 Modified Files: pkgsrc/databases/ruby-activerecord32: distinfo Log Message: Update ruby-activerecord32 to 3.2.15. ## Rails 3.2.15 (Oct 16, 2013) ## * When calling the method .find_or_initialize_by_* from a collection_proxy it should set the inverse_of relation even when the entry was found on the db. *arthurnn* * Callbacks on has_many should access the in memory parent if a inverse_of is set. *arthurnn* * Fix `FinderMethods#last` unscoped primary key. Fixes #11917. *Eugene Kalenkovich* * Load fixtures from linked folders. *Kassio Borges* * When using optimistic locking, `update` was not passing the column to `quote_value` to allow the connection adapter to properly determine how to quote the value. This was affecting certain databases that use specific colmn types. Fixes: #6763 *Alfred Wong* --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 18 15:31:00 UTC 2013 Modified Files: pkgsrc/www/ruby-activeresource32: distinfo Log Message: Update ruby-activeresource32 to 3.2.15. ## Rails 3.2.15 (Oct 16, 2013) ## * No changes. --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 18 15:33:16 UTC 2013 Modified Files: pkgsrc/mail/ruby-actionmailer32: distinfo Log Message: Update ruby-actionmailer32 to 3.2.15. CHANGELOG.md says "No changes." but it fixes possible dos vulnerability. --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 18 15:34:47 UTC 2013 Modified Files: pkgsrc/devel/ruby-railties32: distinfo Log Message: Update ruby-railties32 to 3.2.15. CHANGELOG.md says "No changes." but really it contains a few bug fixes. --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 18 15:38:03 UTC 2013 Modified Files: pkgsrc/www/ruby-rails32: distinfo Log Message: Update ruby-rails32 to 3.2.15. This is a bug fix release and also contains one security fix.
2013-10-12Pullup ticket #4244 - requested by obachetron2-6/+6
www/py-genshi: security update Revisions pulled up: - www/py-genshi/Makefile 1.8 - www/py-genshi/distinfo 1.3 --- Module Name: pkgsrc Committed By: obache Date: Fri Oct 11 10:54:15 UTC 2013 Modified Files: pkgsrc/www/py-genshi: Makefile distinfo Log Message: Update genshi to 0.6.1. Version 0.6.1 http://svn.edgewall.org/repos/genshi/tags/0.6.1/ (Jan 27 2013, from branches/stable/0.6.x) * Security fix to enhance sanitizing of CSS in style attributes. Genshi's `HTMLSanitizer` disallows style attributes by default (this remains unchanged) and warns against such attacks in its documentation, but the provided CSS santizing is now less lacking (see #455). * Fix for error in how `HTMLFormFiller` would handle `textarea` elements if no value was not supplied form them. * The `HTMLFormFiller` now correctly handles check boxes and radio buttons with an empty `value` attribute. * Template `Context` objects now have a `.copy` method. * Added a simple `tox.ini` file for using tox to test against multiple verions of Python. * Fix for bug in `QName` comparison (see #413). * Fix for bug in handling of trailing events in match template matches (see #399). * Fix i18n namespace declaration in documentation (see #400). * Fix for bug in caching of events in serializers by no longer caching `(TEXT, Markup)` events (see #429). * Fix handling of `None` by `Markup.escape` in `_speedups.c` (see #439). * Fix handling of internal state by match templates (relevant when multiple templates match the same part of the stream, see #370). * Fix handling of multiple events between or on either side of start and end tags in translated messages (see #404). * Fix test failures caused by changes in HTMLParser in Python 2.7 (see #501). * Fix infinite loop in interplotation lexing that was introduced by a change in Python 2.7's tokenizer (see #540). * Fix handling of processing instructions without data (see #368). * Updated MANIFEST.in so as not to rely on build from Subersion 1.6.
2013-10-05Pullup ticket #4237 - requested by obachespz2-5/+6
www/ap2-subversion: functionality fix Revisions pulled up: - www/ap2-subversion/Makefile 1.60 - www/ap2-subversion/PLIST 1.6 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: obache Date: Sat Oct 5 12:41:57 UTC 2013 Modified Files: pkgsrc/www/ap2-subversion: Makefile PLIST Log Message: Let to install modules into apache libexecdir, same as 1.7.x. fixes PR pkg/48273 Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/www/ap2-subversion/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ap2-subversion/PLIST
2013-09-29Be explicit about whether std or boost exception is meant, assume thejoerg6-1/+152
former.
2013-09-29Add a patch for serious problem with updater.taca4-7/+25
Bump PKGREVISION.
2013-09-28Update to 2.21ryoon3-136/+136
* Sync with seamonkey-2.21
2013-09-28Update to 2.21ryoon105-2247/+1479
Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 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-85 Uninitialized data in IonMonkey 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)
2013-09-28Follow default mysql version change.ryoon1-2/+2
2013-09-28Update to 17.0.9ryoon2-258/+258
* Sync with firefox17-17.0.9
2013-09-28Update to 17.0.9ryoon1-2/+1
Changelog: FIXED Security fixes can be found here Fixed in Firefox ESR 17.0.9 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-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-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9) MFSA 2013-65 Buffer underflow when generating CRMF requests
2013-09-24Fix NetBSD/i386 build.ryoon2-5/+13
A part of PR pkg/48226.
2013-09-23Add upstream commit 723c40a8153d20dce0c6dd1a91f193ef0375a194 via patch:kleink3-3/+55
Update ext.appengine.fields for unicode_literals. Fixes #153. Fixes build failure with on py32. Bump PKGREVISION.
2013-09-212.5.2:pettai4-40/+54
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
2013-09-21Invoke correct version of gcc that is specified by GCC_REQD.ryoon1-2/+2
Suggested by obache@, thank you. This is a part of PR pkg/48223.
2013-09-21Fix non-official branding build.ryoon2-4/+6
2013-09-21For mbft/Poison.cpp, OS_SOLARIS is not defined, use __sun__ instead.ryoon2-4/+4
2013-09-21Regen checksum.ryoon1-2/+2
2013-09-21Try to reintrodece PLIST conditionals related to vorbis.ryoon1-2/+3
2013-09-21Fix build on SmartOS.ryoon4-5/+57
I cannot confirm the functionality of this change's result sadly (no display and no ssh -Y). The build is completed.
2013-09-21The about-wordmark resource changed from .svg to .pngmartin1-2/+2
2013-09-20Add boost header required by parts of xmltooling.joerg3-2/+16
2013-09-20Replace python interpreter path in installed script.wiz1-3/+5
Bump PKGREVISION.
2013-09-20Add -D__EXTENSIONS__ on SunOS for PATH_MAX.jperkin1-1/+3
2013-09-19Update to 24.0.ryoon3-345/+260
* Sync with firefox-24.0(esr).
2013-09-19Update to 24.0, ESR edition.ryoon102-2240/+1446
* 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)
2013-09-17Changes 1.5.4:adam2-6/+6
These releases address a denial-of-service attack against Django's authentication framework. All users of Django are encouraged to upgrade immediately.
2013-09-17* Fix library id on Darwin.adam3-7/+28
* Pass CC and CFLAGS. * Added LICENSE. * Removed USE_LIBTOOL and TEST_TARGET: these are not used with Scons build.
2013-09-17Use LUA_CDIR. Bump revision.joerg2-4/+4
2013-09-16Fix obviously incorrect operator!= for string_key. Bump revision.joerg3-2/+20
2013-09-16Inherit version restrictions from ruby-redcarpet.joerg1-1/+3
2013-09-15Update ruby-mechanize to 2.7.2.taca3-12/+19
Changes are too many to write here, please refer CHANGELOG.rdoc file.
2013-09-15Add and enable ruby-em-http-request.taca1-1/+2
2013-09-15Add ruby-em-http-request package version 1.1.0.taca4-0/+93
# 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
2013-09-15Update ruby-padrino related packages to 0.11.3.taca12-47/+65
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)
2013-09-15Update ruby-rack-rewrite to 1.4.01.taca2-6/+6
=== 1.4.01 / 2013-09-13 * API * Add support for lambda matchers * Maintenance * Update README for usage with Rails 4 and threading, :scheme option
2013-09-15Update ruby-raindrops to 0.12.0.taca3-8/+7
=== 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
2013-09-15Update ruby-sass to 3.2.10.taca3-7/+10
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.
2013-09-15Update ruby-unicorn to 4.6.3.taca3-7/+9
=== 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.
2013-09-15Update thin to 1.5.1.taca2-6/+6
== 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]
2013-09-15Update ruby-puma to 2.6.0.taca3-26/+36
Changes are too many to write here, please refer History.txt file.
2013-09-15Update ruby-net-http-persistent to 2.9.taca2-6/+6
=== 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 #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 #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 #35 by André Arko. * Handle Errno::ETIMEDOUT by retrying the request. Issue #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 #46 by Mark Oude Veldhuis. * detect_idle_timeout now assumes a StandardError indicates the idle timeout has been found. Bug #43 by James Tucker.
2013-09-15Update ruby-net-http-digest_auth to 1.4.taca2-6/+6
=== 1.4 / 2013-07-23 * Minor enhancements * Relaxed parser to accept quoted algorithm to work with Linksys SPA922. Pull request #8 by Ismail Hanli, Issue #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.
2013-09-15Update ruby-liquid to 2.5.2.taca3-7/+18
Exact changes aren't available. Please refer change log in github.
2013-09-15Update ruby-jquery-rails to 3.0.4.taca3-10/+10
## 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
2013-09-15Update ruby-jekyll to 1.2.0.taca3-28/+147
Exact changes aren't available. Please refer change log in github.
2013-09-15Updte ruby-pygments.rb to 0.5.2.taca3-7/+30
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
2013-09-15Add and enable ruby-cookiejar and ruby-http-cookie.taca1-1/+3
2013-09-15Add ruby-http-cookie package version 1.0.2.taca4-0/+83
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.
2013-09-15Update ruby-css-parserruby-css-parser to 1.3.5.taca2-6/+6
Exact changes aren't available. Please refer change log in github.
2013-09-15Add ruby-cookiejar package version 0.3.0.taca4-0/+28
Cookiejar allows for parsing and returning cookies in Ruby HTTP client code.