Commit graph

18476 commits

Author SHA1 Message Date
taca
2c3ca64017 www/ruby-padrino-gen: switch to depends on ruby-bundler1
Change denepdency to ruby-bundler1 from ruby-bunder.

Bump PKGREVISION.
2019-03-05 07:52:19 +00:00
taca
65c39e0e27 www/ruby-rails51: switch to depends on ruby-bundler1
Change denepdency to ruby-bundler1 from ruby-bunder.

Bump PKGREVISION.
2019-03-05 07:50:42 +00:00
taca
0027259ebb www/ruby-rails42: switch to depends on ruby-bundler1
Change denepdency to ruby-bundler1 from ruby-bunder.

Bump PKGREVISION.
2019-03-05 07:49:36 +00:00
rin
bc96ecc67d Add a patch accidentally missing in my previous commit:
- NetBSD/aarch64 doesn't have <sys/auxv.h>.

Fix build for NetBSD/aarch64.
2019-03-05 01:24:20 +00:00
gdt
59d0f46e13 www/gnurl: updated to 7.64.0 (from ng0@ in wip)
* upstream (curl) ChangeLog:

This release includes the following changes:
* cookies: leave secure cookies alone
* hostip: support wildcard hosts
* http: Implement trailing headers for chunked transfers
* http: added options for allowing HTTP/0.9 responses
* timeval: Use high resolution timestamps on Windows

This release includes the following bugfixes:
* CVE-2018-16890: NTLM type-2 out-of-bounds buffer read
* CVE-2019-3822: NTLMv2 type-3 header stack buffer overflow
* CVE-2019-3823: SMTP end-of-response out-of-bounds read
* FAQ: remove mention of sourceforge for github
* OS400: handle memory error in list conversion
* OS400: upgrade ILE/RPG binding.
* README: add codacy code quality badge
* Revert http_negotiate: do not close connection
* THANKS: added several missing names from year <= 2000
* build: make 'tidy' target work for metalink builds
* cmake: added checks for variadic macros
* cmake: updated check for HAVE_POLL_FINE to match autotools
* cmake: use lowercase for function name like the rest of the code
* configure: detect xlclang separately from clang
* configure: fix recv/send/select detection on Android
* configure: rewrite --enable-code-coverage
* conncache_unlock: avoid indirection by changing input argument type
* cookie: fix comment typo
* cookies: allow secure override when done over HTTPS
* cookies: extend domain checks to non psl builds
* cookies: skip custom cookies when redirecting cross-site
* curl --xattr: strip credentials from any URL that is stored
* curl -J: refuse to append to the destination file
* curl/urlapi.h: include "curl.h" first
* curl_multi_remove_handle() don't block terminating c-ares requests
* darwinssl: accept setting max-tls with default min-tls
* disconnect: separate connections and easy handles better
* disconnect: set conn->data for protocol disconnect
* docs/version.d: mention MultiSSL
* docs: fix the --tls-max description
* docs: use $(INSTALL_DATA) to install man page
* docs: use meaningless port number in CURLOPT_LOCALPORT example
* gopher: always include the entire gopher-path in request
* http2: clear pause stream id if it gets closed
* if2ip: remove unused function Curl_if_is_interface_name
* libssh: do not let libssh create socket
* libssh: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libssh
* libssh: free sftp_canonicalize_path() data correctly
* libtest/stub_gssapi: use "real" snprintf
* mbedtls: use VERIFYHOST
* multi: multiplexing improvements
* multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE time
* ntlm: fix NTMLv2 compliance
* ntlm_sspi: add support for channel binding
* openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecated
* openssl: fix the SSL_get_tlsext_status_ocsp_resp call
* openvms: fix OpenSSL discovery on VAX
* openvms: fix typos in documentation
* os400: add a missing closing bracket
* os400: fix extra parameter syntax error
* pingpong: change default response timeout to 120 seconds
* pingpong: ignore regular timeout in disconnect phase
* printf: fix format specifiers
* runtests.pl: Fix perl call to include srcdir
* schannel: fix compiler warning
* schannel: preserve original certificate path parameter
* schannel: stop calling it "winssl"
* sigpipe: if mbedTLS is used, ignore SIGPIPE
* smb: fix incorrect path in request if connection reused
* ssh: log the libssh2 error message when ssh session startup fails
* test1558: verify CURLINFO_PROTOCOL on file:// transfer
* test1561: improve test name
* test1653: make it survive torture tests
* tests: allow tests to pass by 2037-02-12
* tests: move objnames-* from lib into tests
* timediff: fix math for unsigned time_t
* timeval: Disable MSVC Analyzer GetTickCount warning
* tool_cb_prg: avoid integer overflow
* travis: added cmake build for osx
* urlapi: Fix port parsing of eol colon
* urlapi: distinguish possibly empty query
* urlapi: fix parsing ipv6 with zone index
* urldata: rename easy_conn to just conn
* winbuild: conditionally use /DZLIB_WINAPI
* wolfssl: fix memory-leak in threaded use
* spnego_sspi: add support for channel binding
2019-03-05 00:40:37 +00:00
ryoon
2f26f53fdf Fix build with lang/rust-1.33.0. Bump PKGREVISION 2019-03-04 15:53:06 +00:00
adam
dd2004ec21 py-genshi: updated to 0.7.1
0.7.1:
Add support for Python 3.5, 3.6 and 3.7.
Move to GitHub and Travis CI.
Add support for iterator arguments to _speedups Markup.join implementation so that it matches
the Python implementation.
Add HTML5 input placeholder attribute to list of translatable attributes.
Add missing boolean attributes to XHTML and HTML serializers.
Fix infinite recursion in template inlining.
Support slash escaped of CRLF newlines.
Disable the speedups C extension on CPython >= 3.3 since Genshi doesn't support the new Unicode
C API yet.
Fix handling of case where a translation has text after a closing tag.
Fix assert with side-effect in xi:fallback directive processing
2019-03-04 12:04:22 +00:00
adam
8288ea6785 py-djangorestframework: updated to 3.9.2
3.9.2:
Routers: invalidate _urls cache on register()
Deferred schema renderer creation to avoid requiring pyyaml.
Added 'request_forms' block to base.html
Fixed SchemaView to reset renderer on exception.
Update Django Guardian dependency.
Ensured support for Django 2.2.
Made templates compatible with session-based CSRF.
Adjusted field validators to accept non-list iterables.
Added SearchFilter.get_search_fields() hook.
Fix DeprecationWarning when accessing collections.abc classes via collections
Allowed Q objects in limit_choices_to introspection.
Added lazy evaluation to composed permissions.
Add negation ~ operator to permissions composition
Avoided calling distinct on annotated fields in SearchFilter.
Introduced RemovedInDRF…Warning classes to simplify deprecations.
2019-03-04 08:29:25 +00:00
taca
3cf4191d0a www/ruby-sinatra-contrib: drop dependency to activesupport
Drop dependency to ruby-activesupport.

