Commit graph

267259 commits

Author SHA1 Message Date
wiz
a8d1294caa Updated py-cheroot to 5.7.0.
v5.7.0
======

- CI improvements:
  * Don't run tests during deploy stage
  * Use VM based build job env only for pyenv envs
  * Opt-in for beta trusty image @ Travis CI
  * Be verbose when running tests (show test names)
  * Show xfail/skip details during test run

- #34: Fix ``_handle_no_ssl`` error handler calls

- #21: Fix ``test_conn`` tests:
  * Improve setup_server def in HTTP connection tests
  * Fix HTTP streaming tests
  * Fix HTTP/1.1 pipelining test under Python 3
  * Fix ``test_readall_or_close`` test
  * Fix ``test_No_Message_Body``
  * Clarify ``test_598`` fail reason

- #36: Add GitHub templates for PR, issue && contributing

- #27: Default HTTP Server header to Cheroot version str

- Cleanup _compat functions from server module

v5.6.0
======

- Fix all PEP 257 related errors in all non-test modules.

  ``cheroot/test/*`` folder is only one left allowed to fail with this linter.

- #30: Optimize chunked body reader loop by returning empty data is the size is 0.

  Ref: cherrypy/cherrypy#1602

- Reset buffer if the body size is unknown

  Ref: cherrypy/cherrypy#1486

- Add missing size hint to SizeCheckWrapper

  Ref: cherrypy/cherrypy#1131

v5.5.2
======

- #32: Ignore "unknown error" and "https proxy request" SSL errors.

  Ref: sabnzbd/sabnzbd#820

  Ref: sabnzbd/sabnzbd#860

v5.5.1
======

- Make Appveyor list separate tests in corresponding tab.

- #29: Configure Travis CI build stages.

  Prioritize tests by stages.

  Move deploy stage to be run very last after all other stages finish.

- #31: Ignore "Protocol wrong type for socket" (EPROTOTYPE) @ OSX for non-blocking sockets.

  This was originally fixed for regular sockets in cherrypy/cherrypy#1392.

  Ref: https://forums.sabnzbd.org/viewtopic.php?f=2&t=22728&p=112251

v5.5.0
======

- #17 via #25: Instead of a read_headers function, cheroot now
  supplies a HeaderReader class to perform the same function.

  Any HTTPRequest object may override the header_reader attribute
  to customize the handling of incoming headers.

  The server module also presents a provisional implementation of
  a DropUnderscoreHeaderReader that will exclude any headers
  containing an underscore. It remains an exercise for the
  implementer to demonstrate how this functionality might be
  employed in a server such as CherryPy.

- #26: Configured TravisCI to run tests under OS X.
2017-07-19 06:41:25 +00:00
ryoon
33c0787fd1 Updated fonts/urw-fonts to 2.0nb1 2017-07-19 04:02:30 +00:00
ryoon
a12096d750 Install separated Symbol and Dingbats fonts
* Bump PKGREVISION
* Fix PR pkg/52421
2017-07-19 04:01:58 +00:00
taca
faf734e30e Take care for php56 case, depending on www/php-apcu4 instead of
www/php-apcu_bc.
2017-07-19 03:06:00 +00:00
manu
2dddf70ee5 Updated uniqid() performance fix patch to make it thread-safe 2017-07-19 02:44:45 +00:00
dholland
5ae72da38c Requires c++0x to configure correctly. (otherwise it silently gets wrong
answers and then plotzes in the build)
2017-07-19 00:18:05 +00:00
kim
c93c10420d Updated misc/screen to 4.6.1 2017-07-18 23:05:14 +00:00
kim
cd19f8d470 Upgrade misc/screen to version 4.6.1
Version 4.6.1 (10/07/2017):
  * Fixes:
    - problems with starting session in some cases
    - parallel make install
    - segfault when querying info on nonUTF locale

Version 4.6.0 (28/06/2017):
  * Update Unicode wide tables to 9.0
  * Support more serial speeds
  * Improved namespaces support
  * Migrate from fifos to sockets
  * Start viewing scrollback at first line of output
2017-07-18 23:02:18 +00:00
jmcneill
b4a86c490b Fix build on arm by satisfying -Werror=return-local-addr 2017-07-18 19:53:11 +00:00
adam
6c834075f2 Updated net/py-botocore to 1.5.84, net/py-awscli to 1.11.121 2017-07-18 19:50:09 +00:00
adam
a8a34ee4b7 1.11.121
api-change:cognito-idp: Update cognito-idp command to latest version
api-change:lambda: Update lambda command to latest version


1.11.120

api-change:ec2: Update ec2 command to latest version
api-change:discovery: Update discovery command to latest version
api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version
bugfix:Cloudformation: Fix a bug causing json templates containing tabs to fail to parse.
2017-07-18 19:49:24 +00:00
adam
6b52043847 1.5.84
api-change:lambda: Update lambda client to latest version
bugfix:Paginator: Fixed a bug causing running build_full_results multiple times to incorrectly generate the NextToken value.
api-change:cognito-idp: Update cognito-idp client to latest version


1.5.83

api-change:discovery: Update discovery client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics client to latest version
2017-07-18 19:43:18 +00:00
leot
00579b4743 Revert possible PKGNAME regression for dated-and-dotted youtube-dl release
versions.

youtube-dl versions are (strftime(3)-ese, except for optional part):
`%Y.%m.%d[.<i>]'. Preserve the `.<i>' optional part (without accidently
deleting the dot!) for PKGNAME.
2017-07-18 18:56:30 +00:00
wiz
ec863c4125 Sort options. Minor other fixes. 2017-07-18 18:44:06 +00:00
wiz
6e2c760df4 New sentence, new line.
Sort sections.
Remove trailing whitespace.
Fix Dt argument
2017-07-18 18:41:23 +00:00
wiz
48179e0eea Updated mail/neomutt to 20170714 2017-07-18 18:39:48 +00:00
wiz
60192af391 Updated neomutt to 20170714.
2017-07-14  Richard Russon  <rich@flatcap.org>
* Translations
  - Update German translation
* Docs
  - compile-time output: use two lists
  - doxygen: add config file
  - doxygen: tidy existing comments
* Build
  - fix hcachever.sh script
* Upstream
  - Fix crash when $postponed is on another server.

2017-07-07  Richard Russon  <rich@flatcap.org>
* Features
  - Support Gmail's X-GM-RAW server-side search
  - Include pattern for broken threads
  - Allow sourcing of multiple files
* Contrib
  - vombatidae colorscheme
  - zenburn colorscheme
  - black 256 solarized colorscheme
  - neonwolf colorscheme
  - Mutt logos
* Bug Fixes
  - flags: update the hdr message last
  - gpgme S/MIME non-detached signature handling
  - menu: the thread tree color
  - Uses CurrentFolder to populate LastDir with IMAP
  - stabilise sidebar sort order
  - colour emails with a '+' in them
  - the padding expando '%>'
  - Do not set old flag if mark_old is false
  - maildir creation
  - Decode CRLF line endings to LF when copying headers
  - score address pattern do not match personal name
  - open attachments in read-only mode
  - Add Cc, In-Reply-To, and References to default mailto_allow
  - Improve search for mime.types
* Translations
  - Update Chinese (Simplified) translation
* Coverity defects
  - dodgy buffers
  - leaks in lua get/set options
  - some resource leaks
* Docs
  - update credits
  - limitations of new-mail %f expando
  - escape <>'s in nested conditions
  - add code of conduct
  - fix ifdef examples
  - update mailmap
  - Update modify-labels-then-hide
  - fix mailmap
  - drop UPDATING files
* Website
  - Changes pages (diff)
  - Update Arch distro page
  - Update NixOS distro page
  - Add new Exherbo distro page
  - Update translation hi-score table
  - Update code of conduct
  - Update Newbies page
  - Add page about Rebuilding the Documentation
  - Add page of hard problems
* Build
  - remove unnecessary steps
  - drop instdoc script
  - move smime_keys into contrib
  - fixes for Solaris
  - don't delete non-existent files
  - remove another reference to devel-notes.txt
  - Handle native Solaris GSSAPI.
  - drop configure options --enable-exact-address
  - drop configure option --with-exec-shell
  - drop configure option --enable-nfs-fix
  - drop configure option --disable-warnings
  - Completely remove dotlock
  - More sophisticated check for BDB version + support for DB6 (non default)
* Tidy
  - drop VirtIncoming
  - split mutt_parse_mailboxes into mutt_parse_unmailboxes
  - tidy some buffy code
  - tidy the version strings
* Upstream
  - Add ~<() and ~>() immediate parent/children patterns
  - Add L10N comments to the GNUTLS certificate prompt
  - Add more description for the %S and %Z $index_format characters
  - Add config vars for forwarded message attribution intro/trailer
  - Block SIGWINCH during connect()
  - Improve the L10N comment about Sign as
  - Auto-pad translation for the GPGME key selection "verify key" headers
  - Enable all header fields in the compose menu to be translated
  - Force hard redraw after $sendmail instead of calling mutt_endwin
  - Make GPGME key selection behavior the same as classic-PGP
  - Rename 'sign as' to 'Sign as'; makes compose menu more consistent
  - Change the compose menu fields to be dynamically padded
2017-07-18 18:39:37 +00:00
leot
b5b8bf010f Fix py-redis PKGPATH in DEPENDS. 2017-07-18 18:38:48 +00:00
brook
590147deae Add logic so GCC_REQD+=7.x works. 2017-07-18 18:27:31 +00:00
brook
35efa550c8 Fix a typo (an extra S) in the make variable GCC7_DIST_VERSION. This makes
it consistent with all other analogous variables, which are used in the
process of selecting an appropriate version of gcc.
2017-07-18 18:19:35 +00:00
wiz
cc08d59975 Updated lang/ocaml to 4.04.2nb3 2017-07-18 17:41:13 +00:00
wiz
6394fa605d Support -Wl,-z in ocamlmklib. Needed for RELRO support e.g. in ocaml-lablgtk.
Bump PKGREVISION.
2017-07-18 17:41:04 +00:00
brook
c7d26b05f2 Updated pkgtools/R2pkg to 0.3 2017-07-18 17:24:47 +00:00
brook
b29d11c7fa Update to v0.3.
- Add recursive handling of dependencies.
- Simplify updating pre-existing R packages.
- Improve handling of packages that conflict with base R packages.
2017-07-18 17:24:31 +00:00
hauke
c8baceaa57 List basic requirements that are not enforced by the package (web
server, mysql server).
2017-07-18 15:19:05 +00:00
taca
3e86317b11 Note update of devel/hoe package to 3.16.1. 2017-07-18 15:16:28 +00:00
taca
588264017c Update hoe to 3.16.1.
=== 3.16.1 / 2017-07-17

* 2 bug fixes:

  * Better handling of rdoc finding failures.
  * Fixed bug making system calls w/ empty string in array? No clue.
2017-07-18 15:15:54 +00:00
taca
6a79c6e5b5 Note update of www/SOGo package to 2.3.21. 2017-07-18 15:06:48 +00:00
taca
3e706f1219 Update SOGo to 2.3.21.
2.3.21 (2017-06-01)
-------------------

Enhancements
 - [core] improved event invitation for all day events (#4145)
 - [core] now possible to {un}subscribe to folders using sogo-tool
 - [eas] added photo support for GAL search operations
 - [web] added custom fields support from Thunderbird's address book
 - [web] updated CKEditor to version 4.7.0
 - [web] added Latvian (lv) translation - thanks to Juris Balandis

Bug fixes
 - [core] fixed calendar component move across collections (#4116)
 - [core] handle properly mails using windows-1255 charset (#4124)
 - [core] properly honor the "include in freebusy" setting (#3354)
 - [core] make sure to use crypt scheme when encoding md5/sha256/sha512 (#4137)
 - [core] newly subscribed calendars are excluded from freebusy (#3354)
 - [core] strip cr during LDIF import process (#4172)
 - [web] fixed mail delegation of pristine user accounts (#4160)
 - [web] respect SOGoLanguage and SOGoSupportedLanguages (#4169)
 - [eas] fixed opacity in EAS freebusy (#4033)
 - [eas] set reply/forwarded flags when ReplaceMime is set (#4133)
 - [eas] remove alarms over EAS if we don't want them (#4059)
 - [eas] correctly set RSVP on event invitations
 - [eas] avoid sending IMIP request/update messages for all EAS clients (#4022)
2017-07-18 15:06:15 +00:00
taca
acc7e67325 Note update of devel/SOPE package to 2.3.21. 2017-07-18 14:52:50 +00:00
taca
6d3d554c4c Update SOPE to 2.3.21 which required by SOGo 2.3.21.
From ChangeLog:

    (IMAP) Remove parenthesis in AND qualifier

Other changes are CHangeLog itself.
2017-07-18 14:52:22 +00:00
taca
251d75b129 Note update of www/ruby-rails42 package to 4.2.8nb1. 2017-07-18 14:44:35 +00:00
taca
d8f74493e5 Fix dependency.
Require depends on misc/ruby-sprockets-rails not misc/ruby-sprockets.

Bump PKGREVISION.
2017-07-18 14:44:08 +00:00
taca
5360e22279 Note addition of misc/ruby-sprockets-rails package version 3.2.0. 2017-07-18 14:42:26 +00:00
taca
de91c037a8 Add and enable ruby-sprockets-rails. 2017-07-18 14:41:57 +00:00
taca
101eba0da4 Add ruby-sprockets-rails package version 3.2.0.
# Sprockets Rails

Provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline.
2017-07-18 14:41:27 +00:00
taca
4ea28b79b8 Note update of www/ruby-actionpack42 package to 4.2.8nb1. 2017-07-18 14:39:16 +00:00
taca
977c7ff18e Reduce dependency to packages: comment out dependencies which already has
ruby-actionview.

Bump PKGREVISION.
2017-07-18 14:38:52 +00:00
taca
2d659bb553 Note update of databases/ruby-activerecord42 package to 4.2.8nb1. 2017-07-18 14:36:18 +00:00
taca
12f0271593 Depends on ruby-arel60 and stop modifying gemspec.
Bump PKGREVISION.
2017-07-18 14:35:48 +00:00
hauke
9af4138eb1 Added www/php-glpi version 9.1.5 2017-07-18 14:31:26 +00:00
hauke
7ee154b816 GLPI is a web based Information Resource Manager application with an
additional Administration Interface. You can use it to build up a
database with an inventory for your company (computers, software,
printers, etc).

Its enhanced functionality makes daily life for administrators easier.
Besides an inventory, it provides a trouble-ticket system, job
tracking with mail notification, and methods to build a database with
basic information about your network-topology.

<http://glpi-project.org/>
2017-07-18 14:29:51 +00:00
taca
4e18ce9886 Note addition of databases/ruby-arel60 package version 6.0.4. 2017-07-18 14:28:40 +00:00
taca
722ac8fabc Add and enable ruby-arel60. 2017-07-18 14:28:12 +00:00
taca
fc18dbdd4c Add ruby-arel60 package version 6.0.4.
Changes from past ruby-arel version 6.0.3:

=== 6.0.4 / 2016-12-27

* Enhancements

  * Ruby 2.4 compatibility
2017-07-18 14:27:36 +00:00
jaapb
1ed2db22f8 ocaml-graphics has the same version as ocaml, so remove the request for
4.02.3 (we're now at 4.04.2)
2017-07-18 14:25:55 +00:00
taca
dcc2703db3 Note update of ruby-rails32 and related packages to 3.2.22.5. 2017-07-18 14:10:04 +00:00
taca
0eb60442c2 Update ruby-rails32 to 3.2.22.5.
No change except version.
2017-07-18 14:08:30 +00:00
taca
30ad9971c2 Update ruby-railties32 to 3.2.22.5.
* Fix failing tests on 3-2-stable branch.
2017-07-18 14:07:40 +00:00
taca
8dcc0d7d24 Update ruby-actionmailer32 to 3.2.22.5.
No change except version.
2017-07-18 14:07:04 +00:00