Commit graph

334321 commits

Author SHA1 Message Date
jnemeth
cb9c3c506e asterisk14 was removed 2021-02-28 22:58:38 +00:00
jnemeth
d6d75c416e asterisk14 was deleted 2021-02-28 22:57:01 +00:00
jnemeth
026f11658d asterisk14: Delete this package as discussed on pkgsrc-users on Dec. 26th. 2021-02-28 22:55:54 +00:00
jnemeth
49d40e89f0 doc: Updated comms/asterisk13 to 13.38.2 2021-02-28 22:48:18 +00:00
jnemeth
99d718a2f7 asterisk13: Update to Asterisk 13.38.2:
The Asterisk Development Team would like to announce security releases for
Asterisk 13, 16, 17 and 18, and Certified Asterisk 16.8. The available releases
are released as versions 13.38.2, 16.16.1, 17.9.2, 18.2.1 and 16.8-cert6.

These releases are available for immediate download at

https://downloads.asterisk.org/pub/telephony/asterisk/releases
https://downloads.asterisk.org/pub/telephony/certified-asterisk/releases

The following security vulnerabilities were resolved in these versions:

* AST-2021-001: Remote crash in res_pjsip_diversion
  If a registered user is tricked into dialing a

* AST-2021-002: Remote crash possible when negotiating T.38
  When

* AST-2021-003: Remote attacker could prematurely tear down SRTP calls
  An unauthenticated remote attacker could replay SRTP packets which could cause
  an Asterisk instance configured without strict RTP validation to tear down
  calls prematurely.

* AST-2021-004: An unsuspecting user could crash Asterisk with multiple
                hold/unhold requests
  Due to a signedness comparison mismatch, an authenticated WebRTC client could
  cause a stack overflow and Asterisk crash by sending multiple hold/unhold
  requests in quick succession.

* AST-2021-005: Remote Crash Vulnerability in PJSIP channel driver
  Given a scenario where an outgoing call is placed from Asterisk to a remote
  SIP server it is possible for a crash to occur.

For a full list of changes in the current releases, please see the ChangeLogs:

https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.38.2

The security advisories are available at:

https://downloads.asterisk.org/pub/security/AST-2021-001.pdf
https://downloads.asterisk.org/pub/security/AST-2021-002.pdf
https://downloads.asterisk.org/pub/security/AST-2021-003.pdf
https://downloads.asterisk.org/pub/security/AST-2021-004.pdf
https://downloads.asterisk.org/pub/security/AST-2021-005.pdf

Thank you for your continued support of Asterisk!
2021-02-28 22:48:07 +00:00
gutteridge
7af9c72452 hylafax: fix builds with tiff 4.2 2021-02-28 22:16:52 +00:00
pin
84603cd167 doc: Updated security/pleaser to 0.3.24 2021-02-28 22:16:21 +00:00
pin
1e74b0c2e1 security/pleaser: update to 0.3.24
-Merge branch credits into master
2021-02-28 22:15:55 +00:00
adam
aca886da54 Updated archivers/py-zstandard, www/py-httpx 2021-02-28 18:41:29 +00:00
adam
c241fe9c3f py-httpx: updated to 0.17.0
0.17.0

Added

Add httpx.MockTransport(), allowing to mock out a transport using pre-determined responses.
Add httpx.HTTPTransport() and httpx.AsyncHTTPTransport() default transports.
Add mount API support, using httpx.Client(mounts=...).
Add chunk_size parameter to iter_raw(), iter_bytes(), iter_text().
Add keepalive_expiry parameter to httpx.Limits() configuration.
Add repr to httpx.Cookies to display available cookies.
Add support for params=<tuple> (previously only params=<list> was supported).

Fixed

Add missing raw_path to ASGI scope.
Tweak create_ssl_context defaults to use trust_env=True.
Properly URL-escape WSGI PATH_INFO.
Properly set default ports in WSGI transport.
Properly encode slashes when using base_url.
Properly map exceptions in request.aclose().
2021-02-28 18:40:55 +00:00
adam
35d674ba5f py-zstandard: updated to 0.15.2
0.15.2

Backwards Compatibility Notes