Bump PKGREVISION.
2019-03-03 17:36:06 +00:00
taca
b031bd81cc www/ruby-rack15: remove pacakge
There is no pacakge to use this specific version of rack package.
2019-03-03 16:53:02 +00:00
taca
b8e42fb92d www/Makefile: remove ruby-rack15 2019-03-03 16:52:35 +00:00
taca
8458d11e83 www/ruby-rack-test: fix dependency
Fix dependency to ruby-rack.
2019-03-03 16:48:19 +00:00
taca
d7d1a5a08b www/ruby-rack-test: update to 1.1.0
Update ruby-rack-test to 1.1.0.

## 1.1.0 / 2018-07-21

* Breaking changes:
  * None

* Minor enhancements / new functionality:
  * [GitHub] Added configuration for Stale (Per Lundberg #232)
  * follow_direct: Include rack.session.options (Mark Edmondson #233)
  * [CI] Add simplecov (fatkodima #227)

Bug fixes:
  * Follow relative locations correctly. (Samuel Williams #230)

## 1.0.0 / 2018-03-27

* Breaking changes:
  * Always set CONTENT_TYPE for non-GET requests
    (Per Lundberg #223)

* Minor enhancements / bug fixes:
  * Create tempfile using the basename without extension
    (Edouard Chin #201)
  * Save `session` during `follow_redirect!`
    (Alexander Popov #218)
  * Document how to use URL params with DELETE method
    (Timur Platonov #220)

## 0.8.3 / 2018-02-27

* Bug fixes:
  * Do not set Content-Type if params are explicitly set to nil
    (Bartek Bu©Èat #212). Fixes #200.
  * Fix `UploadedFile#new` regression
    (Per Lundberg #215)

* Minor enhancements
  * [CI] Test against Ruby 2.5 (Nicolas Leger #217)

## 0.8.2 / 2017-11-21

* Bug fixes:
  * Bugfix for `UploadedFile.new` unintended API breakage.
    (Per Lundberg #210)

## 0.8.0 / 2017-11-20

* Known Issue
  * In `UploadedFile.new`, when passing e.g. a `Pathname` object,
    errors can be raised (eg. `ArgumentError: Missing original_filename
    for IO`, or `NoMethodError: undefined method 'size'`) See #207, #209.
* Minor enhancements
  * Add a required_ruby_version of >= 2.2.2, similar to rack 2.0.1.
    (Samuel Giddins #194)
  * Remove new line from basic auth. (Felix Kleinschmidt #185)
  * Rubocop fixes (Per Lundberg #196)
  * Add how to install rack-test from github to README. (Jun Aruga #189)
  * Update CodeClimate badges (Toshimaru #195)
  * Add the ability to create Test::UploadedFile instances without
    the file system (Adam Milligan #149)
  * Add custom_request, remove duplication (Johannes Barre #184)
  * README.md: Added note about how to post JSON (Per Lundberg #198)
  * README.md: Added version badge (Per Lundberg #199)
* Bug fixes
  * Bugfix for Cookies with multiple paths (Kyle Welsby #197)
2019-03-03 16:45:21 +00:00
taca
cf7dc82a41 www/ruby-jquery-rails: update to 4.3.3
## 4.3.3

- update jquery to 3.3.1

## 4.3.2

- update jquery to 3.3.0
- Add possibility to test HTML: all, attribute prefix, attribute contains,
  attribute ends with, child, and class selectors
- Fix matching mutiple calls for the same selector/function exception

## 4.3.1

- update jquery to 3.2.1

## 4.3.0

- update jquery to 3.2.0
- Add possibility to test HTML attribute selectors

## 4.2.2

- update jquery to 3.1.1

## 4.2.1

- update jquery to 3.1.0

## 4.2.0

- Support jQuery 3.x
- Update jquery-ujs to 1.2.2
- Update jQuery to 1.12.4 and 2.2.4

## 4.1.1

- Update jQuery to 1.12.1 and 2.2.1
- Update jquery-ujs to 1.2.1

## 4.1.0

- Update jQuery to 1.12.0 and 2.2.0
- Update jquery-ujs to 1.2.0

## 4.0.5

- Specify that Ruby version 1.9.3+ is required
- Test on Ruby 2.2
- Update jquery-ujs from 1.0.4 to 1.1.0

## 4.0.4

  - Fix CSP bypass vulnerability. CVE-2015-1840

## 4.0.1

  - Fix RubyGems permission problem.

## 4.0.0

  - Minimum dependency set to Rails 4.2
  - Updated to jquery-ujs 1.0.2
  - Support jQuery 1.x and 2.x
2019-03-03 16:35:33 +00:00
taca
349866d532 www/ruby-journey: remove package
Remove ruby-journey which was required by ruby-actionpack32.
2019-03-03 16:27:21 +00:00
taca
267ae52cd1 www/Makefile: remove ruby-journey 2019-03-03 16:26:40 +00:00
taca
c542044795 www/ruby-activeresource32: remove package
Remove ruby-activeresource32, a part of Ruby on Rails 3.2 packages which is
already EOL.
2019-03-03 16:00:25 +00:00
taca
9cc310e467 www/ruby-actionpack32:: remove package
Remove ruby-actionpack32, a part of Ruby on Rails 3.2 packages which is
already EOL.
2019-03-03 15:59:57 +00:00
taca
69058520c6 www/Makefile: remove ruby-actionpack32 and ruby-activeresource32 2019-03-03 15:59:23 +00:00
taca
b13c0e2a70 www/ruby-rails32: remove package
Start remove of Ruby on Rails 3.2 packages which is already EOL.
2019-03-03 15:53:01 +00:00
taca
dc0c1ffd36 www/ruby-sass-rails32: remove package
Remove ruby-sass-rails32 package which supported by Ruby on Rails 3.2.
2019-03-03 15:50:47 +00:00
taca
b9b3a5683b www/Makefile: remove ruby-rails32 and ruby-sass-rails32. 2019-03-03 15:50:16 +00:00
taca
3beb0d752c www/ruby-coffee-rails32: remove package
Remove ruby-coffee-rails32 package which supported by Ruby on Rails 3.2.
2019-03-03 15:48:13 +00:00
taca
a0ca365ee1 www/Makefile: replace ruby-coffee-rails32 with ruby-coffee-rails 2019-03-03 15:46:09 +00:00
taca
33d3b9e00e www/ruby-coffee-rails: add package version 4.2.2
Add ruby-coffee-rails package version 4.2.2 which supported by Ruby on
Rails 4.2 and later.

CoffeeScript adapter for the Rails asset pipeline.  Also adds support to use
CoffeeScript to respond to JavaScript requests (use `.coffee` views).
2019-03-03 15:45:40 +00:00
taca
0f247ea12c www/Makefile: add ruby-rails52 2019-03-03 15:03:51 +00:00
taca
07673f6bc8 www/ruby-rails52: add version 5.2.2 package
Add ruby-rails52 version 5.2.2 package.

Ruby on Rails is a full-stack web framework optimized for programmer
happiness and sustainable productivity.  It encourages beautiful code
by favoring convention over configuration.

This is for Ruby on Rails 5.2.
2019-03-03 15:03:16 +00:00
taca
f1e64f9894 www/Makefile: add ruby-{actioncable,actionpack,actionview}52 2019-03-03 14:53:54 +00:00
taca
9533ff820b www/ruby-actioncable52: add version 5.2.2 package
Add ruby-actioncable52 version 5.2.2 package.

# Action Cable – Integrated WebSockets for Rails

Action Cable seamlessly integrates WebSockets with the rest of your Rails
application.  It allows for real-time features to be written in Ruby in the
same style and form as the rest of your Rails application, while still being
performant and scalable.  It's a full-stack offering that provides both a
client-side JavaScript framework and a server-side Ruby framework.  You have
access to your full domain model written with Active Record or your ORM of
choice.

This is for Ruby on Rails 5.2.
2019-03-03 14:53:04 +00:00
taca
4896d9a515 www/ruby-actionpack52: add version 5.2.2 package
Add ruby-actionpack52 version 5.2.2 package.

Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.

This is for Ruby on Rails 5.2.
2019-03-03 14:51:57 +00:00
taca
d94b1faa0e www/ruby-actionview52: add version 5.2.2 package
Add ruby-actionview52 version 5.2.2 package.

Action View provides simple, battle-tested conventions and helpers for
building web pages.

This is for Ruby on Rails 5.2.
2019-03-03 14:50:27 +00:00
taca
99d539cb8e www/ruby-actionpack42: depends on ruby-rack-test06
Change dependency from ruby-rack-test to ruby-rack-test06.

Bump PKGREVISION.
2019-03-03 14:38:52 +00:00
taca
b331c268fb www/ruby-actionpack32: depends on ruby-rack-test06
Change dependency from ruby-rack-test to ruby-rack-test06.
2019-03-03 14:38:12 +00:00
taca
9c124711af www/Makefile: add and enable ruby-rack-test06 2019-03-03 14:35:53 +00:00
taca
e7dd07e03b www/ruby-rack-test06: re-add ruby-rack-test 0.6.3
Add ruby-rack-test package version 0.6.3 as ruby-rack-test06.
2019-03-03 14:35:21 +00:00
ryoon
62cd52bc4e Update to 65.0.2
* Sync with/firefox-65.0.2
2019-03-03 00:58:16 +00:00
ryoon
5e4399c095 Update to 65.0.2
Changelog:
fixed: Fixed an issue with geolocation services affecting Windows users
2019-03-03 00:57:29 +00:00
wen
c62d17da5e Update to 5.1
Upstream changelog please visit:
https://wordpress.org/news/2019/02/betty/
2019-03-02 14:30:14 +00:00
leot
f2094a5ea5 midori: Update to 8.0
Changes:
8.0
---
 Javascript changes confirmation and prompts use dialogs again
 Bug fixes in Urlbar completion and focus handling as well as Adblock filtering
 Headerbar enabled by default only under Budgie, GNOME and Patreon
 Re-introduced support for `--inactivity-reset`, `-e Fullscreen` and `-e ZoomIn`
 Initial support for cross-browser web extensions (not exposed in the GUI yet)
 Builds deps: Glib lowered to 2.46.2, Json-Glib and libarchive are now required
 Link to the bug tracker from the About dialog
 Correct handling of external URIs such as apt:
 Fixed installation path for appdata and plugins
 Support for building Midori on Android with Gradle
 Better internal distinction of errors from visiting pages
 Zoom indicators in the page menu and statusbar features extension
2019-03-02 11:01:55 +00:00
leot
f8da3fa9a3 webkit-gtk: Update to 2.22.7
pkgsrc changes:
 - Remove patch-Source_JavaScriptCore_dfg_DFGDoesGC.cpp, it was applied in
   2.22.7

Changes:
2.22.7
======
  - Fix rendering of glyphs in Hebrew (and possibly other languages) when
    Unicode NFC normalization is used.
  - Fix several crashes and race conditions.
2019-03-01 18:53:17 +00:00
ryoon
8933e547fc Update to 1.15.9
Changelog:
Changes with nginx 1.15.9                                        26 Feb 2019

    *) Feature: variables support in the "ssl_certificate" and
       "ssl_certificate_key" directives.

    *) Feature: the "poll" method is now available on Windows when using
       Windows Vista or newer.

    *) Bugfix: if the "select" method was used on Windows and an error
       occurred while establishing a backend connection, nginx waited for
       the connection establishment timeout to expire.

    *) Bugfix: the "proxy_upload_rate" and "proxy_download_rate" directives
       in the stream module worked incorrectly when proxying UDP datagrams.
2019-03-01 18:07:04 +00:00
adam
bc085b513d py-django-cors-headers: updated to 2.4.1
2.4.1:
* Fix DeprecationWarning from importing collections.abc.Sequence on
  Python 3.7.
2019-03-01 12:48:09 +00:00
adam
4928f018ca py-paste: updated to 3.0.7
3.0.7:
* Send bytestrings when writing chunks from paste/httpserver.py.
2019-03-01 08:50:54 +00:00
schmonz
51b28d1d38 Add dependency on p5-LWPx-ParanoidAgent. Ride recent version bump. 2019-02-28 22:20:01 +00:00
schmonz
3bfdd54f74 Update to ikiwiki. From the changelog:
* aggregate: Use LWPx::ParanoidAgent if available.
  Previously blogspam, openid and pinger used this module if available,
  but aggregate did not. This prevents server-side request forgery or
  local file disclosure, and mitigates denial of service when slow
  "tarpit" URLs are accessed.
  (CVE-2019-9187)
* blogspam, openid, pinger: Use a HTTP proxy if configured, even if
  LWPx::ParanoidAgent is installed.
  Previously, only aggregate would obey proxy configuration. If a proxy
  is used, the proxy (not ikiwiki) is responsible for preventing attacks
  like CVE-2019-9187.
* aggregate, blogspam, openid, pinger: Do not access non-http, non-https
  URLs.
  Previously, these plugins would have allowed non-HTTP-based requests if
  LWPx::ParanoidAgent was not installed. Preventing file URIs avoids local
  file disclosure, and preventing other rarely-used URI schemes like
  gopher mitigates request forgery attacks.
* aggregate, openid, pinger: Document LWPx::ParanoidAgent as strongly
  recommended.
  These plugins can request attacker-controlled URLs in some site
  configurations.
* blogspam: Document LWPx::ParanoidAgent as desirable.
  This plugin doesn't request attacker-controlled URLs, so it's
  non-critical here.
* blogspam, openid, pinger: Consistently use cookiejar if configured.
  Previously, these plugins would only obey this configuration if
  LWPx::ParanoidAgent was not installed, but this appears to have been
  unintended.
* po: Always filter .po files.
  The po plugin in previous ikiwiki releases made the second and
  subsequent filter call per (page, destpage) pair into a no-op,
  apparently in an attempt to prevent *recursive* filtering (which as
  far as we can tell can't happen anyway), with the undesired effect
  of interpreting the raw .po file as page content (e.g. Markdown)
  if it was inlined into the same page twice, which is apparently
  something that tails.org does. Simplify this by deleting the code
  that prevented repeated filtering. Thanks, intrigeri
  (Closes: #911356)
2019-02-28 22:00:48 +00:00
adam
490543b508 py-pylint-django: updated to 2.0.6
Version 2.0.6:
- Updating dependency version of pylint-plugin-utils as pylint 2.3 release
  was not compatible
- Improvements to tox.ini
- Add support for new load_configuration hook of pylint
- 'urlpatterns' no longer reported as an invalid constant name
2019-02-28 09:24:59 +00:00
gutteridge
e83f81e5a0 Makefile: minor re-ordering 2019-02-28 03:24:52 +00:00
adam
0345cb435c py-uwsgi: updated to 2.0.18
uWSGI 2.0.18:
Fixed support for Python 3.7
Allow to use autoport (socket :0) with custom socket backlog
pyuwsgi ported to python3
pyuwsgi packages fixes
pyuwsginossl build configuration for building pyuwsgi without ssl support
Fix unix socket inheritance after reload on FreeBSD
Fix crashes with –wsgi-env-behavior=holy
Fix invalid free in python plugin
Fix compilation warnings with gcc-8
Fix spooler python references
Don’t generate build warnings in systemd_logger
Fix segmentation fault during worker shutdown
2019-02-27 12:15:54 +00:00
adam
5e64d819a7 py-test-django: updated to 3.4.8
3.4.8:
Fix DB renaming fixture for Multi-DB environment with SQLite
2019-02-27 12:07:14 +00:00
ryoon
cace62a974 Remove obsolete patch, noticed by leot@. Thank you. 2019-02-26 13:47:39 +00:00