Next | Query returned 26 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030)
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts):
www/nghttp2/distinfo

Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
   2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033)
Log message:
www: Remove SHA1 hashes for distfiles
   2021-09-19 19:53:13 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-loofah: update to 2.12.0

2.12.0 (2021-08-11)

Features

* Support empty HTML5 data attributes. [#215]

2.11.0 (2021-07-31)

Features

* Allow HTML5 element wbr.
* Allow all CSS property values for border-collapse. [#201]

Changes

* Deprecating Loofah::HTML5::SafeList::VOID_ELEMENTS which is not a
  canonical list of void HTML4 or HTML5 elements.
* Removed some elements from Loofah::HTML5::SafeList::VOID_ELEMENTS that
  either are not acceptable elements or aren't considered "void" by \ 
libxml2.
   2021-06-14 17:45:29 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-loofah: update to 2.10.0

2.10.0 (2021-06-06)

Features

* Allow CSS properties overflow-x and overflow-y. [#206] (Thanks,
  @sampokuokkanen!)
   2021-06-02 17:02:44 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-loofah: update to 2.9.1

2.9.1 (2021-04-07)

Bug fixes

* Fix a regression in v2.9.0 which inappropriately removed CSS properties
  with quoted string values. [#202]
   2021-01-18 17:02:38 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-loofah: update to 2.9.0

2.9.0 / 2021-01-14

* Handle CSS functions in a CSS shorthand property (like
  background). [#199, #200]

2.8.0 / 2020-11-25

* Allow CSS properties order, flex-direction, flex-grow, flex-wrap,
  flex-shrink, flex-flow, flex-basis, flex, justify-content, align-self,
  align-items, and align-content. [#197] (Thanks, @miguelperez!)
   2020-09-14 17:35:34 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-loofah: update to 2.7.0

Update ruby-loofah package to 2.7.0.

2.7.0 / 2020-08-26

Features

* Allow CSS properties page-break-before, page-break-inside, and
  page-break-after. [#190] (Thanks, @ahorek!)

Fixes

* Don't drop the !important rule from some CSS properties. [#191] (Thanks,
  @b7kich!)
   2020-06-18 18:23:53 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-loofah: update to 2.6.0

Update ruby-loofah to 2.6.0.

2.6.0 / 2020-06-16

Features

* Allow CSS border-style keywords. [#188] (Thanks, @tarcisiozf!)
   2020-05-17 17:59:29 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-loofah: update to 2.5.0

Update ruby-loofah to 2.5.0.

## 2.5.0 / 2020-04-05

### Features

* Allow more CSS length units: "ch", "vw", "vh", \ 
"Q", "lh", "vmin", "vmax". [#178] \ 
(Thanks, @JuanitoFatas!)

### Fixes

* Remove comments from `Loofah::HTML::Document`s that exist outside the `html` \ 
element. [#80]

### Other changes

* Gem metadata being set [#181] (Thanks, @JuanitoFatas!)
* Test files removed from gem file [#180,#166,#159] (Thanks, @JuanitoFatas and \ 
@greysteil!)
   2020-03-21 18:01:18 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-loofah: update to 2.4.0

Update ruby-loofah to 2.4.0.

## 2.4.0 / 2019-11-25

### Features

* Allow CSS property `max-width` [#175] (Thanks, @bchaney!)
* Allow CSS sizes expressed in `rem` [#176, #177]
* Add `frozen_string_literal: true` magic comment to all `lib` files. [#118]

Next | Query returned 26 messages, browsing 11 to 20 | Previous