ZstdCompressor.multi_compress_to_buffer() and
ZstdDecompressor.multi_decompress_to_buffer() are no longer
available when linking against a system zstd library. These
experimental features are only available when building against the
bundled single file zstd C source file distribution.

Changes

setup.py now recognizes a ZSTD_EXTRA_COMPILER_ARGS
environment variable to specify additional compiler arguments
to use when compiling the C backend.
PyPy build and test coverage has been added to CI.
Added CI jobs for building against external zstd library.
Wheels supporting macOS ARM/M1 devices are now being produced.
References to Python 2 have been removed from the in-repo Debian packaging
code.
Significant work has been made on a Rust backend. It is currently feature
complete but not yet optimized. We are not yet shipping the backend as part
of the distributed wheels until it is more mature.
The .pyi type annotations file has replaced various default argument
values with ....
2021-02-28 18:35:32 +00:00
taca
7b91570e1a doc: Updated security/clamav to 0.103.1 2021-02-28 17:14:30 +00:00
taca
1d62cf0ef0 security/clamav: update to 0.103.1
0.103.1 (2021-01-31)

ClamAV 0.103.1 is a patch release with the following fixes and improvements.

Notable changes

* Added a new scan option to alert on broken media (graphics) file formats.
  This feature mitigates the risk of malformed media files intended to
  exploit vulnerabilities in other software.  At present media validation
  exists for JPEG, TIFF, PNG, and GIF files.  To enable this feature, set
  AlertBrokenMedia yes in clamd.conf, or use the --alert-broken-media option
  when using clamscan.  These options are disabled by default in this patch
  release, but may be enabled in a subsequent release.  Application
  developers may enable this scan option by enabling
  CL_SCAN_HEURISTIC_BROKEN_MEDIA for the heuristic scan option bit field.

* Added CL_TYPE_TIFF, CL_TYPE_JPEG types to match GIF, PNG typing behavior.
  BMP and JPEG 2000 files will continue to detect as CL_TYPE_GRAPHICS
  because ClamAV does not yet have BMP or JPEG 2000 format checking
  capabilities.

Bug fixes

* Fixed PNG parser logic bugs that caused an excess of parsing errors and
  fixed a stack exhaustion issue affecting some systems when scanning PNG
  files.  PNG file type detection was disabled via signature database update
  for ClamAV version 0.103.0 to mitigate the effects from these bugs.

* Fixed an issue where PNG and GIF files no longer work with Target:5
  graphics signatures if detected as CL_TYPE_PNG/GIF rather than as
  CL_TYPE_GRAPHICS.  Target types now support up to 10 possible file types
  to make way for additional graphics types in future releases.

* Fixed clamonacc's --fdpass option.

* File descriptor passing (or "fd-passing") is a mechanism by which
  clamonacc and clamdscan may transfer an open file to clamd to scan, even
  if clamd is running as a non-privileged user and wouldn't otherwise have
  read-access to the file.  This enables clamd to scan all files without
  having to run clamd as root.  If possible, clamd should never be run as
  root so as to mitigate the risk in case clamd is somehow compromised while
  scanning malware.

* Interprocess file descriptor passing for clamonacc was broken since
  version 0.102.0 due to a bug introduced by the switch to curl for
  communicating with clamd.  On Linux, passing file descriptors from one
  process to another is handled by the kernel, so we reverted clamonacc to
  use standard system calls for socket communication when fd passing is
  enabled.

* Fixed a clamonacc stack corruption issue on some systems when using an
  older version of libcurl.  Patch courtesy of Emilio Pozuelo Monfort.

* Allow clamscan and clamdscan scans to proceed even if the realpath lookup
  failed.  This alleviates an issue on Windows scanning files hosted on
  file- systems that do not support the GetMappedFileNameW() API such as on
  ImDisk RAM-disks.

* Fixed freshclam --on-update-execute=EXIT_1 temporary directory cleanup
  issue.

* clamd's log output and VirusEvent now provide the scan target's file path
  instead of a file descriptor.  The clamd socket API for submitting a scan
  by FD-passing doesn't include a file path, this feature works by looking
  up the file path by file descriptor.  This feature works on Mac and Linux
  but is not yet implemented for other UNIX operating systems.  FD-passing
  is not available for Windows.

