Commit graph

262061 commits

Author SHA1 Message Date
bouyer
b37485c975 Apply upstream patch for XSA-207. Bump PKGREVISION 2017-03-20 18:11:10 +00:00
bouyer
98f94dce49 Apply upstream patches for security fixes XSA-208, XSA-209 and XSA-211.
Bump PKGREVISION
2017-03-20 18:09:21 +00:00
bouyer
6f4856f55f Remove obsolete patches, they are obsolete since the switch to the 46 version 2017-03-20 18:06:06 +00:00
taca
4e7b8128d4 Note update of www/contao43 package to 4.3.5. 2017-03-20 17:08:27 +00:00
taca
18e2fee169 Update contao43 to 4.3.5.
* pkgsrc change: accept php71 with security/php-pecl-mcrypt.

Contao 4.3.5 is available		15.02.2017 11:24 by Leo Feyer

Contao version 4.3.5 is available. Beginning with version 4.3.5, we are
synchronizing the version numbers of the editions and the included bundles.


Contao 4.3.4 is available		26.01.2017 11:25 by Leo Feyer

Contao version 4.3.4 is available. In addition to the standard edition, Contao
4.3.4 is now also available as managed edition. The managed edition is the
second technical foundation of the Contao Manager.

Contao managed edition

Contao 4.3.4 is the first version that is available as managed edition. The
managed edition simplifies managing a Contao installation for users by
automatizing several processes such as bundle registration or config file
updating.

Existing Contao 3 extensions

All existing Contao 3 extensions are fully compatible with the managed edition
and can simply be copied into the system/modules folder. The managed edition
will load the extensions as usual on the basis of the autoload.ini
information.

Contao Manager

Besides the Composer plugin, the managed edition is the second technical
foundation for the Contao Manager. Now only the graphical user interface (GUI)
is still missing, which will be released as beta version soon.
2017-03-20 17:08:00 +00:00
taca
913a2cbb73 Accept php71 with security/php-pecl-mcrypt.
No bump PKGREVISION since it dose not affect existing binary package.
2017-03-20 17:03:13 +00:00
jperkin
0e076c34fd Fix build on Darwin with GCC 4.8 or newer. 2017-03-20 16:51:42 +00:00
taca
393443ab1f Note update of www/contao35 package to 3.5.25. 2017-03-20 16:48:46 +00:00
taca
642bef813d Update contao35 to 3.5.25.
Version 3.5.25 (2017-03-20)
---------------------------