* Fixed an issue where freshclam database validation didn't work correctly
  when run in daemon mode on Linux/Unix.

Other improvements

* Scanning JPEG, TIFF, PNG, and GIF files will no longer return "parse"
  errors when file format validation fails.  Instead, the scan will alert
  with the "Heuristics.Broken.Media" signature prefix and a descriptive
  suffix to indicate the issue, provided that the "alert broken media"
  feature is enabled.

* GIF format validation will no longer fail if the GIF image is missing the
  trailer byte, as this appears to be a relatively common issue in otherwise
  functional GIF files.

* Added a TIFF dynamic configuration (DCONF) option, which was missing.
  This will allow us to disable TIFF format validation via signature
  database update in the event that it proves to be problematic.  This
  feature already exists for many other file types.

Acknowledgements

The ClamAV team thanks the following individuals for their code submissions:

Emilio Pozuelo Monfort
2021-02-28 17:14:10 +00:00
taca
3505dd990a doc: Updated meta-pkgs/bulk-large to 20200228 2021-02-28 17:13:15 +00:00
taca
d097f52a0b meta-pkgs/bulk-large: update to 20200228
* Update minimum version of ruby-rails52 and ruby-rails60.
* Add ruby-rails61.
2021-02-28 17:12:55 +00:00
taca
c9de2ceaf9 doc: Updated meta-pkgs/bulk-medium to 20210228 2021-02-28 17:11:14 +00:00
taca
349e9c5fb0 meta-pkgs/bulk-medium: update to 20210228
* Drop ruby25-basae.
* Add php74 and ruby30-base.
2021-02-28 17:10:54 +00:00
taca
b37eed1d70 doc: Updated devel/php-xdebug to 3.0.3 2021-02-28 17:08:14 +00:00
taca
4ebdc1ba6c devel/php-xdebug: update to 3.0.0
pkgsrc change: use standard PECL site as MASTER_SITES.

Mon, Feb 22, 2021 - Xdebug 3.0.3

Fixed bugs:

- Fixed issue #1930: No local variables with trigger and xdebug_break()
- Fixed issue #1931: xdebug_info() output misses configuration
  settings if phpinfo() has been called
- Fixed issue #1932: One line in multi-line string concatenation is
  not covered
- Fixed issue #1940: Wrong type used for showing GC Stats reports
2021-02-28 17:07:54 +00:00
taca
5381a4d5ee doc: Updated devel/mantis to 2.24.4 2021-02-28 17:07:10 +00:00
taca
7867b1d54c devel/mantis: update to 2.24.4
Update mantis package to 2.24.4.  Now supports PHP 7.3 and 7.4.

Changes from 2.4.1 are too many to write here, please refer
<https://mantisbt.org/bugs/changelog_page.php>.
2021-02-28 17:06:40 +00:00
taca
3f4128f9ec doc/TODO; update a few
+ lmdb-0.9.28, thrift-0.14.0.
- milter-manager-2.1.1.
2021-02-28 16:59:42 +00:00
taca
b1afb3f660 lang/ruby: update rails61 to 6.1.3
Oops, really update Ruby on Rails packages to 6.1.3.
2021-02-28 16:58:05 +00:00
taca
8b7746b076 doc: Added devel/ruby-redmine41 version 4.1.1 2021-02-28 16:51:13 +00:00
taca
6c8375e698 devel/Makefile: add and enable ruby-redmine41 2021-02-28 16:50:46 +00:00
taca
cfffcd20b8 devel/ruby-redmine41: add version 4.1.1
Add ruby-redmine41 (Redmine) package version 4.1.1 based
on wip/ruby-redmine.

Redmine 4.1.1 (2020-04-06)

* Security: these 2 releases include several security fixes, including
  a fix for a persistent XSS vulnerability in Textile formatting, so
  upgrading as soon as possible is recommanded.

Redmine 4.1.0 (2019-12-20)

Main improvements:

* New permissions
* Issue list improvements
* Issue history tabs
* Allow pasting screenshots from clipboard
* Query system for Projects page
* Bookmarks and recently used projects in the project jump box
* Custom fields visibility
* CSV Import for Time Entries
2021-02-28 16:50:02 +00:00
taca
36dc353bc8 meta-pkgs/ruby-redmine-plugins: switch to use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.
2021-02-28 16:45:17 +00:00
taca
d2284359d3 meta-pkgs/ruby-redmine-themes: switch to use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.
2021-02-28 16:34:55 +00:00
taca
09f7417662 doc: Updated devel/ruby-redmine_work_time to 0.4.1 2021-02-28 16:30:39 +00:00
taca
1f70cad592 devel/ruby-redmine_work_time: update to 0.4.1
pkgsrc change: switch to use devel/ruby-redmine/redmine.mk.

0.4.1 (2020-10-04)

No release note but here are changes from commit log.

* fixes #1502 update fails cause by custom field.
* Add ca & es translations.
* fix for redmine > 4.0 where user attribute is needed for new TimeEntry.
2021-02-28 16:30:12 +00:00
taca
a2d8a92cb5 devel/ruby-redmine_theme_changer: switch to use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.
2021-02-28 16:25:42 +00:00
taca
3185e6e94b devel/ruby-redmine_lightbox2: switch to use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.
2021-02-28 16:25:09 +00:00
taca
39d07fdbac devel/ruby-redmine_code_review: switch to use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.
2021-02-28 16:24:34 +00:00
taca
b6654dfd1c devel/ruby-redmine-yh-theme: switch to use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.
2021-02-28 16:23:47 +00:00
taca
70d5307424 devel/ruby-redmine-red-andy-theme: switch to use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.
2021-02-28 16:22:54 +00:00
taca
c4a409683c doc: remove previous devel/ruby-redmine entry
Remove previous devel/ruby-redmine entry since it is not "Renamed"
case in general.
2021-02-28 16:22:14 +00:00
taca
b688d9db9a doc: Updated devel/ruby-redmine-purplemine2-theme to 2.14.0 2021-02-28 16:21:15 +00:00
taca
de7516716a devel/ruby-redmine-purplemine2-theme: update to 2.14.0
pkgsrc change: switch to use devel/ruby-redmine/redmine.mk.


2.14.0 (2021-01-27)

* Merged #220: fixed drag & drop behavior.

2.13.0 (2020-09-26)

* Replaced node-sass with sass.
* Resolved issues with inline-svg function in Node 14.x.

2.12.1 (2020-08-11)

Fixes:

* Fixed #204 - missing context menu icons in Easy WBS plugin.

2.12.0 (2020-08-01)

Fixes:

* Fixed #196 and #199: text wrapping in certain column types.
* Merged #203: fixed pagination overlapping wiki content.

2.11.0 (2020-05-08)

Fixes:

* Fixed #179: full screen mode issues when using redmine_wysiwyg_editor
  plugin.
* Fixed #177: changed styling for icon-only buttons to resolve weird
  behavior on hover.
* Fixed checkbox cell padding when issue table borders are enabled.
* Added table icon to jstoolbar styles.
* Added new .inline-flex class.

New:

* Added $icon-width variable.
* Added margin in some places like after buttons, avatars.
* Changed tooltip background to black.
* Changed top menu styles.
* Restored $color-priorities variable, false by default.
* Added parse-length($value, $side) function for extracting length/width
  from margin/padding/border.
* Refactored icons code.
* Improved styles for RedmineUP plugins (Agile, Checklists, CRM, Tags).
* Improved vertical alignment of certain form elements.
* Improved styles for sortable elements.
* Improved styles for Redmine Banner plugin. #189.

* The most notable change in this release is custom styles for Redmine Agile
  plugin.  It can be disabled by setting $agile-board-customize: false in
  your custom variables file.
2021-02-28 16:20:55 +00:00
taca
f8fd983332 devel/ruby-redmine-gitmike-theme: switch to use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.
2021-02-28 16:14:57 +00:00
taca
2a44a1e9cf devel/ruby-redmine-minimalflat-theme: switch to use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