### Fixed
Only show error messages to authenticated users in the install tool (see #8666).

### Fixed
Always show the modal windows in full height (see #8631).

### Fixed
Support cross domain requests when rebuilding the search index (see #8597).

### Fixed
Correctly store numbers with leading zero in the Config class (see #4035).

### Fixed
Delete an old search entry if the new URL is more canonical (see #8647).

### Fixed
Also make Folder::$dirname an absolute path again (see #8325).

### Fixed
Support using namespaces and use statements in DCA/config files (see #8635).
2017-03-20 16:48:20 +00:00
taca
413207d3a6 Note addition of security/php-pecl-mcrypt package version 1.0.1. 2017-03-20 16:45:30 +00:00
taca
d89090c0da Add and enable php-pecl-mcrypt. 2017-03-20 16:44:46 +00:00
taca
c40fa23e2b Add pecl version of php-mcrypt for php71. 2017-03-20 16:44:17 +00:00
taca
ea7c91e758 Note update of www/ruby-jekyll-sass-converter package to 1.5.0. 2017-03-20 16:40:56 +00:00
taca
88c97248ef Update ruby-jekyll-sass-converterto 1.5.0.
* Allow load_paths in safe mode with sanitization (#50)
* SCSS converter: expand @config["source"] to be "safer". (#55)
* Match Ruby versions with jekyll/jekyll (#46)
* Don't test Jekyll 2.5 against Ruby 2.3. (#52)
2017-03-20 16:40:09 +00:00
taca
6c6a26b665 Note update of www/ruby-jekyll-coffeescript package to 1.0.2. 2017-03-20 16:39:03 +00:00
taca
d36040739f Update ruby-jekyll-coffeescriptto 1.0.2.
* Lock coffee-script-source (#16)
* Load converter only when used. (#11)
* Test against Jekyll 2 & Jekyll 3 (#13)
2017-03-20 16:38:33 +00:00
taca
5d2fb53c4a Note update of www/ruby-jekyll package to 3.4.2. 2017-03-20 16:36:49 +00:00
taca
3f4177283b Update ruby-jekyll to 3.4.2.
Changes are too many to write here, please refer:
<https://github.com/jekyll/jekyll/releases>.
2017-03-20 16:36:16 +00:00
taca
e02f405f83 Note update of graphics/rabbit package to 2.2.0. 2017-03-20 16:34:45 +00:00
taca
14f141ebad Update rabiit to 2.2.0.
2.2.0: 2017-01-22

Markdown support improvement release.

Improvements

All

* Dropped Ruby 2.0 support.
* Dropped gdk_pixbuf2 gem 3.0.8 or earlier support.

rabbit

* PDF: Supported PDF file that has "%" in its name.
* Dropped Migemo support.
* Markdown: Supported tag.

  Example (Inline):

	Normal {::tag name="center"}Centered{:/tag} Normal

  Example (Paragraph):

	Normal

	{:.center}
	Centered

	Normal

* Markdown: Supported wait in nested list item.
* Improved performance on deciding font size dynamically.
* Changed to use RubyGems user in config.yaml on pushing slide/theme gems.
* PDF: Supported link. But there are the following limitations:

  - cairo 1.15.4 is required. (If you use Rabbit with cairo 1.15.2 or
    earlier, you just can't use this feature.)
  - Link target is paragraph not link text.

Theme

* slide-logo: Supported logo per side by specifying image file name to
  logo-image slide property.
* title-on-image-toolkit: Improved readability by rendering character border.
* syntax-highlighting: Changed color for path of #include in C. Now,
  it uses the same color as normal string.

rabbit-slide

* Markdown: Fixed a bug that required newlines are missing. [GitHub#95][Patch
  by znz]

Document

* Improve English in FAQ. [GitHub#100][Patch by Todd Trimble]

Fixes

rabbit

* Fixed a bug that error isn't reported when multibyte image file name is
  specified and it doesn't exist. [GitHub#91][Reported by takiy33]
* Windows: Fixed encoding error on image file detection. [GitHub#93][Reported
  by dogatana]
* Fixed a bug that an error is occurred when you cancel in slide select
  dialog.
* Fixed typos. [GitHub#97][Patch by znz]
* Fixed a bug that spotlight and magnifier uses wrong position when slide
  aspect ratio and window aspect ratio are difference. [GitHub#99][Patch by
  OBATA Akio]
* Windows: Fixed a bug that unfullscreen doesn't restore window
  size. [GitHub#98][Reported by TADA, Tadashi]

Document

* Fix typos. [GitHub#101][Patch by znz]

Thanks

* takiy33
* dogatana
* znz
* Todd Trimble
* OBATA Akio
* TADA, Tadashi
2017-03-20 16:33:59 +00:00
taca
884c25f637 Note update of games/ruby-squib package to 0.13.2. 2017-03-20 16:27:29 +00:00
taca
0a22906df0 Update ruby-squib to 0.13.2.
## v0.13.2 / 2017-01-27

Bugs:
* Bump dependencies to latest stable versions. Pango et al. to 3.1.1 and Cairo to 1.15.5. This fixes some compatibility issues we noticed on Linux and Macs.
2017-03-20 16:26:56 +00:00
taca
80dc49502d Note update of textproc/ruby-yajl package to 1.3.0. 2017-03-20 16:25:04 +00:00
taca
3ff5428c81 Update ruby-yajl to 1.3.0.
Exact changes are not available, please refer:
<https://github.com/brianmario/yajl-ruby/compare/1.2.1...1.3.0>.
2017-03-20 16:24:37 +00:00
schmonz
9f64f12d42 Updated mail/qmail to 1.03nb22 2017-03-20 16:23:26 +00:00
schmonz
c287229d51 When I added basic DESTDIR support, I introduced a regression: the
source package stopped initializing the queue. (DESTDIR makes source
packages generate binary packages, which had never had that feature. See
<http://mail-index.netbsd.org/pkgsrc-changes/2011/06/07/msg056339.html>
for where the regression was introduced.)

Add a dependency on mail/queue-fix and, if no queue is present at
pkg_add time, initialize it.

Defer creating users and groups all the way to pkg_add time, and improve
DESTDIR support to full "user-destdir". Since mail/postfix lets
unprivileged users install it, we do too. (Can't run a server that way,
but so what.)

A typical (privileged) binary package should now:

1. Install on any other system of matching OS and architecture,
2. Not need matching numeric UIDs and GIDs to do so, and
3. Be usable in production.

You know, like any other binary package.

Bump PKGREVISION.
2017-03-20 16:23:19 +00:00
tsutsui
ed6accad0f Updated net/ruby-slack-api to 1.4.0 2017-03-20 16:22:48 +00:00
tsutsui
7eea51c35b Update ruby-slack-api to 1.4.0.
No upstream changelog.
2017-03-20 16:21:42 +00:00
taca
1247ec0852 Note update of ruby-padrino packages to 0.14.0.
www/ruby-padrino-support
	www/ruby-padrino-helpers
	www/ruby-padrino-core
	www/ruby-padrino-cache
	www/ruby-padrino-gen
	www/ruby-padrino-admin
	www/ruby-padrino-mailer
	www/ruby-padrino
2017-03-20 16:20:19 +00:00
taca
b6745c2b49 Update ruby-padrino* package to 0.14.0.
0.14.0 (2017-03-15)

* NEW #2120 enable cascading with Rack application (@namusyaka)
* FIX lock rake < 11.0 to avoid last_comment error (@namusyaka)
* FIX handle nil database passwords for create_db and drop_db (@phallstrom)
* FIX #2119 add rake gem tasks to gem project Rakefile
* NEW support Erubi ERB engine (@adam12)
* FIX #2125 do not load in cycle files excluded from reloading

0.14.0.rc2 (2017-01-19)

* FIX #2109 change the format of session_id for Padrino Admin AccessControl
* WARN #2109 Existing sessions will be dropped
* FIX #2097 Use exe folder for application executables (@adam12)
* FIX #2105 Run bundle with –binstubs on -b switch (@adam12)
* FIX #2111 disallow conflicting project names
* NEW remove deprecations planned for 0.14.0
* NEW stop managing Ruby default encodings Default Encoding.default_internal
  is now nil (Ruby default) instead of UTF-8 (Padrino < 0.14 default)
* FIX #2113 properly override default values in route definitions if parameter
  is present (@fidalgo)
* FIX #2116 fix plugin list `padrino g plugin -l` (@fnordfish)

0.14.0.rc1 (2016-11-02)

* NEW remove the requirement of ActiveSupport (export AS_VERSION=X.0 to put it
  back)

0.13.3.3 (2016-11-02)

* FIX #2075 cache actual content_type mime type
* FIX #2081 remove -i option from pg_dump command (@dfens)
* FIX #2083 be able to create sqlite's file to deep tree of subdirectories
  (@kkarakawa)
* NEW dynamically list supported renderers (@jfredrickson)
2017-03-20 16:17:55 +00:00
taca
c9c93cb812 Note update of www/ruby-websocket package to 1.2.4. 2017-03-20 16:14:01 +00:00
taca
9761efe96c Update ruby-websocket to 1.2.4.
## 1.2.4

- add subprotocol handling for both server and client
2017-03-20 16:13:27 +00:00
taca
69d015c263 Note update of www/ruby-sinatra package to 1.4.8. 2017-03-20 16:12:39 +00:00
taca
2afec7a979 Update ruby-sinatra to 1.4.8.
Exacat chagens are not available but it support Ruby 2.4.
2017-03-20 16:12:05 +00:00
taca
20c1e13bf5 Note update of www/ruby-sass package to 3.4.23. 2017-03-20 16:05:28 +00:00
taca
ee631977e3 Update ruby-sass to 3.4.23.
3.4.23 (19 December 2016)

* The Sass logger is now instantiated on a per-thread/per-fiber basis and can
  now be configured to output to any IO object. This can help services and
  processes that wrap Sass compilation reliably extract warnings in a
  concurrent environment.

* Setting the numeric precision by assigning to
  Sass::Script::Value::Number.precision is now thread safe. To set for all
  threads, be sure to set the precision on the main thread.

* Sass cache files will now be world and group writable if your umask allows
  it. Issue #1623

* The supports(...) clause in @import statements now allows bare declarations
  as per the CSS specification. Issue #1967

* Fix a bug where, under some circumstances, str-slice() would go to the end
  of the string even if $end-at was set.

* Fix conversions between numbers with dpi, dpcm, and dppx units. Previously
  these conversions were inverted.

* Support url()s containing quoted strings within unknown directives.
2017-03-20 16:04:57 +00:00
taca
eac6502bea Note update of www/ruby-rest-client package to 2.0.1. 2017-03-20 16:02:10 +00:00
taca
804b5dd2f5 Update ruby-rest-client to 2.0.1.
* Update HOMEPAGE.

2.0.1.

* Warn if auto-generated headers from the payload, such as Content-Type,
  override headers set by the user. This is usually not what the user wants to
  happen, and can be surprising. (#554)
* Drop the old check for weak default TLS ciphers, and use the built-in Ruby
  defaults. Ruby versions from Oct. 2014 onward use sane defaults, so this is
  no longer needed. (#573)
2017-03-20 16:01:31 +00:00
taca
ed7e9a2d32 Note update of www/ruby-rack-cache package to 1.7.0. 2017-03-20 15:56:38 +00:00
taca
a57431502d Update ruby-rack-cache to 1.7.0.
## 1.7.0

  * Meta stores now receive a third ttl argument to write when use_native_ttl is used.
2017-03-20 15:56:11 +00:00
taca
3789aac854 Note update of www/ruby-pygments.rb package to 1.1.1. 2017-03-20 15:55:09 +00:00
taca
db45b43568 Update ruby-pygments.rb to 1.1.1.
Version 1.1.1 (2016/12/28)
-----------------------------

* Suppress Ruby 2.4.0's warnings [#172](https://github.com/tmm1/pygments.rb/pull/172)
* Enable `frozen_string_literal` [#173](https://github.com/tmm1/pygments.rb/pull/173)

Version 1.1.0 (2016/12/24)
-----------------------------

* Support JRuby [#170](https://github.com/tmm1/pygments.rb/pull/170)
* Make pygments.rb thread safe [#171](https://github.com/tmm1/pygments.rb/pull/171)

Version 1.0.0 (2016/12/11)
-----------------------------

* Upgrade bundled pygments to 2.2.0-HEAD [#167](https://github.com/tmm1/pygments.rb/pull/167)
  * This includes **incompatible changes* because of upgrade of pygments.
    See http://pygments.org/ for details.
* Relax yajl-ruby dependency to "~> 1.2" [#164](https://github.com/tmm1/pygments.rb/pull/164)
* Python binary can be configured by `PYTMENTS_RB_PYTHON` env [#168](https://github.com/tmm1/pygments.rb/pull/168)
* Improved error messages when python binary is missing [#158](https://github.com/tmm1/pygments.rb/pull/158)
2017-03-20 15:54:41 +00:00
taca
6fdec2d992 Note update of www/ruby-net-http-digest_auth package to 1.4.1. 2017-03-20 15:53:34 +00:00
taca
2da8682787 Update ruby-net-http-digest_authto 1.4.1.
=== 1.4.1 / 2017-02-08

* Bug fix
  * Set license to MIT in spec, matching README.  Issue #9 by Benjamin
    Fleischer
  * Allow any digest length per RFC 7616 section 3.4.2.  Issue #14 by Joshua
    Gross.
2017-03-20 15:53:07 +00:00
taca
e5bf3275b8 Note update of www/ruby-httpclient package to 2.8.3. 2017-03-20 15:52:00 +00:00
taca
08117ac681 Update ruby-httpclient to 2.8.3.
Changes in 2.8.3			2016/12/8

Bug

* Avoid frozen string errors on Ruby 2.3 - fixed by RJ Walsh #336
* SSL timeouts not working on JRuby - fixed by Dave Golombek #341
* Do not reset SSL connection if unnecessary - fixed by Dave Golombek #344
* Ignore text around PEM file in JRuby fixed by Scott Kolb #352

Changes

* Add HTTPClient#tcp_keepalive= for enabling TCP keepalive. false by default. #350
2017-03-20 15:51:33 +00:00
taca
4d3ce99f56 Note update of www/ruby-http package to 2.2.1. 2017-03-20 15:49:51 +00:00
taca
b405239cc2 Update ruby-http to 2.2.1.
## 2.2.1 (2017-02-06)

* [#395](https://github.com/httprb/http/issues/395)
  Fix regression of API, that broke webmock integration.
  ([@ixti])
2017-03-20 15:49:21 +00:00
taca
9257a68090 Note update of www/ruby-css-parser package to 1.4.10. 2017-03-20 15:47:05 +00:00
taca
51dd85e7af Update ruby-css-parser to 1.4.10.
Version 1.4.10

* Include uri in RemoteFileError message.
* Prevent to convert single declarations to their respective shorthand.
* Fix Ruby warnings.

Version 1.4.9

* Support for vrem, vh, vw, vmin, vmax and vm box model units.
* Replace obsolete calls with actual ones.
* Fix some Ruby warnings.

Version 1.4.8

* Allow to get CSS rules as Hash using to_hash method.
* Updates to support Ruby 1.9 and JRuby.
* utf-8 related update.

Version 1.4.7

* background-position shorthand fix.
2017-03-20 15:46:36 +00:00