Reset PKGREVISION since PKGNAME has changed.
2021-02-28 16:14:30 +00:00
taca
b2e47aeaa3 devel/ruby-redmine-gitmike-theme: switch to use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.
2021-02-28 16:13:44 +00:00
taca
04dbaa872c devel/ruby-redmine-flatly-light-theme: use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.

No PKGREVISION bump since PKGNAME has changed.
2021-02-28 16:12:52 +00:00
taca
738f7ce9a5 meta-pkgs/ruby-redmine-themes: Use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.
2021-02-28 16:11:12 +00:00
taca
aeb2ae55e7 meta-pkgs/ruby-redmine-plugins: Use redmine.mk
Switch to use devel/ruby-redmine/redmine.mk.
2021-02-28 16:10:40 +00:00
taca
0f09faab56 doc: Renamed devel/ruby-redmine to devel/ruby-redmine40 2021-02-28 16:08:31 +00:00
taca
c35bb89b5f devel/ruby-redmine: overhaul package
Overhaul ruby-redmine packge.  It is still 4.0.7, latest 4.0 series.

* Introduce "redmine.mk" to support Redmine 4.1.

  - RM_VERSION_DEFAULT select default Redmine release (40 or 41).
  - RM_VER is set to current Redmine release (40 or 41).

* Now PKGNAME contains ${RM_VER}, such as ruby26-redmine40-4.0.7.

* Update proper gems in this package.

* Remove Gemfile.lock for safety update path.
2021-02-28 16:01:05 +00:00
taca
5d9c0cc09d doc: Note Ruby on Rails 6.1 packages to 6.1.3
devel/ruby-activesupport61
	devel/ruby-activemodel61
	devel/ruby-activejob61
	www/ruby-actionview61
	www/ruby-actionpack61
	databases/ruby-activerecord61
	devel/ruby-activestorage61
	mail/ruby-actionmailer61
	mail/ruby-actionmailbox61
	www/ruby-actioncable61
	devel/ruby-railties61
	textproc/ruby-actiontext61
	www/ruby-rails61
2021-02-28 15:44:21 +00:00
taca
48139b827a www/ruby-rails61: update to 6.1.3
Rails 6.1.3 (February 17, 2021)

[ActionPack]

* Re-define routes when not set correctly via inheritance.

    *John Hawthorn*

[ActiveRecord]

* Fix the MySQL adapter to always set the right collation and charset
  to the connection session.

    *Rafael Mendonça França*

* Fix MySQL adapter handling of time objects when prepared statements
  are enabled.

    *Rafael Mendonça França*

* Fix scoping in enum fields using conditions that would generate
  an IN clause.

    *Ryuta Kamizono*

* Skip optimised #exist? query when #include? is called on a relation
  with a having clause

  Relations that have aliased select values AND a having clause that
  references an aliased select value would generate an error when
  #include? was called, due to an optimisation that would generate
  call #exists? on the relation instead, which effectively alters
  the select values of the query (and thus removes the aliased select
  values), but leaves the having clause intact. Because the having
  clause is then referencing an aliased column that is no longer
  present in the simplified query, an ActiveRecord::InvalidStatement
  error was raised.

  An sample query affected by this problem:

    Author.select('COUNT(*) as total_posts', 'authors.*')
          .joins(:posts)
          .group(:id)
          .having('total_posts > 2')
          .include?(Author.first)

  This change adds an addition check to the condition that skips the
  simplified #exists? query, which simply checks for the presence of
  a having clause.

  Fixes #41417

    *Michael Smart*

* Increment postgres prepared statement counter before making a
  prepared statement, so if the statement is aborted without Rails
  knowledge (e.g., if app gets kill -9d during long-running query or
  due to Rack::Timeout), app won't end up in perpetual crash state for
  being inconsistent with Postgres.

    *wbharding*, *Martin Tepper*
2021-02-28 15:42:39 +00:00
taca
2dced1882a doc: Updated math/ruby-spreadsheet to 1.2.8 2021-02-28 15:38:45 +00:00
taca
4a6ca69bf2 math/ruby-spreadsheet: update to 1.2.8
No release information, but seems to fixed below.

* fix: Worksheet#<< fails when adding the first row
2021-02-28 15:38:14 +00:00